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

input:focus-visible + label {
  outline: 2px solid #3d4044 !important;
  outline-offset: -2px !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: 769px)/";
  width: 0; }

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

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

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

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

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

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

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

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

/* Vertical Carousel */
.u-block {
  display: block !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

body {
  background: white;
  color: #1e1e1e;
  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: 769px) {
    html {
      font-size: 16px; } }
  @media (min-width: 1025px) {
    html {
      font-size: 16px; } }
  @media (min-width: 1281px) {
    html {
      font-size: 16px; } }

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

a {
  color: #1e1e1e;
  line-height: inherit;
  text-decoration: none; }
  a:hover, a:focus {
    color: #ff4000; }

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1e1e1e;
  font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 0.75rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: dimgray;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 40px; }

h2 {
  font-size: 32px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 16px; }

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

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

abbr {
  text-transform: none; }

blockquote { }

blockquote,
blockquote p {
  font-size: 28px;
  line-height: 1.3; }

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: #1e1e1e;
    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 #e6e6e6;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #f7f7f7; }
    .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 #e6e6e6; }

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

.table-tbody tr {
  border-bottom: 1px solid #e6e6e6; }
  .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: "Bai Jamjuree", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: white;
  border-color: #1e1e1e;
  color: #1e1e1e;
  font-size: 16px;
  padding: 14px 32px;
  border-radius: 30px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: #1e1e1e;
    border-color: #1e1e1e;
    color: white; }
  .button:active {
    background-color: #1e1e1e;
    border: 1px solid #1e1e1e;
    color: white; }
  .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: #ff4000;
  border-color: #ff4000;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #e03800;
    border-color: #e03800;
    color: white; }
  .button--primary:active {
    background-color: #e03800;
    border: 1px solid #e03800;
    color: white; }

.button--tertiary {
  background-color: #ff4000;
  border-color: #ff4000;
  color: white; }
  .button--tertiary:hover, .button--tertiary:focus, .button--tertiary.is-active, .button--tertiary.active {
    background-color: #e03800;
    border-color: #e03800;
    color: white; }
  .button--tertiary:active {
    background-color: #e03800;
    border: 1px solid #e03800;
    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: 20px; }

.button--small {
  font-size: 16px;
  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: #ff4000; }

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

/*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: #e6e6e6;
  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: #e6e6e6;
  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 dimgray;
  border-width: 0 0 1px;
  display: block;
  line-height: 1.25;
  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: dimgray;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  .form-label small {
    color: dimgray;
    font-size: 0.625rem;
    text-transform: uppercase;
    vertical-align: bottom; }

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

/*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: #e6e6e6;
  color: #1e1e1e;
  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: 100px; }
  .form-select:focus {
    border-color: #1e1e1e; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #1e1e1e; }

/*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 dimgray;
  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: 769px) {
    .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 #cccccc;
      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: 100px; }

.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(255, 64, 0, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(255, 64, 0, 0.999);
  content: "";
  font-size: 0.875rem;
  line-height: 1;
  text-align: center; }

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

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

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

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

```html_example
<div class="form-field">
    <label class="form-label" for="input9">Input with action</label>
    <input class="form-input has-action" type="search" id="input9">
    <button class="button button--icon button--inputAction">
        <span class="u-hiddenVisually">Search</span>
        <icon glyph="ic-search" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></icon>
    </button>
</div>
```
*/
.form-input.has-action {
  float: left;
  padding-right: 2.875rem; }
  .form-input.has-action + .button--inputAction {
    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 dimgray;
  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: #ff4000;
    box-shadow: 0 0 4px rgba(255, 64, 0, 0.4); }

.switch-toggle {
  background-color: dimgray;
  border: 1px solid dimgray;
  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: #e6e6e6;
    border-color: #a7a7a7;
    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: dimgray; }

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

.switch-description--off {
  color: #1e1e1e;
  margin-right: 5px; }
  .switch--checked .switch-description--off {
    color: dimgray; }

.switch-description--on {
  color: dimgray;
  margin-left: 5px; }
  .switch--checked .switch-description--on {
    color: #1e1e1e; }

.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 dimgray;
    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: 1.35;
  margin: 0.375rem 0 -0.5rem;
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-header {
  background-color: #f7f7f7;
  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: #f7f7f7; }
  .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: dimgray;
  float: left;
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: dimgray; }
  .breadcrumb.current {
    color: dimgray;
    cursor: default; }
    .breadcrumb.current a {
      color: dimgray;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #a7a7a7; }
    .breadcrumb.unavailable a {
      color: #a7a7a7; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #a7a7a7;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: dimgray;
    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: #ff4000;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: dimgray;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #a7a7a7;
    cursor: default; }

.tabs {
  border-bottom: none;
  margin: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }

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

.tab-title {
  color: #808080;
  display: block;
  font-size: 20px;
  padding: 0.75rem 1.5rem; }
  .tab-title:hover {
    color: #1e1e1e; }

.tab.is-active .tab-title {
  color: #1e1e1e;
  font-weight: 600; }

@media (min-width: 769px) {
  .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: 769px) {
  .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: 769px) {
  .navBar-item {
    float: left; } }

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

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

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

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

.alertBox--info {
  background-color: dimgray;
  border-color: dimgray;
  color: #1e1e1e; }
  .alertBox--info svg {
    fill: #dfdfdf; }

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

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

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

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #e6e6e6;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 769px) {
    .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: 769px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 769px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 769px) {
    .modal {
      transform: translateY(-50%); } }

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

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

.modal-header {
  border-bottom: 1px solid #e6e6e6;
  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 #e6e6e6;
  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: 20px;
  margin: 0 0 0.75rem; }
  @media (min-width: 481px) {
    .modal-footer-link {
      display: inline;
      margin: 1.5rem; } }

.modal-close {
  color: dimgray;
  cursor: pointer;
  font-size: 32px;
  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: dimgray;
  border-radius: 100px;
  color: white;
  display: inline-block;
  font-size: 20px;
  padding: 0.375rem 0.75rem; }

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

.loadingOverlay {
  background: rgba(30, 30, 30, 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 #ff4000 #ff4000;
    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: 769px) {
  .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: 769px) {
  .actionBar-section--alt {
    float: right; } }

.actionBar-item {
  margin-bottom: 1.5rem; }
  @media (min-width: 769px) {
    .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 dimgray;
  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: dimgray; }

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

.card-body {
  background-color: #ffffff;
  padding: 0.75rem 0 0; }
  .card-body > :first-child {
    margin-top: 0; }
  .card-body > :last-child {
    margin-bottom: 0; }
  .card-body .card-text {
    color: dimgray; }

.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: #cccccc;
    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: #1e1e1e;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #ff4000;
      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: 1281px) {
    .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='%23cccccc' 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='%23ff4000' 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: 1281px) {
    .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='%23cccccc' 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='%23ff4000' 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 #1e1e1e;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: #1e1e1e; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #ff4000; }

.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: 769px) {
    .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: 769px) {
    .carousel-play-pause-button {
      font-size: 18px;
      max-width: 150px; } }
  @media (min-width: 1025px) {
    .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: 1025px) {
    body {
      padding-top: 0; } }

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

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

body {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5; }
  @media (min-width: 551px) {
    body {
      font-size: 14px; } }
  @media (min-width: 1025px) {
    body {
      font-size: 16px; } }

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

a {
  transition: all 0.3s ease; }
  @media (max-width: 1024px) {
    a:hover {
      color: inherit; } }

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

.page-heading {
  font-size: 28.8px;
  margin: 0 0 16px;
  text-align: center; }
  @media (min-width: 768px) {
    .page-heading {
      font-size: 35.2px;
      margin: 0 0 24px; } }
  @media (min-width: 1025px) {
    .page-heading {
      font-size: clamp(32px, 2.5vw, 40px);
      margin: 0 0 32px; } }

h1 {
  font-size: 20.8px; }
  @media (min-width: 551px) {
    h1 {
      font-size: 28.8px; } }
  @media (min-width: 1025px) {
    h1 {
      font-size: clamp(32px, 2.5vw, 40px); } }

h2 {
  font-size: 14.54545px; }
  @media (min-width: 551px) {
    h2 {
      font-size: 21.81818px; } }
  @media (min-width: 1025px) {
    h2 {
      font-size: clamp(25.6px, 2vw, 32px); } }

h3 {
  font-size: 17.68421px; }
  @media (min-width: 1025px) {
    h3 {
      font-size: clamp(23.8px, 1.75vw, 28px); } }

h4 {
  font-size: 18px; }
  @media (min-width: 1025px) {
    h4 {
      font-size: 24px; } }

h5 {
  font-size: 16px; }
  @media (min-width: 551px) {
    h5 {
      font-size: 18px; } }
  @media (min-width: 1025px) {
    h5 {
      font-size: 20px; } }

h6 {
  font-size: 16px; }
  @media (min-width: 551px) {
    h6 {
      font-size: 18px; } }
  @media (min-width: 1025px) {
    h6 {
      font-size: 16px; } }

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

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #1e1e1e;
  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(105, 105, 105, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.5625rem top 0.6875rem;
  border-radius: 100px;
  padding: 0.75rem 3rem 0.75rem 1rem; }

.form-label {
  font-size: 12px; }
  .form-label small {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 0 -3px; }
  @media (min-width: 551px) {
    .form-label {
      font-size: 14px; }
      .form-label small {
        font-size: 16px; } }
  @media (min-width: 1025px) {
    .form-label {
      font-size: 16px; }
      .form-label small {
        font-size: 18px;
        margin: 0 0 0 -5px; } }

.form-label--inlineSmall small {
  color: #1e1e1e;
  float: none;
  text-transform: none; }

.table {
  margin-top: 2rem; }
  .table td + td {
    border-left: 1px solid #e6e6e6; }
  .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: 769px) {
      .table-actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 769px) {
      .table-actions .button + .button {
        margin-left: 0.375rem; } }

.table--line {
  border-color: #e6e6e6;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #e6e6e6;
    border-width: 0 0 1px; }
    .table--line .table-thead tr th {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 769px) {
        .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 #e6e6e6; }
    .table--line tr td {
      display: block;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 769px) {
        .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;
  min-width: 200px; }
  .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-title {
  color: #1e1e1e; }

.dropdown-menu-item {
  text-align: left; }
  .dropdown-menu-item img {
    border-radius: 0;
    margin-top: -2px; }
  .dropdown-menu-item:first-child > a {
    padding-top: 0.75rem; }
  .dropdown-menu-item > a {
    margin: 0;
    text-decoration: none; }

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

.modal-background {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px); }
  .openQuickSearch .modal-background {
    z-index: 1010; }

.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%);
  z-index: 1000; }
  .openQuickSearch .modal {
    z-index: 1010; }
  .modal .form-field {
    position: relative; }
  .modal.modal--standard {
    width: 100%; }
  .modal.modal--editOptions .modal-body {
    padding: 0 0 140px 0;
    overflow-x: hidden; }
  @media (min-width: 1025px) {
    .modal {
      width: 100%;
      max-width: 990px; } }

@media (min-width: 1400px) {
  .modal--large {
    width: 1170px;
    max-width: 1170px; } }

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

.modal-header-title {
  font-size: 20px;
  text-align: center; }

.modal-close {
  height: 2rem;
  width: 2rem;
  color: #1e1e1e;
  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: 1025px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #ff4000; }
  .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: 10px; }
  @media (min-width: 768px) {
    .modal-body {
      padding: 20px; } }
  @media (min-width: 1025px) {
    .modal-body {
      padding: 30px; } }

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

.hide-content {
  opacity: 0; }

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

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

.breadcrumbs-content {
  padding: 0;
  text-align: center; }

ol.breadcrumbs {
  display: block;
  font-size: 0;
  overflow: visible;
  margin: 0;
  padding: 0;
  text-align: center; }
  @media (max-width: 1024px) {
    .is-scroll ol.breadcrumbs {
      display: block;
      white-space: nowrap;
      overflow: auto hidden;
      margin: 0 -10px;
      padding: 0 10px; }
      .is-scroll ol.breadcrumbs .breadcrumb.is-active .breadcrumb-label {
        padding-right: 20px; }
      .is-scroll ol.breadcrumbs:before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        background: linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0.1));
        width: 12px;
        height: 20px;
        z-index: 1;
        transform: rotate(180deg) translateY(50%); }
      .is-scroll ol.breadcrumbs:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        background: linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0.1));
        width: 50px;
        height: 20px;
        z-index: 1; }
      .is-scroll ol.breadcrumbs .breadcrumb {
        float: none; } }

.breadcrumb {
  display: inline-block;
  float: none;
  margin: 0;
  color: #696969;
  font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px; }
  .breadcrumb .breadcrumb-label {
    color: #696969;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px; }
  .breadcrumb.is-active {
    font-size: 14px; }
    .breadcrumb.is-active > .breadcrumb-label {
      color: #1e1e1e;
      cursor: default;
      font-weight: 600; }
  .breadcrumb:not(:first-child)::before {
    background: none;
    color: #696969;
    content: "/";
    display: inline-block;
    font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    line-height: 22px;
    margin: 0 4px 0 6px;
    vertical-align: baseline;
    width: auto; }

.breadcrumb-wrapper {
  padding: 20px 0;
  text-align: center; }

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

.panel--large .panel-body {
  margin-bottom: 2rem;
  padding: 10px; }
  @media (min-width: 551px) {
    .panel--large .panel-body {
      padding: 2rem; } }

.pagination-list {
  font-size: 0;
  margin-top: 30px;
  margin-bottom: 0;
  text-align: center; }
  .pagination-list:before, .pagination-list:after {
    content: " ";
    display: table; }
  .pagination-list:after {
    clear: both; }
  .pagination-list .pagination-item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 16px; }
  .page-type-blog .pagination-list {
    margin-top: 10px; }

.pagination-item {
  line-height: 1;
  padding: 12px 0; }
  .pagination-item .pagination-link {
    display: flex;
    height: 2rem;
    width: 2rem;
    text-decoration: none;
    transition: all 0.3s ease; }
    .pagination-item .pagination-link:hover {
      color: #ff4000; }
  .pagination-item.pagination-item--current {
    border-color: #e6e6e6;
    border-radius: 100px;
    margin: 0 0.375rem 0 0.75rem;
    pointer-events: none; }
    .pagination-item.pagination-item--current > a {
      background-color: #1e1e1e; }
  .pagination-item.pagination-item--previous, .pagination-item.pagination-item--next {
    padding: 0; }
    .pagination-item.pagination-item--previous.button--disable, .pagination-item.pagination-item--next.button--disable {
      cursor: not-allowed; }
      .pagination-item.pagination-item--previous.button--disable .pagination-link, .pagination-item.pagination-item--next.button--disable .pagination-link {
        pointer-events: none; }
    .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
      border: 1px solid #a9a9a9;
      width: 80px;
      height: 56px;
      border-radius: 60px;
      color: white;
      padding: 1px 0 0; }
      .pagination-item.pagination-item--previous > a .icon,
      .pagination-item.pagination-item--previous > a .icon svg, .pagination-item.pagination-item--next > a .icon,
      .pagination-item.pagination-item--next > a .icon svg {
        height: 2.5rem;
        width: 2.5rem; }
      .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
        color: #1e1e1e; }
        .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
          fill: #1e1e1e; }
    @media (max-width: 550px) {
      .pagination-item.pagination-item--previous, .pagination-item.pagination-item--next {
        display: none; } }

.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--next {
  float: right; }

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    color: #1e1e1e;
    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; }

.pagination-list .pagination-item--next {
  margin-left: 32px; }

.button {
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: 700;
  font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
  min-height: 52px;
  line-height: 1.25;
  padding: 14px 32px;
  border-radius: 30px;
  overflow: hidden; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 1025px) {
      .button + .button {
        margin-left: 0.75rem; } }
  .button.button--secondary {
    color: #1e1e1e;
    background-color: white;
    border-color: #1e1e1e; }
    .button.button--secondary:active {
      color: white;
      border-color: #1e1e1e;
      background-color: #1e1e1e; }
  .button.button--tertiary {
    min-height: 36px;
    line-height: 34px;
    color: white;
    background-color: #ff4000;
    border-color: #ff4000; }
    .button.button--tertiary:active {
      color: white;
      border-color: #e03800;
      background-color: #e03800; }
    @media (min-width: 768px) {
      .button.button--tertiary {
        min-height: 50px;
        line-height: 48px; } }
    @media (min-width: 1025px) {
      .button.button--tertiary {
        min-height: 57px;
        line-height: 55px; } }
  .button.button--transparent {
    background-color: transparent; }
  .button.loading {
    pointer-events: none;
    font-size: 0; }
    .button.loading svg {
      display: none; }
    .button.loading:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 30px;
      height: 30px;
      border: 2px solid #c5c5cf;
      border-radius: 100%;
      border-top: 2px solid transparent;
      -webkit-animation: load-animate infinite linear 1s;
      animation: load-animate infinite linear 1s; }
  .button.disable, .button[disabled] {
    color: white;
    background-color: #cccccc;
    border-color: rgba(0, 0, 255, 0); }
  @media (min-width: 551px) {
    .button {
      font-size: 16px;
      border-radius: 30px; } }
  @media (min-width: 1025px) {
    .button {
      min-height: 52px;
      line-height: 1.25;
      font-size: 16px;
      padding: 14px 32px; }
      .button:hover svg, .button:focus svg {
        fill: white; }
      .button.button--secondary:hover, .button.button--secondary:focus {
        color: white;
        border-color: #1e1e1e;
        background-color: #1e1e1e; }
        .button.button--secondary:hover svg, .button.button--secondary:focus svg {
          fill: white; }
      .button.button--tertiary:hover, .button.button--tertiary:focus {
        color: white;
        border-color: #e03800;
        background-color: #e03800; }
        .button.button--tertiary:hover svg, .button.button--tertiary:focus svg {
          fill: white; }
      .button.button--transparent:hover, .button.button--transparent:focus {
        color: inherit; }
      .button.button--iconCustom:hover, .button.button--iconCustom:focus {
        background-color: transparent;
        border-color: transparent;
        color: inherit; }
      .button.disable:hover, .button.disable:focus, .button[disabled]:hover, .button[disabled]:focus {
        color: white;
        background-color: #cccccc;
        border-color: rgba(0, 0, 255, 0); }
        .button.disable:hover svg, .button.disable:focus svg, .button[disabled]:hover svg, .button[disabled]:focus svg {
          fill: white; } }

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

.button--icon svg,
.button--iconCustom svg {
  fill: #1e1e1e; }

.button--iconCustom {
  min-height: 40px;
  margin: 0;
  padding: 0;
  line-height: 1; }
  .button--iconCustom.button {
    background-color: transparent;
    border: none; }
  .button--iconCustom svg {
    width: 30px;
    height: 30px; }
    @media (min-width: 551px) {
      .button--iconCustom svg {
        width: 40px;
        height: 40px; } }
    @media (max-width: 550px) {
      .button--iconCustom svg {
        vertical-align: bottom; } }
  @media (min-width: 551px) {
    .button--iconCustom + .button--iconCustom {
      margin: 0 0 0 10px; } }
  @media (min-width: 1025px) {
    .button--iconCustom .form-option-tooltip {
      display: block;
      font-size: 14px;
      line-height: 1.5;
      color: white;
      opacity: 0;
      visibility: hidden;
      pointer-events: none; }
    .button--iconCustom:hover .form-option-tooltip {
      opacity: 1;
      visibility: visible;
      pointer-events: auto; }
    .button--iconCustom:hover svg {
      animation: animateIcon .5s infinite ease; } }
  @media (min-width: 551px) {
    .button--iconCustom {
      line-height: 40px; } }
  @media (min-width: 1920px) {
    .button--iconCustom + .button--iconCustom {
      margin-left: 16px; } }

.button--small {
  font-size: 12px;
  min-width: 95px;
  min-height: 36px;
  line-height: 34px; }
  @media (min-width: 768px) {
    .button--small {
      font-size: 16px;
      min-width: 126px;
      min-height: 50px;
      line-height: 48px; } }
  @media (min-width: 1025px) {
    .button--small {
      font-size: 18px;
      min-width: 147px;
      min-height: 53px;
      line-height: 53px; } }

.button--large {
  font-weight: 400;
  padding: 0 10px;
  min-width: 99px;
  min-height: 39px;
  line-height: 37px; }
  @media (min-width: 768px) {
    .button--large {
      min-width: 125px;
      min-height: 54px;
      line-height: 52px; } }

.tab {
  margin: 0 32px 20px 0;
  float: none; }
  @media (min-width: 768px) {
    .tab {
      float: left; } }
  .tab.is-active .tab-title {
    background-color: white; }

.tab-title {
  font-size: 20px;
  font-weight: 600;
  padding: 14px 16px;
  border-radius: 10px; }
  @media (max-width: 1599px) {
    .tab-title {
      font-size: 16px; } }

.productView-description .productView-tabs-wrapper {
  display: none; }
  @media (min-width: 768px) {
    .productView-description .productView-tabs-wrapper {
      display: block;
      position: relative;
      overflow: hidden;
      margin-bottom: 24px; }
      .productView-description .productView-tabs-wrapper .tabs {
        display: flex;
        flex-wrap: nowrap;
        gap: 8px;
        margin: 0;
        padding: 0;
        border: 0;
        box-shadow: inset 0 -1px 0 #cccccc;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        scrollbar-width: none; }
        .productView-description .productView-tabs-wrapper .tabs::-webkit-scrollbar {
          display: none; }
        .productView-description .productView-tabs-wrapper .tabs::before, .productView-description .productView-tabs-wrapper .tabs::after {
          display: none; }
      .productView-description .productView-tabs-wrapper .tab {
        flex: 0 0 auto;
        float: none;
        margin: 0;
        border: 0; }
      .productView-description .productView-tabs-wrapper .tab-title {
        position: relative;
        display: block;
        margin: 0;
        padding: 14px 16px 16px;
        border: 0;
        border-radius: 0;
        background: transparent;
        color: #1e1e1e;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        white-space: nowrap;
        text-decoration: none;
        transition: color 180ms ease, background-color 180ms ease; }
        .productView-description .productView-tabs-wrapper .tab-title::after {
          content: '';
          position: absolute;
          right: 0;
          bottom: 0;
          left: 0;
          height: 2px;
          background: #ff4000;
          transform: scaleX(0); }
        .productView-description .productView-tabs-wrapper .tab-title:focus-visible {
          outline: 2px solid #ff4000 !important;
          outline-offset: -4px !important; } }
    @media (min-width: 768px) and (hover: hover) and (pointer: fine) {
      .productView-description .productView-tabs-wrapper .tab-title:hover {
        color: #ff4000; } }
  @media (min-width: 768px) {
      .productView-description .productView-tabs-wrapper .tab.is-active > .tab-title {
        color: #ff4000;
        background: transparent; }
        .productView-description .productView-tabs-wrapper .tab.is-active > .tab-title::after {
          transform: scaleX(1); }
      .productView-description .productView-tabs-wrapper.has-tab-indicator .tab-title::after {
        display: none; } }
  .productView-description .productView-tabs-wrapper .iat-product-tabs__indicator {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 2px;
    background: #ff4000;
    transform-origin: left center;
    pointer-events: none;
    opacity: 0;
    transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), opacity 160ms ease; }
  @media (prefers-reduced-motion: reduce) {
    .productView-description .productView-tabs-wrapper .tab-title,
    .productView-description .productView-tabs-wrapper .iat-product-tabs__indicator {
      transition: none; } }

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

.tab-content.is-active {
  display: block; }
  .tab-content.is-active .toggle-content {
    display: block; }

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

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

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

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

.productView-description table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
  margin: 0; }
  .productView-description table tr {
    background: transparent;
    height: 45px; }
    .productView-description table tr:nth-child(odd) td:first-child {
      border-radius: 10px 0 0 10px;
      background: white; }
    .productView-description table tr:nth-child(odd) td:last-child {
      border-radius: 0 10px 10px 0;
      background: white; }
  .productView-description table td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    padding: 11px 14px;
    text-align: left;
    color: #1e1e1e; }
    .productView-description table td.tb-title {
      color: #1e1e1e;
      font-weight: 500;
      min-width: 200px; }

.productView-description h1,
.productView-description h2,
.productView-description h3,
.productView-description h4,
.productView-description h5,
.productView-description h6 {
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 16px; }

.productView-description ul {
  list-style: none; }

.productView-description .tab-content {
  background-color: white;
  line-height: 1.75; }

@media (min-width: 768px) {
  .productView-description .tab-content {
    padding: 20px;
    transition: all 0.3s ease; }
  .productView-description .toggle-title {
    display: none;
    margin: 0;
    padding: 0; } }

@media (min-width: 1025px) {
  .productView-description .tab-content {
    padding: 45px; } }

@media (max-width: 767px) {
  .productView-description .tabs {
    display: none;
    margin-left: 0;
    margin-bottom: 0;
    list-style: none;
    padding-bottom: 0;
    border-bottom: 0; }
    .productView-description .tabs .tab {
      display: block;
      float: none;
      width: 100%; }
    .productView-description .tabs .tab-title {
      display: block;
      width: 100%;
      padding: 0 15px;
      text-align: left; }
  .productView-description .tabs-contents {
    margin: 0; }
    .productView-description .tabs-contents .tab-content {
      display: block;
      padding: 0;
      margin: 0 0 16px;
      transition: all 0.3s ease; }
      .productView-description .tabs-contents .tab-content#tab-reviews .toggleLink {
        padding-bottom: 10px; }
      .productView-description .tabs-contents .tab-content#tab-reviews .icon {
        width: 17px;
        height: 18px; }
    .productView-description .tabs-contents .toggle-title {
      display: block;
      margin: 0;
      padding: 0 0 16px; }
    .productView-description .tabs-contents .toggleLink {
      display: block;
      float: none;
      width: 100%;
      padding: 16px 10px 0;
      position: relative;
      font-weight: 600;
      text-transform: uppercase;
      transition: all 0.3s ease; }
      .productView-description .tabs-contents .toggleLink .text {
        padding-bottom: 0;
        background-image: unset; }
      .productView-description .tabs-contents .toggleLink .icon-plus {
        font-size: 0;
        display: inline-block;
        vertical-align: top;
        position: absolute;
        top: calc(50% + 8px);
        right: 0;
        z-index: 2;
        pointer-events: none;
        transform: translateY(-50%);
        background-color: transparent;
        background-position: unset;
        background-repeat: unset;
        background-image: unset;
        transition: all 0.3s ease; }
        .productView-description .tabs-contents .toggleLink .icon-plus:before, .productView-description .tabs-contents .toggleLink .icon-plus:after {
          content: "";
          position: absolute;
          top: 50%;
          z-index: 2;
          transition: all 0.3s ease;
          transform: translate(0, -50%);
          background: #1e1e1e; }
        .productView-description .tabs-contents .toggleLink .icon-plus:before {
          right: 19px;
          width: 2px;
          height: 20px; }
        .productView-description .tabs-contents .toggleLink .icon-plus:after {
          right: 10px;
          width: 20px;
          height: 2px; }
      .productView-description .tabs-contents .toggleLink.is-open {
        padding-bottom: 0;
        color: #1e1e1e; }
        .productView-description .tabs-contents .toggleLink.is-open .icon-plus:before, .productView-description .tabs-contents .toggleLink.is-open .icon-plus:after {
          background: #1e1e1e; }
        .productView-description .tabs-contents .toggleLink.is-open .icon-plus:before {
          transform: translateY(-50%) rotate(90deg); } }
    @media (max-width: 767px) and (min-width: 768px) {
      .productView-description .tabs-contents .toggleLink {
        padding: 18px 45px 18px 0; } }

@media (max-width: 767px) {
    .productView-description .tabs-contents .toggle-content {
      position: relative; }
      .productView-description .tabs-contents .toggle-content.is-open {
        border-top: 1px solid #a7a7a7;
        padding: 10px; } }

.return,
.shipping {
  margin-top: 0; }

.accordion {
  box-shadow: none;
  border: 0;
  margin: 0; }

.accordion-title {
  font-size: 16px;
  color: #1e1e1e;
  text-transform: unset; }

.accordion-content {
  padding: 0;
  border: 0;
  margin: 16px 0 32px 0; }

.accordion-navigation {
  position: relative;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none; }
  .accordion-navigation .accordion-title {
    padding: 16px 0; }
  .accordion-navigation svg {
    height: 1.5rem;
    width: 1.5rem;
    position: relative;
    top: -1px; }

.accordion--navList {
  border: 0;
  border-radius: 0; }
  .accordion--navList .accordion-navigation {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0; }
    .accordion--navList .accordion-navigation .accordion-navigation-actions {
      position: absolute;
      top: 0;
      right: 0;
      font-size: 0; }
      .accordion--navList .accordion-navigation .accordion-navigation-actions .icon {
        vertical-align: top;
        width: 20px;
        height: 20px;
        stroke: transparent;
        background: transparent; }
  .accordion--navList .accordion-content .navList-item a {
    font-size: 16px;
    margin: 0;
    padding: 0 0 0 28px; }
    .accordion--navList .accordion-content .navList-item a .navList-action-close {
      position: absolute;
      float: unset;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      margin: 0;
      width: 20px;
      height: 20px;
      padding: 2px; }
      .accordion--navList .accordion-content .navList-item a .navList-action-close .icon {
        width: 100%;
        height: 100%;
        fill: white;
        stroke: white; }
    .accordion--navList .accordion-content .navList-item a:before {
      background-color: white;
      border: 1px solid #d0d0d0;
      border-radius: 2px;
      height: 1.25rem;
      width: 1.25rem;
      top: calc(50% - 1px);
      bottom: auto;
      left: 0;
      margin: 0;
      transform: translateY(-50%);
      z-index: 11; }
    .accordion--navList .accordion-content .navList-item a:after {
      left: 4px;
      width: 12px;
      height: 14px;
      background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='check' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check fa-w-16 fa-3x'%3E%3Cpath fill='%23ffffff' d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z' class=''%3E%3C/path%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100%;
      z-index: 12; }
    .accordion--navList .accordion-content .navList-item a.is-selected:before {
      border-color: #001b44;
      background: #001b44; }
  .accordion--navList .accordion-content .navList-item + .navList-item {
    margin-top: 16px; }

ul.inlineList {
  overflow: visible;
  margin: 0;
  font-size: 0; }
  ul.inlineList:before, ul.inlineList:after {
    content: " ";
    display: table; }
  ul.inlineList:after {
    clear: both; }

.inlineList--labels > li {
  float: none;
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
  margin-left: 0; }

.alertBox {
  border-radius: 16px;
  color: #1e1e1e; }

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

.alertBox--info {
  background-color: #1c242a;
  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 {
  font-size: 16px;
  display: block; }

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

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

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

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

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

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

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

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

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

.form-actions {
  margin: 0 auto;
  max-width: 98.125rem;
  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-size: 14px;
  margin-bottom: 16px;
  line-height: 1.556; }
  @media (min-width: 551px) {
    .form-label--alternate {
      font-size: 16px; } }
  @media (min-width: 1025px) {
    .form-label--alternate {
      font-size: 18px; } }

.form-select--date {
  width: initial; }
  .form-select--date + .form-select--date {
    margin-left: 16px; }

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

.form-fileDescription {
  color: #a7a7a7;
  font-size: 14px; }

.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-input {
  font-size: 12px;
  border-radius: 50px; }
  @media (min-width: 551px) {
    .form-input {
      font-size: 14px;
      border-radius: 100px; } }
  @media (min-width: 1025px) {
    .form-input {
      font-size: 16px; } }

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

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

.form-prefixPostfix .button {
  height: auto;
  min-width: 142px; }

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

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

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

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

.form-prefixPostfix .button {
  width: auto;
  margin: 0; }

.form-prefixPostfix .form-inlineMessage {
  margin-bottom: 16px; }
  @media (min-width: 1025px) {
    .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: 1025px) {
  .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: 1025px) {
    .form-prefixPostfix-button--postfix {
      margin: 0 0 0 0.75rem;
      order: 0; } }

.form-increment {
  position: relative;
  max-width: 176px;
  min-height: 60px; }
  .form-increment .button {
    color: #1e1e1e;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: none;
    width: 42px;
    height: 100%;
    position: absolute; }
    .form-increment .button:before, .form-increment .button:after {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      display: block;
      line-height: 22px;
      background-color: black; }
  .form-increment [data-action="dec"] {
    bottom: 0;
    left: 0; }
    .form-increment [data-action="dec"]:before {
      left: 16px;
      width: 14px;
      height: 1px; }
    @media (min-width: 1025px) {
      .form-increment [data-action="dec"]:before {
        left: 24px; } }
  .form-increment [data-action="inc"] {
    bottom: 0;
    right: 0; }
    .form-increment [data-action="inc"]:before {
      right: 16px;
      width: 14px;
      height: 1px; }
    .form-increment [data-action="inc"]:after {
      right: 22px;
      width: 1px;
      height: 14px; }
    @media (min-width: 1025px) {
      .form-increment [data-action="inc"]:before {
        right: 24px; }
      .form-increment [data-action="inc"]:after {
        right: 30px; } }

.form-input--incrementTotal {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  min-height: 60px;
  color: black;
  border: 1px solid #cbcbcb;
  border-radius: 50px;
  padding: 0 30px;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle; }
  .form-field--success .form-input--incrementTotal {
    float: none; }
  @media (min-width: 551px) {
    .form-input--incrementTotal {
      border-radius: 100px; } }

.form-option {
  background-color: white;
  border: 1px solid #e6e6e6;
  color: #757575;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 1px;
  transition: all 0.3s ease; }
  .form-option:hover {
    border-color: #1e1e1e; }
  .form-radio:checked + .form-option {
    border-color: #ff4000;
    color: #ff4000;
    font-weight: 600; }

.form-radio:checked + .form-option-swatch {
  border-color: transparent;
  background-color: transparent;
  box-shadow: none; }
  .form-radio:checked + .form-option-swatch .form-option-variant:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    z-index: 2;
    border-radius: 50%;
    border: 2px solid white;
    box-shadow: 0px 0px 0px 1px black;
    transition: all 0.3s ease; }

.form-option-variant {
  display: inline-block;
  font-size: 12px;
  min-width: auto;
  padding: 1px 16px;
  pointer-events: none;
  text-align: center; }
  @media (min-width: 768px) {
    .form-option-variant {
      font-size: 14px; } }
  @media (min-width: 1025px) {
    .form-option-variant {
      font-size: 16px; } }

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

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

.form-input--small {
  font-size: 16px;
  height: 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%;
    min-height: 57px;
    border-radius: 57px; }
  .form-minMaxRow .form-input {
    font-size: 18px;
    padding: 0 10px;
    min-height: 57px;
    max-width: 100px;
    border-radius: 12px;
    border-color: #2a2a2a; }

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

.form-row .form-column .form-field {
  padding-left: 0;
  padding-right: 0; }

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

.card {
  margin-bottom: 8px; }
  .card:focus-within .card-figcaption {
    opacity: 1; }
  .card.focus-within .card-figcaption {
    opacity: 1; }
  @media (min-width: 1025px) {
    .card {
      border-radius: 16px; }
      .card .button--compare {
        opacity: 0;
        transform: scale(0.85); }
      .card:hover .button--compare, .card:focus-within .button--compare, .card.focus-within .button--compare {
        opacity: 1;
        transform: scale(1); }
      .card:hover .item-action {
        transform: scale(1); }
      .card:hover .card-figcaption-button {
        bottom: 12px;
        animation: halo-fadeInUp 0.3s cubic-bezier(0, 0, 0.3, 1) forwards; } }

.item-action {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 50%;
  transform: scale(0);
  box-shadow: -2px -2px 5px 0px rgba(0, 0, 0, 0.05), 2px 2px 5px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease; }
  .item-action.is-check {
    background-color: #ff4000; }
    .item-action.is-check .icon {
      fill: white; }
  @media (min-width: 1025px) {
    .item-action:hover {
      animation: animateIcon .5s infinite ease; } }

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

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

.card-figcaption {
  margin: 0;
  pointer-events: none;
  transition: opacity .8s ease;
  z-index: 10; }
  @media (max-width: 1024px) {
    .card-figcaption {
      opacity: 1; }
      .card-figcaption .item-action {
        transform: scale(1); }
      .card-figcaption .card-figcaption-button {
        bottom: 6px;
        min-height: 50px;
        line-height: 48px; } }
  @media (max-width: 767px) {
    .card-figcaption .card-figcaption-button {
      min-height: 36px;
      line-height: 34px; } }

.card-figcaption-mb {
  padding: 10px 10px 0; }

.card-figcaption-body {
  padding: 12px; }

.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;
  height: 100%;
  width: 100%;
  opacity: 1;
  backface-visibility: visible;
  transition: opacity 0.5s ease-in-out; }
  .card-hover .card-image {
    opacity: 0; }
    .card-hover .card-image.active {
      opacity: 1; }

.hover-sections {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex; }

.hover-section {
  flex: 1;
  height: 100%; }

.card-title {
  color: #1e1e1e;
  display: block;
  text-decoration: none; }
  .card-title:hover {
    color: #ff4000; }

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

.card-figcaption-button {
  margin: 0 10px;
  width: calc(100% - 20px); }
  @media (min-width: 1025px) {
    .card-figcaption-button {
      margin: 0 12px;
      width: calc(100% - 24px); } }

.card-body {
  text-align: left;
  padding: 0 8px 8px;
  border-radius: 0 0 16px 16px; }
  @media (min-width: 768px) {
    .card-body {
      padding: 0 12px 12px; } }
  @media (min-width: 1025px) {
    .card-body {
      padding: 8px 16px 16px; } }

@media (max-width: 1599px) {
  [data-test-info-type="price"] {
    margin: 10px 0; }
    [data-test-info-type="price"] .price-section {
      display: inline-block; } }

.price-section {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }
  .price-section.price-section--withoutTax, .price-section.price-section--withTax {
    color: #d61b30; }
  .price-section.non-sale-price--withoutTax, .price-section.non-sale-price--withTax {
    color: dimgray; }
    .price-section.non-sale-price--withoutTax .price, .price-section.non-sale-price--withTax .price {
      font-weight: 400;
      font-size: 14px; }
  .price-section.price-none + .price-section--withoutTax {
    color: #1e1e1e; }
  .price-section.price-none + .price-section--withTax {
    color: #1e1e1e; }

.card.card--product {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 347px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  background: #f7f7f7;
  border: 0;
  border-radius: 0; }
  .card.card--product::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 11;
    pointer-events: none;
    border: 1px solid #e6e6e6; }
  .card.card--product .card-figure {
    flex: 0 0 auto;
    width: 100%;
    margin: 0;
    overflow: hidden;
    background: white;
    border-radius: 0; }
  .card.card--product .card-img-container {
    position: relative;
    width: 100%;
    background: white; }
    .card.card--product .card-img-container::after {
      padding-bottom: 110.6628%; }
  .card.card--product .card-image {
    mix-blend-mode: darken; }
  .card.card--product .halo-badges {
    display: none; }
  @media (max-width: 1024px) {
    .card.card--product .card-figcaption .item-action {
      display: none; } }
  @media (max-width: 1024px) {
    .card.card--product .card-figcaption .button--compare {
      display: flex; } }
  .card.card--product .card-body {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    width: 100%;
    min-height: 210px;
    padding: 12px;
    text-align: center;
    background: #f7f7f7;
    border-radius: 0; }
  .card.card--product .card-info {
    display: flex;
    flex: 0 0 96px;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    width: 100%;
    height: 96px;
    overflow: hidden;
    text-align: center; }
    .card.card--product .card-info > :not(.card-brand):not(.card-title) {
      display: none; }
  .card.card--product .card-brand {
    flex: 0 0 18px;
    width: 100%;
    margin: 0;
    overflow: hidden;
    color: dimgray;
    font-family: "Jost", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .card.card--product .card-title {
    display: block;
    flex: 0 1 auto;
    width: 100%;
    max-height: 72px;
    margin: 0;
    overflow: hidden;
    color: #1e1e1e;
    font-family: "Jost", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    background-image: none;
    transition: color 0.3s ease; }
    .card.card--product .card-title .card-title__text {
      display: inline;
      color: inherit;
      box-decoration-break: clone;
      -webkit-box-decoration-break: clone; }
    .card.card--product .card-title:hover, .card.card--product .card-title:focus, .card.card--product .card-title:focus-visible {
      color: #ff4000; }
      .card.card--product .card-title:hover .card-title__text, .card.card--product .card-title:focus .card-title__text, .card.card--product .card-title:focus-visible .card-title__text {
        background-size: 100% 1px; }
  .card.card--product [data-test-info-type="price"] {
    display: flex;
    flex: 0 0 22px;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-height: 22px;
    margin: 0;
    color: #1e1e1e;
    font-family: "Jost", Arial, Helvetica, sans-serif;
    line-height: 22px;
    white-space: nowrap; }
    .card.card--product [data-test-info-type="price"] .price-section {
      margin: 0;
      color: #1e1e1e;
      font-size: 16px;
      line-height: 22px; }
      .card.card--product [data-test-info-type="price"] .price-section .price {
        font-family: "Jost", Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px; }
      .card.card--product [data-test-info-type="price"] .price-section.rrp-price--withTax, .card.card--product [data-test-info-type="price"] .price-section.rrp-price--withoutTax, .card.card--product [data-test-info-type="price"] .price-section.non-sale-price--withTax, .card.card--product [data-test-info-type="price"] .price-section.non-sale-price--withoutTax {
        order: -1;
        color: dimgray;
        font-size: 14px;
        line-height: 12px; }
        .card.card--product [data-test-info-type="price"] .price-section.rrp-price--withTax .price, .card.card--product [data-test-info-type="price"] .price-section.rrp-price--withoutTax .price, .card.card--product [data-test-info-type="price"] .price-section.non-sale-price--withTax .price, .card.card--product [data-test-info-type="price"] .price-section.non-sale-price--withoutTax .price {
          color: dimgray;
          font-size: 14px;
          font-weight: 400;
          line-height: 12px; }
      .card.card--product [data-test-info-type="price"] .price-section.price-none {
        margin: 0; }
    .card.card--product [data-test-info-type="price"] .price-from {
      margin: 0 4px 0 0; }
  .card.card--product .card-actions {
    display: flex;
    flex: 0 0 auto;
    align-items: stretch;
    justify-content: flex-end;
    gap: 10px;
    width: 100%;
    min-height: 48px; }
  .card.card--product .card-action-button {
    display: flex;
    flex: 1 1 0;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 0;
    min-height: 48px;
    height: 48px;
    margin: 0;
    padding: 11px 24px;
    color: #1e1e1e;
    font-family: "Jost", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    background: white;
    border: 1px solid #ccc;
    border-radius: 0; }
    .card.card--product .card-action-button:hover, .card.card--product .card-action-button:focus, .card.card--product .card-action-button:active {
      color: white;
      background: #1e1e1e;
      border-color: #1e1e1e; }
    .card.card--product .card-action-button.button--outOfStock {
      gap: 8px;
      height: 48px;
      min-height: 48px;
      padding: 11px 16px;
      color: #555;
      cursor: help;
      background: #ededed;
      border-color: #d0d0d0;
      line-height: 24px;
      text-transform: uppercase;
      white-space: nowrap; }
      .card.card--product .card-action-button.button--outOfStock .text {
        display: block;
        overflow: hidden;
        line-height: 24px;
        text-overflow: ellipsis; }
      .card.card--product .card-action-button.button--outOfStock:hover, .card.card--product .card-action-button.button--outOfStock:focus, .card.card--product .card-action-button.button--outOfStock:active {
        color: #1e1e1e;
        background: #e4e4e4;
        border-color: #999;
        box-shadow: 0 0 0 2px rgba(255, 64, 0, 0.18); }
      .card.card--product .card-action-button.button--outOfStock.is-static {
        cursor: not-allowed;
        box-shadow: none; }
  .card.card--product .card-stock-status {
    position: relative;
    z-index: 12;
    display: flex;
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    height: 48px;
    margin: 0; }
    .card.card--product .card-stock-status > .button--outOfStock {
      width: 100%; }
    .card.card--product .card-stock-status:hover .card-stock-tooltip, .card.card--product .card-stock-status:focus-within .card-stock-tooltip {
      visibility: visible;
      opacity: 1;
      transform: translateY(0); }
  .card.card--product .card-stock-status__hint {
    display: inline-flex;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-family: "Jost", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-transform: lowercase; }
  .card.card--product .card-stock-tooltip {
    position: absolute;
    right: 0;
    bottom: calc(100% + 11px);
    left: 0;
    z-index: 20;
    display: block;
    visibility: hidden;
    padding: 12px 14px;
    color: white;
    background: #1e1e1e;
    border-radius: 6px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
    font-family: "Jost", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    text-transform: none;
    white-space: normal;
    overflow-wrap: anywhere;
    opacity: 0;
    pointer-events: none;
    transform: translateY(6px);
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease; }
    .card.card--product .card-stock-tooltip::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      width: 0;
      height: 0;
      border: 6px solid transparent;
      border-top-color: #1e1e1e;
      transform: translateX(-50%); }
  .card.card--product .card-quickview-action {
    display: flex;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    min-height: 48px;
    margin: 0;
    padding: 12px;
    color: white;
    cursor: pointer;
    background: dimgray;
    border: 0;
    border-radius: 0;
    transition: all 0.3s ease; }
    .card.card--product .card-quickview-action .icon {
      width: 24px;
      height: 24px;
      fill: currentColor; }
    .card.card--product .card-quickview-action:hover, .card.card--product .card-quickview-action:focus {
      color: white;
      background: #1e1e1e; }
  .card.card--product .card-option {
    display: none;
    min-height: 0; }

@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .card.card--product:hover .card-title, .card.card--product:focus-within .card-title {
    color: #ff4000; }
    .card.card--product:hover .card-title .card-title__text, .card.card--product:focus-within .card-title .card-title__text {
      background-size: 100% 1px; } }
  @media (max-width: 550px) {
    .card.card--product {
      max-width: 280px;
      background: #f5f5f5; }
      .card.card--product::after {
        border-color: #f5f5f5; }
      .card.card--product .card-img-container::after {
        padding-bottom: 100%; }
      .card.card--product .card-body {
        gap: 8px;
        min-height: 190px;
        padding: 10px 8px;
        background: #f5f5f5; }
      .card.card--product .card-info {
        flex-basis: 84px;
        height: 84px; }
      .card.card--product .card-brand {
        font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif; }
      .card.card--product .card-title {
        font-size: 14px;
        line-height: 20px;
        max-height: 60px; }
      .card.card--product [data-test-info-type="price"] {
        flex-basis: 22px;
        min-height: 22px;
        font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif; }
        .card.card--product [data-test-info-type="price"] .price-section {
          font-size: 14px;
          line-height: 22px; }
          .card.card--product [data-test-info-type="price"] .price-section .price {
            font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
            font-size: 14px;
            line-height: 22px; }
          .card.card--product [data-test-info-type="price"] .price-section.rrp-price--withTax, .card.card--product [data-test-info-type="price"] .price-section.rrp-price--withoutTax, .card.card--product [data-test-info-type="price"] .price-section.non-sale-price--withTax, .card.card--product [data-test-info-type="price"] .price-section.non-sale-price--withoutTax {
            display: none; }
      .card.card--product .card-actions {
        gap: 0;
        min-height: 48px; }
      .card.card--product .card-action-button {
        min-height: 48px;
        height: 48px;
        padding: 14px 24px;
        font-size: 14px;
        line-height: 20px; }
        .card.card--product .card-action-button.button--outOfStock {
          gap: 6px;
          height: 48px;
          min-height: 48px;
          padding: 13px 12px;
          line-height: 20px; }
          .card.card--product .card-action-button.button--outOfStock .text {
            line-height: 20px; }
      .card.card--product .card-stock-tooltip {
        bottom: calc(100% + 9px);
        padding: 10px 12px;
        font-size: 12px;
        line-height: 18px; }
      .card.card--product .card-quickview-action {
        display: none; } }

.card-wrapper .card-figure {
  width: 58px; }
  @media (min-width: 551px) {
    .card-wrapper .card-figure {
      width: 87px; } }
  @media (min-width: 1025px) {
    .card-wrapper .card-figure {
      width: 150px; } }

.card-wrapper .card-body {
  padding: 0 0 0 16px;
  width: calc(100% - 58px); }
  @media (min-width: 551px) {
    .card-wrapper .card-body {
      width: calc(100% - 87px); } }
  @media (min-width: 1025px) {
    .card-wrapper .card-body {
      width: calc(100% - 150px); } }

.card-wrapper .card-title {
  font-weight: 600; }

.card-wrapper + .card-wrapper {
  margin-top: 20px; }

@media (max-width: 1599px) {
  .card-wrapper {
    display: initial; }
    .card-wrapper .card-text {
      text-align: left; } }

.form-option-variant {
  position: relative;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  box-shadow: 1px 1px #fff; }
  .form-option-swatch .form-option-variant {
    width: 20px;
    height: 20px; }
  .form-option-variant .form-option-variant-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 26px;
    height: 26px;
    border-radius: 50%; }
    .form-option-variant .form-option-variant-wrapper span {
      width: 100%;
      height: 100%;
      min-width: 14px; }

@media (min-width: 1025px) {
  .form-option-tooltip {
    display: none;
    color: white;
    text-align: center;
    background: #1e1e1e;
    position: absolute;
    bottom: 100%;
    left: 50%;
    padding: 4px 7px;
    z-index: 2;
    min-width: 40px;
    transform: translateX(-50%);
    margin: 0 0 10px 0;
    transition: all 0.3s ease;
    white-space: nowrap; }
    .form-option-tooltip.text {
      left: 42%; }
    .form-option-tooltip:before {
      content: " ";
      position: absolute;
      bottom: -6px;
      left: 50%;
      height: 0;
      width: 0;
      border-top: 7px solid #1e1e1e;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      transform: translateX(-50%); } }

.card-option {
  min-height: 22px; }

.halo-options {
  display: block;
  margin: 0; }
  .halo-options:before, .halo-options:after {
    content: " ";
    display: table; }
  .halo-options:after {
    clear: both; }
  .halo-options:last-of-type {
    margin-right: 0; }
  .halo-options .form-option-swatch {
    padding: 0;
    border-radius: 50%; }
  .halo-options .showmore {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: 6px 0 0 7px;
    height: 20px;
    line-height: 1.5;
    color: #2a2a2a; }
  .halo-options .form-option {
    vertical-align: top;
    border: 1px solid #757575;
    margin: 0 5px 0 0;
    position: relative;
    text-align: center;
    font-weight: 400; }
    .halo-options .form-option:not(.form-option-swatch) {
      border-radius: 50px;
      padding: 6px 10px;
      min-width: 50px; }
      @media (min-width: 551px) {
        .halo-options .form-option:not(.form-option-swatch) {
          border-radius: 100px; } }
    .halo-options .form-option.active .form-option-variant:before {
      content: "";
      position: absolute;
      top: -2px;
      left: -2px;
      width: 24px;
      height: 24px;
      z-index: 2;
      border-radius: 17px;
      border: 1px solid black;
      transition: all 0.3s ease; }
    @media (min-width: 768px) {
      .halo-options .form-option:not(.form-option-swatch) {
        padding: 10px;
        min-width: 43px; } }
    @media (min-width: 1025px) {
      .halo-options .form-option {
        margin: 0 8px 0 0; }
        .halo-options .form-option:not(.form-option-swatch) {
          padding: 14px 24px;
          min-width: 50px; }
        .halo-options .form-option .form-option-tooltip {
          display: block;
          opacity: 0;
          visibility: hidden;
          pointer-events: none; }
        .halo-options .form-option:hover .form-option-tooltip {
          opacity: 1;
          visibility: visible;
          pointer-events: auto; } }

.card-desc {
  display: none; }

@media (max-width: 1599px) {
  .card-action {
    padding-top: 10px; } }

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

.navList {
  margin-bottom: 20px; }

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

.navList-action {
  font-size: 16px;
  color: #404040; }

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

.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 #cccccc;
    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: 100px; }
  .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(255, 64, 0, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(255, 64, 0, 0.999);
    content: "";
    font-size: 0.875rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    top: 50%; }
  .navList-action--checkbox::before {
    margin-top: -0.5rem; }
  .navList-action--checkbox::after {
    margin-top: -0.4375rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: white; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

.navList-action-close {
  background: #f7f7f7;
  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: #1e1e1e; }
  .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: 1025px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: dimgray; }
    @media (min-width: 1025px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #1e1e1e;
        margin: 0;
        padding-left: 0.75rem; } }
  .navBar--sub .navBar-action,
  .navBar--sub .navBar-action-color--active {
    font-size: 1rem; }
  .navBar--sub .navBar-action {
    color: #1e1e1e;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #ff4000; }

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

.animated-loading {
  animation-duration: 2.2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: shimmer;
  animation-timing-function: linear;
  background: #e6e6e6;
  background: linear-gradient(to right, #e6e6e6 4%, #CDE1FF 25%, #e6e6e6 36%);
  background-size: 1200px 100%; }
  .animated-loading * {
    opacity: 0; }

@keyframes shimmer {
  0% {
    background-position: -1200px 0; }
  100% {
    background-position: 1200px 0; } }

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

.icon,
.icon svg {
  transition: all 0.3s ease;
  width: 24px;
  height: 24px; }

.actionBar {
  display: inline-block;
  margin: 0; }
  .actionBar .form-field {
    margin: 0; }
  @media (min-width: 1025px) {
    .actionBar + .actionBar {
      margin-left: 5px; } }

.actionBar-wrapper {
  padding-bottom: 24px; }

.actionBar-section .form-label {
  font-size: 14px; }

.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; }
  @media (min-width: 1025px) and (max-width: 1399px) {
    .actionBar-section .form-label,
    .actionBar-section .form-input,
    .actionBar-section .form-select {
      display: block;
      padding: 0 30px 0 0;
      margin: 0; } }

.actionBar-section .form-select {
  color: black;
  height: 2.125rem;
  position: relative;
  bottom: -1px; }

.form-select-custom {
  background-color: transparent; }

[data-sort-by] .filter-dropdown {
  min-width: 200px; }

@media (min-width: 1600px) {
  [data-sort-by] .filter-dropdown {
    min-width: 262px; } }

.filter-dropdown {
  min-width: 200px;
  vertical-align: top;
  display: inline-block;
  list-style: none;
  margin: 0;
  border: 1px solid #a9a9a9; }
  .filter-dropdown .icon {
    position: absolute;
    right: 20px;
    padding: 3px; }
  .filter-dropdown .filter-action {
    padding: 11px 20px; }
  .filter-dropdown .dropdown-label {
    color: #a9a9a9; }
  .filter-dropdown .dropdown-menu {
    background-color: white;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
    max-width: 100%;
    z-index: 20; }
    .filter-dropdown .dropdown-menu.is-open {
      left: 0 !important;
      top: 100% !important; }
  .filter-dropdown a {
    color: black; }
  @media (min-width: 1600px) {
    .filter-dropdown {
      min-width: 250px; } }

@media (max-width: 1799px) {
  .actionBar-filter .form-select {
    bottom: 0;
    min-height: 46px;
    background-position: right 0.5rem top 0.8rem; }
  .actionBar-filter .filter-dropdown .icon {
    width: 16px;
    height: 24px;
    padding: 0; }
  .actionBar-filter .filter-dropdown .filter-action {
    padding: 8px 16px; }
    .actionBar-filter .filter-dropdown .filter-action .dropdown-label {
      color: black;
      font-size: 16px;
      font-weight: 600; } }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #1e1e1e;
  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: 769px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 1025px) {
    .navUser {
      padding: 0;
      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;
    padding: 10px; }
    .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; }

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

.navUser-action {
  color: white;
  font-weight: 600;
  text-decoration: none; }
  .navUser-action:hover, .navUser-action.is-open {
    color: white; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: white; }
  .navUser-action svg {
    fill: white;
    transition: all 0.3s ease; }

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

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

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

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

.navUser-item a {
  color: white; }
  .navUser-item a:hover {
    color: white; }

.navUser-item .item-label {
  margin: 0 4px; }

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

@media (max-width: 1024px) {
  .navUser-item {
    float: none; } }

.navUser-item--alt .navUser-action {
  padding: 9px 28px 9px 0; }

.navUser-item--alt:last-child .navUser-action {
  padding: 9px;
  background-color: #ff4000; }
  @media (min-width: 1800px) {
    .navUser-item--alt:last-child .navUser-action {
      padding: 9px 0;
      min-width: 129px; } }

.navUser-item--cart {
  display: block; }
  .navUser-item--cart .navUser-action {
    color: white; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: white; }
  .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: 1025px) {
        .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: 1025px) {
          .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: 1025px) {
          .navUser-item--cart .dropdown-menu.is-open::after {
            right: 0.875rem; } }

.navUser-item-cartLabel {
  display: none; }
  @media (min-width: 769px) {
    .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: white;
  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 #e6e6e6 transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

.dropdown--quickSearch {
  background-color: #f7f7f7;
  display: none;
  padding: 1.5rem 0; }
  @media (min-width: 769px) {
    .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: 24px;
    height: unset; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 769px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

.countPill {
  position: absolute;
  top: -3px;
  right: -4px;
  font-size: 12px;
  height: 1.125rem;
  width: 1.125rem;
  color: black;
  background-color: #ff4000;
  border-radius: 50%; }
  .countPill.compare-quantity {
    display: none; }
  @media (min-width: 1025px) {
    .countPill {
      color: white;
      top: 3px;
      right: 7px;
      width: 21px;
      height: 21px; } }

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

.navPages {
  background-color: #f7f7f7;
  height: 100%; }
  @media (min-width: 1025px) {
    .navPages {
      background: none;
      font-size: 0;
      overflow-y: visible;
      padding: 0; }
      .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: 1025px) and (min-width: 769px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 1025px) {
      .navPages-item, .navPages-action {
        display: block; }
      .navPages .navPages-item {
        position: static; } }
  .navPages ul {
    list-style: none; }
  .navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin: 0;
    padding-left: 0; }
  .navPages .navPage-subMenu-item {
    padding: 0 5px; }

.navPages-list {
  margin: 0; }
  .navPages-list + .navPages-list {
    padding-top: 50px; }
  @media (max-width: 1024px) {
    .navPages-list .has-subMenu:not(.no-subMenu) span {
      pointer-events: none; } }
  @media (min-width: 1025px) {
    .navPages-list {
      display: inline-block;
      float: none; } }

@media (min-width: 1025px) {
  .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: 1025px) {
    .navPages-action-depth-max.has-subMenu.is-open {
      border-bottom: 0;
      text-align: left; } }

@media (min-width: 1025px) {
  .navPages-item:focus-within > .navPage-subMenu {
    display: block; } }

.navPages-action {
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 0.75rem 0;
  text-decoration: none;
  text-transform: unset; }
  @media (min-width: 1025px) {
    .navPages-action {
      color: #001b44;
      display: inline-block;
      padding: 15px 30px 15px 0; }
      .navPages-action:hover, .navPages-action.activePage {
        color: #001b44; }
        .navPages-action:hover svg, .navPages-action.activePage svg {
          fill: #001b44;
          stroke: #001b44; } }
  @media (min-width: 1600px) {
    .navPages-action {
      padding: 20px 40px 20px 0; } }
  @media (min-width: 1920px) {
    .left .navPages-action {
      padding: 10px 50px 10px 0; } }
  .navPages-action svg {
    fill: black;
    width: 24px;
    height: 24px;
    transition: all 0.3s ease; }
    @media (min-width: 1025px) {
      .navPages-action svg {
        fill: white;
        stroke: white;
        width: 10px;
        height: 10px; } }
    @media (min-width: 1920px) {
      .navPages-action svg {
        width: 18px; } }

.navPages-action--storeCredit {
  color: #1e1e1e; }

.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: 1025px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .navPages-list .navPages-action-moreIcon {
    margin: 0 0 0 8px; }

.navPage-childList {
  display: none; }
  @media (min-width: 1025px) {
    .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: 1025px) {
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin-left: 0; } }

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 1025px) {
    .navPage-subMenu {
      background-color: white;
      padding: 15px 0 20px;
      position: absolute;
      text-align: left;
      left: 0;
      width: 100%; }
      .has-megamenu .navPage-subMenu {
        padding: 60px 0 0; }
      .navPage-subMenu.is-open {
        display: block; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu .navPage-subMenu-item-child {
    position: relative; }
    .navPage-subMenu .navPage-subMenu-item-child .navPage-subMenu {
      left: 215px;
      top: 0;
      animation: halo-fadeIn 0.6s cubic-bezier(0, 0, 0.3, 1) forwards; }

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

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

.navPage-subMenu-item {
  padding: 0.75rem 0; }
  @media (min-width: 1025px) {
    .navPage-subMenu-item {
      padding: 0 0.75rem; }
      .navPage-subMenu-item .navPages-action {
        text-transform: none;
        width: 100%; } }

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media (min-width: 1025px) {
    .navPage-subMenu-item-child .navPage-subMenu-action,
    .navPage-subMenu-item-parent .navPage-subMenu-action {
      padding: 0 15px;
      margin-bottom: 12px;
      width: 100%;
      text-transform: unset;
      line-height: 1.4; }
      .navPage-subMenu-item-child .navPage-subMenu-action.has-subMenu,
      .navPage-subMenu-item-parent .navPage-subMenu-action.has-subMenu {
        padding: 0 15px;
        margin-bottom: 16px; } }

.navPage-subMenu-action .collapsible-icon-wrapper {
  box-sizing: content-box;
  display: inline-block;
  height: 100%;
  text-align: right;
  width: 100%; }
  @media (min-width: 1025px) {
    .navPage-subMenu-action .collapsible-icon-wrapper {
      display: none; } }

.navPage-subMenu-toggle {
  display: none; }

@media (max-width: 1024px) {
  .navPage-subMenu-item-child.has-dropdown > .navPage-subMenu-action {
    padding-right: 60px; }
    .navPage-subMenu-item-child.has-dropdown > .navPage-subMenu-action .navPages-action-moreIcon--desktop {
      display: none; }
  .navPage-subMenu-item-child.has-dropdown > .navPage-subMenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 45px;
    margin: 0;
    padding: 0;
    border: 0;
    color: #1e1e1e;
    background: transparent;
    cursor: pointer; }
    .navPage-subMenu-item-child.has-dropdown > .navPage-subMenu-toggle .navPages-action-moreIcon {
      margin: 0;
      pointer-events: none; } }

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

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

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

@media (min-width: 1025px) {
  .has-megamenu .has-dropdown {
    margin-bottom: 48px; }
  .has-megamenu > .navPage-subMenu.is-open .container {
    display: flex; }
  .has-megamenu > .navPage-subMenu .container {
    padding: 0; }
    .has-megamenu > .navPage-subMenu .container.iat-mega, .has-megamenu > .navPage-subMenu .container.iat-brands {
      padding-left: 10px;
      padding-right: 10px; } }
    @media (min-width: 1025px) and (min-width: 768px) {
      .has-megamenu > .navPage-subMenu .container.iat-mega, .has-megamenu > .navPage-subMenu .container.iat-brands {
        padding-left: 50px;
        padding-right: 50px; } }
    @media (min-width: 1025px) and (min-width: 1920px) {
      .has-megamenu > .navPage-subMenu .container.iat-mega, .has-megamenu > .navPage-subMenu .container.iat-brands {
        padding-left: 175px;
        padding-right: 175px; } }

@media (min-width: 1025px) {
    .has-megamenu > .navPage-subMenu .container > .navPage-subMenu-list {
      column-count: 3;
      width: calc(100% - 400px); }
  .has-megamenu > .navPage-subMenu .navPage-subMenu {
    display: block;
    padding: 0;
    position: unset;
    animation: none; }
  .has-megamenu.no-image > .navPage-subMenu > .navPage-subMenu-list {
    width: 100%; }
  .has-megamenu.has-image .imageArea {
    width: 400px;
    padding: 0 15px;
    margin-bottom: 60px; }
  .has-megamenu.has-image .image {
    width: 100%; } }

.halo-menu-sidebar .container {
  padding: 0; }

.halo-menu-sidebar .navPages {
  display: block;
  font-size: 0;
  letter-spacing: 0; }
  .halo-menu-sidebar .navPages:before, .halo-menu-sidebar .navPages:after {
    content: " ";
    display: table; }
  .halo-menu-sidebar .navPages:after {
    clear: both; }

.halo-menu-sidebar .navPages-container {
  display: block;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0; }

.halo-menu-sidebar .navPages-list {
  position: relative;
  transition-duration: 0.4s;
  transform: none;
  transition-property: transform; }
  .has-activeNavPages .halo-menu-sidebar .navPages-list {
    display: block; }

.halo-menu-sidebar .navPages-item {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #cccccc;
  position: relative; }
  .halo-menu-sidebar .navPages-item .navPages-action {
    color: #1e1e1e;
    margin: 0;
    padding: 0 15px;
    display: flex;
    cursor: pointer;
    align-items: center;
    text-transform: capitalize;
    background-color: transparent;
    justify-content: space-between;
    line-height: 45px;
    font-weight: 500; }
    .halo-menu-sidebar .navPages-item .navPages-action .text {
      display: flex;
      align-items: center;
      padding: 0;
      color: inherit;
      position: relative;
      background: transparent !important; }
    .halo-menu-sidebar .navPages-item .navPages-action .navPages-action-moreIcon {
      width: auto;
      height: 45px;
      z-index: 10;
      top: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      order: 0;
      text-align: right;
      font-size: 0;
      pointer-events: none;
      transform: none;
      margin-left: 0; }
      .halo-menu-sidebar .navPages-item .navPages-action .navPages-action-moreIcon svg {
        fill: #1e1e1e;
        color: #1e1e1e;
        stroke: #1e1e1e;
        pointer-events: none;
        display: inline-block;
        vertical-align: middle;
        transition: all 0.3s ease;
        transform: rotate(-90deg);
        width: 13px;
        height: 13px; }
    .halo-menu-sidebar .navPages-item .navPages-action:not(.navPages-action-end) .text {
      pointer-events: none; }
  .halo-menu-sidebar .navPages-item > .navPages-action {
    font-weight: 500;
    line-height: 45px;
    text-transform: uppercase; }
    .halo-menu-sidebar .navPages-item > .navPages-action .text {
      white-space: nowrap; }
  .halo-menu-sidebar .navPages-item .navPage-subMenu {
    top: 0;
    right: 100%;
    left: auto;
    width: 100%;
    height: 100%;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: none;
    box-shadow: none; }
  .halo-menu-sidebar .navPages-item > .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPages-action {
    font-weight: 500; }
  .halo-menu-sidebar .navPages-item .navPage-subMenu-item-child {
    padding-right: 0;
    border-bottom: 1px solid #cccccc; }
    .halo-menu-sidebar .navPages-item .navPage-subMenu-item-child.navPage-subMenu-all {
      display: inline-block; }
    .halo-menu-sidebar .navPages-item .navPage-subMenu-item-child .navPages-action {
      font-size: 16px; }
    .halo-menu-sidebar .navPages-item .navPage-subMenu-item-child:last-child {
      border-bottom: none; }
  .halo-menu-sidebar .navPages-item .navPage-subMenu-title > .navPages-action {
    font-weight: 500;
    background-color: #f5f5f5; }
    .halo-menu-sidebar .navPages-item .navPage-subMenu-title > .navPages-action .navPages-action-moreIcon {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      .halo-menu-sidebar .navPages-item .navPage-subMenu-title > .navPages-action .navPages-action-moreIcon svg {
        transform: unset;
        width: 25px;
        height: 25px;
        margin: 0 0 0 -8px; }
    .halo-menu-sidebar .navPages-item .navPage-subMenu-title > .navPages-action .text {
      max-width: calc(100% - 70px);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block;
      vertical-align: top;
      width: 100%;
      margin: 0 auto;
      text-align: center;
      text-transform: uppercase; }
  .halo-menu-sidebar .navPages-item + .navPages-item {
    margin-left: 0; }
  .halo-menu-sidebar .navPages-item:last-child {
    border-bottom: none; }

.halo-menu-sidebar .navPage-subMenu-action-all {
  border-bottom: 1px solid #cccccc; }

.halo-menu-sidebar .imageArea {
  width: 100%; }

.halo-menu-sidebar .image {
  width: 100%;
  padding: 5px 10px; }

.halo-menu-sidebar .socialLinks {
  margin: 10px 0 0 0 !important; }
  .halo-menu-sidebar .socialLinks .icon svg {
    fill: #1e1e1e; }

.halo-menu-sidebar .socialLinks-item {
  display: inline-block;
  vertical-align: top; }

.halo-menu-sidebar .is-open {
  border-bottom: 0; }
  .halo-menu-sidebar .is-open > .navPages-action {
    display: none !important; }
  .halo-menu-sidebar .is-open > .navPage-subMenu {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    margin: 0; }
    .halo-menu-sidebar .is-open > .navPage-subMenu > .navPage-subMenu-list {
      padding-left: 0; }
      .halo-menu-sidebar .is-open > .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item-child.navPage-subMenu-title {
        display: block; }

.halo-menu-sidebar .is-hidden {
  display: none !important; }

.halo-menu-sidebar .cur-flag {
  margin-right: 10px; }
  .halo-menu-sidebar .cur-flag img {
    height: 1rem;
    width: 1rem;
    border-radius: 50%; }

@media (min-width: 1025px) {
  .halo-menu-sidebar .halo-sidebar-header {
    display: none; } }

@media (max-width: 1024px) {
  .halo-menu-sidebar .halo-sidebar-header .close {
    right: 5px; } }

.navPages-action-wishlist svg,
.navPages-action-phone svg {
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
  margin-right: 10px; }

.navPages-action-currency svg {
  margin-left: -4px;
  margin-right: 6px;
  position: relative;
  top: -1px; }

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

.tag {
  display: inline-block;
  font-size: 1rem; }
  .tag a {
    line-height: normal;
    color: dimgray;
    display: inline-block;
    padding: 10px 12px;
    text-decoration: none; }
    .tag a:hover {
      color: #ff4000; }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .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.5rem;
    width: 1.5rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #ff4000; }
    .socialLinks .icon svg {
      height: 1.5rem;
      width: 1.5rem;
      fill: #001b44;
      transition: all 0.3s ease; }
    .socialLinks .icon.icon--x svg {
      padding: 3px; }
    @media (min-width: 551px) {
      .socialLinks .icon {
        height: 2rem;
        width: 2rem; }
        .socialLinks .icon svg {
          height: 2rem;
          width: 2rem; } }

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

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  vertical-align: middle;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 0;
    margin-right: 20px; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }
  .socialLinks-item .socialLinks__link {
    height: 2rem;
    position: relative; }

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

.heroCarousel-content--empty {
  background-color: transparent; }

@media (max-width: 1024px) {
  .heroCarousel-image {
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%; } }

@media (max-width: 1024px) {
  .heroCarousel-image-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 100vw;
    width: 100%;
    max-height: 34.375rem;
    transition: height 0.3s ease; }
    .heroCarousel-image-wrapper .image {
      width: 100%;
      height: 100%; } }

@media (max-width: 550px) {
  .heroCarousel-image-wrapper {
    max-height: 28.125rem;
    min-height: 28.125rem; } }

.heroCarousel-content {
  position: absolute;
  background-color: rgba(0, 0, 255, 0);
  top: 50%;
  left: 0;
  right: 0;
  z-index: 3;
  width: 100%;
  max-width: 320px;
  text-align: center;
  transform: translateY(-50%);
  white-space: normal;
  margin: 0; }
  .heroCarousel-content.heroCarousel-content--empty {
    background-color: transparent; }
  .heroCarousel-content.heroCarousel-content--left {
    left: 10px;
    text-align: left;
    transform: translateY(-50%); }
  .heroCarousel-content.heroCarousel-content--center {
    left: 50%;
    transform: translate(-50%, -50%); }
  .heroCarousel-content.heroCarousel-content--right {
    left: auto;
    right: 10px;
    text-align: right;
    transform: translateY(-50%); }
  @media (max-width: 550px) {
    .heroCarousel-content .heroCarousel-title {
      font-size: 26px; } }
  @media (min-width: 768px) {
    .heroCarousel-content {
      max-width: 480px; }
      .heroCarousel-content.heroCarousel-content--left {
        left: 50px; }
      .heroCarousel-content.heroCarousel-content--right {
        right: 50px; } }
  @media (min-width: 1600px) {
    .heroCarousel-content {
      max-width: 630px; }
      .heroCarousel-content.heroCarousel-content--left {
        left: calc((100% - 1600px)/2); }
      .heroCarousel-content.heroCarousel-content--right {
        right: calc((100% - 1600px)/2); } }

.heroCarousel-title {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-weight: 700;
  color: white;
  margin: 0 0 15px 0; }

.heroCarousel-description {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
  max-width: 680px;
  color: white; }

.writeReview-productDetails {
  margin-bottom: 40px; }
  @media (min-width: 1025px) {
    .writeReview-productDetails {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left;
      padding-left: 15px;
      padding-right: 15px; } }
  .writeReview-productDetails .product-brand {
    color: #6e6e6e;
    margin: 15px 0; }
  .writeReview-productDetails .product-title {
    margin-top: 0; }

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

.writeReview-form .form-fieldset .form-field--textarea {
  margin-bottom: 15px; }

.writeReview-form .form-field--submit {
  margin-top: 5px; }
  .writeReview-form .form-field--submit .button {
    min-width: 210px; }

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

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem; }
  @media (min-width: 769px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 769px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 769px) {
      .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: 769px) {
        .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: 769px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 769px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

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

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

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

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

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.375rem; }
  @media (min-width: 769px) {
    .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: 769px) {
    .account--addReturn-column {
      width: 50%; } }

.productCarousel {
  min-width: 100%; }

.productCarousel-slide .card {
  margin-bottom: 0; }
  .productCarousel-slide .card .card-title {
    overflow-wrap: break-word; }

[data-per-view-des="4"]:not(.swiper-initialized),
[data-per-view-des="3"]:not(.swiper-initialized),
[data-per-view-des="2"]:not(.swiper-initialized) {
  display: block;
  white-space: nowrap;
  overflow: auto;
  font-size: 0;
  margin: 0 -5px; }
  [data-per-view-des="4"]:not(.swiper-initialized) .swiper-slide,
  [data-per-view-des="3"]:not(.swiper-initialized) .swiper-slide,
  [data-per-view-des="2"]:not(.swiper-initialized) .swiper-slide {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    padding: 0 5px; }
  [data-per-view-des="4"]:not(.swiper-initialized) .content-wrapper,
  [data-per-view-des="3"]:not(.swiper-initialized) .content-wrapper,
  [data-per-view-des="2"]:not(.swiper-initialized) .content-wrapper {
    white-space: normal; }
  @media (max-width: 550px) {
    [data-per-view-des="4"]:not(.swiper-initialized)[data-swiper-disable-mb="true"],
    [data-per-view-des="3"]:not(.swiper-initialized)[data-swiper-disable-mb="true"],
    [data-per-view-des="2"]:not(.swiper-initialized)[data-swiper-disable-mb="true"] {
      white-space: normal; } }
  @media (min-width: 768px) {
    [data-per-view-des="4"]:not(.swiper-initialized),
    [data-per-view-des="3"]:not(.swiper-initialized),
    [data-per-view-des="2"]:not(.swiper-initialized) {
      margin: 0 -8px; }
      [data-per-view-des="4"]:not(.swiper-initialized) .swiper-slide,
      [data-per-view-des="3"]:not(.swiper-initialized) .swiper-slide,
      [data-per-view-des="2"]:not(.swiper-initialized) .swiper-slide {
        padding: 0 8px; } }
  @media (min-width: 1025px) {
    [data-per-view-des="4"]:not(.swiper-initialized),
    [data-per-view-des="3"]:not(.swiper-initialized),
    [data-per-view-des="2"]:not(.swiper-initialized) {
      margin: 0 -15px; }
      [data-per-view-des="4"]:not(.swiper-initialized) .swiper-slide,
      [data-per-view-des="3"]:not(.swiper-initialized) .swiper-slide,
      [data-per-view-des="2"]:not(.swiper-initialized) .swiper-slide {
        padding: 0 15px; } }

[data-per-view-des="5"]:not(.swiper-initialized) .swiper-slide {
  width: 20%; }
  [data-per-view-des="5"]:not(.swiper-initialized) .swiper-slide:nth-child(n+6) {
    display: none; }

[data-per-view-des="4"]:not(.swiper-initialized) .swiper-slide {
  width: 25%; }
  [data-per-view-des="4"]:not(.swiper-initialized) .swiper-slide:nth-child(n+5) {
    display: none; }

[data-per-view-des="3"]:not(.swiper-initialized) .swiper-slide {
  width: 33.3334%; }
  [data-per-view-des="3"]:not(.swiper-initialized) .swiper-slide:nth-child(n+4) {
    display: none; }
  @media (max-width: 550px) {
    [data-per-view-des="3"]:not(.swiper-initialized) .swiper-slide {
      width: 100%; } }

[data-per-view-des="2"]:not(.swiper-initialized) .swiper-slide {
  width: 50%; }
  [data-per-view-des="2"]:not(.swiper-initialized) .swiper-slide:nth-child(n+3) {
    display: none; }

@media (max-width: 1024px) {
  [data-per-view-tab="3"]:not(.swiper-initialized) .swiper-slide {
    width: 33.3334%; }
    [data-per-view-tab="3"]:not(.swiper-initialized) .swiper-slide:nth-child(n+4) {
      display: none; }
  [data-per-view-tab="2"]:not(.swiper-initialized) .swiper-slide {
    width: 50%; }
    [data-per-view-tab="2"]:not(.swiper-initialized) .swiper-slide:nth-child(n+3) {
      display: none; } }

@media (max-width: 550px) {
  [data-per-view-mob="2"]:not(.swiper-initialized) .swiper-slide {
    width: 50%; }
    [data-per-view-mob="2"]:not(.swiper-initialized) .swiper-slide:nth-child(n+3) {
      display: none; } }

.quickView {
  max-height: 730px !important;
  overflow-x: hidden; }
  .quickView:before, .quickView:after {
    content: " ";
    display: table; }
  .quickView:after {
    clear: both; }
  @media (min-width: 1025px) {
    .is-sticky .quickView .productView-images {
      top: 0; } }

.productView-reviews-wrapper {
  display: block;
  position: relative;
  padding: 0;
  margin-bottom: 0; }
  .productView-reviews-wrapper .alertBox {
    margin-bottom: 0; }
    .productView-reviews-wrapper .alertBox + .button-createReview {
      margin-top: 15px; }
  .productView-reviews-wrapper .productReviews-list {
    margin-top: 20px;
    margin-left: 0;
    margin-bottom: 0;
    padding-bottom: 56px; }
    .productView-reviews-wrapper .productReviews-list .productReview {
      width: 100%; }
  .productView-reviews-wrapper .pagination {
    margin-top: 0; }
    .productView-reviews-wrapper .pagination .pagination-list {
      margin-left: 0;
      margin-bottom: 0;
      padding-bottom: 0;
      font-size: 0;
      letter-spacing: 0; }
    .productView-reviews-wrapper .pagination .pagination-item + .pagination-item {
      margin-left: 10px; }
  .productView-reviews-wrapper .button-createReview .button {
    width: 100%;
    margin: 0; }
  @media (max-width: 767px) {
    .productView-reviews-wrapper .pagination {
      position: absolute;
      bottom: 0;
      right: 0; }
      .productView-reviews-wrapper .pagination + .button-createReview .button {
        width: auto;
        min-width: 180px; }
    .productView-reviews-wrapper .alertBox + .button-createReview,
    .productView-reviews-wrapper .productReviews-list + .button-createReview {
      text-align: center; }
      .productView-reviews-wrapper .alertBox + .button-createReview .button,
      .productView-reviews-wrapper .productReviews-list + .button-createReview .button {
        width: auto;
        min-width: 250px;
        margin-left: auto;
        margin-right: auto; } }
  @media (min-width: 768px) {
    .productView-reviews-wrapper .alertBox + .button-createReview {
      margin-top: 30px; }
    .productView-reviews-wrapper .productReviews-list {
      margin-top: 34px; }
    .productView-reviews-wrapper .pagination {
      position: absolute;
      bottom: 0;
      right: 0; }
    .productView-reviews-wrapper .button-createReview .button {
      min-width: 173px;
      width: auto;
      font-weight: 600; } }

.productReviews-list {
  display: block;
  margin: 28px 0 0 0;
  list-style: none; }

@media (min-width: 1025px) {
  .productReviews.reviewBlock {
    padding-top: 60px;
    padding-bottom: 60px; } }

.productReviews .halo-block-header .title {
  margin: 0 0 16px 0; }

.productReviews .productView-reviews-wrapper.toggle {
  margin-bottom: 15px; }

.productReviews .productReviews-list {
  margin: 0; }

.productReviews .star {
  margin: 0 0 20px 0; }

.productReviews .reviewBlock__item .title {
  margin: 0 0 8px 0; }

@media (min-width: 1025px) {
  .productReviews .reviewBlock__item {
    min-height: 263px; } }

.productReviews .toggle-title {
  margin: 0 0 40px; }

.productReviews .productReview {
  width: 100%;
  float: none;
  display: block;
  margin-bottom: 0; }
  .productReviews .productReview .productReview-rating {
    display: inline-block;
    vertical-align: middle; }
  .productReviews .productReview .productReview-author {
    color: dimgray;
    margin-bottom: 20px; }
  .productReviews .productReview .productReview-ratingNumber {
    display: none; }
  .productReviews .productReview .productReview-body {
    margin-bottom: 0; }

.btn-createReview {
  margin-top: 5px;
  float: left;
  width: 100%; }

.productReviews .pagination {
  margin: 30px 0 0 0; }

@media (max-width: 550px) {
  .halo-productView .productView-details {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 1200px) {
  .halo-productView {
    padding: 30px 0; } }

@media (min-width: 1400px) {
  .halo-productView {
    padding: 40px 0; } }

@media (min-width: 1025px) {
  .productView-images .swiper-pagination {
    display: none; }
  .productView-image {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }

@media (min-width: 1025px) {
  .productView-img-container {
    margin: auto;
    position: relative;
    width: 100%; }
    .productView-img-container::after {
      content: "";
      display: block;
      height: 0;
      padding-bottom: 100%;
      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-nav .arrow-custom {
  display: none; }

@media (min-width: 1025px) {
  .productView-nav:hover .arrow-custom {
    display: block; } }

.productView-for {
  padding: 0 20px; }
  .productView-for:not(.swiper-initialized) {
    margin: 0 -5px; }
    .productView-for:not(.swiper-initialized) .swiper-slide {
      width: 20%;
      padding: 0 5px; }
  @media (min-width: 1600px) {
    .productView-for {
      padding: 0 63px; } }

.swiper-slide-thumb-active {
  border: 1px solid #a9a9a9;
  border-radius: 6px; }

.halo-productVideos {
  bottom: 10px;
  left: 10px;
  z-index: 100; }
  .halo-productVideos .halo-productVideo-link {
    color: #ff0000;
    line-height: 0;
    transition: color 0.2s ease, transform 0.2s ease; }
    .halo-productVideos .halo-productVideo-link:hover {
      color: #cc0000;
      transform: scale(1.06); }
    .halo-productVideos .halo-productVideo-link:focus-visible {
      outline: 2px solid #a6c7e2;
      outline-offset: 3px; }
  .halo-productVideos .halo-productVideo-link svg {
    width: 50px;
    height: 50px;
    fill: currentColor; }
  @media (min-width: 551px) {
    .halo-productVideos .halo-productVideo-link svg {
      width: 60px;
      height: 60px; } }
  @media (min-width: 1025px) {
    .halo-productVideos {
      bottom: 28px;
      left: 28px; }
      .halo-productVideos .halo-productVideo-link svg {
        width: 75px;
        height: 75px; } }

.productView-title {
  font-size: 16px;
  line-height: 1.375;
  margin: 0 0 18px 0; }
  @media (min-width: 1025px) {
    .productView-title {
      font-size: 24px; } }

.productView-brand {
  color: #6e6e6e;
  font-size: 16px;
  margin: 16px 0 8px; }
  .productView-brand a {
    color: #6e6e6e; }
    .productView-brand a:hover {
      color: #ff4000; }
  @media (min-width: 768px) {
    .productView-brand {
      margin: 0 0 8px; } }

.productView-price {
  line-height: 1.2; }
  @media (min-width: 1025px) {
    .productView-price {
      font-size: 24px;
      line-height: 28px; } }
  .productView-price .price-section--saving {
    font-size: 20px; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }
  .productView-price .price-section {
    display: inline-block; }

.productView-reviewLink {
  color: #1e1e1e;
  margin-left: 0.375rem; }
  .productView-reviewLink:hover {
    color: #ff4000; }
  .productView-reviewLink--new {
    padding: 0; }

.productView-shortDes p {
  color: #1e1e1e;
  line-height: 1.75; }

.productView-info {
  display: table; }
  .productView-info-item {
    line-height: 1.56;
    display: block;
    margin: 0; }
    .productView-info-item span {
      display: inline-block;
      vertical-align: middle;
      margin: 0;
      padding: 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: 1025px) {
    .productView-info-name {
      font-size: 18px; } }

.productView-info-value {
  margin-bottom: 0;
  color: dimgray;
  font-style: italic; }
  @media (min-width: 1025px) {
    .productView-info-value {
      font-size: 18px; } }

.productView-options {
  padding: 0 0 12px; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @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 .form-field {
    font-size: 0;
    margin-bottom: 20px; }
    .productView-options .form-field[data-product-attribute] {
      margin-bottom: 10px; }
    .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; }
  @media (min-width: 768px) {
    .productView-options {
      padding: 0 0 18px; } }
  @media (min-width: 1025px) {
    .productView-options {
      padding: 0 0 20px; } }

[data-option-value] {
  font-style: italic;
  color: dimgray; }

.add-to-cart-buttons {
  display: inline-grid;
  float: left;
  width: 100%; }
  .add-to-cart-buttons .button {
    font-size: 14px;
    padding: 3px 10px;
    margin: 0;
    width: 100%;
    max-width: 100%; }
    .productView--quickView .add-to-cart-buttons .button {
      max-width: 100%; }
    @media (min-width: 768px) {
      .add-to-cart-buttons .button {
        font-size: 16px;
        padding: 7px 10px; } }
    @media (min-width: 1025px) {
      .add-to-cart-buttons .button {
        font-size: 18px;
        padding: 11px 10px 10px; } }

.add-to-cart-wallet-buttons {
  margin-top: 0.75rem; }
  .add-to-cart-wallet-buttons div[data-smart-button-container-id] {
    line-height: 0;
    margin-top: 6px; }
    .add-to-cart-wallet-buttons div[data-smart-button-container-id] button,
    .add-to-cart-wallet-buttons div[data-smart-button-container-id] div {
      width: 100%; }
  .add-to-cart-wallet-buttons button.show-more-button {
    color: #1e1e1e;
    display: block;
    margin-top: 0.375rem;
    padding: 0.375rem 0;
    text-align: center;
    text-decoration: underline;
    width: 100%; }
    .add-to-cart-wallet-buttons button.show-more-button:hover {
      color: #ff4000; }

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

.product-social {
  padding-top: 40px; }
  .product-social .socialLinks__link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.75rem;
    width: 2.75rem;
    border-radius: 8px;
    background-color: white; }
    .product-social .socialLinks__link svg {
      height: 1.5rem;
      width: 1.5rem; }

.shareProduct {
  text-align: center; }

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

.easyzoom-flyout {
  pointer-events: none;
  background: white; }

.productView-wrapper {
  margin: 0 0 16px; }

.productView-item {
  margin: 0 0 8px 0; }
  .productView-item:last-child {
    margin-bottom: 0; }
  @media (min-width: 1400px) {
    .productView-item {
      margin: 0; }
      .productView-item + .productView-item {
        margin: 0 0 0 16px; } }

.productView-rating {
  min-height: 24px; }
  .productView-rating .icon,
  .productView-rating svg {
    width: 22px;
    height: 22px; }

.rating-text {
  margin-left: 5px; }

.productView-soldProduct .icon {
  margin: 0 8px 0 0; }

.productView-hotStock {
  max-width: 100%;
  margin-bottom: 10px; }

.halo-hotStock-progress {
  max-width: 100%;
  height: 6px;
  border-radius: 4px;
  background-color: #E6E6E6;
  text-align: left;
  margin: 0;
  display: block;
  overflow: hidden; }

.halo-hotStock-progress-item {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(90deg, #005BE7 9.47%, #F21515 99.8%);
  display: block;
  transition: all ease 1s; }

.productView-countDown {
  margin: 0 0 8px 0; }
  .productView-countDown .item {
    display: inline-block; }
    .productView-countDown .item + .item {
      margin-left: 26px; }
  .productView-countDown .num {
    font-size: 16px; }

.icon--x svg {
  width: 22px;
  height: 22px; }

.productView-securityImage {
  margin-top: 32px; }

@media (min-width: 768px) {
  .productView-images {
    position: sticky;
    top: 0; }
    .is-sticky .productView-images {
      top: 100px;
      transition: all 0.3s ease; }
  .productView-right {
    width: calc(50% - 16px);
    margin-left: 16px;
    display: inline-block;
    vertical-align: top;
    position: sticky;
    top: 0; }
    .is-sticky .productView-right {
      top: 110px;
      transition: all 0.3s ease; }
  .productView-full .swiper-wrapper {
    flex-direction: column; } }

@media (min-width: 1025px) {
  .productView-right {
    width: calc(50% - 25px);
    margin-left: 25px; } }

@media screen and (min-width: 1025px) and (max-width: 1599.98px) {
  .halo-productView {
    padding-top: 16px; }
    .halo-productView .productView-image {
      min-height: 0; }
    .halo-productView .productView-img-container {
      height: clamp(320px, calc(100vh - 250px), 520px);
      padding-bottom: 0; }
    .halo-productView .productView-title {
      font-size: 22px;
      line-height: 1.35; }
    .halo-productView .productView-description {
      padding: 40px 0 60px; } }

.itemProduct-options .icon {
  height: 1.75rem;
  width: 1.75rem;
  margin-right: 6px;
  position: relative;
  top: -1px; }

.productView-item-link {
  padding: 8px 16px 10px;
  background-color: white; }

.itemProduct-options div {
  padding-right: 12px;
  margin-bottom: 24px; }

@media (min-width: 1600px) {
  .itemProduct-options div {
    padding-right: 24px; } }

.halo-compareColors-swatch {
  margin: 0 0 15px 0; }
  .halo-compareColors-swatch .form-option-swatch .form-option-variant {
    background-size: cover !important; }
  .halo-compareColors-swatch .form-option.show-color .form-option-variant:after {
    border-color: #cbcbcb; }

.halo-compareColors-image {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  position: relative;
  white-space: nowrap;
  overflow: auto;
  margin: 0 -15px;
  -webkit-overflow-scrolling: touch; }
  .halo-compareColors-image .item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 15px;
    text-align: center; }
    .halo-compareColors-image .item .color {
      display: block;
      width: 100%;
      height: 128px;
      margin: 0 0 6px 0;
      border: 0;
      border-radius: 6px; }
      .halo-compareColors-image .item .color.color2, .halo-compareColors-image .item .color.color3 {
        display: flex;
        justify-content: space-between;
        overflow: hidden; }
    .halo-compareColors-image .item .color2,
    .halo-compareColors-image .item .color3 {
      border: 1px solid dimgray;
      width: 100%;
      height: 128px;
      margin: 0 0 6px 0; }
      .halo-compareColors-image .item .color2 span,
      .halo-compareColors-image .item .color3 span {
        display: block;
        width: 100%;
        height: 100%;
        position: relative; }
    .halo-compareColors-image .item .title {
      display: block;
      text-align: center;
      margin: 0 0 15px 0; }
    .halo-compareColors-image .item.item-partern .image {
      display: block;
      width: 100%;
      margin: 0 0 6px 0;
      border: 0;
      border-radius: 6px; }
    .halo-compareColors-image .item.item-partern img {
      width: auto; }

.halo-compareColors-text {
  display: block;
  padding: 15px 0 0 0; }

@media (min-width: 551px) {
  .halo-compareColors-image .item {
    width: 33.33333333333%; } }

@media (min-width: 1025px) {
  .halo-compareColors-swatch {
    margin-bottom: 20px; }
  .halo-compareColors-image .item {
    width: 130px; }
    .halo-compareColors-image .item.item-partern {
      width: 16.6666667%; } }

.card-wishlist {
  min-width: 251px; }
  .productView--quickView .card-wishlist {
    min-width: 204px; }

.wishlist-loaded .wishlist-add {
  display: none; }

.wishlist-menu {
  font-size: 16px;
  margin-left: 0;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  min-width: 250px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
  user-select: none;
  pointer-events: none;
  overflow-x: hidden;
  width: 100%;
  max-width: 326px;
  background-color: white;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  z-index: 999; }
  .wishlist-menu:before {
    content: '';
    height: 50px;
    width: 50px;
    border: none;
    display: block;
    opacity: 0;
    visibility: hidden;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    background-image: url("../img/loading.svg");
    z-index: 105;
    background-repeat: no-repeat;
    transform: translateY(-50%) rotate(0);
    transform-style: preserve-3d; }
  .wishlist-menu:after {
    content: '';
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    transition: all 250ms ease-out;
    top: 0;
    left: 0;
    z-index: 104; }
  .wishlist-menu.is-loading:before {
    opacity: 1;
    visibility: visible; }
  .wishlist-menu.is-loading:after {
    opacity: 1;
    visibility: visible; }
  .wishlist-menu li {
    display: block;
    padding: 0 20px; }
    .wishlist-menu li:first-child {
      padding-top: 15px; }
    .wishlist-menu li:last-child {
      padding-bottom: 15px; }
  .wishlist-menu .js-add-to-wishlist,
  .wishlist-menu a {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-decoration: none;
    display: inline-flex;
    justify-content: space-between;
    align-items: center; }
    .wishlist-menu .js-add-to-wishlist.in-wishlist span,
    .wishlist-menu a.in-wishlist span {
      color: #ff4000;
      background-position: bottom 0 left 0;
      background-size: 100% 1px, 100% 1px; }
    .wishlist-menu .js-add-to-wishlist.in-wishlist .wishlist-item-close,
    .wishlist-menu a.in-wishlist .wishlist-item-close {
      opacity: 1;
      visibility: visible; }
  .wishlist-menu .js-add-to-wishlist .add {
    display: inline-block; }
  .wishlist-menu .js-add-to-wishlist .remove {
    display: none; }
  .wishlist-menu .js-add-to-wishlist.in-wishlist .add {
    display: none; }
  .wishlist-menu .js-add-to-wishlist.in-wishlist .remove {
    display: inline-block; }
  .wishlist-menu .wishlist-item-close {
    width: 20px;
    height: 20px; }
    .wishlist-menu .wishlist-item-close svg {
      width: 100%;
      height: 100%; }
  .wishlist-menu.animated--out {
    max-height: 0;
    transition: max-height 0.5s ease-out; }
  .wishlist-menu.animated {
    user-select: auto;
    pointer-events: auto;
    max-height: 200px;
    transition: max-height 0.5s ease-in;
    animation: halo-fadeIn 0.5s cubic-bezier(0, 0, 0.3, 1) forwards; }

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

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

.price {
  font-weight: 700; }

.price-from {
  margin-bottom: 5px; }
  @media (max-width: 1599px) {
    .price-from {
      margin-right: 5px;
      margin-bottom: 0; } }

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

.compareTable-heading {
  font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 10px;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 1025px) {
    .compareTable-heading {
      width: 10%; } }

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

.compareTable-item {
  padding: 18px 10px; }

.compareTable-removeProduct {
  background-color: #f7f7f7;
  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: #1e1e1e;
    height: 1.5rem;
    margin-top: 0.5rem;
    width: 1.5rem; }
  @media (min-width: 1025px) {
    .compareTable-removeProduct:hover {
      background-color: #ccc; }
      .compareTable-removeProduct:hover .icon {
        fill: #a6c7e2; } }

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

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

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

.blocker-container {
  position: relative; }

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

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

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

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

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

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

.toggleLink {
  color: #1e1e1e; }
  .toggle-title .toggleLink {
    float: right;
    line-height: 24px; }

.toggleLink-text {
  font-family: "Jost", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.556;
  text-decoration: underline; }
  @media (min-width: 768px) {
    .toggleLink-text {
      font-size: 16px; } }
  @media (min-width: 1025px) {
    .toggleLink-text {
      font-size: 18px; } }

.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: 98.125rem;
  width: 100%;
  border: #e6e6e6 solid;
  border-radius: 100px;
  border-width: 1px;
  display: none;
  margin-bottom: 2rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  .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: 1025px) {
    .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-navList .navList--inner {
    margin-left: 1.5rem; }

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

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

.facetedSearch-refineFilters {
  display: block; }

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

.facetedSearch-noFilters {
  font-size: 16px;
  font-weight: 400;
  color: #1e1e1e;
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
  padding: 10px 30px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-width: 0 0 1px; }

#facetedSearch {
  padding: 0; }
  @media (min-width: 1025px) {
    #facetedSearch {
      padding: 0; } }

.facetedSearch-navList {
  display: block; }

.navList.facetedSearch-optionColumns {
  margin: 15px 0 0 0; }
  .navList.facetedSearch-optionColumns .navList-item {
    width: 100%; }
  @media (min-width: 768px) {
    .navList.facetedSearch-optionColumns {
      margin-left: -15px;
      margin-right: -15px;
      font-size: 0;
      left: 0;
      display: block; }
      .navList.facetedSearch-optionColumns .navList-item {
        display: inline-block;
        vertical-align: top;
        padding: 5px 15px; } }

.remove-all {
  margin-top: 16px; }

.remove-item {
  margin-top: -16px;
  margin-bottom: 32px; }

.banners {
  background-color: #ff4000;
  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: 98.125rem;
  width: 100%; }
  .banner:before, .banner:after {
    content: " ";
    display: table; }
  .banner:after {
    clear: both; }
  .banner + .banner {
    margin-top: 1.5rem; }

.facetLabel {
  background: #f7f7f7;
  border-radius: 4px;
  padding: 9px 38px 9px 12px;
  text-decoration: none; }
  .facetLabel .icon {
    height: 1.125rem;
    width: 1.125rem;
    display: inline-block;
    fill: white;
    top: 50%;
    right: 10px;
    transform: translateY(-50%); }

.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: 1025px) {
    .cart {
      display: table; } }

.cart-header {
  display: none; }
  .cart-header-item {
    padding: 0 0 24px; }
  @media (min-width: 1025px) {
    .cart-header {
      display: table-header-group;
      text-align: left; } }

.cart-list {
  display: block; }
  .cart-list .cart-item-spacer {
    height: 10px; }
  @media (min-width: 1025px) {
    .cart-list {
      display: table-row-group; } }

.cart-item {
  border-top: 1px solid #cccccc;
  clear: both;
  display: block;
  padding: 20px 0; }
  .cart-item:before, .cart-item:after {
    content: " ";
    display: table; }
  .cart-item:after {
    clear: both; }
  .cart-item:last-child {
    border-bottom: 1px solid #cccccc; }
  @media (min-width: 1025px) {
    .cart-item {
      display: table-row;
      padding: 0; }
      .cart-item::before, .cart-item::after {
        display: none; } }

.cart-item-block {
  display: block; }
  @media (min-width: 1025px) {
    .cart-item-block {
      display: table-cell;
      padding: 24px 0 24px; }
      .cart-item-block.cart-item-title {
        padding-right: 20px; } }
  .cart-item-block .definitionList {
    margin-bottom: 0.375rem; }

.cart-item-figure {
  float: left;
  margin-bottom: 0;
  position: relative;
  text-align: center;
  width: 140px; }
  .cart-item-figure::after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  @media (min-width: 1025px) {
    .cart-item-figure {
      float: none;
      padding: 24px 0; } }
  @media (max-width: 550px) {
    .cart-item-figure {
      width: 100px; } }

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

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

.cart-item-title {
  display: block;
  height: auto;
  overflow: hidden;
  padding-left: 10px; }
  @media (min-width: 1025px) {
    .cart-item-title {
      display: table-cell;
      width: 510px; } }

.cart-item-info {
  clear: none;
  float: left;
  overflow: hidden;
  width: auto;
  font-size: 18px;
  font-weight: 500; }
  .cart-item-info + .cart-item-info {
    margin-top: 0; }
  @media (min-width: 1025px) {
    .cart-item-info {
      float: none;
      width: 220px; }
      .cart-item-info.cart-item-total {
        width: 140px; } }
  @media (max-width: 1024px) {
    .cart-item-info {
      min-height: 68px;
      display: flex;
      align-items: center;
      padding: 10px; } }
  @media (max-width: 550px) {
    .cart-item-info {
      width: 33.33333%;
      justify-content: center; } }

.cart-header-quantity,
.cart-item-quantity {
  text-align: center; }

.cart-item-quantity .form-increment {
  display: inline-block;
  width: 110px;
  height: 44px;
  min-height: 44px;
  max-height: 44px;
  margin: 0;
  vertical-align: middle;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  box-sizing: border-box;
  overflow: hidden; }
  .cart-item-quantity .form-increment .button {
    min-height: 32px; }

.cart-item-quantity .form-input--incrementTotal {
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 0;
  padding: 8px 34px;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  box-sizing: border-box;
  color: #232323;
  font-family: "Jost", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; }

.cart-item-quantity .form-increment [data-action="dec"],
.cart-item-quantity .form-increment [data-action="inc"] {
  top: 0;
  bottom: auto;
  width: 32px;
  height: 100%; }

.cart-item-quantity .form-increment [data-action="dec"]::before {
  left: 10px;
  width: 12px;
  height: 2px;
  background-color: #8d8d8d; }

.cart-item-quantity .form-increment [data-action="inc"]::before {
  right: 10px;
  width: 12px;
  height: 2px;
  background-color: #8d8d8d; }

.cart-item-quantity .form-increment [data-action="inc"]::after {
  right: 15px;
  width: 2px;
  height: 12px;
  background-color: #8d8d8d; }

.cart-item-label {
  display: none; }

.cart-item-value {
  padding-left: 0; }

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

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

.cart-item-options--giftWrapping .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  fill: #1e1e1e;
  margin: 0 7px 0 0;
  position: relative; }

.cart-remove {
  background-color: #f7f7f7;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  margin-top: 0;
  padding: 3px;
  transition: background-color 0.15s ease; }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: #1e1e1e;
    width: 100%;
    height: 100%; }
  @media (min-width: 551px) {
    .cart-remove {
      margin-left: 16px; } }
  @media (max-width: 1024px) {
    .cart-remove {
      height: 1.875rem;
      width: 1.875rem;
      position: absolute;
      top: 15px;
      left: -5px;
      margin: 0; } }

@media (min-width: 1025px) {
  [data-cart-totals] {
    float: right;
    width: 553px; } }

.cart-totals {
  list-style: none;
  margin: 0; }
  .cart-totals .cart-total {
    display: block;
    padding: 0 0 1px 0; }
    .cart-totals .cart-total:before, .cart-totals .cart-total:after {
      content: " ";
      display: table; }
    .cart-totals .cart-total:after {
      clear: both; }
    .cart-totals .cart-total-label {
      font-size: 16px;
      font-weight: 500;
      color: #1e1e1e;
      line-height: 25px;
      text-align: left;
      padding: 11px 0;
      float: left; }
      .cart-totals .cart-total-label strong {
        font-weight: 500; }
      .cart-totals .cart-total-label a {
        font-weight: 400;
        transition: unset; }
        .cart-totals .cart-total-label a .text {
          padding: 0 0 1px 0;
          background-image: linear-gradient(transparent 97%, #1e1e1e 3%);
          background-repeat: repeat-x;
          background-position-y: 0; }
    .cart-totals .cart-total-value {
      font-size: 16px;
      font-weight: 600;
      color: #1e1e1e;
      line-height: 25px;
      text-align: right;
      padding: 11px 0;
      float: right; }
      .cart-totals .cart-total-value p[translate] {
        font-size: 16px;
        font-weight: 400;
        color: #1e1e1e;
        margin: 0; }
      .cart-totals .cart-total-value.cart-total-grandTotal {
        font-size: 18px;
        font-weight: 700;
        margin-top: 3px; }
    .cart-totals .cart-total .form-label {
      font-size: 16px;
      font-weight: 400;
      color: #1e1e1e;
      margin: 0;
      line-height: 50px; }
    .cart-totals .cart-total .form-inlineMessage {
      text-align: left; }
    .cart-totals .cart-total + .cart-total {
      border-top: 1px solid #cccccc; }
    .cart-totals .cart-total.cart-total-grandtotal .cart-total-value {
      font-size: 20px;
      font-weight: 700;
      line-height: 1.2; }
  @media (min-width: 1025px) {
    .cart-totals .cart-total-label a:hover {
      color: #ff4000; }
      .cart-totals .cart-total-label a:hover .text {
        background-image: linear-gradient(transparent 97%, #ff4000 3%); } }

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  @media (min-width: 1025px) {
    .cart-total + .cart-total {
      border-top: 1px solid #e6e6e6; } }
  .cart-total .form-input {
    display: inline-block;
    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: #1e1e1e;
  width: 50%; }
  @media (min-width: 1025px) {
    .cart-total-label {
      display: block;
      padding-left: 0;
      text-align: left; } }

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

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

.cart-total-grandTotal {
  font-size: 24px;
  padding-bottom: 0.1875rem;
  padding-top: 0.1875rem;
  position: relative; }
  @media (min-width: 1025px) {
    .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: #1e1e1e;
  padding: 0;
  text-decoration: underline;
  transition: color 0.15s ease;
  font-size: 16px; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: #1e1e1e; }

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

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 0; }
  .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: 73%; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    margin: 0 0 20px 2%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 25%; }

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

.estimator-form-label {
  clear: both;
  float: left;
  font-weight: 400;
  font-size: 16px;
  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: inline-block;
    float: right;
    margin-bottom: 0; }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.375rem; }

.cart-additionalCheckoutButtons {
  width: 100%;
  margin-top: 0 !important; }
  @media (min-width: 1400px) {
    .cart-additionalCheckoutButtons * {
      min-width: 100%; }
    .cart-additionalCheckoutButtons .or-use-label {
      text-align: center !important; } }
  @media (max-width: 1399px) {
    .cart-additionalCheckoutButtons {
      max-width: 370px; }
      .cart-additionalCheckoutButtons .or-use-label {
        text-align: center !important; } }

.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: 98.125rem;
  width: 100%;
  display: table-row;
  line-height: 1.4; }
  .previewCartItem:before, .previewCartItem:after {
    content: " ";
    display: table; }
  .previewCartItem:after {
    clear: both; }

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

.previewCartItem-image {
  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; }
  @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 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #1e1e1e; }

.previewCartAction {
  margin: 0 auto;
  max-width: 98.125rem;
  width: 100%;
  border-top: 1px solid #e6e6e6;
  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 .estimator-form-label {
    margin-bottom: 30px; }
  .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; }
  .previewCart-additionalCheckoutButtons .or-use-label {
    text-align: center !important; }
  .previewCart-additionalCheckoutButtons * {
    min-width: 100%; }

.progress-percent {
  font-size: 10px;
  color: white;
  display: block;
  height: 16px;
  line-height: 14px;
  letter-spacing: 0.02rem; }

.page-cart.has-calculate-shipping [data-cart-status] .alertBox.Upsell.Banner, .page-cart.has-calculate-shipping [data-cart-status] .alertBox.Congratulations.Banner {
  display: none; }

.page-cart.has-calculate-shipping .page-header + .halo-free-shipping-message {
  margin-bottom: 25px;
  height: 46px; }

.page-cart.has-calculate-shipping .shipping-message .progress-percent {
  display: none; }

.page-cart.has-calculate-shipping .halo-free-shipping-message {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 24px; }
  .page-cart.has-calculate-shipping .halo-free-shipping-message .progress-shipping {
    height: 14px;
    margin: 0 0 12px 0; }
  .page-cart.has-calculate-shipping .halo-free-shipping-message .shipping-message-100 {
    padding-top: 11px;
    padding-bottom: 11px;
    background: #fafafa; }

.cart-content-wrapper {
  display: block;
  letter-spacing: 0; }
  .cart-content-wrapper .cart-content-item {
    display: block; }

.cart-item-edit {
  display: inline-block;
  vertical-align: top;
  margin: 5px 0 0 0; }
  .cart-item-edit .icon {
    display: inline-block;
    vertical-align: -2px;
    width: 16px;
    height: 16px;
    fill: #1e1e1e;
    margin: 0 2px 0 0; }
  @media (min-width: 1025px) {
    .cart-item-edit:hover .text {
      text-decoration: underline; } }

.cart-summary-heading,
.cart-tax-note {
  display: none; }

@media (max-width: 1024px) {
  .cart-item-remove {
    min-height: 0;
    overflow: visible;
    padding: 0;
    width: 0; } }

@media (min-width: 1401px) {
  .page-cart .cart-content-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(400px, 480px);
    gap: 32px;
    align-items: start; }
  .page-cart .cart-products-column,
  .page-cart [data-cart-content] {
    min-width: 0; }
  .page-cart [data-cart-totals] {
    display: flex;
    float: none;
    flex-direction: column;
    gap: 32px;
    width: auto;
    padding: 24px;
    background-color: #f7f7f7; }
  .page-cart .cart-checkout-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px; }
  .page-cart .cart {
    display: block;
    margin: 0; }
  .page-cart .cart-header {
    display: block;
    background-color: #f7f7f7; }
    .page-cart .cart-header > tr {
      display: grid;
      grid-template-columns: minmax(0, 48%) repeat(4, minmax(0, 13%)); }
    .page-cart .cart-header-item {
      padding: 12px 16px;
      border-bottom: 1px solid #c6c6c6;
      color: #1e1e1e;
      font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 700;
      line-height: 20px;
      text-align: left; }
      .page-cart .cart-header-item.center:not(.right), .page-cart .cart-header-item.cart-header-quantity {
        text-align: center; }
      .page-cart .cart-header-item.left {
        text-align: left !important; }
      .page-cart .cart-header-item.right, .page-cart .cart-header-item.cart-header-total {
        text-align: right !important;
        justify-content: flex-end !important; }
  .page-cart .cart-list {
    display: block; }
  .page-cart .cart-item {
    display: grid;
    grid-template-columns: 144px minmax(0, calc(48% - 144px)) repeat(4, minmax(0, 13%));
    border: 0; }
    .page-cart .cart-item:last-child {
      border-bottom: 0; }
  .page-cart .cart-item-block {
    display: flex;
    align-items: center;
    min-width: 0;
    height: 160px;
    padding: 16px;
    border-bottom: 1px solid #c6c6c6; }
  .page-cart .cart-item-figure {
    width: auto;
    padding-right: 0; }
  .page-cart .cart-item-image-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 128px;
    aspect-ratio: 1;
    padding: 12px;
    overflow: hidden; }
    .page-cart .cart-item-image-frame img {
      width: 100%;
      height: 100%;
      max-width: none;
      max-height: none;
      object-fit: contain; }
  .page-cart .cart-item-title {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: auto;
    padding-left: 8px;
    padding-right: 16px; }
  .page-cart .cart-item-brand {
    margin: 0 0 4px;
    color: #232323;
    font-family: "Jost", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; }
  .page-cart .cart-item-name {
    display: block;
    font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px; }
    .page-cart .cart-item-name__label {
      color: #232323;
      font: inherit; }
  .page-cart .cart-item-info {
    width: auto;
    color: #232323;
    font-family: "Jost", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left; }
    .page-cart .cart-item-info.cart-item-total {
      justify-content: flex-end;
      text-align: right; }
      .page-cart .cart-item-info.cart-item-total .cart-item-value {
        color: #1e1e1e;
        font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
        font-weight: 700;
        text-align: right; }
  .page-cart .cart-item-quantity {
    justify-content: center;
    text-align: left; }
    .page-cart .cart-item-quantity .form-increment {
      width: 110px;
      height: 44px;
      min-height: 44px;
      max-height: 44px;
      border: 1px solid #e0e0e0;
      box-sizing: border-box; }
    .page-cart .cart-item-quantity .form-input--incrementTotal {
      width: 100%;
      max-width: none;
      height: 100%;
      min-height: 0;
      padding: 8px 34px;
      border: 0;
      border-radius: 0;
      color: #232323;
      font-family: "Jost", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      box-sizing: border-box; }
    .page-cart .cart-item-quantity .form-increment [data-action="dec"],
    .page-cart .cart-item-quantity .form-increment [data-action="inc"] {
      top: 0;
      bottom: auto;
      width: 32px;
      height: 100%; }
    .page-cart .cart-item-quantity .form-increment [data-action="dec"]::before {
      left: 10px;
      width: 12px;
      height: 2px;
      background-color: #8d8d8d; }
    .page-cart .cart-item-quantity .form-increment [data-action="inc"]::before {
      right: 10px;
      width: 12px;
      height: 2px;
      background-color: #8d8d8d; }
    .page-cart .cart-item-quantity .form-increment [data-action="inc"]::after {
      right: 15px;
      width: 2px;
      height: 12px;
      background-color: #8d8d8d; }
  .page-cart .cart-item-remove {
    justify-content: flex-end;
    text-align: right; }
  .page-cart .cart-remove {
    display: inline-flex;
    float: none;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    color: #525252;
    background-color: transparent; }
    .page-cart .cart-remove > svg {
      width: 16px;
      height: 18px;
      fill: none; }
    .page-cart .cart-remove:hover {
      color: #ff4000;
      background-color: transparent; }
  .page-cart .cart-tax-note {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 16px 0 0;
    color: #1e1e1e;
    font-family: "Jost", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; }
    .page-cart .cart-tax-note .icon {
      flex: 0 0 24px;
      width: 24px;
      height: 24px;
      color: #d82511;
      fill: none; }
    .page-cart .cart-tax-note strong {
      color: #d82511;
      font-weight: 400; }
  .page-cart .cart-summary-heading {
    display: block;
    margin: 0;
    padding: 0 0 13px;
    border-bottom: 1px solid #cccccc;
    color: #1e1e1e;
    font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px; }
  .page-cart .cart-totals {
    display: flex;
    flex-direction: column;
    gap: 12px; }
    .page-cart .cart-totals .cart-total {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      padding: 0;
      border: 0; }
      .page-cart .cart-totals .cart-total-label, .page-cart .cart-totals .cart-total-value {
        float: none;
        width: auto;
        padding: 0;
        color: #1e1e1e;
        font-family: "Jost", Arial, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 24px; }
      .page-cart .cart-totals .cart-total-label {
        flex: 1 1 auto;
        background: transparent;
        font-weight: 600; }
        .page-cart .cart-totals .cart-total-label strong {
          font-weight: 600; }
      .page-cart .cart-totals .cart-total-value {
        flex: 0 0 auto;
        font-weight: 400;
        text-align: right; }
      .page-cart .cart-totals .cart-total--grand {
        margin-top: 1px;
        padding-top: 13px;
        border-top: 1px solid #cccccc; }
        .page-cart .cart-totals .cart-total--grand .cart-total-label,
        .page-cart .cart-totals .cart-total--grand .cart-total-value,
        .page-cart .cart-totals .cart-total--grand .cart-total-label strong {
          font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
          font-size: 20px;
          font-weight: 700;
          line-height: 24px; }
        .page-cart .cart-totals .cart-total--grand .cart-total-value {
          top: 0;
          color: #ff4000; }
      .page-cart .cart-totals .cart-total--shipping, .page-cart .cart-totals .cart-total--coupon, .page-cart .cart-totals .cart-total--gift-certificate {
        flex-wrap: wrap; }
  .page-cart .shipping-estimator,
  .page-cart .cart-form {
    flex: 0 0 100%;
    width: 100%;
    min-width: 0;
    margin-top: 4px; }
  .page-cart .estimator-form dl {
    display: grid;
    grid-template-columns: minmax(112px, 128px) minmax(0, 1fr);
    align-items: center;
    gap: 12px 16px;
    margin: 0; }
  .page-cart .estimator-form .estimator-form-label,
  .page-cart .estimator-form .estimator-form-input {
    float: none;
    width: auto;
    margin: 0; }
  .page-cart .estimator-form .estimator-form-label {
    clear: none; }
    .page-cart .estimator-form .estimator-form-label .form-label {
      line-height: 24px; }
  .page-cart .estimator-form .form-input,
  .page-cart .estimator-form .form-select {
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    min-height: 48px;
    margin: 0;
    padding: 11px 16px;
    border: 1px solid #cccccc;
    border-radius: 24px;
    background-color: #ffffff;
    color: #1e1e1e;
    font-family: "Jost", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px; }
  .page-cart .estimator-form .form-select {
    padding-right: 42px;
    background-position: right 16px center; }
  .page-cart .estimator-form .shipping-estimate-submit {
    grid-column: 2;
    width: 100%;
    margin: 4px 0 0;
    padding: 12px 24px;
    border-radius: 26px; }
  .page-cart .shipping-quotes {
    margin-top: 20px; }
    .page-cart .shipping-quotes form {
      display: flex;
      flex-direction: column;
      gap: 16px; }
    .page-cart .shipping-quotes ul {
      margin: 0;
      list-style: none; }
    .page-cart .shipping-quotes .estimator-form-row + .estimator-form-row {
      margin-top: 12px; }
    .page-cart .shipping-quotes .estimator-form-row dl {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      align-items: start;
      gap: 12px;
      margin: 0; }
    .page-cart .shipping-quotes .estimator-form-row .estimator-form-label,
    .page-cart .shipping-quotes .estimator-form-row .estimator-form-input {
      float: none;
      width: auto;
      margin: 0; }
    .page-cart .shipping-quotes .estimator-form-row .estimator-form-label {
      display: flex;
      align-items: flex-start;
      min-width: 0;
      line-height: 24px; }
    .page-cart .shipping-quotes .estimator-form-row .shipping-quote {
      flex: 0 0 auto;
      margin-top: 5px; }
    .page-cart .shipping-quotes .estimator-form-row .estimator-form-label-text {
      min-width: 0;
      margin-left: 10px; }
    .page-cart .shipping-quotes .estimator-form-row .estimator-form-input--price {
      font-weight: 700;
      line-height: 24px;
      text-align: right; }
    .page-cart .shipping-quotes .select-shipping-quote {
      width: 100%;
      margin: 0;
      padding: 14px 24px;
      border-radius: 28px;
      font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 700;
      line-height: 24px;
      text-transform: uppercase; }
  .page-cart .coupon-form,
  .page-cart .cart-gift-certificate-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    width: 100%; }
    .page-cart .coupon-form::before, .page-cart .coupon-form::after,
    .page-cart .cart-gift-certificate-form::before,
    .page-cart .cart-gift-certificate-form::after {
      display: none; }
    .page-cart .coupon-form .form-input,
    .page-cart .coupon-form .button,
    .page-cart .cart-gift-certificate-form .form-input,
    .page-cart .cart-gift-certificate-form .button {
      box-sizing: border-box;
      float: none;
      height: 48px;
      margin: 0; }
    .page-cart .coupon-form > .form-label,
    .page-cart .cart-gift-certificate-form > .form-label {
      display: none; }
    .page-cart .coupon-form .form-input,
    .page-cart .cart-gift-certificate-form .form-input {
      grid-column: 1;
      width: 100%;
      min-width: 0;
      padding: 11px 16px;
      border: 1px solid #cccccc;
      border-radius: 24px;
      font-family: "Jost", Arial, Helvetica, sans-serif;
      font-size: 16px;
      line-height: 24px; }
    .page-cart .coupon-form .button,
    .page-cart .cart-gift-certificate-form .button {
      grid-column: 2;
      width: auto;
      min-width: 104px;
      min-height: 48px;
      padding: 11px 24px;
      border-radius: 24px;
      font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 700;
      line-height: 24px;
      text-transform: uppercase; }
  .page-cart .cart-actions {
    padding: 0; }
    .page-cart .cart-actions .button {
      float: none;
      width: 100%;
      margin: 0;
      padding: 14px 32px;
      border-radius: 30px;
      font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 700;
      line-height: 24px;
      text-transform: uppercase; }
  .page-cart .cart-additionalCheckoutButtons {
    padding: 0; } }

@media (max-width: 1024px) {
  .page-cart .page-content {
    padding: 5px 16px 25px; }
  .page-cart .page-content > .container {
    width: 100%;
    max-width: none;
    padding-right: 0;
    padding-left: 0; }
  .page-cart .page-header {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0 0 25px; }
  .page-cart .breadcrumb-wrapper,
  .page-cart .breadcrumbs,
  .page-cart ol.breadcrumbs.disable-srollbar {
    height: auto;
    margin: 0;
    padding: 0;
    overflow: visible; }
  .page-cart .breadcrumb,
  .page-cart .breadcrumb .breadcrumb-label,
  .page-cart .breadcrumb.is-active .breadcrumb-label {
    font-family: "Jost", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 22px; }
  .page-cart .page-heading {
    margin: 0;
    color: #1e1e1e;
    font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase; }
  .page-cart .cart-layout-container {
    padding-top: 0 !important; }
  .page-cart .cart-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px; }
  .page-cart .cart-products-column,
  .page-cart [data-cart-content],
  .page-cart [data-cart-totals] {
    min-width: 0;
    width: 100%; }
  .page-cart .cart {
    display: block;
    margin: 0; }
  .page-cart .cart-header {
    display: none; }
  .page-cart .cart-list {
    display: flex;
    flex-direction: column; }
  .page-cart .cart-item {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    grid-template-rows: repeat(4, auto);
    column-gap: 16px;
    row-gap: 6px;
    padding: 16px 0;
    border-top: 1px solid #e0e0e0; }
    .page-cart .cart-item::before, .page-cart .cart-item::after {
      display: none; }
    .page-cart .cart-item:first-child {
      padding-top: 0;
      border-top: 0; }
    .page-cart .cart-item:last-child {
      padding-bottom: 0;
      border-bottom: 0; }
  .page-cart .cart-item-block {
    display: flex;
    width: auto;
    min-width: 0;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0; }
  .page-cart .cart-item-figure {
    grid-column: 1;
    grid-row: 1 / span 4;
    align-self: start;
    float: none;
    width: 96px;
    height: 96px;
    padding: 4px; }
  .page-cart .cart-item-image-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    mix-blend-mode: multiply; }
    .page-cart .cart-item-image-frame img {
      width: 100%;
      height: 100%;
      max-width: none;
      max-height: none;
      object-fit: contain; }
  .page-cart .cart-item-title {
    grid-column: 2;
    grid-row: 1;
    flex-direction: column;
    align-items: flex-start;
    overflow: visible; }
  .page-cart .cart-item-brand {
    margin: 0 0 6px;
    color: #232323;
    font-family: "Jost", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }
  .page-cart .cart-item-name {
    display: block;
    margin: 0;
    color: #232323;
    font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px; }
    .page-cart .cart-item-name__label {
      display: block;
      color: inherit;
      font: inherit; }
  .page-cart .cart-item-info {
    float: none;
    clear: none;
    color: #393939;
    font-family: "Jost", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; }
  .page-cart .cart-item-price {
    grid-column: 2;
    grid-row: 2;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left; }
  .page-cart .cart-item-quantity {
    grid-column: 2;
    grid-row: 3;
    align-items: center;
    justify-self: start; }
    .page-cart .cart-item-quantity .form-increment {
      position: relative;
      display: block;
      width: 110px;
      height: 44px;
      min-height: 44px;
      max-height: 44px;
      border: 1px solid #e0e0e0;
      box-sizing: border-box; }
    .page-cart .cart-item-quantity .form-input--incrementTotal {
      width: 100%;
      max-width: none;
      height: 100%;
      min-height: 0;
      padding: 8px 34px;
      border: 0;
      border-radius: 0;
      color: #232323;
      font-family: "Jost", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      box-sizing: border-box; }
    .page-cart .cart-item-quantity .form-increment [data-action="dec"],
    .page-cart .cart-item-quantity .form-increment [data-action="inc"] {
      top: 0;
      bottom: auto;
      width: 32px;
      height: 100%; }
    .page-cart .cart-item-quantity .form-increment [data-action="dec"]::before {
      left: 10px;
      width: 12px;
      height: 2px;
      background-color: #8d8d8d; }
    .page-cart .cart-item-quantity .form-increment [data-action="inc"]::before {
      right: 10px;
      width: 12px;
      height: 2px;
      background-color: #8d8d8d; }
    .page-cart .cart-item-quantity .form-increment [data-action="inc"]::after {
      right: 15px;
      width: 2px;
      height: 12px;
      background-color: #8d8d8d; }
  .page-cart .cart-item-total {
    grid-column: 2;
    grid-row: 4;
    justify-content: flex-start;
    text-align: left; }
    .page-cart .cart-item-total .cart-item-value {
      color: #393939;
      font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 700;
      line-height: 24px; }
  .page-cart .cart-item-remove {
    position: static;
    grid-column: 2;
    grid-row: 3;
    align-self: center;
    justify-self: end;
    width: 40px;
    overflow: visible; }
  .page-cart .cart-remove {
    position: static;
    top: auto;
    left: auto;
    display: inline-flex;
    float: none;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 30px;
    margin: 0;
    padding: 5px 10px;
    border-radius: 0;
    background: transparent;
    color: #525252; }
    .page-cart .cart-remove > svg {
      width: 16px;
      height: 20px;
      fill: none; }
  .page-cart .cart-tax-note {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin: 20px 0 0;
    color: #1e1e1e;
    font-family: "Jost", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; }
    .page-cart .cart-tax-note .icon {
      flex: 0 0 16px;
      width: 16px;
      height: 16px;
      margin-top: 4px;
      color: #d82511;
      fill: none; }
    .page-cart .cart-tax-note strong {
      color: #d82511;
      font-weight: 400; }
  .page-cart [data-cart-totals] {
    display: flex;
    float: none;
    flex-direction: column;
    gap: 32px;
    padding: 24px 12px;
    background: #f7f7f7; }
  .page-cart .cart-checkout-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px; }
  .page-cart .cart-summary-heading {
    display: block;
    margin: 0;
    padding: 0 0 13px;
    border-bottom: 1px solid #cccccc;
    color: #1e1e1e;
    font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1; }
  .page-cart .cart-totals {
    display: flex;
    flex-direction: column;
    gap: 12px; }
    .page-cart .cart-totals .cart-total {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      padding: 0;
      border: 0; }
      .page-cart .cart-totals .cart-total-label, .page-cart .cart-totals .cart-total-value {
        float: none;
        width: auto;
        padding: 0;
        color: #1e1e1e;
        font-family: "Jost", Arial, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 24px; }
      .page-cart .cart-totals .cart-total-label {
        flex: 1 1 auto;
        background: transparent;
        font-weight: 600; }
        .page-cart .cart-totals .cart-total-label strong {
          font-weight: 600; }
      .page-cart .cart-totals .cart-total-value {
        flex: 0 0 auto;
        font-weight: 400;
        text-align: right; }
      .page-cart .cart-totals .cart-total--shipping, .page-cart .cart-totals .cart-total--coupon, .page-cart .cart-totals .cart-total--gift-certificate {
        flex-wrap: wrap; }
      .page-cart .cart-totals .cart-total--grand {
        margin-top: 1px;
        padding-top: 13px;
        border-top: 1px solid #cccccc; }
        .page-cart .cart-totals .cart-total--grand .cart-total-label,
        .page-cart .cart-totals .cart-total--grand .cart-total-value,
        .page-cart .cart-totals .cart-total--grand .cart-total-label strong {
          font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
          font-size: 20px;
          font-weight: 700;
          line-height: 24px; }
        .page-cart .cart-totals .cart-total--grand .cart-total-value {
          top: 0;
          color: #ff4000; }
  .page-cart .shipping-estimator,
  .page-cart .cart-form {
    flex: 0 0 100%;
    width: 100%;
    min-width: 0; }
  .page-cart .cart-actions {
    padding: 0; }
    .page-cart .cart-actions .button {
      float: none;
      width: 100%;
      margin: 0;
      padding: 14px 32px;
      border-radius: 30px;
      font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 700;
      line-height: 24px;
      text-transform: uppercase; }
  .page-cart .cart-additionalCheckoutButtons {
    max-width: none;
    padding: 0; }
  .page-cart .iat-trust-guard--cart {
    width: 100%;
    text-align: center; } }

@media (max-width: 1024px) and (min-width: 768px) {
  .page-cart .page-content {
    margin: 0 auto;
    padding: 20px 40px 40px; }
  .page-cart .cart-item {
    grid-template-columns: 128px minmax(0, 1fr);
    column-gap: 20px;
    padding: 20px 0; }
  .page-cart .cart-item-figure {
    width: 128px;
    height: 128px; }
  .page-cart [data-cart-totals] {
    padding: 32px 24px; } }

.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: 769px) {
    .address {
      width: 50%; } }
  @media (min-width: 1281px) {
    .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: 769px) {
      .panel--address .panel-body {
        padding: 1.5rem 1.5rem 6rem; } }
  .panel--address .form-actions {
    margin-bottom: -0.75rem;
    margin-top: 1.5rem;
    text-align: left; }
    @media (min-width: 769px) {
      .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: 769px) {
          .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: 16px; }

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

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

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

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

.address-symbol {
  font-size: 40px;
  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: 1025px) {
    .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: 1025px) {
    .video {
      margin-bottom: 1.875rem; } }
  .video:hover, .video.is-active {
    color: #1e1e1e;
    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; }

.halo_videoGallery .videoGallery-main {
  margin-bottom: 15px; }

.halo_videoGallery .videoGallery-list {
  text-align: center;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  margin: 0;
  padding: 0 0 10px 0; }
  .halo_videoGallery .videoGallery-list .videoGallery-item {
    white-space: normal;
    width: auto;
    max-width: 180px;
    padding: 0 15px 0 0; }
    .halo_videoGallery .videoGallery-list .videoGallery-item:last-child {
      padding-right: 0; }
  .halo_videoGallery .videoGallery-list .video {
    display: block;
    margin-bottom: 0; }
    .halo_videoGallery .videoGallery-list .video .video-figure,
    .halo_videoGallery .videoGallery-list .video .video-body {
      float: none;
      display: block; }
    .halo_videoGallery .videoGallery-list .video .video-figure {
      margin-right: 0; }
    .halo_videoGallery .videoGallery-list .video .video-body {
      display: none; }

.halo-free-shipping-message .progress-shipping {
  width: 100%;
  height: 16px;
  margin: 0 0 12px 0;
  border-radius: 20px;
  background-color: #eee; }
  .halo-free-shipping-message .progress-shipping .progress-meter {
    position: relative;
    display: block;
    height: 100%;
    text-align: center;
    border-radius: 20px;
    background: linear-gradient(90deg, #284AC8 28.91%, #9DA8CF 90.35%);
    transition: .9s linear;
    transition-property: width, background-color; }

.halo-free-shipping-message .shipping-message {
  font-size: 14px;
  color: dimgray;
  line-height: 19px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .halo-free-shipping-message .shipping-message span + span {
    font-style: normal; }

.halo-free-shipping-message .shipping-message-100 {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  color: #1e1e1e;
  font-size: 16px;
  line-height: 1.75;
  background: transparent; }

.previewCartHeader {
  padding: 0 0 14px; }

.previewCart {
  margin: 0; }
  .previewCart .previewCartList {
    list-style: none;
    padding: 0;
    margin: 40px 0 20px;
    display: block;
    width: 100%;
    overflow: auto;
    max-height: calc(100vh - 400px); }
  .previewCart .previewCartItem {
    display: block;
    max-width: 100%;
    font-size: 0;
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #eee; }
  .previewCart .previewCartItem-image {
    display: inline-block;
    vertical-align: top;
    width: 90px;
    padding: 0;
    position: relative;
    text-align: center; }
    @media (min-width: 551px) {
      .previewCart .previewCartItem-image {
        width: 122px; } }
  .previewCart .previewCartItem-content {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 90px);
    padding: 0 0 0 10px;
    text-align: left; }
    @media (min-width: 551px) {
      .previewCart .previewCartItem-content {
        padding: 0 0 0 22px;
        width: calc(100% - 122px); } }
  .previewCart .previewCartItem-name {
    overflow-wrap: break-word;
    position: relative; }
  .previewCart .previewCartItem-options {
    position: relative;
    padding: 0 30px 0 0;
    width: auto; }
  .previewCart .previewCartItem-variant {
    display: block;
    width: 100%;
    margin: 0 0 10px 0; }
    .previewCart .previewCartItem-variant span + span:before {
      content: ',';
      margin: 0 4px 0 -3px; }
  .previewCart .previewCartItem-edit {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: -2px;
    right: 0; }
    .previewCart .previewCartItem-edit .icon {
      width: 18px;
      height: 18px;
      fill: #888888; }
    @media (min-width: 1025px) {
      .previewCart .previewCartItem-edit:hover .icon {
        fill: #1e1e1e; } }
  .previewCart .previewCartItem-price {
    display: block;
    width: 100%; }
  .previewCart .previewCartItem-qty {
    width: 100%;
    max-width: 130px;
    padding: 0;
    position: relative; }
    .previewCart .previewCartItem-qty .form-label {
      margin-bottom: 10px; }
    .previewCart .previewCartItem-qty .form-input--incrementTotal {
      font-weight: 400; }
  .previewCart .form-increment {
    max-width: 112px;
    min-height: 40px; }
    .previewCart .form-increment .form-input {
      height: 40px;
      min-height: 40px; }
    .previewCart .form-increment .button {
      min-height: 40px;
      line-height: 38px; }
  .previewCart .form-input--incrementTotal {
    font-size: 14px; }
  .previewCart .previewCartItem-remove {
    position: absolute;
    margin: 0;
    top: auto;
    transform: unset;
    bottom: 18px;
    left: auto;
    right: 0;
    display: block;
    height: auto;
    width: auto;
    transition: unset;
    padding: 0; }
    .previewCart .previewCartItem-remove:before, .previewCart .previewCartItem-remove:after {
      content: " ";
      display: table; }
    .previewCart .previewCartItem-remove:after {
      clear: both; }
    @media (max-width: 375px) {
      .previewCart .previewCartItem-remove {
        position: relative;
        bottom: 0;
        padding-top: 10px; } }
  .previewCart .previewCartTotalsPrice {
    list-style: none;
    margin: 0;
    padding: 0 0 40px; }
  .previewCart .previewCartTotals {
    display: block;
    font-size: 0;
    padding: 0; }
    .previewCart .previewCartTotals:before, .previewCart .previewCartTotals:after {
      content: " ";
      display: table; }
    .previewCart .previewCartTotals:after {
      clear: both; }
    .previewCart .previewCartTotals .previewCartTotals-label {
      display: inline-block;
      vertical-align: top;
      width: 120px;
      text-align: left;
      text-transform: none; }
    .previewCart .previewCartTotals .previewCartTotals-value {
      display: inline-block;
      vertical-align: top;
      width: calc(100% - 120px);
      text-align: right; }
    .previewCart .previewCartTotals.grandTotal .previewCartTotals-value {
      padding: 0;
      top: -1px; }
  .previewCart .previewCartAction {
    border: 0;
    display: block;
    font-size: 0;
    letter-spacing: 0;
    padding: 3px 0 0 0;
    margin: 0;
    width: auto; }
    .previewCart .previewCartAction .previewCartAction-shipping {
      margin-bottom: 40px; }
    .previewCart .previewCartAction .previewCartAction-checkout,
    .previewCart .previewCartAction .previewCartAction-viewCart {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      padding: 0; }
      .previewCart .previewCartAction .previewCartAction-checkout .button,
      .previewCart .previewCartAction .previewCartAction-viewCart .button {
        min-height: 36px;
        line-height: 52px; }
        @media (min-width: 768px) {
          .previewCart .previewCartAction .previewCartAction-checkout .button,
          .previewCart .previewCartAction .previewCartAction-viewCart .button {
            min-height: 50px;
            line-height: 48px; } }
        @media (min-width: 1025px) {
          .previewCart .previewCartAction .previewCartAction-checkout .button,
          .previewCart .previewCartAction .previewCartAction-viewCart .button {
            min-height: 50px;
            line-height: 48px; } }
    .previewCart .previewCartAction .previewCartAction-viewCart {
      padding-right: 3px; }
    .previewCart .previewCartAction .previewCartAction-checkout {
      padding-left: 3px; }
    .previewCart .previewCartAction .button {
      margin: 0;
      padding: 0;
      width: 100%; }
      .previewCart .previewCartAction .button.shipping-estimate-submit {
        margin-bottom: 25px; }
  .previewCart .productView-info > :first-child {
    margin-top: 0; }
  .previewCart .productView-info {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%; }
    .previewCart .productView-info .productView-info-name {
      min-width: 65px;
      font-weight: 700;
      letter-spacing: 0;
      text-align: left;
      width: auto; }
    .previewCart .productView-info .productView-info-value {
      margin-bottom: 2px;
      padding-left: 0; }
    .previewCart .productView-info .productView-info-name,
    .previewCart .productView-info .productView-info-value {
      float: left;
      font-family: "Jost", Arial, Helvetica, sans-serif;
      font-size: 14px;
      text-transform: capitalize; }
  .previewCart .productView-brand {
    text-transform: capitalize;
    margin-bottom: 9px; }
  .previewCart .productView-price {
    font-size: 15px; }
    @media (min-width: 1024px) {
      .previewCart .productView-price {
        font-size: 20px; } }
  .previewCart.previewCart2 {
    padding: 0;
    display: block;
    font-size: 0;
    letter-spacing: 0; }
    .previewCart.previewCart2 .halo-free-shipping-message {
      padding-top: 0;
      padding-bottom: 30px; }
    .previewCart.previewCart2 .previewCartView .productView-brand {
      margin-bottom: 0; }
    .previewCart.previewCart2 .previewCartView .productView-title {
      font-size: 16px; }
  @media (min-width: 1025px) {
    .previewCart .previewCartItem-remove:hover svg {
      fill: #1e1e1e; }
    .previewCart .previewCartItem-remove:hover span {
      color: #ce2b1e;
      background-image: linear-gradient(transparent 97%, #ce2b1e 3%);
      background-repeat: repeat-x;
      background-position-y: 0; } }

.previewCart-emptyBody {
  display: block;
  font-size: 16px;
  color: #1e1e1e;
  margin: 0;
  text-align: center;
  padding: 35px 0 5px;
  border: 1px solid transparent; }

.previewCartView {
  display: block;
  width: 100%;
  text-align: center; }
  .previewCartView .productView-image {
    display: inline-block;
    vertical-align: top;
    width: 100px; }
  .previewCartView .productView-details {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 100px);
    padding: 0 0 0 15px;
    text-align: left;
    float: none; }
  .previewCartView .productView-brand {
    margin: 0 0 2px 0; }
  .previewCartView .productView-title {
    margin: 0; }
  .previewCartView .productView-price {
    margin: 0 0 5px 0; }
  .previewCartView .productView-info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0; }
    .previewCartView .productView-info + .productView-info {
      margin-top: 4px; }
  .previewCartView .productView-info-name,
  .previewCartView .productView-info-value {
    margin: 0; }
  .previewCartView .productView-info-value {
    margin: 0 0 0 5px; }
  @media (min-width: 551px) {
    .previewCartView {
      display: inline-block;
      vertical-align: middle;
      width: 50%;
      padding: 0 15px 0 0; }
      .previewCartView .productView-info {
        justify-content: flex-start; } }
  @media (min-width: 768px) {
    .previewCartView {
      width: calc(100% - 280px);
      padding-right: 50px; }
      .previewCartView .productView-image {
        width: 170px; }
      .previewCartView .productView-details {
        width: calc(100% - 170px);
        padding-left: 30px; } }
  @media (min-width: 992px) {
    .previewCartView {
      padding-right: 20px; } }

.previewCartCheckout {
  display: block;
  width: 100%;
  text-align: center;
  margin: 15px 0 0 0; }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + .button {
      margin-top: 20px; }
  .previewCartCheckout .previewCartCheckout-additionalCheckoutButtons p {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #1e1e1e;
    margin: 0 0 8px 0; }
  .previewCartCheckout .previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
    margin-bottom: 1rem; }
    .previewCartCheckout .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:first-child {
      margin-top: 13px; }
    .previewCartCheckout .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:last-child {
      margin-bottom: 1.5rem; }
  .previewCartCheckout .previewCartCheckout-subtotal {
    display: block;
    margin: 37px 0 0 0;
    border: 1px solid #c5c5cf;
    border-radius: 0; }
    .previewCartCheckout .previewCartCheckout-subtotal .previewCartCheckout-price {
      display: block;
      text-align: center;
      position: relative;
      top: -10px;
      margin: 0 0 7px 0; }
    .previewCartCheckout .previewCartCheckout-subtotal span {
      display: inline-block;
      vertical-align: top;
      position: relative;
      top: -15px;
      padding: 0 20px;
      color: #1e1e1e; }
    .previewCartCheckout .previewCartCheckout-subtotal p {
      margin: 0; }
  .previewCartCheckout [data-cart-quantity] {
    color: #1e1e1e;
    margin: 15px 0 20px 0; }
  .previewCartCheckout.previewCartCheckout2 {
    width: 100%;
    text-align: center; }
    .previewCartCheckout.previewCartCheckout2 .button {
      width: auto; }
      .previewCartCheckout.previewCartCheckout2 .button + .button {
        margin-top: 15px; }
  @media (min-width: 768px) {
    .previewCartCheckout {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      padding: 0 0 0 15px; } }

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

.product-edit-wrapper {
  display: block; }
  .product-edit-wrapper .product-edit-item {
    display: block;
    padding: 35px 0;
    margin: 0 40px; }
    .product-edit-wrapper .product-edit-item .product-edit-itemLeft {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      padding: 0;
      width: 100%; }
    .product-edit-wrapper .product-edit-item .product-edit-itemRight {
      display: block;
      width: 100%;
      padding: 0;
      margin: 30px 0 0 0; }
    .product-edit-wrapper .product-edit-item + .product-edit-item {
      border-top: 1px solid #1e1e1e; }
    .product-edit-wrapper .product-edit-item:first-child {
      padding-top: 32px; }
  .product-edit-wrapper .product-edit-image {
    display: block;
    width: 100px;
    margin: 0 15px 0 0;
    position: relative; }
    .product-edit-wrapper .product-edit-image img {
      width: 100%; }
    .product-edit-wrapper .product-edit-image .remove {
      position: absolute;
      top: -16px;
      left: -16px;
      border-radius: 50%;
      background: #000;
      width: 32px;
      height: 32px;
      padding: 5px; }
      .product-edit-wrapper .product-edit-image .remove .icon {
        display: block;
        width: 100%;
        height: 100%;
        fill: white; }
  .product-edit-wrapper .product-edit-content {
    display: block;
    width: calc(100% - 115px);
    margin-bottom: -5px; }
    .product-edit-wrapper .product-edit-content .product-edit-title {
      display: block; }
    .product-edit-wrapper .product-edit-content .product-edit-variant {
      padding: 0; }
      .product-edit-wrapper .product-edit-content .product-edit-variant span {
        display: inline; }
        .product-edit-wrapper .product-edit-content .product-edit-variant span + span {
          margin-left: 4px; }
          .product-edit-wrapper .product-edit-content .product-edit-variant span + span:before {
            content: '/';
            margin: 0 4px 0 0; }
    .product-edit-wrapper .product-edit-content .product-edit-price {
      display: block;
      margin: 9px 0 0 0;
      position: relative; }
      .product-edit-wrapper .product-edit-content .product-edit-price .price-section.rrp-price--withoutTax {
        margin: 0 0 5px 0; }
      .product-edit-wrapper .product-edit-content .product-edit-price .price-section.non-sale-price--withoutTax {
        display: inline-block;
        vertical-align: bottom;
        margin: 0 13px 0 0; }
        .product-edit-wrapper .product-edit-content .product-edit-price .price-section.non-sale-price--withoutTax + .price-section--withoutTax {
          display: inline-block;
          vertical-align: bottom; }
      .product-edit-wrapper .product-edit-content .product-edit-price .price-section.price-none {
        margin: 0; }
        .product-edit-wrapper .product-edit-content .product-edit-price .price-section.price-none + .price-section--withoutTax {
          margin-left: 13px; }
        .product-edit-wrapper .product-edit-content .product-edit-price .price-section.price-none[style="display: none;"] + .price-section--withoutTax {
          margin-left: 0; }
      .product-edit-wrapper .product-edit-content .product-edit-price .price--non-sale {
        font-weight: 600; }
      .product-edit-wrapper .product-edit-content .product-edit-price > p {
        color: #1e1e1e;
        margin-bottom: 0; }
      .product-edit-wrapper .product-edit-content .product-edit-price .price-section--saving {
        color: #1e1e1e;
        margin: 5px 0 0 0; }
    .product-edit-wrapper .product-edit-content .product-edit-increment {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      max-width: 130px;
      margin: 15px 0 0 0;
      padding: 0;
      position: relative;
      font-size: 0;
      letter-spacing: 0; }
  .product-edit-wrapper .product-edit-remove {
    display: block;
    width: 100%;
    margin: 15px 0 0 0;
    text-align: center; }
    .product-edit-wrapper .product-edit-remove .button {
      min-width: 150px; }
  .product-edit-wrapper .form {
    margin: 0;
    padding: 0; }
  .product-edit-wrapper .form-field {
    margin: 0;
    padding: 0; }
  .product-edit-wrapper .product-edit-optionsStock {
    color: #ea625e;
    margin: 7px 0 0 0; }
  .product-edit-wrapper .product-edit-message {
    margin-top: 15px;
    margin-bottom: 0; }
  .product-edit-wrapper .product-edit-itemFirst .product-edit-title span {
    display: inline-block;
    vertical-align: middle;
    background-image: linear-gradient(transparent 97%, #ff4000 3%);
    background-repeat: repeat-x;
    background-position-y: -1px; }
    .product-edit-wrapper .product-edit-itemFirst .product-edit-title span + span {
      font-size: 16px; }
  .product-edit-wrapper .form-increment {
    max-width: 112px;
    min-height: 40px; }
    .product-edit-wrapper .form-increment .form-input {
      height: 40px;
      min-height: 40px; }
    .product-edit-wrapper .form-increment .button {
      min-height: 40px;
      line-height: 38px; }
  @media (min-width: 551px) {
    .product-edit-wrapper .product-edit-content .product-edit-increment {
      max-width: 193px; }
      .product-edit-wrapper .product-edit-content .product-edit-increment .form-label {
        width: 75px;
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .product-edit-wrapper .product-edit-item {
      display: flex;
      align-items: flex-start; }
      .product-edit-wrapper .product-edit-item .product-edit-itemLeft {
        padding-right: 15px;
        width: 50%; }
      .product-edit-wrapper .product-edit-item .product-edit-itemRight {
        width: 50%;
        margin-top: 0;
        padding-left: 15px; } }
  @media (min-width: 1025px) {
    .product-edit-wrapper .product-edit-image .link:hover {
      background-color: #666; }
      .product-edit-wrapper .product-edit-image .link:hover .icon {
        fill: white; } }

.product-edit-action {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 20;
  padding: 0 40px 40px 40px; }
  .product-edit-action .product-add-more {
    padding: 12px 0; }
    .product-edit-action .product-add-more .add-more {
      position: relative;
      margin: 0 0 0 20px;
      padding: 0;
      transition: unset; }
      .product-edit-action .product-add-more .add-more:before {
        content: "";
        position: absolute;
        top: 9px;
        width: 12px;
        height: 2px;
        right: calc(100% + 9px);
        background-color: #1e1e1e; }
      .product-edit-action .product-add-more .add-more:after {
        content: "";
        position: absolute;
        top: 4px;
        width: 2px;
        height: 12px;
        right: calc(100% + 14px);
        background-color: #1e1e1e; }
  .product-edit-action .product-edit-button {
    max-width: 200px;
    margin: 0 auto; }
    .product-edit-action .product-edit-button .button {
      min-height: 52px;
      line-height: 50px;
      width: 100%;
      text-transform: uppercase;
      margin-bottom: 0; }
      .product-edit-action .product-edit-button .button:before {
        content: '';
        display: none;
        width: 20px;
        height: 20px;
        border: 2px solid white;
        border-radius: 100%;
        border-top: 2px solid transparent;
        -webkit-animation: load-animate infinite linear 1s;
        animation: load-animate infinite linear 1s; }
        @media (min-width: 1025px) {
          .product-edit-action .product-edit-button .button:before {
            border-color: #1e1e1e; } }
      .product-edit-action .product-edit-button .button.loading {
        pointer-events: none;
        font-size: 0; }
        .product-edit-action .product-edit-button .button.loading:before {
          display: inline-block;
          vertical-align: middle; }
      .product-edit-action .product-edit-button .button[disabled] {
        pointer-events: none; }

.login-row {
  display: block;
  font-size: 0;
  margin-top: 28px; }
  @media (min-width: 768px) {
    .login-row {
      margin-bottom: 53px; }
      .page-login .login-row {
        margin-bottom: 28px; } }

.login-form {
  display: block;
  width: 100%;
  margin: 0 0 30px 0; }
  .login-form .form-field {
    margin-bottom: 0; }
    .login-form .form-field + .form-field {
      margin-top: 20px; }
  .login-form .form-label {
    line-height: 20px;
    margin-bottom: 10px;
    text-transform: capitalize; }
  .login-form .form-actions {
    display: block;
    margin: 20px 0 0 0;
    text-align: center; }
    .login-form .form-actions .button {
      display: block;
      width: 100%;
      text-transform: uppercase; }
    .login-form .form-actions .forgot-password {
      margin: 15px 0 0 0;
      width: auto;
      transition: unset; }
  @media (min-width: 768px) {
    .login-form {
      display: inline-block;
      vertical-align: middle;
      width: 50%;
      margin-bottom: 0; }
      .login-form .form-field {
        max-width: 615px; }
      .login-form .form-actions {
        margin-top: 30px; } }
  @media (min-width: 992px) {
    .login-form .form-actions {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      text-align: left; }
      .login-form .form-actions .button {
        display: inline-block;
        vertical-align: top;
        min-width: 170px;
        width: auto; }
      .login-form .form-actions .forgot-password {
        margin-left: 30px;
        margin-top: 0; } }
  @media (min-width: 1025px) {
    .login-form .form-actions .forgot-password:hover {
      color: #ff4000; }
      .login-form .form-actions .forgot-password:hover .text {
        background-image: linear-gradient(transparent 97%, #ff4000 3%); } }

.new-customer {
  display: block;
  width: 100%; }
  .new-customer .panel {
    background: #f7f7f7;
    padding: 48px 30px 52px 30px; }
  .new-customer .panel-header,
  .new-customer .panel-body {
    background: transparent;
    padding: 0;
    margin: 0; }
  .new-customer .panel-title {
    margin: 0 0 25px 0; }
  .new-customer .new-customer-intro {
    font-size: 16px;
    color: #1e1e1e; }
  .new-customer .new-customer-fact-list {
    font-size: 16px;
    margin: 0;
    list-style-position: inside; }
  .new-customer .button {
    text-transform: uppercase;
    margin-top: 35px;
    min-width: 271px; }
  @media (min-width: 768px) {
    .new-customer {
      display: inline-block;
      vertical-align: middle;
      width: 50%;
      padding: 0 15px; }
      .new-customer .panel {
        padding: 48px 50px 52px 50px;
        max-width: 615px;
        margin-left: auto; } }
  @media (min-width: 1025px) {
    .new-customer .panel {
      padding: 98px 50px 102px 100px; } }

.quickSearch {
  display: block;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%; }
  .quickSearch + .quickSearch {
    display: none; }
  .quickSearch .form {
    margin: 0; }
  .quickSearch .form-fieldset {
    border: 0;
    margin: 0;
    width: 100%;
    position: relative; }
  .quickSearch .form-field {
    display: flex;
    flex-wrap: nowrap;
    margin: 20px 0;
    padding: 0; }
  .quickSearch .form-input {
    border-radius: 40px;
    border-color: #e5e5e5;
    padding: 0;
    min-height: unset;
    height: 56px;
    padding: 8px 28px;
    width: 100%;
    max-width: 550px; }
    @media (min-width: 1800px) {
      .quickSearch .form-input {
        min-width: 550px; } }
  .quickSearch .button {
    top: 8px;
    right: 16px;
    width: 40px;
    height: 40px;
    line-height: 0;
    border-radius: 50%;
    padding: 0;
    background-color: #ff4000; }
    .quickSearch .button svg {
      position: relative;
      width: 16px;
      height: 16px;
      fill: white; }
    @media (min-width: 1025px) {
      .quickSearch .button:hover, .quickSearch .button:focus {
        background-color: #ff4000; } }

.haloQuickSearchResults .quickSearchMessage {
  display: block;
  color: #1e1e1e;
  margin: 0;
  text-align: center;
  padding: 10px 15px; }

.quickSearchResults-button {
  min-width: 251px;
  min-height: 67px;
  line-height: 65px; }
  .quickSearchResults-button .icon {
    position: relative;
    top: -2px;
    margin-left: 12px; }
  .quickSearchResults-button:hover .icon {
    fill: black; }

.is-search .quickSearchResults-title,
.is-search .quickSearchResults-button {
  display: inline-block; }

.quickResults-wrapper {
  display: block;
  animation: fadeIn .3s; }
  .quickResults-wrapper .title {
    padding: 30px 0; }
  .quickResults-wrapper .arrow-custom {
    width: 50px;
    height: 50px; }
    .quickResults-wrapper .arrow-custom .icon-inner {
      width: 28px;
      height: 28px; }
  .quickResults-wrapper .arrow-custom-right-top {
    --swiper-navigation-top-offset: -45px; }
    .quickResults-wrapper .arrow-custom-right-top .swiper-button-prev {
      left: auto;
      right: 70px; }
    .quickResults-wrapper .arrow-custom-right-top .swiper-button-next {
      right: 0; }
  .quickResults-wrapper .quickResults-item {
    display: block;
    width: 100%;
    padding: 0; }
    .quickResults-wrapper .quickResults-item.quickResults-product {
      position: relative; }
      .quickResults-wrapper .quickResults-item.quickResults-product.is-loading {
        padding-top: 50px;
        padding-bottom: 70px; }
        .quickResults-wrapper .quickResults-item.quickResults-product.is-loading .loadingOverlay {
          display: block;
          padding-top: 40px;
          padding-bottom: 40px; }
  .quickResults-wrapper .productGrid-search {
    list-style: none;
    margin: 0 0 -24px 0;
    text-align: left;
    font-size: 0;
    letter-spacing: 0; }
    .quickResults-wrapper .productGrid-search .search-item {
      display: inline-block;
      vertical-align: top; }
    .quickResults-wrapper .productGrid-search .text {
      display: block;
      padding: 10px 12px;
      cursor: pointer;
      pointer-events: auto;
      border: 1px solid dimgray;
      color: dimgray; }
    .quickResults-wrapper .productGrid-search .icon {
      height: 1.125rem;
      width: 1.125rem;
      fill: dimgray; }
  .quickResults-wrapper .productGrid {
    white-space: nowrap;
    margin-left: -15px;
    margin-right: -15px; }
    .quickResults-wrapper .productGrid .product {
      width: 200px;
      padding-left: 15px;
      padding-right: 15px;
      margin-top: 0; }
  .quickResults-wrapper .card-option .form-field {
    justify-content: center;
    align-items: center;
    border: 0;
    padding: 0; }

.search-suggestion {
  display: block;
  position: relative;
  margin: 0 0 16px 0; }
  .search-suggestion ul {
    margin-left: 15px; }
  .search-suggestion > :last-child {
    margin-bottom: 0; }

.suggestion-title {
  margin: 0 0 16px 0;
  text-transform: capitalize; }

.advancedSearch-form {
  margin-bottom: 3rem; }
  .advancedSearch-form .form-row {
    margin-bottom: -1.5rem; }
  .advancedSearch-form .form-actions {
    max-width: 305px; }

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

.category-suggestion-list {
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
  text-transform: unset;
  list-style: none;
  padding: 0;
  margin: 0 !important; }
  .category-suggestion-list .category-suggestion {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%; }
    .category-suggestion-list .category-suggestion > a {
      color: #1e1e1e;
      transition: unset; }
      .category-suggestion-list .category-suggestion > a .text {
        padding: 0 0 1px 0; }
    .category-suggestion-list .category-suggestion:only-child {
      padding: 0; }
  @media (min-width: 1025px) {
    .category-suggestion-list {
      display: block;
      letter-spacing: 0;
      margin-left: -15px;
      margin-right: -15px; }
      .category-suggestion-list .category-suggestion {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding-left: 15px;
        padding-right: 15px; }
        .category-suggestion-list .category-suggestion > a:hover {
          color: #ff4000; }
          .category-suggestion-list .category-suggestion > a:hover .text {
            background-image: linear-gradient(transparent 97%, #ff4000 3%);
            background-repeat: repeat-x;
            background-position-y: 0; } }

.search-refine {
  display: inline-block;
  vertical-align: top;
  font-style: italic;
  text-transform: unset;
  color: #1e1e1e;
  padding: 0;
  transition: unset;
  width: auto;
  margin: 0 0 0 10px; }
  .search-refine .text {
    padding: 0 0 1px 0;
    background-image: linear-gradient(transparent 97%, #1e1e1e 3%);
    background-repeat: repeat-x;
    background-position-y: -5px;
    display: block; }
  @media (min-width: 1025px) {
    .search-refine:hover .text {
      background-image: linear-gradient(transparent 97%, #ff4000 3%); } }

.search-nav {
  display: flex;
  justify-content: center;
  margin: 30px 0 30px 0;
  position: relative; }
  .search-nav .navBar-section {
    width: 100%;
    border: 1px solid #1e1e1e; }
  .search-nav .navBar-item {
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding: 9px 15px 8px 15px;
    text-align: center;
    width: 100%;
    float: left; }
    .search-nav .navBar-item.navBar-item--active {
      background-color: #1e1e1e; }
  .search-nav .navBar-action-color--active {
    color: #ff4000; }
  @media (min-width: 551px) {
    .search-nav {
      width: auto;
      text-align: right; }
      .search-nav .navBar-section {
        width: auto; }
      .search-nav .navBar-item {
        display: inline-block;
        width: auto; } }
  @media (min-width: 1025px) {
    .search-nav {
      margin-top: 55px;
      margin-bottom: 55px; } }

#search-results-content .actionBar {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 2rem 0; }
  #search-results-content .actionBar .form-field {
    border: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center; }
  #search-results-content .actionBar .form-label {
    display: none;
    vertical-align: middle;
    margin-right: 14px;
    margin-bottom: 0;
    padding: 0;
    color: #1e1e1e; }
  #search-results-content .actionBar .form-select {
    border: 1px solid #c5c5cf;
    padding-left: 15px;
    color: #1e1e1e;
    min-width: 150px;
    background-position: right 8px top 9px;
    background-size: unset; }

#search-results-content > ul {
  margin-left: 0; }

@media (min-width: 551px) {
  #search-results-content .actionBar .form-select {
    min-width: 175px; } }

@media (min-width: 992px) {
  #search-results-content .actionBar .form-label {
    display: inline-block; } }

@media (min-width: 1025px) {
  #search-results-content .actionBar .form-select {
    min-width: 192px; } }

#search-results-heading .page-heading {
  text-transform: capitalize; }

.navBar--account {
  display: block;
  padding-top: 5px; }
  .navBar--account .navBar-section {
    display: block;
    font-size: 0;
    float: none;
    margin: 0 10px 2px 10px;
    text-align: center;
    white-space: nowrap;
    overflow-x: auto;
    border: 1px solid #cbcbcb; }
    .navBar--account .navBar-section .navBar-item {
      display: inline-block;
      vertical-align: top;
      text-align: center;
      padding: 0;
      margin: 0;
      width: 220px;
      float: none; }
      .navBar--account .navBar-section .navBar-item .navBar-action {
        color: #1e1e1e;
        background-color: #fafafa;
        padding: 11px 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-transform: uppercase;
        transition: unset; }
      .navBar--account .navBar-section .navBar-item.is-active .navBar-action {
        color: #1e1e1e !important;
        background-color: white !important; }
      .navBar--account .navBar-section .navBar-item + .navBar-item {
        border-left: 1px solid #cbcbcb; }
  @media (min-width: 1025px) {
    .navBar--account .navBar-section {
      border: none;
      margin-left: -5px;
      margin-right: -5px; }
      .navBar--account .navBar-section .navBar-item {
        width: calc(100%/6);
        padding: 0 5px; }
        .navBar--account .navBar-section .navBar-item .navBar-action {
          text-transform: capitalize;
          font-weight: 500;
          border: 1px solid #cccccc;
          background: white;
          color: dimgray; }
          .navBar--account .navBar-section .navBar-item .navBar-action:hover {
            border: 1px solid #1e1e1e;
            color: #1e1e1e; }
        .navBar--account .navBar-section .navBar-item.is-active .navBar-action {
          border: 1px solid #1e1e1e; }
        .navBar--account .navBar-section .navBar-item + .navBar-item {
          border-left: none; } }

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

.account-description {
  color: #1e1e1e;
  margin: 30px 0 0 0; }
  .account-description + .account-list.account-list2 {
    margin-top: 15px; }

.account-list {
  list-style: none;
  margin: 0; }
  .account-list + .account-heading {
    margin-top: 40px;
    margin-bottom: 30px; }
  .account-list.account-list2 {
    list-style-type: decimal;
    list-style-position: inside; }

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

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

.account-message .account-listItem {
  padding: 25px 0 15px 0; }
  .account-message .account-listItem:first-child {
    padding-top: 0; }

.account-message .account-list .account-listItem:last-child {
  margin-bottom: 42px; }

.account-message .form-actions {
  margin-top: 25px; }

.account-message .account-orderStatus {
  float: none;
  position: inherit;
  text-align: left; }

.account-listShipping {
  border-bottom: 1px solid #e6e6e6;
  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 {
  display: flex;
  align-items: center;
  margin: 0 30px 0 0;
  position: relative;
  width: 100px; }
  .account-product-figure:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 128%; }

.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: 0 0 50px 0;
  position: relative; }
  .account-product-body .definitionList {
    margin: 0; }
  @media (min-width: 551px) {
    .account-product-body {
      padding-bottom: 0; } }

.account-product-title {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase; }
  .account-product-title > a {
    font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
    position: relative;
    text-decoration: none;
    top: -5px; }
  .account-product-title + .account-product-description {
    position: relative;
    top: -8px;
    display: inline-block; }

.account-product-description {
  margin: 0; }
  .account-product-description + .account-product-details {
    margin-top: 24px; }

.account-product-subtitle {
  color: #a7a7a7; }

.account-product-price {
  float: right; }
  @media (max-width: 550px) {
    .account-product-price {
      float: unset; } }

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

.account-product-title + .is-read {
  margin: 0;
  padding: 15px 0 0 0; }

.account-product-refundQty {
  color: #a7a7a7;
  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; }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
  @media (min-width: 769px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }
  @media (min-width: 551px) {
    .account-product-detail {
      width: 50%; }
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 768px) {
    .account-product-detail {
      width: 25%; } }
  @media (min-width: 1025px) {
    .account-product-detail {
      width: auto; }
      .account-product-detail + .account-product-detail {
        margin-left: 35px; } }
  @media (min-width: 1600px) {
    .account-product-detail {
      width: auto; }
      .account-product-detail + .account-product-detail {
        margin-left: 75px; } }

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

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

.account-product-detail-heading {
  color: #1e1e1e;
  margin-top: 0;
  margin-bottom: 5px; }
  .account-product-detail-heading + span {
    display: block; }

.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: 1281px) {
      .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: 1281px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1281px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

.account-orderTotal {
  float: right;
  margin: 0;
  width: 66.66667%; }

.account-orderTotal-key,
.account-orderTotal-value {
  margin: 0;
  padding: 15px 0;
  color: #1e1e1e; }

.account-orderTotal-key {
  color: #1e1e1e;
  float: left; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.3125rem; }

.account-orderTotal-value {
  border-bottom: 1px solid dimgray;
  text-align: right; }
  .account-orderTotal-value:last-child {
    border-bottom: 0; }

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

.account-orderStatus-label {
  background-color: #a6c7e2;
  color: white;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  padding: 0 5px;
  margin-top: 0; }
  @media (min-width: 551px) {
    .account-orderStatus-label {
      margin-top: 0;
      margin-bottom: 0;
      min-width: 122px; }
      .account-orderStatus-label + .account-orderStatus-action {
        margin-top: 10px; } }

.account-orderStatus-action {
  display: inline-block;
  margin: 10px 0 0 15px;
  text-align: right; }
  @media (min-width: 551px) {
    .account-orderStatus-action {
      display: block;
      margin-top: 0;
      margin-left: 0; } }

.page-type-account_returns .account-product-title + .account-product-description {
  top: unset; }

.page-type-account_returns .account-product-description a {
  font-style: italic;
  text-decoration: underline;
  text-underline-position: under; }

.page-type-account_returns .account-product-description + .definitionList {
  margin-top: 0; }

.page-type-account_returns .definitionList {
  margin-bottom: 20px; }

.account .pagination {
  display: block;
  text-align: left;
  margin-top: 18px;
  margin-bottom: -12px; }

.account-sidebar-block {
  font-size: 20px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.5rem; }
  .account-sidebar-block .button {
    text-transform: uppercase;
    min-width: 200px;
    margin-bottom: 10px; }

.account-order-address {
  margin-bottom: 0;
  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: #ff4000;
  font-weight: 400;
  margin-top: 1.5rem; }

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

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

.account-downloadsItem-availability {
  color: #1e1e1e; }

@media (min-width: 381px) {
  .page.account .button {
    min-width: 205px; } }

.page.page-giftcertificates,
.page.page-account {
  margin: 0; }
  .page.page-giftcertificates .page-header,
  .page.page-account .page-header {
    margin-bottom: 28px; }
  .page.page-giftcertificates .page-content,
  .page.page-account .page-content {
    padding-left: 0;
    padding-right: 0; }

.page.page-giftcertificates .page-content .account > h3 {
  font-weight: 600; }

.page.page-giftcertificates .page-content .account .intro {
  font-weight: 500; }

.page.page-giftcertificates .page-content .account .form-prefixPostfix {
  max-width: 865px; }
  .page.page-giftcertificates .page-content .account .form-prefixPostfix #giftcertificatecode {
    width: calc(100% - 225px); }

.form-label {
  color: #1e1e1e; }
  .form-label small {
    float: none; }

.form-select {
  height: 50px;
  min-height: 50px;
  border-color: #e6e6e6; }

.page-account.account-created {
  margin-top: 50px;
  margin-bottom: 50px; }
  @media (max-width: 1024px) {
    .page-account.account-created .page-header {
      margin-bottom: 25px; } }
  @media (max-width: 767px) {
    .page-account.account-created .button {
      width: 100%; } }

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

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

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

.wishlist-form {
  margin: 0 auto;
  max-width: 98.125rem;
  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: #cccccc; }

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

[data-test-info-type="productRating"] {
  min-height: 19px;
  font-size: 0; }
  [data-test-info-type="productRating"] svg {
    width: 16px;
    height: 16px; }

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

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

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

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

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

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

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

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

.paymentMethod {
  background-color: #e5e5e5;
  border: 1px solid #e6e6e6;
  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: 1281px) {
      .methodHeader-icon {
        width: 2.625rem; } }
  .methodHeader-title {
    font-size: 16px;
    font-weight: 600; }
    @media (min-width: 1281px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    color: dimgray;
    font-size: 16px;
    font-weight: 600; }
    @media (min-width: 1281px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-left: 0.75rem; }
  .methodHeader-default {
    fill: dimgray;
    height: 1.125rem;
    margin-left: 0.75rem;
    width: 1.125rem; }
    @media (min-width: 1281px) {
      .methodHeader-default {
        height: 1.25rem;
        width: 1.25rem; } }
  .methodHeader-expiry {
    font-size: 20px;
    text-transform: capitalize; }

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

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

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

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

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

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

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

.paymentMethodForm-inputs {
  position: relative; }
  @media (min-width: 769px) {
    .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: #a7a7a7;
    height: 1.3125rem;
    width: 1.3125rem; }

.paymentMethodForm-details {
  margin-bottom: 0; }
  @media (min-width: 769px) {
    .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: 20px;
  font-weight: 600;
  letter-spacing: 0; }

[data-no-products-notification] {
  outline: none; }

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

.breadcrumb-custom .breadcrumb .breadcrumb-label {
  color: white; }

.breadcrumb-custom .breadcrumb:not(:first-child):before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="38" height="12" viewBox="0 0 38 12" fill="none"><path d="M-2.23233e-07 6.89302L34.4901 6.89302L30.5807 10.7163L31.8648 12L38 6L31.8648 5.14493e-07L30.5807 1.28372L34.4901 5.10698L-3.01304e-07 5.10698L-2.23233e-07 6.89302Z" fill="%23ffffff"/></svg>');
  background-size: 24px;
  background-repeat: no-repeat; }

@media (max-width: 1024px) {
  .page-type-category .breadcrumb-custom .breadcrumb .breadcrumb-label {
    color: #1e1e1e; }
  .page-type-category .breadcrumb-custom .breadcrumb:not(:first-child):before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="38" height="12" viewBox="0 0 38 12" fill="none"><path d="M-2.23233e-07 6.89302L34.4901 6.89302L30.5807 10.7163L31.8648 12L38 6L31.8648 5.14493e-07L30.5807 1.28372L34.4901 5.10698L-3.01304e-07 5.10698L-2.23233e-07 6.89302Z" fill="%23000000"/></svg>');
    background-size: 24px;
    background-repeat: no-repeat; } }

.page-header--wrapper {
  min-height: 262px; }
  @media (min-width: 768px) {
    .page-header--wrapper {
      min-height: 329px; } }
  @media (min-width: 1025px) {
    .page-header--wrapper {
      min-height: 439px; } }

.page-header--banner {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .page-header--banner {
      margin-bottom: 40px; } }
  @media (min-width: 1025px) {
    .page-header--banner {
      margin-bottom: 60px; } }

.category-sub {
  min-width: 300px;
  padding: 20px 8px; }
  .category-sub svg {
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    fill: white; }
  .category-sub .navList-action {
    line-height: 1.4; }
    @media (min-width: 1025px) {
      .category-sub .navList-action {
        padding: 16px 20px; }
        .category-sub .navList-action:hover {
          color: white;
          background-color: #ff4000; } }
  @media (min-width: 1025px) {
    .category-sub {
      min-width: 300px; } }
  @media (min-width: 1600px) {
    .category-sub {
      min-width: 370px; } }

.category-image {
  overflow-y: auto; }
  .category-image img {
    min-height: 262px;
    max-height: 262px;
    object-fit: cover; }
  .category-image .content-wrapper {
    max-height: 262px;
    padding: 24px; }
    @media (min-width: 1025px) {
      .category-image .content-wrapper {
        padding: 30px; } }
  .category-image .content-right p:last-child {
    margin-bottom: 0; }
  .category-image .page-heading {
    font-size: 26px;
    margin-bottom: 17px; }
  @media (min-width: 768px) {
    .category-image img {
      min-height: 329px;
      max-height: 329px; }
    .category-image .content-wrapper {
      max-height: 329px; } }
  @media (min-width: 1025px) {
    .category-image img {
      min-height: 439px;
      max-height: 439px; }
    .category-image .content-wrapper {
      max-height: 439px; } }

.page-show-more-wrapper {
  padding-top: 60px; }
  @media (max-width: 550px) {
    .page-show-more-wrapper .pagination-info {
      margin-bottom: 15px; } }

.category-page__breadcrumbs {
  padding: 20px 0 40px;
  text-align: center; }
  @media screen and (min-width: 1025px) and (max-width: 1599.98px) {
    .category-page__breadcrumbs {
      padding: 16px 0 24px; } }
  @media (max-width: 1024px) {
    .category-page__breadcrumbs {
      padding: 20px 0 12px; } }

.category-intro {
  color: #1e1e1e;
  margin: 0 auto;
  max-width: 1200px;
  text-align: center; }

.category-intro__heading {
  font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  margin: 0;
  text-transform: uppercase; }
  @media (min-width: 1025px) {
    .category-intro__heading {
      font-size: clamp(32px, 2.5vw, 40px);
      line-height: 1.25; } }

.category-intro__description-wrapper {
  margin-top: 16px;
  position: relative;
  overflow-anchor: none;
  scroll-margin-top: calc(var(--iat-header-height, 100px) + 16px); }
  .category-intro__description-wrapper.is-short .category-intro__toggle {
    display: none; }

.category-intro--heading-hidden .category-intro__description-wrapper {
  margin-top: 0; }

.category-intro__description {
  font-family: "Jost", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  max-height: none;
  overflow: visible; }
  .category-intro__description img,
  .category-intro__description figure,
  .category-intro__description picture,
  .category-intro__description iframe,
  .category-intro__description video {
    max-width: 100%;
    height: auto; }
  .category-intro__description table {
    max-width: 100%; }
  .category-intro__description > :first-child {
    margin-top: 0; }
  .category-intro__description > :last-child {
    margin-bottom: 0; }

.category-intro__description-text {
  font: inherit;
  overflow: hidden;
  text-align: inherit;
  transition: max-height 0.42s cubic-bezier(0.22, 1, 0.36, 1); }

.category-intro__description-wrapper.is-collapsed:not(.is-short) .category-intro__description-text {
  max-height: 72px;
  overflow: hidden; }

.category-intro__description-wrapper.is-collapsed:not(.is-short) .category-intro__description:not(:has(> .category-intro__description-text)) > p,
.category-intro__description-wrapper.is-collapsed:not(.is-short) .category-intro__description:not(:has(> .category-intro__description-text)) > table ~ p,
.category-intro__description-wrapper.is-collapsed:not(.is-short) .category-intro__description:not(:has(> .category-intro__description-text)) > div > p {
  display: -webkit-box;
  max-height: 72px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; }

.category-intro__description-wrapper.is-collapsed:not(.is-short) .category-intro__description:not(:has(> .category-intro__description-text)) > p ~ p,
.category-intro__description-wrapper.is-collapsed:not(.is-short) .category-intro__description:not(:has(> .category-intro__description-text)) > table ~ p ~ p,
.category-intro__description-wrapper.is-collapsed:not(.is-short) .category-intro__description:not(:has(> .category-intro__description-text)) > div > p ~ p {
  display: none; }

.category-intro__description-wrapper.is-collapsed:not(.is-short) .category-intro__toggle {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: 0;
  padding-left: 16px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 12px, #fff); }

.category-intro__toggle {
  appearance: none;
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  min-height: 0;
  height: auto;
  color: #00e;
  cursor: pointer;
  background: none;
  box-shadow: none;
  font-family: "Jost", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  text-align: left;
  text-transform: none;
  transition: color 0.2s ease; }
  .category-intro__toggle::before {
    color: #1e1e1e;
    content: "";
    text-decoration: none; }
  .category-intro__toggle span {
    color: inherit;
    text-decoration: underline; }
  .category-intro__toggle:hover, .category-intro__toggle:focus-visible {
    color: #0000ee; }
  .is-expanded .category-intro__toggle {
    display: inline;
    margin-left: 4px;
    position: static;
    background: none;
    padding: 0; }
    .is-expanded .category-intro__toggle::before {
      content: none; }

@media (prefers-reduced-motion: reduce) {
  .category-intro__description-text {
    transition: none; } }

.category-subcategories {
  margin: 40px 0; }
  @media screen and (min-width: 1025px) and (max-width: 1599.98px) {
    .category-subcategories {
      margin: 24px 0 40px; } }

.category-subcategories__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr; }
  @media (min-width: 768px) {
    .category-subcategories__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px; } }
  @media (min-width: 1200px) {
    .category-subcategories__grid {
      grid-template-columns: repeat(4, minmax(0, 1fr)); } }

.category-subcategories__item {
  align-items: center;
  background: #f8f8f8;
  display: flex;
  min-height: 160px;
  min-width: 0; }
  @media screen and (min-width: 1025px) and (max-width: 1599.98px) {
    .category-subcategories__item {
      min-height: 120px; } }

.category-subcategories__image {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 160px;
  height: 160px;
  justify-content: center;
  overflow: hidden;
  width: 160px; }
  @media screen and (min-width: 1025px) and (max-width: 1599.98px) {
    .category-subcategories__image {
      flex-basis: 112px;
      width: 112px;
      height: 120px; } }
  .category-subcategories__image img {
    height: 100%;
    mix-blend-mode: darken;
    object-fit: contain;
    width: 100%; }

.category-subcategories__content {
  align-items: flex-start;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  padding: 12px; }

.category-subcategories__name {
  color: #1e1e1e;
  font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none; }

.category-subcategories__link {
  color: #1e1e1e;
  font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: underline;
  text-underline-position: from-font; }

.category-subcategories__all {
  display: none;
  cursor: pointer; }

@media (max-width: 1024px) {
  .category-subcategories__reveal:not(:checked) ~ .category-subcategories__grid .category-subcategories__item:nth-child(n + 7) {
    display: none; }
  .category-subcategories__reveal:checked ~ .category-subcategories__all {
    display: none; }
  .category-subcategories__all {
    display: flex;
    width: fit-content;
    max-width: 100%;
    min-height: 34px;
    margin: 12px auto 0;
    padding: 8px 16px;
    align-items: center;
    justify-content: center;
    gap: 24px;
    border-radius: 30px;
    background: #ff4000;
    color: #fff;
    font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    box-sizing: border-box; }
    .category-subcategories__all:hover, .category-subcategories__all:focus {
      color: #fff;
      text-decoration: none; } }

@media (max-width: 550px) {
  .category-intro {
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 0; }
  .category-intro__heading {
    font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 30px; }
  .category-intro__description-wrapper {
    margin-top: 12px; }
  .category-intro--heading-hidden .category-intro__description-wrapper {
    margin-top: 0; }
  .category-intro__toggle {
    font-size: 16px;
    line-height: 24px; }
    .category-intro__toggle[hidden] {
      display: none; }
  .category-subcategories {
    margin: 0;
    padding: 30px 0; }
  .category-subcategories__grid {
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-subcategories__item {
    align-items: stretch;
    background: #f7f7f7;
    flex-direction: column;
    min-height: 0; }
  .category-subcategories__image {
    aspect-ratio: 1;
    flex: none;
    height: auto;
    width: 100%; }
  .category-subcategories__content {
    flex: 1 1 auto; }
  .category-subcategories__name {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px; }
  .category-subcategories__link {
    margin-top: auto; } }

.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: #f7f7f7;
  color: #1e1e1e;
  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 {
  position: relative;
  background-color: #f7f7f7;
  height: auto;
  width: 100%;
  z-index: 100; }
  .header .navUser-section--link .navUser-action {
    font-size: 16px;
    font-weight: 800; }
  .header.is-sticky {
    background-color: #f7f7f7;
    box-shadow: none;
    position: fixed;
    top: 0;
    animation: halo-fadeInDown 0.6s cubic-bezier(0, 0, 0.3, 1) forwards; }
    @media (max-width: 1024px) {
      .header.is-sticky {
        z-index: 102; } }

.header-logo {
  font-size: 0;
  height: 55px;
  margin: 0;
  text-align: center; }
  @media (min-width: 769px) {
    .header-logo {
      margin-left: 5.15625rem;
      margin-right: 5.15625rem; } }
  @media (min-width: 1025px) {
    .header-logo {
      height: auto;
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e6e6e6;
        margin: 0;
        padding: 0.375rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    align-items: center;
    color: #1e1e1e;
    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: 1025px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline-flex;
        padding: 0;
        width: auto; } }
    .header-logo__link:hover {
      color: #ff4000; }
    .header-logo__link:active {
      color: #ff4000; }

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

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

.header-logo-text {
  display: block;
  font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 700;
  letter-spacing: 0.125rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 769px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 1025px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      max-width: none;
      padding: 0 10px;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 32px; } }

.header-logo-image-container {
  position: relative;
  width: 100%; }

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

.header-logo-image {
  display: block;
  margin: 0 auto;
  max-height: 24px;
  border-radius: 0; }
  @media (min-width: 768px) {
    .header-logo-image {
      max-height: 40px; } }
  @media (min-width: 1025px) {
    .header-logo-image {
      align-self: stretch;
      aspect-ratio: 400.00 / 76.12;
      height: 76.117px;
      max-height: none; } }

.header-logo-image-unknown-size {
  max-height: 1.9375rem; }
  @media (min-width: 1025px) {
    .header-logo-image-unknown-size {
      align-self: stretch;
      aspect-ratio: 400.00 / 76.12;
      height: 76.117px;
      max-height: none; } }

.navUser-section--top svg {
  margin: -1px 6px 0 0; }

.navUser-section--action svg {
  height: 2rem;
  width: 2rem; }
  @media (min-width: 1800px) {
    .navUser-section--action svg {
      height: 1.375rem;
      width: 1.375rem; } }

.contact-phone {
  color: white;
  margin-left: 24px; }
  .contact-phone p {
    margin-bottom: 4px; }
  .contact-phone a {
    color: white;
    font-weight: 700; }

.halo-topHeader {
  display: none;
  position: relative;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }
  .halo-topHeader .item--quicksearch + .contact-phone {
    min-width: 150px; }
  @media (min-width: 1025px) {
    .halo-topHeader {
      display: block;
      z-index: unset;
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      min-height: 96px; }
      .halo-topHeader .container {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        position: unset; }
        .halo-topHeader .container .topHeader-item {
          display: flex;
          flex-wrap: nowrap;
          align-items: center;
          justify-content: left;
          padding: 0; }
          .halo-topHeader .container .topHeader-item__item {
            display: block;
            width: 100%; }
            .halo-topHeader .container .topHeader-item__item:not(.item--sticky-logo) {
              padding-left: 35px; }
            .halo-topHeader .container .topHeader-item__item .header-logo {
              margin: 0; }
          .halo-topHeader .container .topHeader-item.right .navUser .navUser-section {
            display: none;
            vertical-align: middle;
            display: inline-block;
            margin-left: 0; }
          .halo-topHeader .container .topHeader-item.center {
            justify-content: center; }
          .halo-topHeader .container .topHeader-item .halo-cart {
            display: none; }
      .halo-topHeader.header_logo--center .container .topHeader-item.center {
        width: 280px;
        text-align: center; }
      .halo-topHeader.header_logo--center .container .topHeader-item.left, .halo-topHeader.header_logo--center .container .topHeader-item.right {
        width: calc((100% - 280px)/ 2); }
      .halo-topHeader.header_logo--center .container .topHeader-item.right {
        justify-content: right;
        text-align: right; }
        .halo-topHeader.header_logo--center .container .topHeader-item.right .navUser {
          width: auto; } }

.halo-middleHeader {
  z-index: 11;
  padding: 2px 0 3px;
  margin: 0;
  position: relative; }
  .halo-middleHeader .container {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between; }
    .halo-middleHeader .container .middleHeader-item {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: space-between;
      padding: 0; }
      .halo-middleHeader .container .middleHeader-item.left, .halo-middleHeader .container .middleHeader-item.right {
        min-width: 98px; }
        @media (min-width: 768px) {
          .halo-middleHeader .container .middleHeader-item.left, .halo-middleHeader .container .middleHeader-item.right {
            min-width: 141px; } }
      .halo-middleHeader .container .middleHeader-item__item {
        display: inline-block;
        width: 100%;
        margin-right: 10px; }
        .halo-middleHeader .container .middleHeader-item__item:last-child {
          margin-right: 5px; }
        .halo-middleHeader .container .middleHeader-item__item.item--hamburger {
          margin: 0; }
        .halo-middleHeader .container .middleHeader-item__item:not(.item--logo) {
          width: auto; }
        @media (min-width: 768px) {
          .halo-middleHeader .container .middleHeader-item__item {
            margin-right: 20px; } }
      .halo-middleHeader .container .middleHeader-item.center {
        flex: 1; }
  .halo-middleHeader .navUser-action {
    padding: 0;
    transition: unset; }
    .halo-middleHeader .navUser-action .navUser-icon {
      display: inline-block;
      vertical-align: top;
      position: relative; }
      .halo-middleHeader .navUser-action .navUser-icon svg {
        height: 1.5rem;
        width: 1.5rem;
        margin: 0;
        transition: unset; }
        @media (min-width: 768px) {
          .halo-middleHeader .navUser-action .navUser-icon svg {
            height: 2rem;
            width: 2rem; } }
  @media (min-width: 768px) {
    .halo-middleHeader {
      padding: 12px 0 13px; } }
  @media (min-width: 1025px) {
    .halo-middleHeader {
      display: none; } }

.halo-bottomHeader {
  display: none;
  position: relative;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }
  .halo-bottomHeader .navUser-item,
  .halo-bottomHeader .navUser-action {
    color: #001b44; }
  .halo-bottomHeader svg {
    fill: #001b44; }
  .halo-bottomHeader .cur-flag img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    padding: 2px; }
  @media (min-width: 1025px) {
    .halo-bottomHeader {
      display: block;
      z-index: unset;
      opacity: 1;
      visibility: visible;
      pointer-events: auto; }
      .halo-bottomHeader .navUser-action:hover {
        color: #001b44; }
        .halo-bottomHeader .navUser-action:hover svg {
          fill: #001b44; }
      .halo-bottomHeader .container {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        position: unset; }
      .halo-bottomHeader .has-megamenu .container {
        align-items: flex-start; } }

.bottomHeader-item.right {
  min-width: 300px; }
  .bottomHeader-item.right .navUser-section {
    display: flex;
    justify-content: flex-end; }

.bottomHeader-item .navUser-item + .navUser-item {
  margin-left: 24px;
  padding-left: 24px;
  border-left: 1px solid #a9a9a9; }

.mobileMenu-toggle {
  width: 24px;
  height: 24px;
  padding: 3px;
  font-size: 0;
  overflow: hidden;
  position: relative;
  display: block;
  z-index: 1;
  outline: none;
  box-shadow: none; }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    content: "";
    background: white;
    display: block;
    height: 2px;
    width: 18px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms; }
    @media (min-width: 551px) {
      .mobileMenu-toggle .mobileMenu-toggleIcon,
      .mobileMenu-toggle .mobileMenu-toggleIcon::before,
      .mobileMenu-toggle .mobileMenu-toggleIcon::after {
        width: 24px; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 50%;
    width: 18px;
    transform: translateY(-50%);
    transition: background-color 10ms ease-in 100ms; }
    @media (min-width: 768px) {
      .mobileMenu-toggle .mobileMenu-toggleIcon {
        width: 24px; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -8px; }
    @media (min-width: 768px) {
      .mobileMenu-toggle .mobileMenu-toggleIcon::before {
        top: -10px; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -8px; }
    @media (min-width: 768px) {
      .mobileMenu-toggle .mobileMenu-toggleIcon::after {
        bottom: -10px; } }
  .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 {
      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); }
  @media (min-width: 768px) {
    .mobileMenu-toggle {
      width: 32px;
      height: 32px;
      padding: 4px; } }

html,
body {
  scroll-behavior: smooth;
  padding: 0; }

.body {
  margin-bottom: 50px;
  margin-top: 0;
  line-height: 1.375;
  letter-spacing: 0; }
  .page-type-default .body,
  .page-type-product .body,
  .page-type-blog .body,
  .page-type-page .body,
  .page-type-page_contact_form .body {
    margin-bottom: 0; }

.page {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin: 0; }
  .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;
  padding: 0; }

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

@media (min-width: 1025px) {
  .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: 0 20px;
  width: 100%;
  float: left;
  position: relative;
  background-color: white; }
  .page-sidebar:has(.fresh_filter) {
    padding: 0; }
  .page-sidebar.u-hidden ~ .page-content {
    padding: 0;
    width: 100%; }
  .page-sidebar .halo-sidebar-header .title {
    padding: 8px;
    border-bottom: none; }
  .page-sidebar nav {
    display: block;
    width: 100%;
    height: calc(100% - 60px);
    overflow-x: hidden; }
    .page-sidebar nav > div:last-child {
      border-bottom: 0; }
  .page-sidebar .number {
    height: 1.5rem;
    width: 1.5rem;
    margin-left: 10px; }
  @media (min-width: 1025px) {
    .page-sidebar {
      width: 270px; }
      .page-sidebar .halo-sidebar-header {
        display: none; }
      .page-sidebar + .page-content {
        padding-left: 10px;
        width: calc(100% - 270px); } }
  @media (min-width: 1400px) {
    .page-sidebar + .page-content {
      padding-left: 24px; } }
  @media (min-width: 1600px) {
    .page-sidebar {
      width: 312px; }
      .page-sidebar + .page-content {
        width: calc(100% - 312px); } }
  @media (max-width: 1024px) {
    .page-sidebar {
      position: fixed;
      top: 0;
      right: -101%;
      bottom: 0;
      width: 100%;
      height: 100%;
      z-index: 102;
      max-width: 410px;
      transition: all 0.3s ease; }
      .openSidebar .page-sidebar.is-open {
        right: 0; }
      .page-sidebar .haloCustomScrollbar {
        padding: 30px 20px 20px; } }

.page-sidebar-mobile-wrapper {
  display: inline-block;
  position: relative;
  margin: 0; }
  .page-sidebar-mobile-wrapper .page-sidebar-mobile {
    position: relative;
    display: inline-flex;
    z-index: 2;
    cursor: pointer;
    pointer-events: auto;
    border: 1px solid #a9a9a9;
    padding: 8px 16px;
    align-items: center;
    gap: 10px; }
    .page-sidebar-mobile-wrapper .page-sidebar-mobile .text {
      font-size: 16px;
      font-weight: 600; }
      .page-blog .page-sidebar-mobile-wrapper .page-sidebar-mobile .text {
        display: inline-block;
        margin-right: 10px; }
    .page-sidebar-mobile-wrapper .page-sidebar-mobile .icon {
      height: 1rem;
      width: 1rem;
      margin-left: 0; }
  @media (min-width: 1025px) {
    .page-sidebar-mobile-wrapper {
      display: none;
      margin-bottom: 0; } }

#ShowHideFilter,
a.btn.mobile-filter#ShowHideFilter {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important; }

.footer {
  background-color: #ebebeb;
  padding: 30px 0 20px;
  position: relative;
  transform: translateZ(0);
  font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif; }
  @media (min-width: 1025px) {
    .footer {
      padding: 80px 0 20px; } }

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

.footer-info {
  font-size: 0; }

.footer-info-col {
  width: 100%;
  padding: 0;
  color: #1e1e1e;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 0;
  overflow-wrap: break-word;
  vertical-align: top;
  -ms-word-break: break-all; }
  @media (min-width: 551px) {
    .footer-info-col {
      width: 33.33334%;
      margin-bottom: 30px; } }
  @media (min-width: 1025px) {
    .footer-info-col {
      margin-bottom: 80px;
      padding: 0 20px 0 0;
      width: 50%; } }
  @media (max-width: 1024px) {
    .footer-info-col[data-section-type="footer-social"] {
      padding: 30px 0;
      margin: 0;
      width: 100%; } }
  @media (max-width: 550px) {
    .footer-info-col[data-section-type="footer-social"] {
      border-top: 1px solid dimgray; } }

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

.footer-info-heading {
  color: #1e1e1e;
  text-transform: inherit;
  margin-bottom: 8px;
  padding: 3px 0; }

@media (max-width: 550px) {
  .footer-info-heading--toggle {
    border-top: 1px solid dimgray;
    margin-bottom: 0;
    padding: 21px 0;
    position: relative; }
    .footer-info-heading--toggle:hover {
      cursor: pointer; }
    .footer-info-heading--toggle:before {
      top: 50%;
      right: 5px;
      z-index: 2;
      content: "";
      width: 2px;
      height: 12px;
      position: absolute;
      transition: all .4s ease;
      transform: translateY(-50%);
      background-color: #1e1e1e; }
      .open-dropdown .footer-info-heading--toggle:before {
        transform: translateY(-50%) rotate(90deg); }
    .footer-info-heading--toggle:after {
      top: 50%;
      right: 0;
      z-index: 2;
      content: "";
      width: 12px;
      height: 2px;
      position: absolute;
      transform: translateY(-50%);
      background-color: #1e1e1e; } }

.footer-intro {
  color: #1e1e1e;
  margin-bottom: 24px; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list li {
    margin-bottom: 8px;
    padding: 3px 0; }
    .footer-info-list li:last-child {
      margin-bottom: 0; }
  .footer-info-list a {
    color: #1e1e1e;
    text-decoration: none; }
    @media (min-width: 1025px) {
      .footer-info-list a:hover {
        color: #ff4000; } }
  @media (max-width: 550px) {
    .footer-info-list {
      display: none; } }

address,
.phone {
  color: #1e1e1e; }

.footer-copyright {
  padding: 16px 0;
  text-align: center;
  border-top: 1px solid #a9a9a9;
  border-bottom: 1px solid white; }
  @media (min-width: 551px) {
    .footer-copyright {
      padding: 24px 0;
      text-align: left; } }
  .footer-copyright svg {
    height: 2rem;
    width: 2rem; }
  .footer-copyright > .powered-by {
    color: #1e1e1e; }
    @media (max-width: 550px) {
      .footer-copyright > .powered-by {
        max-width: 282px;
        margin: 0 auto 16px; } }
  .footer-copyright a {
    color: #1e1e1e;
    text-decoration: none; }
    @media (min-width: 1025px) {
      .footer-copyright a:hover {
        color: #ff4000; } }
  @media (max-width: 1024px) {
    .footer-copyright .socialLinks-item {
      margin: 10px 10px 10px 0; } }

.footer-payment-icons .footer-payment-icon {
  height: 1.625rem;
  margin: 4px;
  vertical-align: middle;
  width: 2.5rem;
  border: 1px solid #c7c7c7;
  background-color: #ffffff; }
  @media (min-width: 551px) {
    .footer-payment-icons .footer-payment-icon {
      margin: 6px; } }

.footer-payment-icons svg {
  fill: #1e1e1e; }

.footer-app {
  font-size: 0; }
  @media (max-width: 550px) {
    .footer-app img {
      max-width: 87px; } }

.container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: 100%; }
  .container .container:not(.iat-mega):not(.iat-brands) {
    padding-left: 0;
    padding-right: 0; }
  .container.container--large {
    max-width: 1670px; }
  .container.container--medium {
    max-width: 1470px; }
  .container.container--small {
    max-width: 1270px; }
  .container.container-full {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .container.container-1000 {
    max-width: 1040px; }
  .container.container-1070 {
    max-width: 1110px; }
  .container.container-1470 {
    max-width: 1510px; }
  @media (min-width: 768px) {
    .container {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1400px) {
    .container {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (min-width: 1600px) {
    .container {
      max-width: 1670px; }
      .container.container-1000 {
        max-width: 1100px; }
      .container.container-1070 {
        max-width: 1170px; }
      .container.container-1200 {
        max-width: 1270px; }
      .container.container-1400, .container.container-1470 {
        max-width: 1470px; }
      .container.container-1500 {
        max-width: 1570px; }
      .container.container-1600 {
        max-width: 1670px; }
      .container.container-1800 {
        max-width: 1870px; }
      .container.container-1920 {
        max-width: 1920px; } }
  .container.container-1920 {
    max-width: 1920px;
    padding-left: clamp(16px, 4.1667vw, 75px);
    padding-right: clamp(16px, 4.1667vw, 75px); }
    @media screen and (min-width: 1025px) and (max-width: 1599.98px) {
      .container.container-1920 {
        padding-left: clamp(24px, 2.083333vw, 32px);
        padding-right: clamp(24px, 2.083333vw, 32px); } }
  @media screen and (min-width: 1025px) and (max-width: 1599.98px) {
    .container {
      padding-left: clamp(24px, 2.083333vw, 32px);
      padding-right: clamp(24px, 2.083333vw, 32px); } }
  @media (min-width: 1920px) {
    .container {
      padding-left: 175px;
      padding-right: 175px;
      max-width: 1920px; }
      .container.container-1000 {
        max-width: 1350px; }
      .container.container-1070 {
        max-width: 1420px; }
      .container.container-1200 {
        max-width: 1520px; }
      .container.container-1400, .container.container-1470 {
        max-width: 1720px; }
      .container.container-1500 {
        max-width: 1820px; }
      .container.container-1600, .container.container--large {
        max-width: 1920px; }
      .container.container-1800 {
        max-width: 2120px; }
      .container.container-full {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0; }
      .container.container-1920 {
        max-width: 1920px;
        padding-left: clamp(16px, 4.1667vw, 75px);
        padding-right: clamp(16px, 4.1667vw, 75px); } }
    @media screen and (min-width: 1920px) and (min-width: 1025px) and (max-width: 1599.98px) {
      .container.container-1920 {
        padding-left: clamp(24px, 2.083333vw, 32px);
        padding-right: clamp(24px, 2.083333vw, 32px); } }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 1025px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog .tags {
    margin: 0; }
    .blog .tags .tag {
      background: #eeeeee; }
      .blog .tags .tag a {
        color: #2a2a2a; }
  .blog .socialLinks {
    text-align: center; }
  .blog .addthis_toolbox {
    margin-top: 3rem; }

.blog-title {
  font-size: 18.90909px;
  margin: 40px 0 20px; }
  @media (min-width: 551px) {
    .blog-title {
      font-size: 21.81818px; } }
  @media (min-width: 1025px) {
    .blog-title {
      font-size: 32px; } }

.blog-date,
.blog-author {
  color: #1e1e1e; }

.blog-tag,
.blog-author {
  margin-bottom: 18px; }

.blog-post {
  font-size: 12px;
  text-align: left; }
  @media (min-width: 551px) {
    .blog-post {
      font-size: 14px; } }
  @media (min-width: 1025px) {
    .blog-post {
      font-size: 16px; } }

.blog-thumbnail {
  position: relative; }
  .blog-thumbnail img {
    width: 100%; }

.blog-post-info {
  margin-bottom: 60px; }

.blog-post-figure {
  display: block;
  margin: auto auto 60px;
  text-align: center; }
  .blog-post-figure img {
    min-height: 200px;
    max-height: 200px;
    object-fit: cover; }
    @media (min-width: 551px) {
      .blog-post-figure img {
        min-height: 320px;
        max-height: 320px; } }
    @media (min-width: 1025px) {
      .blog-post-figure img {
        min-height: 550px;
        max-height: 550px; } }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%; }

.blog-post-detail {
  line-height: 1.75; }
  .blog-post-detail h6 {
    line-height: 1.6; }
  .blog-post-detail .customer {
    margin: 40px 0; }
    .blog-post-detail .customer .content {
      max-width: 864px;
      margin: 59px auto; }
    .blog-post-detail .customer .title {
      font-size: 18px;
      line-height: 1.267; }
      @media (min-width: 551px) {
        .blog-post-detail .customer .title {
          font-size: 26px; } }
      @media (min-width: 1025px) {
        .blog-post-detail .customer .title {
          font-size: 30px; } }
  .blog-post-detail .name {
    line-height: 1.375; }
  .blog-post-detail .blockQuote {
    padding: 12px; }
    @media (min-width: 551px) {
      .blog-post-detail .blockQuote {
        padding: 18px; } }
    @media (min-width: 1025px) {
      .blog-post-detail .blockQuote {
        padding: 24px; } }

.blog-footer {
  margin-top: 60px;
  padding: 2px 10px 10px; }
  .blog-footer .text {
    margin-left: 6px; }
  .blog-footer .action {
    min-width: 200px; }
  @media (min-width: 551px) {
    .blog-footer {
      padding: 8px 30px; } }
  @media (min-width: 1025px) {
    .blog-footer {
      padding: 12px 40px; } }

.shareLinkSocial {
  margin: 0;
  font-size: 0;
  letter-spacing: 0; }
  .shareLinkSocial .socialLinks {
    font-size: 0; }
    .shareLinkSocial .socialLinks .icon {
      position: unset; }
  .shareLinkSocial__popup {
    display: none;
    position: absolute;
    top: 100% !important;
    left: auto !important;
    right: 0;
    z-index: 101;
    padding: 10px 20px;
    width: 250px;
    min-width: 250px;
    background-color: white;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1); }
    .shareLinkSocial__popup .socialLinks-item--print {
      display: none; }
    .shareLinkSocial__popup .icon,
    .shareLinkSocial__popup .icon svg {
      height: 1.375rem;
      width: 1.375rem; }
    .shareLinkSocial__popup .title {
      margin-bottom: 12px;
      font-size: 13px;
      font-weight: 500;
      line-height: 24px;
      letter-spacing: 0;
      color: #1e1e1e;
      text-transform: uppercase; }
    .shareLinkSocial__popup .shareLinkSocial__social .title {
      margin-bottom: 7px; }
    .shareLinkSocial__popup .shareLinkSocial__social svg {
      fill: black; }
    .shareLinkSocial__popup.is-open {
      display: block; }

.blog-thumb {
  font-size: 0; }
  .blog-thumb > div {
    font-size: 12px;
    width: 50%; }
    @media (min-width: 551px) {
      .blog-thumb > div {
        font-size: 14px; } }
    @media (min-width: 1025px) {
      .blog-thumb > div {
        font-size: 16px; } }
  .blog-thumb .block-1 {
    padding-right: 5px; }
    @media (min-width: 551px) {
      .blog-thumb .block-1 {
        padding-right: 10px; } }
    @media (min-width: 1025px) {
      .blog-thumb .block-1 {
        padding-right: 25px; } }
  .blog-thumb .block-2 {
    padding-left: 5px; }
    @media (min-width: 551px) {
      .blog-thumb .block-2 {
        padding-left: 10px; } }
    @media (min-width: 1025px) {
      .blog-thumb .block-2 {
        padding-left: 25px; } }

.blog-lasted-new {
  font-size: 0; }
  .blog-lasted-new img {
    object-fit: cover; }
  @media (min-width: 1025px) {
    .blog-lasted-new {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(2, 1fr);
      grid-column-gap: 30px;
      grid-row-gap: 30px; }
      .blog-lasted-new .item-1 {
        grid-area: 1 / 1 / 3 / 3; }
        .blog-lasted-new .item-1 img {
          min-height: 702px; }
      .blog-lasted-new .item-2 img,
      .blog-lasted-new .item-3 img {
        min-height: 336px; }
      .blog-lasted-new .item-2 {
        grid-area: 1 / 3 / 2 / 4; }
      .blog-lasted-new .item-3 {
        grid-area: 2 / 3 / 3 / 4; } }
  @media (max-width: 1024px) {
    .blog-lasted-new .item-1 {
      width: 100%;
      margin-bottom: 20px; }
      .blog-lasted-new .item-1 img {
        min-height: 503px; }
    .blog-lasted-new .item-2,
    .blog-lasted-new .item-3 {
      width: 50%;
      display: inline-block;
      vertical-align: top; }
      .blog-lasted-new .item-2 img,
      .blog-lasted-new .item-3 img {
        min-height: 220px; }
    .blog-lasted-new .item-2 {
      padding-right: 10px; }
    .blog-lasted-new .item-3 {
      padding-left: 10px; } }
  @media (max-width: 550px) {
    .blog-lasted-new .item {
      width: 100%;
      padding: 0;
      margin-bottom: 30px; }
      .blog-lasted-new .item img {
        min-height: 325px; }
      .blog-lasted-new .item:last-child {
        margin-bottom: 0; } }

.blog-post-featured .item {
  padding: 10px; }
  .blog-post-featured .item + .item {
    margin-top: 20px; }

.blog-post-featured .content-left {
  width: 168px; }
  .blog-post-featured .content-left img {
    min-height: 172px;
    max-height: 172px;
    object-fit: cover; }

.blog-post-featured .content-right {
  width: calc(100% - 168px);
  padding-left: 20px; }
  .blog-post-featured .content-right .name {
    font-size: 10.76923px; }
  .blog-post-featured .content-right .summary {
    color: #2a2a2a;
    line-height: 1.75; }

@media (min-width: 551px) {
  .blog-post-featured .item {
    padding: 16px; }
  .blog-post-featured .content-left {
    width: 245px; }
    .blog-post-featured .content-left img {
      min-height: 152px;
      max-height: 152px; }
  .blog-post-featured .content-right {
    width: calc(100% - 245px);
    padding-left: 20px; }
    .blog-post-featured .content-right .name {
      font-size: 15.38462px; }
    .blog-post-featured .content-right .summary {
      color: #2a2a2a;
      line-height: 1.75; } }

@media (min-width: 1025px) {
  .blog-post-featured .item {
    padding: 20px; }
  .blog-post-featured .content-left {
    width: 364px; }
    .blog-post-featured .content-left img {
      min-height: 243px;
      max-height: 243px; }
  .blog-post-featured .content-right {
    width: calc(100% - 364px);
    padding-left: 20px; }
    .blog-post-featured .content-right .name {
      font-size: 20px; }
    .blog-post-featured .content-right .summary {
      color: #2a2a2a;
      line-height: 1.75; } }

.halo-blog {
  width: auto;
  font-size: 0; }
  .halo-blog-item {
    width: 100%;
    padding: 0 0 30px;
    margin: 0; }
  .halo-blog-wrapper {
    padding: 20px 20px 40px; }
  .halo-blog img {
    min-height: 315px;
    max-height: 315px;
    object-fit: cover; }
  .halo-blog .title {
    margin-top: 20px; }
  @media (min-width: 551px) {
    .halo-blog {
      margin: 0 -10px; }
      .halo-blog-item {
        width: 50%;
        padding: 0 10px 20px; } }
  @media (min-width: 1025px) {
    .halo-blog {
      margin: 0 -15px; }
      .halo-blog-item {
        width: 33.3334%;
        padding: 0 15px 30px; } }

.sidebarBlock {
  padding: 0 20px 1px;
  position: relative;
  margin-bottom: 30px; }
  .sidebarBlock:last-child {
    margin-bottom: 0; }
  .sidebarBlock .loadingOverlay {
    display: block; }

.sidebarBlock-heading {
  font-size: 16px;
  font-weight: 500;
  color: #1e1e1e;
  text-transform: capitalize;
  padding: 16px 0; }

.sidebarBlock-content {
  margin: 16px 0 32px 0; }

.sidebarHeading {
  display: none;
  margin: 0;
  color: #1e1e1e;
  font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 40px;
  text-transform: uppercase; }
  @media (max-width: 1599px) {
    .sidebarHeading {
      font-size: 24px;
      line-height: 32px; } }
  @media (max-width: 1024px) {
    .sidebarHeading {
      color: white; } }

@media (min-width: 1025px) {
  .page--with-sidebar-heading {
    position: relative; }
    .page--with-sidebar-heading > .sidebarHeading {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 270px;
      height: 40px; }
    .page--with-sidebar-heading > .page-sidebar {
      margin-top: 64px; }
    .page--with-sidebar-heading > .page-content > .actionBar-wrapper {
      min-height: 40px; }
      .page--with-sidebar-heading > .page-content > .actionBar-wrapper > .actionBar-filter:last-child {
        margin-left: auto; }
        .page--with-sidebar-heading > .page-content > .actionBar-wrapper > .actionBar-filter:last-child .filter-dropdown.actionBar-dropdown {
          width: 169px;
          height: 40px;
          background: #f7f7f7;
          border: 0;
          border-radius: 2px; }
        .page--with-sidebar-heading > .page-content > .actionBar-wrapper > .actionBar-filter:last-child .filter-action {
          display: flex;
          height: 40px;
          padding: 10px;
          align-items: center;
          gap: 4px;
          color: #000;
          font-family: "Jost", Arial, Helvetica, sans-serif;
          font-size: 14px;
          font-weight: 500;
          line-height: 20px;
          white-space: nowrap; }
          .page--with-sidebar-heading > .page-content > .actionBar-wrapper > .actionBar-filter:last-child .filter-action .f-semibold,
          .page--with-sidebar-heading > .page-content > .actionBar-wrapper > .actionBar-filter:last-child .filter-action .dropdown-label {
            color: inherit;
            font-size: inherit;
            font-weight: inherit;
            line-height: inherit; }
          .page--with-sidebar-heading > .page-content > .actionBar-wrapper > .actionBar-filter:last-child .filter-action .icon {
            position: static;
            width: 12px;
            height: 12px;
            margin-left: auto;
            padding: 0;
            flex: 0 0 12px; } }

@media (min-width: 1600px) {
  .page--with-sidebar-heading > .sidebarHeading {
    width: 312px; } }

@media (max-width: 1024px) {
  .actionBar-wrapper {
    display: flex;
    width: 100%;
    min-height: 40px;
    padding-bottom: 20px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    box-sizing: border-box; }
    .actionBar-wrapper > .actionBar-filter--start {
      display: flex;
      flex: 0 0 auto;
      align-items: center;
      margin: 0; }
    .actionBar-wrapper > .actionBar-filter:last-child {
      flex: 0 0 auto;
      margin-left: auto; }
      .actionBar-wrapper > .actionBar-filter:last-child .filter-dropdown.actionBar-dropdown {
        width: 169px;
        max-width: 100%;
        height: 40px;
        background: #f7f7f7;
        border: 0;
        border-radius: 2px; }
      .actionBar-wrapper > .actionBar-filter:last-child .filter-action {
        display: flex;
        min-height: 40px;
        padding: 10px;
        align-items: center;
        gap: 16px;
        color: #000;
        font-family: "Jost", Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        white-space: nowrap; }
        .actionBar-wrapper > .actionBar-filter:last-child .filter-action .f-semibold,
        .actionBar-wrapper > .actionBar-filter:last-child .filter-action .dropdown-label {
          color: inherit;
          font-size: inherit;
          font-weight: inherit;
          line-height: inherit; }
        .actionBar-wrapper > .actionBar-filter:last-child .filter-action .f-semibold {
          display: inline !important; }
          .actionBar-wrapper > .actionBar-filter:last-child .filter-action .f-semibold::after {
            content: ":"; }
        .actionBar-wrapper > .actionBar-filter:last-child .filter-action .icon {
          position: static;
          width: 12px;
          height: 12px;
          margin-left: auto;
          padding: 0;
          flex: 0 0 12px; }
  .actionBar-wrapper .page-sidebar-mobile-wrapper {
    display: inline-block;
    margin: 0; }
    .actionBar-wrapper .page-sidebar-mobile-wrapper .page-sidebar-mobile {
      display: inline-flex;
      width: auto;
      min-width: 128px;
      min-height: 40px;
      padding: 10px;
      align-items: center;
      justify-content: flex-start;
      gap: 10px;
      border: 0;
      border-radius: 2px;
      background: #2e3742;
      color: #fff;
      box-sizing: border-box; }
      .actionBar-wrapper .page-sidebar-mobile-wrapper .page-sidebar-mobile .text {
        color: #fff;
        font-family: "Jost", Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        white-space: nowrap; }
      .actionBar-wrapper .page-sidebar-mobile-wrapper .page-sidebar-mobile .icon,
      .actionBar-wrapper .page-sidebar-mobile-wrapper .page-sidebar-mobile .page-sidebar-mobile__filter-icon {
        display: block;
        width: 20px;
        height: 20px;
        margin: 0;
        flex: 0 0 20px;
        color: #fff; } }

.page-type-brands .brands-page-container,
.page-type-page .brands-page-container {
  max-width: 1920px;
  padding-bottom: 100px; }
  @media (min-width: 1600px) {
    .page-type-brands .brands-page-container,
    .page-type-page .brands-page-container {
      padding-left: 62px;
      padding-right: 62px; } }

.page-type-brands .brands-page__breadcrumbs,
.page-type-page .brands-page__breadcrumbs {
  display: none; }

.page-type-brands .brands-page__heading,
.page-type-page .brands-page__heading {
  color: #1e1e1e;
  font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  margin: 0 0 24px;
  text-align: center;
  text-transform: uppercase; }

.page-type-brands .brands-filter,
.page-type-page .brands-filter {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 auto 24px;
  max-width: 1796px;
  padding-bottom: 8px;
  width: 100%; }

.page-type-brands .brands-filter__list,
.page-type-page .brands-filter__list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0; }

.page-type-brands .brands-filter__button,
.page-type-page .brands-filter__button {
  appearance: none;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 100px;
  color: #444;
  cursor: pointer;
  font-family: "Jost", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 7px 23px;
  text-transform: uppercase;
  white-space: nowrap; }
  .page-type-brands .brands-filter__button:hover:not(:disabled):not(.is-active), .page-type-brands .brands-filter__button:focus-visible:not(:disabled):not(.is-active),
  .page-type-page .brands-filter__button:hover:not(:disabled):not(.is-active),
  .page-type-page .brands-filter__button:focus-visible:not(:disabled):not(.is-active) {
    border-color: #7e7e7e;
    color: #1e1e1e; }
  .page-type-brands .brands-filter__button:focus-visible,
  .page-type-page .brands-filter__button:focus-visible {
    outline: 2px solid #1e1e1e;
    outline-offset: 2px; }
  .page-type-brands .brands-filter__button:disabled,
  .page-type-page .brands-filter__button:disabled {
    cursor: default;
    opacity: 0.3; }
  .page-type-brands .brands-filter__button.is-active,
  .page-type-page .brands-filter__button.is-active {
    background: #ff4000;
    border-color: #ff4000;
    color: #fff; }

.page-type-brands .brands-grid,
.page-type-page .brands-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  list-style: none;
  margin: 0 auto;
  max-width: 1796px;
  padding: 0;
  width: 100%; }

.page-type-brands .brands-grid__item,
.page-type-page .brands-grid__item {
  align-self: start;
  min-width: 0; }
  .page-type-brands .brands-grid__item[hidden],
  .page-type-page .brands-grid__item[hidden] {
    display: none; }

.page-type-brands .brands-grid__card,
.page-type-page .brands-grid__card {
  background: #e6e6e6;
  margin: 0;
  width: 100%; }

.page-type-brands .brands-grid__link,
.page-type-page .brands-grid__link {
  color: #1e1e1e;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  width: 100%; }
  .page-type-brands .brands-grid__link:focus-visible,
  .page-type-page .brands-grid__link:focus-visible {
    outline: 3px solid #ff4000;
    outline-offset: 3px; }

.page-type-brands .brands-grid__image,
.page-type-page .brands-grid__image {
  align-items: center;
  aspect-ratio: 4 / 3;
  background: #000;
  display: flex;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  padding: 16px;
  width: 100%; }

.page-type-brands .brands-grid__logo,
.page-type-page .brands-grid__logo {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%; }
  .page-type-brands .brands-grid__logo[hidden],
  .page-type-page .brands-grid__logo[hidden] {
    display: none; }

.page-type-brands .brands-grid__fallback,
.page-type-page .brands-grid__fallback {
  color: #fff;
  font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  padding: 8px;
  text-align: center;
  text-transform: uppercase; }

.page-type-brands .brands-grid__item.has-brand-logo .brands-grid__fallback,
.page-type-page .brands-grid__item.has-brand-logo .brands-grid__fallback {
  display: none; }

.page-type-brands .brands-grid__body,
.page-type-page .brands-grid__body {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 40px;
  padding: 8px;
  width: 100%; }

.page-type-brands .brands-grid__name,
.page-type-page .brands-grid__name {
  color: #1e1e1e;
  font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  overflow-wrap: anywhere;
  text-align: center; }

@media screen and (max-width: 1199px) {
  .page-type-brands .brands-grid,
  .page-type-page .brands-grid {
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .page-type-brands .brands-grid__image,
  .page-type-page .brands-grid__image {
    padding: 12px; }
  .page-type-brands .brands-grid__name,
  .page-type-page .brands-grid__name {
    font-size: 18px;
    line-height: 22px; } }

@media screen and (max-width: 767px) {
  .page-type-brands .brands-page-container,
  .page-type-page .brands-page-container {
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 20px; }
  .page-type-brands .brands-page__breadcrumbs,
  .page-type-page .brands-page__breadcrumbs {
    display: block;
    margin-bottom: 12px; }
    .page-type-brands .brands-page__breadcrumbs .breadcrumbs-content,
    .page-type-page .brands-page__breadcrumbs .breadcrumbs-content {
      padding: 0; }
    .page-type-brands .brands-page__breadcrumbs .breadcrumbs,
    .page-type-page .brands-page__breadcrumbs .breadcrumbs {
      overflow: visible;
      text-align: center;
      white-space: normal; }
    .page-type-brands .brands-page__breadcrumbs .breadcrumb,
    .page-type-brands .brands-page__breadcrumbs .breadcrumb.is-active,
    .page-type-page .brands-page__breadcrumbs .breadcrumb,
    .page-type-page .brands-page__breadcrumbs .breadcrumb.is-active {
      font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
      font-size: 14px;
      line-height: 22px;
      margin: 0; }
      .page-type-brands .brands-page__breadcrumbs .breadcrumb .breadcrumb-label,
      .page-type-brands .brands-page__breadcrumbs .breadcrumb.is-active .breadcrumb-label,
      .page-type-page .brands-page__breadcrumbs .breadcrumb .breadcrumb-label,
      .page-type-page .brands-page__breadcrumbs .breadcrumb.is-active .breadcrumb-label {
        color: #696969;
        font-weight: 400; }
      .page-type-brands .brands-page__breadcrumbs .breadcrumb:not(:first-child)::before,
      .page-type-brands .brands-page__breadcrumbs .breadcrumb.is-active:not(:first-child)::before,
      .page-type-page .brands-page__breadcrumbs .breadcrumb:not(:first-child)::before,
      .page-type-page .brands-page__breadcrumbs .breadcrumb.is-active:not(:first-child)::before {
        background: none;
        color: #696969;
        content: "/";
        height: auto;
        margin: 0 4px 0 6px;
        width: auto; }
  .page-type-brands .brands-page__heading,
  .page-type-page .brands-page__heading {
    font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px; }
  .page-type-brands .brands-filter,
  .page-type-page .brands-filter {
    margin-bottom: 12px;
    margin-left: -7px;
    max-width: none;
    width: calc(100% + 14px); }
  .page-type-brands .brands-grid,
  .page-type-page .brands-grid {
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .page-type-brands .brands-grid__item,
  .page-type-page .brands-grid__item {
    align-self: stretch; }
  .page-type-brands .brands-grid__card,
  .page-type-brands .brands-grid__link,
  .page-type-page .brands-grid__card,
  .page-type-page .brands-grid__link {
    height: 100%; }
  .page-type-brands .brands-grid__image,
  .page-type-page .brands-grid__image {
    flex: 0 0 auto;
    padding: 4px; }
  .page-type-brands .brands-grid__body,
  .page-type-page .brands-grid__body {
    flex: 1 1 auto;
    min-height: 48px;
    padding: 6px; }
  .page-type-brands .brands-grid__name,
  .page-type-page .brands-grid__name {
    font-size: 14px;
    line-height: 18px; }
  .page-type-brands .brands-grid__fallback,
  .page-type-page .brands-grid__fallback {
    font-size: 16px; } }

.page-type-brands .body,
.page-type-page:has(.brands-page-container) .body {
  margin-bottom: 0; }

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

.page-type-brand .brand-page-container {
  max-width: 1920px; }
  @media (min-width: 1600px) {
    .page-type-brand .brand-page-container {
      padding-left: 75px;
      padding-right: 75px; } }

.page-type-brand .brand-page__breadcrumbs {
  padding: 16px 0; }

.page-type-brand .brand-page__heading {
  color: #1e1e1e;
  font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  margin: 4px auto 40px;
  text-align: center;
  text-transform: uppercase; }

.page-type-brand .brand-banner {
  margin-bottom: 60px; }

.page-type-brand .brand-banner-image {
  display: block;
  height: auto;
  margin-bottom: 40px;
  width: 100%; }

.page-type-brand .brand-desc {
  color: #1e1e1e;
  font-family: "Jost", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  position: relative; }

.page-type-brand .brand-desc__content {
  margin: 0; }

.page-type-brand .document-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px; }
  .page-type-brand .document-wrapper.style-1 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .page-type-brand .document-wrapper.style-2 {
    justify-content: center; }
  .page-type-brand .document-wrapper.style-3 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)); }

.page-type-brand .document-item {
  border: 1px solid #d7d2d2;
  min-width: 0; }
  .page-type-brand .document-item a {
    align-items: center;
    color: #1e1e1e;
    display: flex;
    gap: 12px;
    height: 100%;
    justify-content: center;
    padding: 24px;
    text-decoration: none; }
  .page-type-brand .document-item .__mce_add_custom__ {
    flex: 0 0 32px;
    height: 32px;
    width: 32px; }

.page-type-brand .document-name {
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  margin: 0;
  overflow-wrap: anywhere; }

@media screen and (max-width: 1400px) {
  .page-type-brand .document-wrapper.style-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); } }

@media screen and (max-width: 1199px) {
  .page-type-brand .document-wrapper.style-1,
  .page-type-brand .document-wrapper.style-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }

@media (max-width: 550px) {
  .page-type-brand .brand-page__breadcrumbs {
    padding: 10px 0; }
  .page-type-brand .brand-page__heading {
    font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 30px;
    margin: 10px auto 30px; }
  .page-type-brand .brand-banner {
    margin-bottom: 40px; }
  .page-type-brand .brand-banner-image {
    margin-bottom: 24px; }
  .page-type-brand .document-wrapper,
  .page-type-brand .document-wrapper.style-1,
  .page-type-brand .document-wrapper.style-2,
  .page-type-brand .document-wrapper.style-3 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px; }
  .page-type-brand .document-item {
    width: 100%; }
    .page-type-brand .document-item a {
      padding: 12px; } }

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin: 0 -5px; }
  .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;
    padding: 0 5px;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
  @media (max-width: 550px) {
    .productGrid .product {
      width: 100%; } }
  @media (min-width: 768px) {
    .productGrid {
      margin: 0 -8px; }
      .productGrid .product {
        padding: 0 8px; } }
  @media (min-width: 1400px) {
    .productGrid {
      margin: 0 -15px; }
      .productGrid .product {
        padding: 0 15px;
        width: 25%; } }

[data-layout="product-col1"] {
  display: block;
  margin: 0;
  font-size: 0;
  list-style: none;
  text-align: left; }
  [data-layout="product-col1"] .product {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0;
    margin: 0 0 30px 0;
    white-space: normal; }
  [data-layout="product-col1"] .card-figure .card-figcaption-bottom {
    display: none; }
  [data-layout="product-col1"] .card-body .number-review {
    top: 1px; }
  [data-layout="product-col1"] .card-link .card-img-container {
    margin: 0 auto;
    max-width: 100%; }
  [data-layout="product-col1"] .card-desc {
    display: block;
    margin: 0 0 8px;
    color: #1e1e1e; }
  @media (min-width: 551px) {
    [data-layout="product-col1"] .card {
      width: 100%;
      display: table; }
    [data-layout="product-col1"] .card-figure {
      display: table-cell;
      vertical-align: top;
      width: 250px; }
    [data-layout="product-col1"] .card-body {
      display: table-cell;
      vertical-align: top;
      padding: 0 0 0 30px;
      width: calc(100% - 250px); }
      [data-layout="product-col1"] .card-body .card-body-content {
        padding-top: 0; } }
  @media (min-width: 768px) {
    [data-layout="product-col1"] .card-body .card-body-button {
      justify-content: flex-start; } }
  @media (min-width: 1025px) {
    [data-layout="product-col1"] .product {
      margin-bottom: 10px; }
    [data-layout="product-col1"] .card .card-figure:hover .card-figure-action {
      opacity: 1;
      visibility: visible;
      pointer-events: auto; }
    [data-layout="product-col1"] .card-figure {
      width: 278px; }
      [data-layout="product-col1"] .card-figure .card-figure-action {
        position: absolute;
        top: auto;
        left: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        z-index: 10;
        transition: all 0.3s ease;
        width: 100%; }
      [data-layout="product-col1"] .card-figure .card-quickview,
      [data-layout="product-col1"] .card-figure .card-compare {
        flex: 0 0 50%; }
      [data-layout="product-col1"] .card-figure .card-quickview + .card-compare {
        border-left: 1px solid #dfdcd5; }
    [data-layout="product-col1"] .card-body {
      display: table-cell;
      vertical-align: top;
      padding-left: 30px;
      padding-top: 0;
      width: calc(100% - 278px); }
      [data-layout="product-col1"] .card-body .card-body-button {
        margin-top: 28px; }
    [data-layout="product-col1"] .card-option .form-field {
      display: flex;
      align-items: center; } }
  @media (min-width: 1200px) {
    [data-layout="product-col1"] .card-body {
      padding: 24px 30px; } }
  @media (min-width: 768px) {
    [data-layout="product-col1"] .product {
      width: 100%; } }

@media (min-width: 768px) {
  [data-layout="product-col2"] .product {
    width: 50%; } }

@media (min-width: 1025px) {
  [data-layout="product-col3"] .product {
    width: 33.33333%; } }

[data-layout="product-col4"] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 10px;
  margin: 0; }
  [data-layout="product-col4"] .product {
    display: block;
    width: auto;
    padding: 0; }
  @media (min-width: 768px) {
    [data-layout="product-col4"] {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      column-gap: 16px; } }
  @media (min-width: 1025px) {
    [data-layout="product-col4"] {
      grid-template-columns: repeat(4, minmax(0, 1fr));
      column-gap: 15.3333px; } }

.page-type-category .pagination-list,
.page-type-brand .pagination-list,
.page-type-search .pagination-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 32px 0 0;
  padding: 40px 0; }
  @media (max-width: 1024px) {
    .page-type-category .pagination-list,
    .page-type-brand .pagination-list,
    .page-type-search .pagination-list {
      padding: 12px 0; } }
  .page-type-category .pagination-list .pagination-item,
  .page-type-brand .pagination-list .pagination-item,
  .page-type-search .pagination-list .pagination-item {
    float: none;
    margin: 0;
    padding: 0; }

.page-type-category .pagination-link,
.page-type-brand .pagination-link,
.page-type-search .pagination-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 32px;
  padding: 4px;
  color: #1e1e1e;
  font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center; }

.page-type-category .pagination-item--current > .pagination-link,
.page-type-brand .pagination-item--current > .pagination-link,
.page-type-search .pagination-item--current > .pagination-link {
  color: #ff4000;
  font-weight: 600;
  background: transparent; }

.page-type-category .pagination-item--previous:hover a,
.page-type-category .pagination-item--next:hover a,
.page-type-brand .pagination-item--previous:hover a,
.page-type-brand .pagination-item--next:hover a,
.page-type-search .pagination-item--previous:hover a,
.page-type-search .pagination-item--next:hover a {
  background: #ff4000;
  color: white; }

.page-type-category .pagination-item--previous > .pagination-link,
.page-type-category .pagination-item--next > .pagination-link,
.page-type-brand .pagination-item--previous > .pagination-link,
.page-type-brand .pagination-item--next > .pagination-link,
.page-type-search .pagination-item--previous > .pagination-link,
.page-type-search .pagination-item--next > .pagination-link {
  width: 30px;
  height: 30px;
  padding: 7px;
  color: white;
  background: black;
  border: 0;
  border-radius: 2px; }
  .page-type-category .pagination-item--previous > .pagination-link .icon,
  .page-type-category .pagination-item--previous > .pagination-link .icon svg,
  .page-type-category .pagination-item--next > .pagination-link .icon,
  .page-type-category .pagination-item--next > .pagination-link .icon svg,
  .page-type-brand .pagination-item--previous > .pagination-link .icon,
  .page-type-brand .pagination-item--previous > .pagination-link .icon svg,
  .page-type-brand .pagination-item--next > .pagination-link .icon,
  .page-type-brand .pagination-item--next > .pagination-link .icon svg,
  .page-type-search .pagination-item--previous > .pagination-link .icon,
  .page-type-search .pagination-item--previous > .pagination-link .icon svg,
  .page-type-search .pagination-item--next > .pagination-link .icon,
  .page-type-search .pagination-item--next > .pagination-link .icon svg {
    width: 16px;
    height: 16px;
    margin: 0;
    fill: currentColor; }

.page-type-category .pagination-item--previous.button--disable,
.page-type-category .pagination-item--next.button--disable,
.page-type-brand .pagination-item--previous.button--disable,
.page-type-brand .pagination-item--next.button--disable,
.page-type-search .pagination-item--previous.button--disable,
.page-type-search .pagination-item--next.button--disable {
  display: none; }

.page-type-category .pagination-item--previous,
.page-type-brand .pagination-item--previous,
.page-type-search .pagination-item--previous {
  margin-right: 32px; }

.page-type-category .pagination-item--next,
.page-type-brand .pagination-item--next,
.page-type-search .pagination-item--next {
  margin-left: 32px !important; }

@media (min-width: 768px) {
  [data-layout="product-col5"] .product {
    width: 20%; } }

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

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

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

@media (min-width: 1025px) {
  .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; } }

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 768px) {
    .productView {
      display: block; } }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

.productView-images {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0 0 20px;
  background-color: white;
  border-radius: 24px; }
  @media (min-width: 768px) {
    .productView-images {
      width: calc(50% - 16px);
      margin-right: 16px; }
      .productView-images .productView-images-wrapper {
        max-width: 100%;
        float: none;
        overflow: hidden; } }
  @media (min-width: 1025px) {
    .productView-images {
      width: calc(50% - 25px);
      margin-right: 25px; } }

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0;
  max-width: 100%; }
  @media (min-width: 1600px) {
    .productView-details {
      clear: right;
      padding: 0 45px; } }
  .productView--quickView .productView-details {
    padding: 0; }

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 30px 0;
  position: relative;
  z-index: 1; }
  @media (min-width: 1025px) {
    .productView-description {
      padding: 60px 0 100px; } }

.halo-badges {
  position: absolute;
  top: 12px;
  left: 12px;
  right: auto;
  width: calc(100% - 24px);
  z-index: 10;
  padding-right: 50px; }
  .productView .halo-badges {
    top: 20px;
    left: 20px;
    width: calc(100% - 90px); }
    @media (min-width: 768px) {
      .productView .halo-badges {
        top: 24px;
        left: 24px; } }
    @media (min-width: 1025px) {
      .productView .halo-badges {
        top: 45px;
        left: 45px; } }

.halo-badge {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 600;
  padding: 1px 7px 1px;
  margin: 0 4px 8px 0;
  min-height: 27px;
  min-width: 52px;
  background: white;
  color: #1e1e1e;
  border: 1px solid #1e1e1e;
  border-radius: 4px; }
  .halo-badge.sale-badge {
    background: #d61b30;
    color: white;
    border-color: #d61b30; }
  .halo-badge.soldOut-badge {
    background: #a9a9a9;
    color: white;
    border-color: #a9a9a9; }
  @media (min-width: 1025px) {
    .halo-badge {
      padding: 5px 15px 4px;
      min-height: 34px;
      min-width: 64px; } }

.form-option.form-option-swatch {
  overflow: visible;
  border: none; }

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

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

.form-option-expanded {
  background-color: white;
  border: 1px solid #1e1e1e;
  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 {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100px;
  width: 100px; }

.halo-productOptions-save {
  min-width: 140px; }

.halo-productOptions .form-radio {
  display: inherit; }

.halo-productOptions .form-option {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px 0;
  padding: 0;
  line-height: 1.375; }
  .halo-productOptions .form-option.form-option-swatch {
    height: 2.5rem;
    width: 2.5rem; }
    .halo-productOptions .form-option.form-option-swatch .form-option-variant,
    .halo-productOptions .form-option.form-option-swatch .form-option-variant--color2 .form-option-variant-wrapper,
    .halo-productOptions .form-option.form-option-swatch .form-option-variant--color3 .form-option-variant-wrapper {
      height: 2.5rem;
      width: 2.5rem; }
  .halo-productOptions .form-option-expanded {
    display: none;
    background-color: white;
    border: 1px solid transparent;
    padding: 2px;
    position: absolute;
    top: calc(100% + 5px);
    left: calc(100% + 5px);
    transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1); }
    .halo-productOptions .form-option-expanded .form-option-image {
      display: block;
      height: 100px;
      width: 100px;
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: cover; }
  .halo-productOptions .form-option-swatch {
    position: relative;
    overflow: visible;
    border-color: transparent;
    background-color: transparent; }
  .halo-productOptions .form-option.unavailable {
    position: relative;
    background: transparent; }
    .halo-productOptions .form-option.unavailable .form-option-variant {
      opacity: .5; }
      .halo-productOptions .form-option.unavailable .form-option-variant:before {
        content: "";
        top: 18px;
        left: 50%;
        height: 1px;
        opacity: 1;
        z-index: 5;
        border: none;
        position: absolute;
        visibility: visible;
        width: 60px;
        background-color: #000;
        transform: translateX(-50%) rotate(-45deg); }
      .halo-productOptions .form-option.unavailable .form-option-variant:after {
        box-shadow: none !important; }
    .halo-productOptions .form-option.unavailable .form-option-variant--color2:before {
      transform: rotate(90deg); }

.halo-productOptions.productView-options [data-product-attribute="swatch"] {
  padding-bottom: 0; }

.halo-productOptions [data-product-attribute="input-checkbox"] .form-checkbox + .form-label:before {
  top: 5px; }

.halo-productOptions [data-product-attribute="input-checkbox"] .form-checkbox + .form-label:after {
  top: 5px; }

.halo-productOptions [data-product-attribute="input-checkbox"] .form-checkbox:checked + .form-label {
  font-weight: 700; }

.halo-productOptions [data-product-attribute="set-radio"] .form-radio:checked + .form-label {
  font-weight: 700; }

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

.halo-productOptions [data-product-attribute="input-text"] .form-input {
  height: auto; }

.halo-productOptions [data-product-attribute="set-select"] .form-select {
  height: 50px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  background-position: right 10px top 16px; }

.halo-productOptions [data-product-attribute="textarea"] .form-input {
  line-height: unset;
  min-height: 150px; }

.halo-productOptions [data-product-attribute="input-number"] .form-input {
  min-width: 100px;
  font-style: normal; }

.halo-productOptions [data-product-attribute="date"] .form-select {
  min-width: 90px;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  background-position: right 10px top 16px; }

@media (min-width: 992px) {
  .halo-productOptions [data-product-attribute="set-select"] .form-select {
    max-width: 50%; } }

@media (min-width: 1025px) {
  .halo-productOptions .form-option-expanded {
    display: block; }
  .halo-productOptions .form-option:hover .form-option-expanded {
    opacity: 1;
    transform: translate(-50%, 0);
    visibility: visible;
    z-index: 5000; } }

.account {
  display: block;
  margin: 0; }

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

.account-body {
  margin: 0; }
  .account-body:before, .account-body:after {
    content: " ";
    display: table; }
  .account-body:after {
    clear: both; }

.account-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  .account-content .alertBox {
    margin-top: 30px; }
  .account-content .productGrid {
    margin-top: 30px; }
    .account-content .productGrid .product .form {
      text-align: center;
      margin-bottom: 0; }
  .account-content .account-row {
    margin: 30px 0 0 0; }
  .account-content.account-content2 {
    padding-left: 0;
    padding-right: 0;
    float: none; }
  @media (min-width: 1025px) {
    .account-content .productGrid .card-body .card-body-button {
      top: 0; }
    .account-content .productGrid .card:hover .card-body .card-body-button {
      top: -60px; } }

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

.account-content--fixedSmall {
  padding-top: 45px; }
  .account-content--fixedSmall.account-content2 {
    width: 100%; }
  @media (min-width: 1025px) {
    .account-content--fixedSmall {
      width: 50%; } }

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

[data-create-account-form],
.new-password-form {
  margin: 0; }
  [data-create-account-form] .form-row,
  .new-password-form .form-row {
    display: block;
    font-size: 0;
    margin: 0 0;
    max-width: unset; }
    [data-create-account-form] .form-row .form-field,
    .new-password-form .form-row .form-field {
      display: inline-block;
      vertical-align: top;
      padding: 0;
      width: 100%;
      margin: 0 0 20px 0;
      float: none; }
    [data-create-account-form] .form-row .form-label,
    .new-password-form .form-row .form-label {
      margin-bottom: 10px;
      text-transform: capitalize; }
    @media (min-width: 768px) {
      [data-create-account-form] .form-row,
      .new-password-form .form-row {
        margin: 0 -15px; } }
  [data-create-account-form] .form-actions,
  .new-password-form .form-actions {
    display: block;
    margin: 20px 0 0 0;
    text-align: center; }
    [data-create-account-form] .form-actions .button,
    .new-password-form .form-actions .button {
      display: block;
      width: 100%;
      text-transform: uppercase; }
  @media (min-width: 768px) {
    [data-create-account-form] .form-row,
    .new-password-form .form-row {
      margin-left: -15px;
      margin-right: -15px; }
      [data-create-account-form] .form-row .form-field,
      .new-password-form .form-row .form-field {
        padding-left: 15px;
        padding-right: 15px;
        width: 50%; }
    [data-create-account-form] .form-actions,
    .new-password-form .form-actions {
      margin-top: 0;
      text-align: left; }
      [data-create-account-form] .form-actions .button,
      .new-password-form .form-actions .button {
        display: inline-block;
        vertical-align: top;
        min-width: 270px;
        width: auto; } }

.forgot-password-text,
.new-password-text {
  color: #1e1e1e;
  margin: 0 0 20px 0; }

.new-password-text + .button {
  text-transform: uppercase; }

@media (min-width: 768px) {
  .new-password-text + .button {
    min-width: 270px; } }

.forgot-password-form {
  width: 100%;
  max-width: 100%;
  margin: 0 auto; }
  .forgot-password-form .form-label {
    display: block;
    width: 100%; }
  .forgot-password-form .forgot-password-form-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 20px;
    width: 100%; }
  .forgot-password-form .form-input {
    flex: 1 1 180px;
    width: auto;
    min-width: 0;
    margin: 0; }
  .forgot-password-form .button {
    display: block;
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    text-transform: uppercase; }
  .forgot-password-form .g-recaptcha {
    margin-top: 20px; }
  @media (min-width: 768px) {
    .forgot-password-form .forgot-password-form-row {
      flex-wrap: nowrap; }
    .forgot-password-form .button {
      flex: 0 0 270px;
      width: 270px;
      max-width: 270px; } }

.page-type-account_orderstatus .panel-body,
.page-type-account_inbox .panel-body,
.page-type-account_addressbook .panel-body,
.page-type-wishlist .panel-body,
.page-type-wishlists .panel-body,
.page-type-account_recentitems .panel-body,
.page-type-editaccount .panel-body,
.page-type-shippingaddressform .panel-body,
.page-type-add-wishlist .panel-body {
  background: #fafafa; }

.page-type-account_orderstatus .form-input[readonly],
.page-type-account_inbox .form-input[readonly],
.page-type-account_addressbook .form-input[readonly],
.page-type-wishlist .form-input[readonly],
.page-type-wishlists .form-input[readonly],
.page-type-account_recentitems .form-input[readonly],
.page-type-editaccount .form-input[readonly],
.page-type-shippingaddressform .form-input[readonly],
.page-type-add-wishlist .form-input[readonly] {
  background-color: #fafafa; }

.page-type-wishlist .product {
  padding-bottom: 30px; }
  .page-type-wishlist .product .card {
    padding-bottom: 30px; }

.page-type-newsletter_subscribe .alertBox {
  margin-top: 32px; }

[data-inbox-form],
[data-add-wishlist-form],
[data-address-form],
[data-edit-account-form],
[data-payment-method-form] {
  margin: 40px 0 0; }
  [data-inbox-form] .form-row,
  [data-add-wishlist-form] .form-row,
  [data-address-form] .form-row,
  [data-edit-account-form] .form-row,
  [data-payment-method-form] .form-row {
    display: block;
    font-size: 0;
    margin: 0;
    max-width: unset; }
    [data-inbox-form] .form-row .form-field,
    [data-add-wishlist-form] .form-row .form-field,
    [data-address-form] .form-row .form-field,
    [data-edit-account-form] .form-row .form-field,
    [data-payment-method-form] .form-row .form-field {
      display: inline-block;
      vertical-align: top;
      padding: 0;
      width: 100%;
      margin: 0 0 20px 0;
      float: none; }
    [data-inbox-form] .form-row .form-select,
    [data-add-wishlist-form] .form-row .form-select,
    [data-address-form] .form-row .form-select,
    [data-edit-account-form] .form-row .form-select,
    [data-payment-method-form] .form-row .form-select {
      height: 45px; }
  [data-inbox-form] .form-actions,
  [data-add-wishlist-form] .form-actions,
  [data-address-form] .form-actions,
  [data-edit-account-form] .form-actions,
  [data-payment-method-form] .form-actions {
    display: block;
    font-size: 0;
    margin: 20px 0 0 0;
    text-align: center;
    max-width: 100%; }
    [data-inbox-form] .form-actions .button,
    [data-add-wishlist-form] .form-actions .button,
    [data-address-form] .form-actions .button,
    [data-edit-account-form] .form-actions .button,
    [data-payment-method-form] .form-actions .button {
      display: block;
      width: 100%;
      text-transform: uppercase; }
  @media (max-width: 767px) {
    [data-inbox-form] .form-actions .button + .button,
    [data-add-wishlist-form] .form-actions .button + .button,
    [data-address-form] .form-actions .button + .button,
    [data-edit-account-form] .form-actions .button + .button,
    [data-payment-method-form] .form-actions .button + .button {
      margin-left: 0; } }
  @media (min-width: 768px) {
    [data-inbox-form] .form-row,
    [data-add-wishlist-form] .form-row,
    [data-address-form] .form-row,
    [data-edit-account-form] .form-row,
    [data-payment-method-form] .form-row {
      margin-left: -15px;
      margin-right: -15px; }
      [data-inbox-form] .form-row .form-field,
      [data-add-wishlist-form] .form-row .form-field,
      [data-address-form] .form-row .form-field,
      [data-edit-account-form] .form-row .form-field,
      [data-payment-method-form] .form-row .form-field {
        padding-left: 15px;
        padding-right: 15px;
        width: 50%; }
    [data-inbox-form] .form-actions,
    [data-add-wishlist-form] .form-actions,
    [data-address-form] .form-actions,
    [data-edit-account-form] .form-actions,
    [data-payment-method-form] .form-actions {
      margin-top: 0;
      text-align: left; }
      [data-inbox-form] .form-actions .button,
      [data-add-wishlist-form] .form-actions .button,
      [data-address-form] .form-actions .button,
      [data-edit-account-form] .form-actions .button,
      [data-payment-method-form] .form-actions .button {
        display: inline-block;
        vertical-align: top;
        max-width: 238px !important; }
        [data-inbox-form] .form-actions .button + .button,
        [data-add-wishlist-form] .form-actions .button + .button,
        [data-address-form] .form-actions .button + .button,
        [data-edit-account-form] .form-actions .button + .button,
        [data-payment-method-form] .form-actions .button + .button {
          margin-top: 0;
          margin-left: 20px; }
      [data-inbox-form] .form-actions [data-wishlist-delete],
      [data-add-wishlist-form] .form-actions [data-wishlist-delete],
      [data-address-form] .form-actions [data-wishlist-delete],
      [data-edit-account-form] .form-actions [data-wishlist-delete],
      [data-payment-method-form] .form-actions [data-wishlist-delete] {
        margin-top: 0;
        margin-left: 20px; } }
  @media (min-width: 1600px) {
    [data-inbox-form] .form-row,
    [data-add-wishlist-form] .form-row,
    [data-address-form] .form-row,
    [data-edit-account-form] .form-row,
    [data-payment-method-form] .form-row {
      margin-left: -15px;
      margin-right: -15px; }
      [data-inbox-form] .form-row .form-field,
      [data-add-wishlist-form] .form-row .form-field,
      [data-address-form] .form-row .form-field,
      [data-edit-account-form] .form-row .form-field,
      [data-payment-method-form] .form-row .form-field {
        padding-left: 15px;
        padding-right: 15px; } }

[data-message-account-form],
[data-account-return-form] {
  margin: 0; }
  [data-message-account-form] .form-select,
  [data-account-return-form] .form-select {
    background-size: unset; }
  [data-message-account-form] .return-itemQuantity .form-select,
  [data-account-return-form] .return-itemQuantity .form-select {
    background-position: right 5px top 12px; }
  [data-message-account-form] .form-row,
  [data-account-return-form] .form-row {
    display: block;
    font-size: 0;
    margin: 0;
    max-width: unset; }
    [data-message-account-form] .form-row .form-field,
    [data-account-return-form] .form-row .form-field {
      display: inline-block;
      vertical-align: top;
      padding: 0;
      width: 100%;
      margin: 0 0 20px 0;
      float: none; }
    [data-message-account-form] .form-row .form-select,
    [data-account-return-form] .form-row .form-select {
      height: 45px; }
  [data-message-account-form] .form-actions,
  [data-account-return-form] .form-actions {
    display: block;
    margin: 20px 0 0 0;
    text-align: center;
    font-size: 0; }
    [data-message-account-form] .form-actions .button,
    [data-account-return-form] .form-actions .button {
      display: block;
      width: 100%;
      text-transform: uppercase; }
  @media (min-width: 768px) {
    [data-message-account-form] .form-row,
    [data-account-return-form] .form-row {
      margin-left: -15px;
      margin-right: -15px; }
      [data-message-account-form] .form-row .form-field,
      [data-account-return-form] .form-row .form-field {
        padding-left: 15px;
        padding-right: 15px;
        width: 50%; }
    [data-message-account-form] .form-actions,
    [data-account-return-form] .form-actions {
      margin-top: 0;
      text-align: left; }
      [data-message-account-form] .form-actions .button,
      [data-account-return-form] .form-actions .button {
        display: inline-block;
        vertical-align: top;
        max-width: 300px !important; }
        [data-message-account-form] .form-actions .button + .button,
        [data-account-return-form] .form-actions .button + .button {
          margin-top: 0;
          margin-left: 20px; } }
  @media (min-width: 1600px) {
    [data-message-account-form] .form-row,
    [data-account-return-form] .form-row {
      margin-left: -15px;
      margin-right: -15px; }
      [data-message-account-form] .form-row .form-field,
      [data-account-return-form] .form-row .form-field {
        padding-left: 15px;
        padding-right: 15px; } }

[data-account-wishlist-form] {
  margin: 40px auto 0 auto; }
  [data-account-wishlist-form] .form-select {
    height: 45px; }

[data-add-giftcertificates-form] {
  margin: 40px auto 0 auto;
  max-width: 100%; }
  [data-add-giftcertificates-form] .form-field {
    margin-bottom: 20px; }
  [data-add-giftcertificates-form] .form-select {
    height: 50px; }
  [data-add-giftcertificates-form] .form-actions .button {
    margin-left: 0;
    width: 100%; }
  @media (min-width: 768px) {
    [data-add-giftcertificates-form] {
      max-width: 34.375rem; } }

[data-giftcertificates-form] {
  margin: 30px 0 0 0; }
  [data-giftcertificates-form] .form-row {
    display: block;
    font-size: 0;
    margin: 0;
    max-width: unset; }
    [data-giftcertificates-form] .form-row .form-field {
      display: inline-block;
      vertical-align: top;
      padding: 0;
      width: 100%;
      margin: 0 0 20px 0;
      float: none; }
    [data-giftcertificates-form] .form-row .form-label {
      margin-bottom: 10px; }
    [data-giftcertificates-form] .form-row .form-select {
      height: 50px; }
    [data-giftcertificates-form] .form-row .form-field--textarea .form-input {
      min-height: 165px; }
    [data-giftcertificates-form] .form-row .form-radio + .form-label {
      color: #1e1e1e;
      margin-bottom: 15px; }
    [data-giftcertificates-form] .form-row .form-field--checkbox {
      margin-top: 4px;
      margin-bottom: 0; }
      [data-giftcertificates-form] .form-row .form-field--checkbox .form-checkbox + .form-label {
        color: #1e1e1e; }
      [data-giftcertificates-form] .form-row .form-field--checkbox + .form-field--checkbox {
        margin-top: 3px; }
    [data-giftcertificates-form] .form-row .form-field-group {
      border-radius: 0;
      border-color: #fafafa;
      background-color: #fafafa;
      padding: 17px 22px 10px 22px; }
  [data-giftcertificates-form] .form-column {
    padding-left: 0;
    padding-right: 0;
    width: 100%; }
    [data-giftcertificates-form] .form-column + .form-column {
      margin-top: 15px; }
  [data-giftcertificates-form] .form-actions {
    display: block;
    margin: 0;
    text-align: center;
    max-width: 100%;
    font-size: 0; }
    [data-giftcertificates-form] .form-actions .button {
      display: block;
      width: 100%;
      text-transform: uppercase;
      margin-left: 0; }
      [data-giftcertificates-form] .form-actions .button:first-child {
        color: #ff4000;
        background-color: transparent; }
      [data-giftcertificates-form] .form-actions .button + .button {
        margin-top: 20px;
        margin-left: 0; }
  @media (min-width: 768px) {
    [data-giftcertificates-form] .form-row {
      margin-left: -15px;
      margin-right: -15px; }
      [data-giftcertificates-form] .form-row .form-field {
        padding-left: 15px;
        padding-right: 15px;
        width: 50%; }
      [data-giftcertificates-form] .form-row .form-column .form-field {
        width: 100%; }
    [data-giftcertificates-form] .form-column {
      width: 50%; }
      [data-giftcertificates-form] .form-column + .form-column {
        margin-top: 0; }
    [data-giftcertificates-form] .form-actions {
      text-align: right;
      width: 50%;
      float: right; }
      [data-giftcertificates-form] .form-actions .button {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 15px); }
        [data-giftcertificates-form] .form-actions .button + .button {
          width: calc(100% - 15px);
          margin-top: 15px; } }
  @media (min-width: 1025px) {
    [data-giftcertificates-form] .form-row {
      margin-left: -35px;
      margin-right: -35px; }
      [data-giftcertificates-form] .form-row .form-field {
        padding-left: 35px;
        padding-right: 35px; }
    [data-giftcertificates-form] .form-actions .button {
      width: 190px; }
      [data-giftcertificates-form] .form-actions .button:first-child:hover {
        color: white;
        border-color: #e03800;
        background-color: #e03800; }
      [data-giftcertificates-form] .form-actions .button + .button {
        width: calc(100% - 240px);
        margin-left: 15px;
        margin-top: 0; } }
  @media (min-width: 1600px) {
    [data-giftcertificates-form] .form-row {
      margin-left: -70px;
      margin-right: -70px; }
      [data-giftcertificates-form] .form-row .form-field {
        padding-left: 70px;
        padding-right: 70px; }
    [data-giftcertificates-form] .form-actions {
      padding-top: 10px; }
      [data-giftcertificates-form] .form-actions .button + .button {
        width: calc(100% - 275px); } }

/**
 * Swiper 10.3.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: September 28, 2023
 */
@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; }

:root {
  --swiper-theme-color:#007aff; }

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  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-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-horizontal {
  touch-action: pan-y; }

.swiper-vertical {
  touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

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

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-3d {
  perspective: 1200px; }

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d; }

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-css-mode.swiper-vertical > .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-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  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)); }

.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-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .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-button-next, .swiper-button-prev {
  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-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important; }

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center; }

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg); }

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto; }

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto; }

.swiper-button-lock {
  display: none; }

.swiper-button-next:after, .swiper-button-prev: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: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-pagination {
  position: absolute;
  text-align: center;
  transition: .3s 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; }

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%; }

.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-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s 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: .2s transform,.2s left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right; }

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit); }

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute; }

.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-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0; }

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  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-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  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 > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none; }

.swiper .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 {
  pointer-events: auto; }

.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 {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .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-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.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-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  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; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

@media (min-width: 1025px) {
  .fancybox-infobar,
  .fancybox-toolbar,
  .fancybox-stage,
  .fancybox-caption,
  .fancybox-progress {
    max-width: calc(100% - 170px) !important;
    margin: 0 auto;
    left: 0; } }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 60px;
  left: 50%;
  line-height: 58px;
  min-width: 60px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  bottom: 0;
  -webkit-touch-callout: none;
  user-select: none;
  text-align: center;
  transform: translateX(-50%); }
  .fancybox-infobar > span[data-fancybox-count] {
    position: relative; }

.fancybox-toolbar {
  right: 20px;
  top: 15px; }
  @media (min-width: 1025px) {
    .fancybox-toolbar {
      top: 35px;
      right: -70px; } }
  .fancybox-toolbar .fancybox-button {
    display: none !important; }
    .fancybox-toolbar .fancybox-button.fancybox-button--close {
      display: block !important;
      float: right; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  z-index: 99994; }
  @media (max-width: 1024px) {
    .fancybox-stage {
      transform: translateZ(0); } }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 60px 0; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 37px;
  margin: 0;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 37px;
  padding: 0; }

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

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

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

.fancybox-navigation .fancybox-button {
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #0f0f0f;
  -moz-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.05); }
  @media (min-width: 768px) {
    .fancybox-navigation .fancybox-button {
      width: 72px;
      height: 72px; } }
  .fancybox-navigation .fancybox-button svg {
    fill: #0f0f0f; }
  .fancybox-navigation .fancybox-button:hover {
    color: #0f0f0f; }
    .fancybox-navigation .fancybox-button:hover svg {
      fill: #0f0f0f; }
  .fancybox-navigation .fancybox-button[disabled] div:before {
    opacity: .3; }

.fancybox-navigation .fancybox-button div {
  padding: 7px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .fancybox-navigation .fancybox-button div svg {
    display: none; }
  .fancybox-navigation .fancybox-button div:before {
    position: absolute;
    color: #0f0f0f;
    text-align: center;
    content: "";
    width: 25px;
    height: 20px;
    background-repeat: no-repeat; }
    @media (min-width: 768px) {
      .fancybox-navigation .fancybox-button div:before {
        width: 35px;
        height: 30px; } }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0px; }
  @media (min-width: 1025px) {
    .fancybox-navigation .fancybox-button--arrow_left {
      left: 60px; } }
  .fancybox-navigation .fancybox-button--arrow_left div:before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="41" height="40" viewBox="0 0 41 40" fill="none"><path d="M12.6729 20.9346L26.8163 34.6435C27.0523 34.8723 27.3658 35 27.6918 35C28.0179 35 28.3314 34.8723 28.5674 34.6435L28.5826 34.628C28.6974 34.517 28.7888 34.3835 28.8513 34.2355C28.9138 34.0875 28.946 33.9281 28.946 33.767C28.946 33.6059 28.9138 33.4465 28.8513 33.2985C28.7888 33.1505 28.6974 33.0169 28.5826 32.906L15.264 19.9974L28.5826 7.09402C28.6974 6.98307 28.7888 6.84953 28.8513 6.70151C28.9138 6.55349 28.946 6.3941 28.946 6.23302C28.946 6.07194 28.9138 5.91254 28.8513 5.76452C28.7888 5.6165 28.6974 5.48296 28.5826 5.37202L28.5674 5.35652C28.3314 5.12767 28.0179 5 27.6918 5C27.3658 5 27.0523 5.12767 26.8163 5.35652L12.6729 19.0654C12.5485 19.186 12.4495 19.331 12.3818 19.4916C12.3142 19.6523 12.2793 19.8252 12.2793 20C12.2793 20.1748 12.3142 20.3477 12.3818 20.5084C12.4495 20.669 12.5485 20.814 12.6729 20.9346Z" fill="black"/></svg>');
    background-position: -5px 50%; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0px; }
  @media (min-width: 1025px) {
    .fancybox-navigation .fancybox-button--arrow_right {
      right: 60px; } }
  .fancybox-navigation .fancybox-button--arrow_right div:before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="41" height="40" viewBox="0 0 41 40" fill="none"><path d="M28.5523 20.9346L14.409 34.6435C14.173 34.8723 13.8595 35 13.5334 35C13.2074 35 12.8939 34.8723 12.6579 34.6435L12.6427 34.628C12.5279 34.517 12.4364 34.3835 12.374 34.2355C12.3115 34.0875 12.2793 33.9281 12.2793 33.767C12.2793 33.6059 12.3115 33.4465 12.374 33.2985C12.4364 33.1505 12.5279 33.0169 12.6427 32.906L25.9612 19.9974L12.6427 7.09402C12.5279 6.98307 12.4364 6.84953 12.374 6.70151C12.3115 6.55349 12.2793 6.3941 12.2793 6.23302C12.2793 6.07194 12.3115 5.91254 12.374 5.76452C12.4364 5.6165 12.5279 5.48296 12.6427 5.37202L12.6579 5.35652C12.8939 5.12767 13.2074 5 13.5334 5C13.8595 5 14.173 5.12767 14.409 5.35652L28.5523 19.0654C28.6767 19.186 28.7758 19.331 28.8434 19.4916C28.9111 19.6523 28.946 19.8252 28.946 20C28.946 20.1748 28.9111 20.3477 28.8434 20.5084C28.7758 20.669 28.6767 20.814 28.5523 20.9346Z" fill="black"/></svg>');
    background-position: -4px 50%; }

.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1); }

@media (max-height: 576px) {
  .fancybox-caption {
    padding: 12px; }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus:before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

.halo-block-product {
  padding-top: 25px;
  padding-bottom: 30px; }
  .halo-block-product#halo-related-products, .halo-block-product#halo-recent-viewed-products {
    border-top: 1px solid #a9a9a9; }
  .halo-block-product#halo-recent-viewed-products .swiper-wrapper {
    justify-content: flex-start; }
  @media (min-width: 768px) {
    .halo-block-product {
      padding-top: 45px;
      padding-bottom: 45px; }
      .halo-block-product.halo-block-product-tabs {
        padding-top: 40px;
        padding-bottom: 75px; } }
  @media (min-width: 1025px) {
    .halo-block-product {
      padding-top: 80px;
      padding-bottom: 80px; }
      .halo-block-product.halo-block-product-tabs {
        padding-top: 20px;
        padding-bottom: 100px; } }

@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    transform: translate3d(-100%, 0, 0); } }

.marquee-promotion {
  display: flex;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 19px;
  background: linear-gradient(90deg, #cfe2ff 2.41%, #d6e4f8 31.17%, #d2d3fb 64.25%); }
  .marquee-promotion-list {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    width: max-content;
    will-change: transform, width;
    animation: marquee 20s infinite linear; }
  .marquee-promotion__item {
    position: relative;
    color: #1e1e1e;
    text-decoration: none;
    font-size: 18px;
    margin-left: 30px;
    margin-right: 30px;
    display: flex;
    align-items: center;
    transition: all 0.2s ease-in-out; }
    .marquee-promotion__item:after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -3px;
      height: 1px;
      width: 100%;
      opacity: 0;
      visibility: hidden;
      transform: translate(-50%);
      box-shadow: 0 -1px 0 0 currentColor;
      transition: width .4s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out; }
  @media (min-width: 768px) {
    .marquee-promotion {
      padding-top: 29px;
      padding-bottom: 28px; }
      .marquee-promotion__item {
        font-size: 18px;
        margin-left: 45px;
        margin-right: 45px; } }
  @media (min-width: 1025px) {
    .marquee-promotion {
      padding-top: 38px;
      padding-bottom: 37px; }
      .marquee-promotion-list {
        animation: marquee 15s infinite linear; }
      .marquee-promotion__item {
        font-size: 24px;
        margin-left: 60px;
        margin-right: 60px; }
      .marquee-promotion:hover .marquee-promotion-list {
        animation-play-state: paused; }
      .marquee-promotion__item:hover:after {
        width: 85%;
        opacity: 1;
        visibility: visible; } }

.productFeatured {
  padding: 30px 0; }
  @media (min-width: 768px) {
    .productFeatured {
      padding: 45px 0; } }
  @media (min-width: 1025px) {
    .productFeatured {
      padding: 60px 0; } }
  .page-type-blog .productFeatured {
    padding: 30px 0; }
    @media (min-width: 768px) {
      .page-type-blog .productFeatured {
        padding: 50px 0 30px; } }
    @media (min-width: 1025px) {
      .page-type-blog .productFeatured {
        padding: 75px 0; } }

.halo-bestseller-product {
  padding: 30px 0 0; }
  .halo-bestseller-product .swiper-wrapper {
    min-width: 100%; }
  .halo-bestseller-product .productCarousel-slide:not(.product-sample) {
    display: none; }
  .halo-bestseller-product.is-loaded .productCarousel-slide:not(.product-sample) {
    display: block; }
  .halo-bestseller-product .productCarousel {
    padding: 0 0 40px; }
  .halo-bestseller-product-header {
    line-height: 1.27; }
  .halo-bestseller-product .card {
    padding: 10px;
    background-color: white; }
  .halo-bestseller-product [data-test-info-type="productRating"] {
    min-height: 14px;
    margin: 10px 0; }
    .halo-bestseller-product [data-test-info-type="productRating"] svg {
      height: 0.875rem;
      width: 0.875rem; }
  @media (min-width: 768px) {
    .halo-bestseller-product .card .card-figure {
      width: 87px; }
    .halo-bestseller-product .card .card-body {
      width: calc(100% - 87px); } }
  @media (min-width: 1025px) {
    .halo-bestseller-product {
      padding: 0;
      width: 100%;
      margin-top: 30px; }
      .halo-bestseller-product .card {
        margin-bottom: 8px; }
        .halo-bestseller-product .card .card-figure {
          width: 150px; }
        .halo-bestseller-product .card .card-body {
          width: calc(100% - 150px); } }
  @media (min-width: 1400px) {
    .halo-bestseller-product {
      width: 503px;
      margin-left: 30px;
      margin-top: 0; } }

.halo-related-product {
  padding: 30px 0 0; }
  .halo-related-product .productCarousel {
    padding: 0 0 40px; }
  .halo-related-product-header {
    line-height: 1.27; }
  .halo-related-product .card {
    padding: 10px;
    background-color: white; }
    @media (min-width: 1025px) {
      .halo-related-product .card {
        padding: 20px; } }
  .halo-related-product [data-test-info-type="productRating"] {
    min-height: 14px;
    margin: 10px 0; }
    .halo-related-product [data-test-info-type="productRating"] svg {
      height: 0.875rem;
      width: 0.875rem; }
  @media (min-width: 768px) {
    .halo-related-product .card .card-figure {
      width: 87px; }
    .halo-related-product .card .card-body {
      width: calc(100% - 87px); } }
  @media (min-width: 1400px) {
    .halo-related-product {
      padding: 0;
      width: 503px;
      margin-left: 30px; }
      .halo-related-product .card .card-figure {
        width: 140px; }
      .halo-related-product .card .card-body {
        width: calc(100% - 140px); } }

.halo-featured-product {
  padding: 0; }
  .halo-featured-product .productView {
    margin: 0;
    padding: 10px; }
  .halo-featured-product .productView-for {
    padding: 0 19px; }
  .halo-featured-product .productView-rating {
    font-size: 0; }
  .halo-featured-product .productView-options {
    padding: 0; }
  .halo-featured-product .productView-details {
    padding: 0; }
  .halo-featured-product .add-to-cart-buttons .button {
    min-width: 100%; }
  @media (min-width: 768px) {
    .halo-featured-product {
      width: 100%; }
      .halo-featured-product .productView {
        padding: 16px; }
      .halo-featured-product .productView-images {
        width: calc(50% - 10px);
        margin-right: 10px; }
      .halo-featured-product .productView-right {
        width: calc(50% - 10px);
        margin-left: 10px; } }
  @media (min-width: 1400px) {
    .halo-featured-product {
      width: calc(100% - 533px); }
      .halo-featured-product .productView {
        padding: 40px; }
      .halo-featured-product .productView-images {
        width: calc(50% - 14px);
        margin-right: 14px; }
      .halo-featured-product .productView-right {
        width: calc(50% - 16px);
        margin-left: 16px; } }

.productView-actions--buyItNow {
  margin: 16px 0; }

.halo-productbyTabs .tabs {
  font-size: 0; }

.halo-productbyTabs .tab {
  margin: 0 20px 20px 0; }
  .halo-productbyTabs .tab:last-child {
    margin: 0 0 20px 0; }

.halo-productbyTabs .tab-title {
  font-size: 16px;
  font-weight: 700;
  padding: 13px 16.5px;
  background-color: #eeeeee; }

.halo-productbyTabs .tab {
  float: none;
  display: inline-block; }
  .halo-productbyTabs .tab.is-active .tab-title {
    font-weight: 700;
    background-color: #ff4000; }

.halo-productbyTabs .tab-content {
  padding: 0; }

@media (max-width: 550px) {
  .halo-productbyTabs .productCarousel {
    padding-bottom: 30px; } }

@media (min-width: 1025px) {
  .halo-productbyTabs .tab {
    margin: 0 40px 20px 0; }
  .halo-productbyTabs .tab-title {
    font-size: 16px;
    padding: 15px 24.5px; } }

.featuredCategories {
  padding-top: 40px;
  padding-bottom: 40px; }
  .featuredCategories.featuredCategories2 {
    padding-top: 15px;
    padding-bottom: 40px; }
  .featuredCategories.featuredCategories3 {
    padding-top: 0;
    padding-bottom: 0; }
  @media (min-width: 768px) {
    .featuredCategories {
      padding-top: 60px;
      padding-bottom: 60px; }
      .featuredCategories.featuredCategories2 {
        padding-top: 40px;
        padding-bottom: 40px; }
      .featuredCategories.featuredCategories3 {
        padding-top: 0;
        padding-bottom: 0; } }
  @media (min-width: 1025px) {
    .featuredCategories {
      padding-top: 80px;
      padding-bottom: 80px; }
      .featuredCategories.featuredCategories2 {
        padding-top: 20px;
        padding-bottom: 20px; }
      .featuredCategories.featuredCategories3 {
        padding-top: 100px;
        padding-bottom: 100px; } }
  .featuredCategories__item {
    position: relative;
    padding: 0; }

@media (max-width: 550px) {
  .featuredCategories__wrapper .featuredCategories__item {
    margin-bottom: 10px; }
    .featuredCategories__wrapper .featuredCategories__item:last-child {
      margin-bottom: 0; } }

@media (min-width: 551px) {
  .featuredCategories__wrapper {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px; } }

@media (min-width: 551px) {
  .item-category-1 {
    grid-area: 1 / 1 / 2 / 3; }
  .item-category-2 {
    grid-area: 2 / 1 / 3 / 2; }
  .item-category-3 {
    grid-area: 2 / 2 / 3 / 3; }
  .item-category-4 {
    grid-area: 3 / 1 / 4 / 3; } }

@media (min-width: 1025px) {
  .item-category-1 {
    grid-area: 1 / 1 / 2 / 3; }
  .item-category-2 {
    grid-area: 1 / 3 / 2 / 4; }
  .item-category-3 {
    grid-area: 2 / 1 / 3 / 2; }
  .item-category-4 {
    grid-area: 2 / 2 / 3 / 4; } }

.star {
  min-height: 22px; }
  .star .icon {
    height: 1.375rem;
    width: 1.375rem;
    margin-right: 4px; }
    .star .icon.icon--ratingFull {
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="22" viewBox="0 0 23 22" fill="none"><path d="M21.2963 9.53129C21.6993 9.25227 21.5019 8.62019 21.0117 8.62019H14.5302C14.3131 8.62019 14.1208 8.48007 14.0542 8.2734L12.0883 2.16604C11.9394 1.70365 11.2852 1.70365 11.1364 2.16604L9.17037 8.2734C9.10384 8.48007 8.91153 8.62019 8.69442 8.62019H2.21294C1.72275 8.62019 1.52531 9.25227 1.92833 9.53129L7.17871 13.1662C7.36155 13.2927 7.43881 13.5249 7.36831 13.7358L5.33333 19.8233C5.17882 20.2855 5.70943 20.6731 6.10276 20.3854L11.3171 16.5706C11.4929 16.4419 11.7317 16.4419 11.9075 16.5706L17.1218 20.3854C17.5152 20.6731 18.0458 20.2855 17.8913 19.8233L15.8563 13.7358C15.7858 13.5249 15.8631 13.2927 16.0459 13.1662L21.2963 9.53129Z" fill="%23001B44"/></svg>'); }

.content-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  max-width: 682px;
  padding: 0 0 20px 20px;
  text-align: left;
  overflow-y: auto; }
  @media (min-width: 551px) {
    .content-wrapper {
      padding: 0 0 30px 30px; } }
  @media (min-width: 1025px) {
    .content-wrapper {
      padding: 0 0 60px 60px; } }
  .content-wrapper .subtitle {
    border: 1px solid black;
    padding: 3px;
    min-width: 78px;
    min-height: 22px;
    border-radius: 4px; }
    @media (min-width: 768px) {
      .content-wrapper .subtitle {
        padding: 5px 4px;
        min-width: 96px;
        min-height: 28px; } }
    @media (min-width: 1025px) {
      .content-wrapper .subtitle {
        padding: 9px;
        min-width: 136px;
        min-height: 42px;
        border-radius: 8px; } }
  .content-wrapper .title {
    position: relative;
    display: block;
    text-decoration: none; }
    .content-wrapper .title:after {
      content: none;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
      width: 140px;
      height: 6px;
      background: #a6c7e2; }
    .featuredCategories .content-wrapper .title h4 {
      font-size: 19.5px; }
      @media (min-width: 768px) {
        .featuredCategories .content-wrapper .title h4 {
          font-size: 18px; } }
      @media (min-width: 1025px) {
        .featuredCategories .content-wrapper .title h4 {
          font-size: 24px; } }
    .featuredCategories2 .content-wrapper .title {
      padding: 36px 12px; }
  .content-wrapper .desc {
    margin-bottom: 30px; }
    @media (min-width: 551px) {
      .content-wrapper .desc {
        font-size: 20px;
        margin-bottom: 60px; } }
  .content-wrapper .desc-small {
    max-width: 450px;
    margin: 0 auto; }
  .content-wrapper.left {
    text-align: left; }
    .content-wrapper.left .title {
      margin: 0 auto 0 0; }
      .content-wrapper.left .title:after {
        left: 0;
        transform: none; }
  .content-wrapper.top-bottom-center {
    display: flex;
    flex-direction: column;
    text-align: center;
    top: 0;
    left: 0;
    padding: 40px 5px;
    min-width: 100%;
    width: 100%;
    height: 100%; }
    @media (min-width: 768px) {
      .content-wrapper.top-bottom-center {
        padding: 52px 12px; }
        .featuredCategories3 .content-wrapper.top-bottom-center {
          padding: 36px 12px; } }
    @media (min-width: 1600px) {
      .content-wrapper.top-bottom-center {
        padding: 70px 50px; }
        .featuredCategories3 .content-wrapper.top-bottom-center {
          padding: 60px 50px; } }
  .content-wrapper.left-right-center {
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    padding: 10px;
    min-width: 100%;
    width: 100%;
    height: 100%; }
    .content-wrapper.left-right-center .content-left {
      margin-right: auto; }
    .content-wrapper.left-right-center .content-right {
      margin-left: auto; }
    .content-wrapper.left-right-center .content {
      max-width: 230px; }
    @media (min-width: 768px) {
      .content-wrapper.left-right-center {
        padding: 10px 30px; }
        .content-wrapper.left-right-center .content {
          max-width: 320px; } }
    @media (min-width: 1600px) {
      .content-wrapper.left-right-center {
        padding: 10px 40px; }
        .content-wrapper.left-right-center .content {
          max-width: 420px; } }

.halobannerWithText {
  padding-top: 0;
  padding-bottom: 40px; }
  .halobannerWithText .container {
    position: relative;
    white-space: normal;
    display: flex;
    justify-content: center;
    flex-direction: column; }
  .halobannerWithText .item-content {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px; }
  .halobannerWithText__img {
    position: relative;
    display: block;
    z-index: 1;
    overflow: hidden; }
  .halobannerWithText__content {
    padding: 20px 0;
    max-width: 310px; }
    .halobannerWithText__content .title {
      position: relative; }
    .halobannerWithText__content .button {
      font-size: 12px;
      min-width: 83px;
      min-height: 36px;
      line-height: 34px; }
  @media (min-width: 768px) {
    .halobannerWithText .item-content {
      min-height: 400px; }
    .halobannerWithText__content {
      max-width: 410px; }
      .halobannerWithText__content .button {
        font-size: 16px;
        min-width: 115px;
        min-height: 50px;
        line-height: 48px; } }
  @media (min-width: 1025px) {
    .halobannerWithText {
      padding-top: 0;
      padding-bottom: 50px; }
      .halobannerWithText .container {
        align-items: center;
        flex-direction: row; }
      .halobannerWithText .item-image {
        width: 50%; }
      .halobannerWithText .item-content {
        display: block;
        width: 50%;
        min-height: auto; }
      .halobannerWithText__content {
        max-width: 610px; }
        .halobannerWithText__content .button {
          font-size: 16px;
          min-width: 160px;
          min-height: 72px;
          line-height: 70px; } }

.reviewBlock {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (max-width: 1024px) {
    .reviewBlock .haloSwiper {
      overflow: hidden; } }
  @media (min-width: 768px) {
    .reviewBlock {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 1025px) {
    .reviewBlock {
      padding-top: 80px;
      padding-bottom: 80px; }
      .reviewBlock .halo-block-header .title {
        min-height: 60px; } }
  .reviewBlock__item {
    border-radius: 16px;
    background-color: white;
    padding: 10px; }
    @media (min-width: 551px) {
      .reviewBlock__item {
        padding: 24px; } }
    @media (min-width: 1025px) {
      .reviewBlock__item {
        padding: 32px; }
        .reviewBlock__item:not(.swiper-slide-active):not(.swiper-slide-next) {
          opacity: 0.56; } }

.featuredBrands {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 1025px) {
    .featuredBrands {
      padding-top: 60px;
      padding-bottom: 100px; } }
  @media (max-width: 767px) {
    .featuredBrands .halo-block-header .title {
      margin-bottom: 40px; } }

.halo-block-post {
  padding-top: 10px;
  padding-bottom: 30px; }
  @media (max-width: 767px) {
    .page-type-blog .halo-block-post {
      padding-top: 20px; } }
  .halo-block-post .halo-block-header .title {
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .halo-block-post .halo-block-header .title {
        font-size: 20px; } }
    @media (min-width: 768px) {
      .page-type-blog .halo-block-post .halo-block-header .title {
        margin-bottom: 45px; } }
    @media (min-width: 1025px) {
      .page-type-blog .halo-block-post .halo-block-header .title {
        margin-bottom: 60px; } }
    @media (min-width: 768px) {
      .halo-block-post .halo-block-header .title {
        margin-bottom: 40px; } }
  .halo-block-post img {
    min-height: 325px;
    max-height: 325px;
    object-fit: cover; }
  .halo-block-post .item-2 .content-wrapper,
  .halo-block-post .item-3 .content-wrapper {
    padding: 0 0 20px 20px; }
    @media (min-width: 551px) {
      .halo-block-post .item-2 .content-wrapper,
      .halo-block-post .item-3 .content-wrapper {
        padding: 0 0 16px 16px; } }
    @media (min-width: 1025px) {
      .halo-block-post .item-2 .content-wrapper,
      .halo-block-post .item-3 .content-wrapper {
        padding: 0 0 30px 30px; } }
  .halo-block-post .button {
    padding: 0 10px;
    min-width: 87px;
    min-height: 36px;
    line-height: 34px; }
  @media (min-width: 1025px) {
    .halo-block-post .halo-recent-post {
      align-items: center; } }
  .halo-block-post .haloSwiper {
    padding-bottom: 38px; }
    .halo-block-post .haloSwiper .item-content {
      text-align: left;
      max-width: 100%;
      margin: 0 auto; }
      .halo-block-post .haloSwiper .item-content .title {
        margin-top: 0;
        margin-bottom: 24px; }
      .halo-block-post .haloSwiper .item-content .summary {
        margin-bottom: 24px; }
  @media (min-width: 768px) {
    .halo-block-post {
      padding-top: 30px;
      padding-bottom: 40px; }
      .halo-block-post img {
        min-height: 503px;
        max-height: 503px; }
      .halo-block-post .haloSwiper {
        padding-bottom: 56px; }
      .halo-block-post .button {
        padding: 0 17px;
        min-height: 50px;
        line-height: 48px; } }
  @media (min-width: 1025px) {
    .halo-block-post {
      padding-top: 40px;
      padding-bottom: 40px; }
      .halo-block-post img {
        min-height: 100%;
        max-height: 820px; }
      .page-type-blog .halo-block-post {
        padding-bottom: 100px; } }

.service {
  padding-top: 49px;
  padding-bottom: 49px;
  border-top: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9; }
  @media (max-width: 1024px) {
    .service .haloSwiper {
      overflow: visible; } }
  .service .icon {
    height: 3.5625rem;
    width: 3.5625rem;
    min-width: 57px;
    border: 1px solid black; }
    .service .icon svg {
      height: 1.5625rem;
      width: 1.5625rem; }
  .service .content {
    max-width: 340px; }
  @media (min-width: 768px) {
    .service {
      padding-top: 73px;
      padding-bottom: 73px; }
      .service .icon {
        height: 4.3125rem;
        width: 4.3125rem;
        min-width: 69px; }
        .service .icon svg {
          height: 2.3125rem;
          width: 2.3125rem; } }
  @media (min-width: 1025px) {
    .service {
      padding-top: 119px;
      padding-bottom: 119px; }
      .service .icon {
        height: 5.875rem;
        width: 5.875rem;
        min-width: 94px; }
        .service .icon svg {
          height: 3.125rem;
          width: 3.125rem; } }

.subscribe {
  padding-top: 30px;
  padding-bottom: 30px; }
  .subscribe h3 {
    font-size: 14.73684px; }
  .subscribe .content-left {
    width: 100%; }
  .subscribe .content-right {
    width: 100%; }
  @media (min-width: 551px) {
    .subscribe {
      padding-top: 60px; }
      .subscribe h3 {
        font-size: 22.10526px; }
      .subscribe .content-left {
        width: calc(100% - 341px); }
      .subscribe .content-right {
        width: 341px;
        padding-left: 20px; } }
  @media (min-width: 1025px) {
    .subscribe {
      padding-bottom: 60px; }
      .subscribe h3 {
        font-size: 28px; }
      .subscribe .content-left {
        width: calc(100% - 400px); }
      .subscribe .content-right {
        width: 400px; } }
  @media (min-width: 1400px) {
    .subscribe .content-left {
      width: calc(100% - 662px); }
    .subscribe .content-right {
      width: 662px; } }

.input-newsletter {
  height: 49px;
  width: 100%;
  padding: 20px 0 20px 32px; }
  .input-newsletter::placeholder {
    color: #001b44; }
  .input-newsletter::-webkit-input-placeholder {
    color: #001b44; }
  .input-newsletter::-ms-input-placeholder {
    color: #001b44; }
  @media (min-width: 768px) {
    .input-newsletter {
      height: 59px; } }
  @media (min-width: 1025px) {
    .input-newsletter {
      height: 62px; } }

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

.button-newsletter {
  min-width: 126px;
  min-height: calc(100% - 2px);
  top: 1px;
  right: 1px; }
  @media (min-width: 1025px) {
    .button-newsletter {
      min-height: calc(100% - 14px);
      top: 7px;
      right: 7px; } }

.halo-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 0;
  height: 100%;
  z-index: 102;
  max-width: 375px;
  width: calc(100% - 50px);
  transition: opacity .5s, transform .5s ease, visibility .5s ease;
  background-color: white; }
  .halo-sidebar .close {
    top: 12px;
    right: 5px; }
    @media (min-width: 1025px) {
      .halo-sidebar .close {
        top: 24px;
        right: 40px; } }
  .halo-sidebar-header {
    position: relative;
    padding: 16px 10px 0; }
    .halo-sidebar-header .close svg {
      fill: white; }
    .halo-sidebar-header .title {
      display: block;
      font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
      font-size: 20px;
      font-weight: 700;
      line-height: 1.2335;
      text-transform: capitalize;
      padding-bottom: 24px;
      color: #1e1e1e; }
      .halo-auth-sidebar .halo-sidebar-header .title {
        border-bottom: 1px solid #a9a9a9; }
      @media (max-width: 1024px) {
        .halo-sidebar-header .title {
          color: white; } }
    @media (min-width: 1025px) {
      .halo-sidebar-header {
        padding: 24px 40px 0; }
        .halo-sidebar-header .title {
          font-size: 30px; } }
  .halo-sidebar-wrapper {
    position: relative;
    padding: 30px 15px 30px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    height: calc(100% - 86px); }
    @media (min-width: 1025px) {
      .halo-sidebar-wrapper {
        padding: 60px 40px 24px; } }
  .halo-sidebar.halo-sidebar-left {
    left: 0;
    right: auto;
    transform: translate3d(-112%, 0, 0); }
  .halo-sidebar.halo-sidebar-right {
    right: 0;
    left: auto;
    transform: translate3d(112%, 0, 0); }
  .halo-sidebar.halo-cart-sidebar .close {
    top: 20px;
    right: 10px; }
    @media (min-width: 551px) {
      .halo-sidebar.halo-cart-sidebar .close {
        right: 20px; } }
  .halo-sidebar.halo-cart-sidebar .halo-sidebar-header {
    padding: 20px 10px 0; }
    .halo-sidebar.halo-cart-sidebar .halo-sidebar-header .title {
      font-size: 20px;
      line-height: 1.6;
      padding-bottom: 0;
      border-bottom: none; }
    @media (min-width: 551px) {
      .halo-sidebar.halo-cart-sidebar .halo-sidebar-header {
        padding: 20px 20px 0; } }
  .halo-sidebar.halo-cart-sidebar .halo-sidebar-wrapper {
    padding: 14px 10px 20px;
    height: calc(100% - 52px); }
    @media (min-width: 551px) {
      .halo-sidebar.halo-cart-sidebar .halo-sidebar-wrapper {
        padding: 14px 20px 20px; } }
  .halo-sidebar.halo-cart-sidebar .previewCart .previewCartList {
    max-height: 100%; }
  .halo-sidebar.halo-search-sidebar {
    visibility: hidden;
    opacity: 0; }
    .halo-sidebar.halo-search-sidebar .container {
      padding: 0; }
    .openQuickSearch .halo-sidebar.halo-search-sidebar {
      visibility: visible;
      opacity: 1; }
    .halo-sidebar.halo-search-sidebar.haloCustomScrollbar {
      overflow-y: unset; }
    @media (max-width: 1024px) {
      .halo-sidebar.halo-search-sidebar .halo-sidebar-wrapper {
        padding: 10px 10px 20px; }
      .halo-sidebar.halo-search-sidebar .halo-sidebar-content {
        padding-top: 30px; }
      .halo-sidebar.halo-search-sidebar .search-item {
        margin-right: 10px;
        margin-bottom: 10px; } }
  .halo-sidebar.halo-menu-sidebar .navPages-container {
    display: block; }
    .halo-sidebar.halo-menu-sidebar .navPages-container .navPages {
      background: transparent; }
  .halo-sidebar .form-label {
    margin-bottom: 16px; }
  .halo-sidebar .form-input {
    min-height: 62px; }
  .halo-sidebar .form-select {
    height: 62px;
    line-height: 60px; }
  @media (min-width: 551px) {
    .halo-sidebar.halo-auth-sidebar {
      max-width: 510px;
      width: 100%; }
    .halo-sidebar.halo-cart-sidebar {
      max-width: 510px;
      width: 100%; }
    .halo-sidebar.halo-search-sidebar {
      max-width: 510px;
      width: 100%; } }
  .halo-sidebar .halo-sidebar-header .close {
    background: #ff4000; }
  .halo-sidebar .halo-sidebar-header .title {
    color: black; }
  @media (min-width: 1025px) {
    .halo-sidebar.halo-search-sidebar {
      transform: translate3d(0, -112%, 0);
      top: var(--iat-header-search-top, var(--iat-header-height, 96px));
      bottom: auto;
      max-width: 100%;
      height: auto;
      z-index: 103;
      overflow-y: auto;
      max-height: calc(100vh - var(--iat-header-search-top, var(--iat-header-height, 96px)));
      max-height: calc(100dvh - var(--iat-header-search-top, var(--iat-header-height, 96px))); }
      .halo-sidebar.halo-search-sidebar .halo-sidebar-header {
        padding: 0; }
      .halo-sidebar.halo-search-sidebar .halo-sidebar-wrapper {
        padding-left: 50px;
        padding-right: 50px; }
      .halo-sidebar.halo-search-sidebar .title {
        display: none; }
      .halo-sidebar.halo-search-sidebar .close {
        top: 40px; } }

.halo-global-block {
  z-index: 1005; }

.halo-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  display: none;
  visibility: hidden;
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px); }

@media (min-width: 1025px) {
  .has-activeModal {
    padding-right: 17px; } }

.has-activeQuickViewModal.openCartSidebar .halo-sidebar {
  z-index: 9999; }

.has-activeQuickViewModal.openCartSidebar .modal-background {
  z-index: 1001; }

.openAuthSidebar {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }
  .openAuthSidebar .halo-auth-sidebar.is-open {
    right: 0;
    transform: translate3d(0, 0, 0); }
  .openAuthSidebar .halo-background {
    z-index: 101;
    opacity: 1;
    display: block;
    visibility: visible; }
  @media (min-width: 1025px) {
    .openAuthSidebar {
      padding-right: 17px; } }

.openCartSidebar {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }
  .openCartSidebar .halo-cart-sidebar {
    right: 0;
    transform: translate3d(0, 0, 0); }
  .openCartSidebar .halo-background {
    z-index: 101;
    opacity: 1;
    display: block;
    visibility: visible; }
  .openCartSidebar .modal-background,
  .openCartSidebar .modal.modal--editOptions {
    z-index: 999; }
  .openCartSidebar .modal-background {
    background: none;
    backdrop-filter: blur(10px); }
  @media (min-width: 1025px) {
    .openCartSidebar {
      padding-right: 17px; } }

.openQuickSearch {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }
  .openQuickSearch .halo-background {
    z-index: 101;
    opacity: 1;
    display: block;
    visibility: visible;
    pointer-events: auto; }
  @media (min-width: 1025px) {
    .openQuickSearch {
      padding-right: 17px; }
      .openQuickSearch .header {
        z-index: 102;
        padding-right: 17px; } }

.openSearchMobile {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }
  .openSearchMobile .halo-search-sidebar {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0); }
    .openSearchMobile .halo-search-sidebar .form-input {
      width: 100%;
      height: 50px;
      line-height: 48px; }
      .openSearchMobile .halo-search-sidebar .form-input + .button {
        min-width: 50px; }
  @media (max-width: 1024px) {
    .openSearchMobile .halo-background {
      z-index: 102;
      opacity: 1;
      display: block;
      visibility: visible; } }

.openSidebar {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }
  .openSidebar .halo-background {
    opacity: 1;
    visibility: visible;
    display: block;
    z-index: 101; }
  @media (min-width: 1025px) {
    .openSidebar {
      padding-right: 17px; } }

.has-activeNavPages {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }
  .has-activeNavPages .halo-background {
    z-index: 101;
    opacity: 1;
    display: block;
    visibility: visible; }
  .has-activeNavPages .halo-menu-sidebar {
    left: 0;
    transform: translate3d(0, 0, 0); }

.openAuthSidebar .header,
.openAuthSidebar .header.is-sticky,
.openCartSidebar .header,
.openCartSidebar .header.is-sticky,
.openSidebar .header,
.openSidebar .header.is-sticky {
  z-index: 100; }

.openAuthSidebar .halo-middleHeader,
.openAuthSidebar .iat-mobileSearch,
.openCartSidebar .halo-middleHeader,
.openCartSidebar .iat-mobileSearch,
.openSidebar .halo-middleHeader,
.openSidebar .iat-mobileSearch {
  z-index: 1; }

.openAuthSidebar .halo-background,
.openCartSidebar .halo-background,
.openSidebar .halo-background {
  position: fixed;
  z-index: 105; }

.openAuthSidebar .halo-sidebar,
.openAuthSidebar .page-sidebar,
.openCartSidebar .halo-sidebar,
.openCartSidebar .page-sidebar,
.openSidebar .halo-sidebar,
.openSidebar .page-sidebar {
  z-index: 106; }

.login-form-sidebar .note {
  display: block;
  padding: 10px 0 22px 0; }
  .login-form-sidebar .note .alertBox {
    margin-bottom: 0; }

.login-form-sidebar .form {
  margin: 0; }

.login-form-sidebar .form-actions {
  margin: 24px 0 0; }
  .login-form-sidebar .form-actions .button {
    min-height: 62px;
    line-height: 60px; }

.login-form-sidebar .forgot-password {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: dimgray;
  padding: 16px 0 0 0; }

.login-form-sidebar .create-account {
  margin: 20px 0 0 0 !important; }
  .login-form-sidebar .create-account span {
    display: inline;
    background-image: linear-gradient(transparent 97%, #1e1e1e 3%);
    background-repeat: repeat-x;
    background-position-y: -3px;
    padding: 0 0 2px 0; }

.login-form-sidebar.is-loading:after {
  content: '';
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url(../img/loading.svg);
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0;
  right: 0;
  border: 0;
  border-radius: 0;
  display: block;
  margin: 0 auto;
  transform: translateY(-50%) rotate(0);
  transform-style: preserve-3d;
  animation: unset;
  z-index: 20; }

.account-dropdown-sidebar {
  list-style: none;
  margin: 0; }
  .account-dropdown-sidebar .account-item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    border-bottom: 1px solid dimgray; }
    .account-dropdown-sidebar .account-item .account-action {
      display: block;
      width: 100%;
      color: #1e1e1e;
      font-size: 16px;
      font-weight: 400;
      padding: 0 35px 0 0;
      margin: 0;
      line-height: 45px;
      text-transform: capitalize;
      transition: all 0.3s ease; }
    .account-dropdown-sidebar .account-item .text {
      display: flex;
      align-items: center;
      color: inherit;
      font-size: inherit;
      font-weight: inherit;
      position: relative;
      transition: all 0.3s ease;
      padding: 0;
      white-space: nowrap; }
      .account-dropdown-sidebar .account-item .text > .icon {
        display: inline-block;
        vertical-align: middle;
        fill: #1e1e1e;
        stroke: #1e1e1e;
        margin: 0 10px 0 0;
        width: 18px;
        height: 18px; }
    .account-dropdown-sidebar .account-item:last-child {
      border-bottom: 0; }

.fresh_filter.newStyling {
  background: #2e3742;
  border: 0;
  padding: 0 30px; }
  .fresh_filter.newStyling .Block.ShopByColor.Moveable.Panel {
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid #495159 !important;
    color: #fff;
    font-family: "Jost", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: normal;
    padding: 0 !important; }
    .fresh_filter.newStyling .Block.ShopByColor.Moveable.Panel:last-child {
      border-bottom: 0 !important; }
  .fresh_filter.newStyling #SideCategoryRefinements h3,
  .fresh_filter.newStyling h3,
  .fresh_filter.newStyling .h3 {
    color: #fff;
    font-family: "Jost", Arial, Helvetica, sans-serif;
    font-size: 22px !important;
    font-weight: 400 !important;
    line-height: normal;
    margin: 0;
    padding-bottom: 20px !important;
    padding-top: 20px !important; }
    .fresh_filter.newStyling #SideCategoryRefinements h3::before,
    .fresh_filter.newStyling h3::before,
    .fresh_filter.newStyling .h3::before {
      background: url("https://cdn11.bigcommerce.com/s-13fb4/images/stencil/original/image-manager/sidebar-down-arrow.png?t=1745915624") no-repeat right center !important;
      line-height: 83px !important;
      top: 50% !important;
      transform: translateY(-50%); }
  .fresh_filter.newStyling .FilterLabel {
    color: #fff !important;
    font-size: 16px !important; }
  .fresh_filter.newStyling .BlockContent > ul {
    margin: 0 0 25px !important;
    padding-top: 0 !important; }
  .fresh_filter.newStyling .ShopByColor h3 span,
  .fresh_filter.newStyling .ShopByColor .h3 span {
    margin-top: 10px !important; }
  .fresh_filter.newStyling .ShopByColor span a {
    color: #fff !important; }

.fresh_filter .BlockContent > ul > li > ul.nested.active .FilterLabel {
  font-size: 14px !important; }

.fresh_filter .BlockContent.list ul li ul.nested.active .FilterLabel {
  max-width: 260px; }

.fresh_filter input[type="checkbox"] + label::before {
  border-color: rgba(255, 255, 255, 0.5) !important;
  top: -7px !important; }

.fresh_filter input[type="checkbox"]:checked + label::after {
  top: 13px !important; }

.fresh_filter .CategoryTree input[type="checkbox"] + label::before {
  top: -1px !important; }

.fresh_filter input[type=checkbox]:checked + label:before {
  background: #ff4000;
  border-color: #ff4000; }

.page-sidebar {
  background: #2e3742; }
  .page-sidebar .sidebarBlock {
    background: transparent;
    padding: 0; }
    .page-sidebar .sidebarBlock + .sidebarBlock {
      margin-top: 0;
      padding-top: 0; }
    .page-sidebar .sidebarBlock .sidebarBlock-heading {
      color: #fff;
      font-family: "Jost", Arial, Helvetica, sans-serif;
      font-size: 24px !important;
      font-weight: 400 !important;
      line-height: normal;
      margin: 0;
      padding-bottom: 24px !important;
      padding-top: 24px !important; }
      .page-sidebar .sidebarBlock .sidebarBlock-heading::after {
        background: url("https://cdn11.bigcommerce.com/s-13fb4/images/stencil/original/image-manager/sidebar-down-arrow.png?t=1745915624") no-repeat right center !important;
        height: 15px;
        line-height: 83px !important;
        top: 50% !important;
        transform: translateY(-50%);
        width: 13px; }
    .page-sidebar .sidebarBlock ul li {
      border-bottom: 1px solid #495159 !important; }
      .page-sidebar .sidebarBlock ul li a {
        color: #fff;
        font-size: 16px;
        font-weight: 500; }
    .page-sidebar .sidebarBlock .form-minMaxRow .button {
      background: #fff;
      color: #2e3742; }
      .page-sidebar .sidebarBlock .form-minMaxRow .button:hover, .page-sidebar .sidebarBlock .form-minMaxRow .button:focus {
        background: #fff;
        color: #2e3742; }

.filterSidebarContainer {
  background: #2e3742 !important; }
  .filterSidebarContainer .Block.ShopByColor.Moveable.Panel:not(#SideCategoryShopByCategorySearch) {
    border: 0 !important;
    border-bottom: 1px solid #495159 !important;
    margin: 0 !important; }
  .filterSidebarContainer.slideLeft .fresh_filter.newStyling {
    border-bottom: 0 !important; }

.fresh_filter.newStyling {
  padding: 0 27px; }

@media (max-width: 1199px) {
  .fresh_filter .BlockContent.list ul li ul.nested.active .FilterLabel {
    max-width: 140px; }
  .fresh_filter.newStyling #SideCategoryRefinements h3,
  .fresh_filter.newStyling h3,
  .fresh_filter.newStyling .h3 {
    font-size: 20px !important; } }

.site-loaded .preload-screen {
  opacity: 0;
  visibility: hidden; }

.preload-screen {
  background: #f8f8f7; }
  .preload-screen:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, #1e1e1e 0 72%, #ff4000 72% 100%); }

.halo-preload {
  position: relative;
  z-index: 1;
  width: calc(100vw - 40px);
  max-width: 360px;
  padding: 24px 20px; }

.loading-spinner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px; }

.site-preload .preload-screen,
.preload-screen {
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  transition: opacity .22s ease-out, visibility .22s step-end; }

.logo-loading {
  display: block;
  width: 72vw;
  max-width: 280px;
  height: auto;
  aspect-ratio: 280 / 53; }

.loading-label {
  color: #454545;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.4px;
  text-transform: uppercase; }

.loading-bar {
  width: 56vw;
  max-width: 192px;
  height: 2px;
  margin-inline: auto;
  background-color: rgba(30, 30, 30, 0.14);
  border-radius: 999px; }
  .loading-bar:after {
    content: "";
    height: 100%;
    width: 48%;
    position: absolute;
    left: 0;
    background-color: #ff4000;
    border-radius: inherit;
    animation: loading-translate 1.35s cubic-bezier(0.65, 0, 0.35, 1) infinite; }

@keyframes loading-translate {
  0% {
    transform: translateX(-105%); }
  100% {
    transform: translateX(220%); } }

@keyframes loading-overlay-progress {
  0% {
    background-position: 100% 0; }
  100% {
    background-position: -100% 0; } }

@media (prefers-reduced-motion: reduce) {
  .loading-bar:after {
    animation-duration: .01ms;
    animation-iteration-count: 1; }
  .loadingOverlay::after {
    background-position: 50% 0;
    animation: none; } }

@keyframes loading-fadeInUp {
  from {
    transform: translateY(12px);
    opacity: 0.01; }
  to {
    transform: translateY(0);
    opacity: 1; } }

.halo-auth-popup {
  width: 100%;
  z-index: 11;
  padding: 0;
  text-align: left;
  white-space: normal;
  background-color: white;
  display: none; }
  @media (min-width: 1025px) {
    .halo-auth-popup {
      position: absolute;
      left: 50%;
      top: calc(100% + 10px);
      right: auto;
      width: 320px;
      transform: translateX(-50%);
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      border-radius: 3px; }
      .halo-auth-popup.is-open {
        display: block; }
      .halo-auth-popup:before {
        border: inset 10px;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: transparent transparent #cccccc transparent;
        border-bottom-style: solid;
        bottom: 100%;
        left: 0.78571rem;
        position: absolute; }
      .halo-auth-popup:after {
        border: inset 8px;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: transparent transparent white transparent;
        border-bottom-style: solid;
        bottom: 100%;
        left: 0.92857rem;
        position: absolute; } }
  .halo-auth-popup:before {
    left: 140px;
    transform: unset; }
  .halo-auth-popup:after {
    left: 142px;
    transform: unset; }
  @media (min-width: 1600px) {
    .halo-auth-popup {
      left: -80px;
      transform: unset; }
      .halo-auth-popup:before {
        left: 150px;
        transform: unset; }
      .halo-auth-popup:after {
        left: 152px;
        transform: unset; } }

.login-form-popup .halo-popup-content {
  padding: 20px; }

.login-form-popup .form {
  margin: 0;
  position: relative;
  top: -2px; }
  .login-form-popup .form .form-label {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    color: #1e1e1e; }
    .login-form-popup .form .form-label em {
      display: none; }
  .login-form-popup .form .form-field {
    margin: 0; }
    .login-form-popup .form .form-field + .form-field {
      margin-top: 15px; }
  .login-form-popup .form .form-input {
    margin-bottom: 0;
    height: 46px; }
  .login-form-popup .form .form-actions {
    width: 100%;
    max-width: 100%;
    margin: 15px 0 0 0;
    text-align: center; }
  .login-form-popup .form .button {
    width: 100%;
    margin: 0; }
    .login-form-popup .form .button.create-account {
      background: #1e1e1e;
      border-color: #1e1e1e;
      color: white; }
  .login-form-popup .form .forgot-password {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    line-height: 25px;
    color: #1e1e1e;
    margin: 9px 0 19px 0;
    transition: unset; }

.login-form-popup.is-loading {
  z-index: 20; }
  .login-form-popup.is-loading:after {
    content: '';
    background-color: rgba(255, 255, 255, 0.9);
    background-image: url(../img/loading.svg);
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 0;
    right: 0;
    border: 0;
    border-radius: 0;
    display: block;
    margin: 0 auto;
    transform: translateY(-50%) rotate(0);
    transform-style: preserve-3d;
    animation: unset;
    z-index: 20; }

@media (min-width: 1025px) {
  .login-form-popup .halo-popup-content {
    padding: 25px; }
  .login-form-popup .form .form-field + .form-field {
    margin-top: 19px; }
  .login-form-popup .form .forgot-password:hover {
    color: #ff4000;
    background-image: linear-gradient(transparent 97%, #ff4000 3%);
    background-repeat: repeat-x;
    background-position-y: -3px; } }

.account-popup .account-dropdown {
  list-style: none;
  margin: 0; }
  .account-popup .account-dropdown .account-item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #eeeef1; }
  .account-popup .account-dropdown .account-action {
    width: 100%;
    color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    line-height: 45px;
    text-transform: capitalize;
    transition: all 0.3s ease; }
  .account-popup .account-dropdown .text {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    position: relative;
    transition: all 0.3s ease;
    padding: 12px 20px 10px; }

@media (min-width: 1025px) {
  .account-popup .halo-popup-content {
    padding: 0 20px; }
  .account-popup .account-dropdown .account-item:last-child {
    border-bottom: 0; }
  .account-popup .account-dropdown .text {
    display: inherit;
    padding: 0; } }

#halo-newsletter-popup {
  position: fixed;
  right: 0;
  bottom: 0;
  transform: scale3d(0, 0, 0);
  display: block;
  overflow: visible;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 100;
  transition: all 0.3s ease; }
  #halo-newsletter-popup.animated {
    transform: scale3d(1, 1, 1); }
  #halo-newsletter-popup .newsletter-popup-container {
    position: relative;
    max-width: 100%;
    min-width: 100%;
    pointer-events: none;
    margin: 0 auto; }
  #halo-newsletter-popup .newsletter-popup-inner {
    position: relative;
    overflow-x: hidden;
    padding: 0;
    height: 100%;
    max-height: 90vh;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    pointer-events: auto;
    background-color: white;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
    font-size: 0; }
  #halo-newsletter-popup [data-close-newsletter-popup] {
    position: absolute;
    top: 23px;
    right: 20px;
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    z-index: 5;
    padding: 0;
    text-align: center;
    background: white; }
    #halo-newsletter-popup [data-close-newsletter-popup] svg {
      fill: black;
      stroke: black;
      width: 100%;
      height: 100%;
      padding: 5px; }
  #halo-newsletter-popup .newsletter-bottom {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 20px; }
    #halo-newsletter-popup .newsletter-bottom:before, #halo-newsletter-popup .newsletter-bottom:after {
      content: " ";
      display: table; }
    #halo-newsletter-popup .newsletter-bottom:after {
      clear: both; }
    @media (min-width: 768px) {
      #halo-newsletter-popup .newsletter-bottom {
        max-width: 393px; } }
    @media (min-width: 1025px) {
      #halo-newsletter-popup .newsletter-bottom {
        max-width: 473px; } }
  #halo-newsletter-popup .socialLinks {
    padding: 0 0 25px; }
    #halo-newsletter-popup .socialLinks svg {
      fill: #1e1e1e; }
  #halo-newsletter-popup #popupSubscribeForm {
    font-size: 0; }
    #halo-newsletter-popup #popupSubscribeForm .form {
      margin: 0;
      max-width: 100%; }
    #halo-newsletter-popup #popupSubscribeForm .form-field {
      display: block;
      margin: 0; }
    #halo-newsletter-popup #popupSubscribeForm .form-input {
      height: 62px; }
      #halo-newsletter-popup #popupSubscribeForm .form-input::placeholder {
        color: #787878; }
    #halo-newsletter-popup #popupSubscribeForm input[type="submit"] {
      width: 100%;
      min-height: 63px;
      line-height: 61px;
      display: inline-block;
      vertical-align: top;
      padding: 0 10px; }
  #halo-newsletter-popup .form-show-again:before, #halo-newsletter-popup .form-show-again:after {
    content: " ";
    display: table; }
  #halo-newsletter-popup .form-show-again:after {
    clear: both; }
  #halo-newsletter-popup .form-show-again .form input {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  #halo-newsletter-popup .form-show-again .form-field {
    margin: 0; }
  #halo-newsletter-popup.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden; }
  @media (min-width: 551px) {
    #halo-newsletter-popup {
      right: 29px;
      bottom: 48px; } }
  @media (min-width: 768px) {
    #halo-newsletter-popup .newsletter-popup-container {
      max-width: 400px;
      min-width: 400px; } }
  @media (min-width: 1025px) {
    #halo-newsletter-popup .newsletter-popup-container {
      max-width: 600px;
      min-width: 600px; }
    #halo-newsletter-popup .newsletter-bottom {
      padding: 40px 50px 24px; }
    #halo-newsletter-popup .newsletter-top img {
      transition: all .6s ease; }
    #halo-newsletter-popup .newsletter-top:hover img {
      transform: scale3d(1.1, 1.1, 1); } }

#recently_bought_list {
  left: 20px;
  right: auto;
  bottom: 0;
  position: fixed;
  z-index: 30;
  background: white;
  max-width: 400px;
  animation-duration: 0.5s;
  transition: all 0.5s ease;
  padding: 0;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.1); }
  #recently_bought_list.show {
    display: block;
    opacity: 1;
    bottom: 30px;
    animation-name: halo-fadeIn;
    animation-duration: 0.5s; }
  #recently_bought_list.hide {
    animation-name: halo-fadeOut;
    animation-duration: 0.5s;
    opacity: 0; }
  @media (max-width: 1199px) {
    #recently_bought_list {
      left: 15px; } }
  @media (max-width: 550px) {
    #recently_bought_list {
      left: 0;
      max-width: 100%; }
      #recently_bought_list.show {
        bottom: 0; } }
  #recently_bought_list .halo-recently-bought [data-close-recently-bought] {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 5px;
    right: 8px;
    left: auto;
    text-align: center;
    text-decoration: none;
    z-index: 1; }
    #recently_bought_list .halo-recently-bought [data-close-recently-bought] svg {
      width: 100%;
      height: 100%;
      fill: black;
      stroke: black; }
    @media (max-width: 550px) {
      #recently_bought_list .halo-recently-bought [data-close-recently-bought] {
        top: 8px;
        right: 8px; } }
  #recently_bought_list .product-image {
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0; }
  #recently_bought_list .product-info {
    width: calc(100% - 110px);
    display: inline-block;
    vertical-align: middle;
    padding: 8px 25px 7px 10px;
    line-height: 20px; }
    @media (min-width: 551px) {
      #recently_bought_list .product-info {
        padding: 10px 30px 10px 10px; } }
    #recently_bought_list .product-info .text-wrap {
      display: inline-block;
      width: 100%;
      color: #737373;
      margin-bottom: 0; }
    #recently_bought_list .product-info .product-name a {
      display: block;
      margin-top: 5px; }
    #recently_bought_list .product-info .location-info {
      font-size: 13px;
      color: #737373;
      margin: 5px 0 0; }

#backtoTop svg {
  color: black; }

.wrap-icons {
  background: white;
  transition: right .5s ease;
  border-radius: 27px;
  padding: 5px;
  box-shadow: 5px 6px 9px 0px rgba(176, 173, 173, 0.35); }
  .wrap-icons svg {
    width: 20px;
    height: 20px;
    position: relative; }
  .wrap-icons .text {
    display: none; }
  .wrap-icons div {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin-bottom: 4px;
    color: white;
    transition: all .3s ease;
    position: relative; }
    .wrap-icons div:last-child {
      margin-bottom: 0; }
    @media (min-width: 1025px) {
      .wrap-icons div:hover {
        background-color: #ff4000; }
        .wrap-icons div:hover svg {
          fill: white; }
        .wrap-icons div:hover#backtoTop .icon {
          color: white; } }

.recently-viewed-products-sidebar {
  overflow: initial;
  top: 50%;
  left: auto;
  width: 54px;
  z-index: 99;
  border-radius: 0 !important;
  position: fixed;
  right: 10px;
  transform: translateY(-50%);
  display: block;
  height: 150px; }
  .openSidebar .recently-viewed-products-sidebar {
    display: none; }

.halo-recently-viewed-popup .productCarousel-slide {
  opacity: 0;
  visibility: hidden; }
  .halo-recently-viewed-popup .productCarousel-slide.is-loaded {
    opacity: 1;
    visibility: visible; }

.halo-recently-viewed-popup .recently-viewed-popup-container {
  display: none; }

.halo-recently-viewed-popup .loadingOverlay {
  display: block !important; }

.halo-recently-viewed-popup.is-show .loadingOverlay {
  display: none !important; }

.halo-recently-viewed-popup.is-show .recently-viewed-popup-container {
  display: block; }

.halo-seen-widget {
  position: fixed;
  top: 0;
  right: 40px;
  width: 80px;
  height: auto;
  z-index: 9;
  user-select: none;
  color: #1e1e1e;
  background: white;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(40px);
  transition: transform .5s ease, visibility .5s ease, all .5s ease; }
  .halo-seen-widget .in-content {
    padding: 15px 0 12px;
    transition: all 0.3s ease; }
    .halo-seen-widget .in-content .title {
      font-size: 16px;
      padding: 0 5px;
      position: relative;
      margin-bottom: 24px;
      font-weight: 400;
      color: #1e1e1e;
      line-height: 18px;
      margin-top: 0;
      text-transform: capitalize;
      font-family: "Jost", Arial, Helvetica, sans-serif; }
    .halo-seen-widget .in-content .no-products {
      padding: 5px 5px 10px 5px;
      font-size: 12px; }
      .halo-seen-widget .in-content .no-products svg {
        width: 54px;
        height: 54px;
        margin-bottom: 30px;
        opacity: .1; }
    .halo-seen-widget .in-content .product-info {
      position: absolute;
      right: 0px;
      visibility: hidden;
      opacity: 0;
      width: 271px;
      margin-top: 0px;
      display: flex;
      z-index: 1;
      transition: visibility 0s ease, opacity 0.25s linear;
      padding: 5px 15px 12px;
      border: 1px solid rgba(0, 0, 0, 0.12);
      box-shadow: 2px 3px 5px -2px rgba(0, 0, 0, 0.12);
      background: white; }
      .halo-seen-widget .in-content .product-info .first {
        width: calc(100% - 64px); }
        .halo-seen-widget .in-content .product-info .first .button {
          padding: 8px 20px; }
      .halo-seen-widget .in-content .product-info .second {
        width: 64px;
        height: 100%;
        cursor: pointer;
        background: transparent;
        padding-left: 16px;
        padding-top: 10px; }
        .halo-seen-widget .in-content .product-info .second img {
          max-width: 48px;
          max-height: 61px; }
      .halo-seen-widget .in-content .product-info .card-title {
        padding-right: 0;
        font-size: 16px;
        margin-top: 2px;
        margin-bottom: 0; }
        .halo-seen-widget .in-content .product-info .card-title > a {
          color: #1e1e1e;
          font-weight: 400;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          display: block;
          margin-bottom: 0;
          padding-bottom: 0; }
      .halo-seen-widget .in-content .product-info .card-price {
        margin-bottom: 0;
        line-height: 20px; }
        .halo-seen-widget .in-content .product-info .card-price .price-section {
          display: inline-block; }
          .halo-seen-widget .in-content .product-info .card-price .price-section .price {
            font-size: 16px;
            line-height: 25px;
            font-weight: 600; }
          .halo-seen-widget .in-content .product-info .card-price .price-section.price-section--saving {
            display: none; }
      .halo-seen-widget .in-content .product-info .price-section--saving {
        display: none; }
      .halo-seen-widget .in-content .product-info .card-figcaption-link,
      .halo-seen-widget .in-content .product-info .card_out_of_stock {
        font-weight: 700;
        color: #ff4000;
        background-image: linear-gradient(transparent 96%, rgba(44, 96, 162, 0.5) 4%);
        background-repeat: repeat-x;
        background-position-y: 0;
        text-transform: uppercase;
        text-decoration: none; }
      .halo-seen-widget .in-content .product-info .card_out_of_stock {
        color: #1e1e1e;
        background-image: linear-gradient(transparent 96%, rgba(30, 30, 30, 0.5) 4%); }
    .halo-seen-widget .in-content .products-grid {
      padding: 0;
      width: 100%;
      margin: 0 auto; }
      .halo-seen-widget .in-content .products-grid:hover .product-info {
        visibility: visible !important;
        opacity: 1 !important; }
      .halo-seen-widget .in-content .products-grid .item {
        margin: 0;
        border: none;
        position: relative;
        height: 81px; }
        .halo-seen-widget .in-content .products-grid .item > a {
          width: 100%;
          display: inline-block; }
        .halo-seen-widget .in-content .products-grid .item img {
          margin: 0 auto;
          display: block;
          max-width: 48px;
          max-height: 61px; }
      .halo-seen-widget .in-content .products-grid .second-info {
        display: none; }
  .halo-seen-widget.is-show-widget {
    transform: translate(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }

.halo-social-media {
  position: fixed;
  top: 0;
  right: 40px;
  width: 60px;
  height: auto;
  z-index: 9;
  user-select: none;
  color: #1e1e1e;
  background: white;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(40px);
  transition: transform .5s ease, visibility .5s ease, all .5s ease; }
  .halo-social-media.is-show-media {
    transform: translate(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  .halo-social-media .in-content {
    padding: 15px 0 0;
    transition: all 0.3s ease; }
    .halo-social-media .in-content .title {
      font-size: 14px;
      padding: 0 5px;
      position: relative;
      margin-bottom: 24px;
      font-weight: 400;
      color: #1e1e1e;
      line-height: 18px;
      margin-top: 0;
      margin-bottom: 10px;
      text-transform: capitalize;
      font-family: "Jost", Arial, Helvetica, sans-serif; }
  .halo-social-media .list-social {
    display: block;
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
    position: relative;
    margin-left: 0;
    margin-bottom: 0; }
    .halo-social-media .list-social .list-social__item {
      display: inline-block;
      vertical-align: top;
      margin: 6px 12px 6px 0;
      position: relative;
      width: 100%;
      height: 40px;
      margin: 0; }
      @media (min-width: 1025px) {
        .halo-social-media .list-social .list-social__item:hover {
          box-shadow: -3px 3px 7px 0px rgba(0, 0, 0, 0.2); }
          .halo-social-media .list-social .list-social__item:hover .list-social__link svg {
            fill: #1e1e1e; }
          .halo-social-media .list-social .list-social__item:hover .list-social__info {
            opacity: 1;
            visibility: visible;
            pointer-events: auto; } }
    .halo-social-media .list-social .list-social__link {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      width: 100%;
      height: 100%;
      line-height: 1;
      font-size: 0;
      letter-spacing: 0;
      border-radius: 0;
      border: none;
      padding: 0; }
      .halo-social-media .list-social .list-social__link svg {
        width: 19px;
        height: 19px;
        fill: #505050;
        margin: 0; }
    .halo-social-media .list-social .list-social__info {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 0;
      left: auto;
      right: 100%;
      background: white;
      width: auto;
      height: 100%;
      padding: 4px 0 0 15px;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      overflow: hidden;
      transition: all .3s ease;
      box-shadow: -4px 3px 6px 0px rgba(0, 0, 0, 0.2); }
      .halo-social-media .list-social .list-social__info a {
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.2;
        text-transform: capitalize;
        color: #1e1e1e; }
    .halo-social-media .list-social .mail-newsletter .list-social__info {
      min-width: 140px; }

.product-bundle .halo-block-header {
  padding: 0 0 20px; }

.product-bundle .halo-block-content {
  padding: 20px 0; }

@media (min-width: 1600px) {
  .product-bundle .halo-block-header {
    padding: 0 45px 40px; }
  .product-bundle .halo-block-content {
    padding: 32px 0; } }

.halo-bundle-products {
  padding-top: 36px;
  z-index: 20; }
  .halo-bundle-products.is-loading {
    opacity: 0; }
  .halo-bundle-products .halo-block-header .title {
    font-size: 16px;
    margin: 0 0 16px 0; }
    @media (min-width: 768px) {
      .halo-bundle-products .halo-block-header .title {
        font-size: 20px; } }
    @media (min-width: 1600px) {
      .halo-bundle-products .halo-block-header .title {
        font-size: 24px; } }
  .halo-bundle-products .halo-block-header .desc {
    position: relative;
    text-align: left; }
  .halo-bundle-products .bundle-products-wrapper {
    display: block; }
  .halo-bundle-products .bundle-product-left, .halo-bundle-products .bundle-product-right {
    display: block;
    width: 100%; }
  .halo-bundle-products .bundle-product-right {
    padding: 0 10px 0; }
    @media (min-width: 768px) {
      .halo-bundle-products .bundle-product-right {
        padding: 0 16px 0; } }
    @media (min-width: 1600px) {
      .halo-bundle-products .bundle-product-right {
        padding: 16px 45px 0; } }
  .halo-bundle-products .halo-product-image {
    position: relative;
    max-width: 75px; }
    @media (min-width: 1600px) {
      .halo-bundle-products .halo-product-image {
        max-width: 153px; } }
  .halo-bundle-products .halo-product-details {
    width: 100%;
    padding-left: 20px; }
    .halo-bundle-products .halo-product-details .form-increment {
      max-width: 128px;
      min-height: 42px;
      padding-top: 8px; }
      .halo-bundle-products .halo-product-details .form-increment .button {
        height: 42px;
        min-height: 42px; }
    .halo-bundle-products .halo-product-details .form-input--incrementTotal {
      min-height: 42px;
      height: 42px; }
    @media (min-width: 1600px) {
      .halo-bundle-products .halo-product-details .content-left {
        padding-right: 20px; } }
    @media (min-width: 1600px) {
      .halo-bundle-products .halo-product-details .content-right {
        min-width: 119px; }
        .halo-bundle-products .halo-product-details .content-right .button {
          padding: 0 10px;
          min-width: 119px; } }
    @media (max-width: 1599px) {
      .halo-bundle-products .halo-product-details .content-right {
        position: absolute;
        right: 16px;
        bottom: 0; } }
    @media (max-width: 767px) {
      .halo-bundle-products .halo-product-details .content-right {
        right: 10px; } }
  .halo-bundle-products .halo-product-item {
    padding: 0 10px 10px;
    margin-bottom: 24px;
    border-bottom: 1px solid #eeeeee; }
    .halo-bundle-products .halo-product-item.halo-product-itemFirst .halo-product-link {
      pointer-events: none; }
    @media (min-width: 768px) {
      .halo-bundle-products .halo-product-item {
        padding: 0 16px 16px; } }
    @media (min-width: 1600px) {
      .halo-bundle-products .halo-product-item {
        padding: 0 45px 24px; } }
  .halo-bundle-products .halo-product-link {
    display: block;
    position: relative;
    overflow: hidden; }
  .halo-bundle-products .halo-product-container {
    display: block;
    position: relative; }
    .halo-bundle-products .halo-product-container::after {
      content: "";
      display: block;
      height: 0;
      padding-bottom: 100%;
      width: 100%; }
    .halo-bundle-products .halo-product-container > img {
      bottom: 0;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0;
      opacity: 1;
      backface-visibility: visible;
      border: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      margin-top: 0;
      margin-bottom: 0;
      transition: opacity .8s ease; }
  .halo-bundle-products .halo-product-content {
    display: block;
    text-align: left; }
  .halo-bundle-products .halo-product-total {
    width: 100%;
    margin: 0 auto;
    padding: 15px 0 0 0; }
    .halo-bundle-products .halo-product-total .text {
      display: block;
      margin-bottom: 6px; }
    .halo-bundle-products .halo-product-total .price {
      font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
      font-size: 20px;
      margin: 0 3px 0 0;
      color: #1e1e1e; }
      .halo-bundle-products .halo-product-total .price.price-sale {
        font-weight: 400;
        font-size: 18px;
        color: #808080; }
        @media (min-width: 1200px) {
          .halo-bundle-products .halo-product-total .price.price-sale {
            font-size: 18px; } }
      @media (min-width: 1200px) {
        .halo-bundle-products .halo-product-total .price {
          font-size: 20px; } }
    .halo-bundle-products .halo-product-total .price-sale {
      text-decoration: line-through; }
    @media (min-width: 1600px) {
      .halo-bundle-products .halo-product-total .button {
        min-width: 409px; } }
  .halo-bundle-products .price-section {
    display: inline-block;
    font-size: 16px; }
  .halo-bundle-products .halo-detail-options {
    width: 100%; }
  .halo-bundle-products .halo-detail-label {
    position: unset;
    display: flex !important;
    vertical-align: top;
    padding: 0;
    margin: 0 !important; }
    .halo-bundle-products .halo-detail-label:before {
      content: none; }
    .halo-bundle-products .halo-detail-label:after {
      content: none; }
  .halo-bundle-products .halo-detail-name {
    font-size: 14px;
    padding: 0;
    text-align: left;
    margin-bottom: 8px; }
    @media (min-width: 768px) {
      .halo-bundle-products .halo-detail-name {
        font-size: 16px; } }
    @media (min-width: 1025px) {
      .halo-bundle-products .halo-detail-name {
        font-size: 18px; } }
  .halo-bundle-products .halo-detail-price {
    margin-bottom: 8px; }
  .halo-bundle-products .halo-detail-options {
    display: none;
    position: absolute;
    text-align: left;
    top: 0;
    left: 10px;
    background: white;
    border: 1px solid #cccccc;
    z-index: 101;
    width: calc(100% - 20px);
    height: calc(100% - 32px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease; }
    @media (min-width: 1025px) {
      .halo-bundle-products .halo-detail-options {
        left: 45px;
        width: calc(100% - 90px); } }
    .halo-bundle-products .halo-detail-options .halo-option-header {
      display: block;
      position: relative;
      background-color: #fafafa;
      padding: 10px; }
      @media (min-width: 1025px) {
        .halo-bundle-products .halo-detail-options .halo-option-header {
          padding: 10px 20px 10px 20px; } }
    .halo-bundle-products .halo-detail-options .halo-option-title {
      display: block;
      color: #1e1e1e;
      margin: 0; }
    .halo-bundle-products .halo-detail-options .halo-option-close {
      position: absolute;
      top: 50%;
      right: 30px;
      transform: translateY(-50%);
      line-height: 1; }
      .halo-bundle-products .halo-detail-options .halo-option-close svg {
        height: 1.5rem;
        width: 1.5rem;
        fill: #1e1e1e; }
    .halo-bundle-products .halo-detail-options .halo-option-content {
      display: block;
      padding: 10px;
      max-height: 100%;
      overflow-x: hidden; }
      .halo-bundle-products .halo-detail-options .halo-option-content::-webkit-scrollbar {
        width: 4px; }
      @media (min-width: 1025px) {
        .halo-bundle-products .halo-detail-options .halo-option-content {
          padding: 20px; } }
    .halo-bundle-products .halo-detail-options .alertBox-message {
      display: block;
      color: #a6c7e2;
      margin: 5px 0 0 0; }
    .halo-bundle-products .halo-detail-options .productView-optionsStock {
      display: block;
      color: #a6c7e2;
      margin: 5px 0 0 0; }
    .halo-bundle-products .halo-detail-options .form-field {
      font-size: 0;
      margin: 0;
      padding: 0; }
      .halo-bundle-products .halo-detail-options .form-field > .form-label {
        margin: 0 0 12px 0; }
        .halo-bundle-products .halo-detail-options .form-field > .form-label [data-option-value] {
          margin: 0 0 0 8px; }
      .halo-bundle-products .halo-detail-options .form-field + .form-field {
        margin-top: 20px; }
    .halo-bundle-products .halo-detail-options.is-open {
      display: block; }
  .halo-bundle-products .halo-toggle-options {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    text-transform: capitalize;
    padding: 0;
    height: 39px;
    line-height: 37px;
    width: 100%;
    max-width: 100%; }
    .halo-bundle-products .halo-toggle-options svg {
      height: 1.125rem;
      width: 1.125rem;
      margin-left: 8px; }
  .halo-bundle-products.halo-block-disable .loadingOverlay {
    display: block; }
  .halo-bundle-products.halo-block-disable .halo-block-content {
    opacity: 0; }
  @media (max-width: 1024px) {
    .halo-bundle-products .total-price {
      margin-bottom: 30px; } }
  @media (min-width: 768px) {
    .halo-bundle-products .halo-detail-options .halo-option-header {
      padding-left: 10px;
      padding-right: 10px; }
    .halo-bundle-products .halo-detail-options .halo-option-close {
      right: 10px; }
    .halo-bundle-products .halo-detail-options .halo-option-content {
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 1025px) {
    .halo-bundle-products .halo-product-total {
      padding-top: 0;
      max-width: 100%; }
    .halo-bundle-products .icon-plus {
      left: -24px; } }
  @media (min-width: 1600px) {
    .halo-bundle-products .halo-product-list {
      padding-left: 0;
      padding-right: 0; } }

.compare-link {
  display: none !important; }

#halo_sticky_addToCart {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 101;
  padding: 10px 0;
  text-align: center;
  background: #ffffff;
  transition: all 0.5s ease;
  transform: translate3d(0, 100%, 0);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2); }
  @media (max-width: 550px) {
    #halo_sticky_addToCart {
      display: none; }
      #halo_sticky_addToCart.halo_sticky_addToCart_mb {
        display: block;
        top: auto;
        bottom: 0; } }
  #halo_sticky_addToCart .form-option-expanded {
    display: none; }
  #halo_sticky_addToCart > .container {
    display: flex;
    position: static;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px; }
    #halo_sticky_addToCart > .container:before, #halo_sticky_addToCart > .container:after {
      content: none; }
    #halo_sticky_addToCart > .container .item {
      width: 100%;
      display: inline-block;
      vertical-align: middle; }
      #halo_sticky_addToCart > .container .item:first-child, #halo_sticky_addToCart > .container .item.item-product {
        display: none; }
  #halo_sticky_addToCart .countDown {
    display: none; }
  #halo_sticky_addToCart .productView-price {
    font-size: 0;
    margin: 0;
    position: relative; }
  #halo_sticky_addToCart .price-section {
    font-size: 16px; }
    #halo_sticky_addToCart .price-section.rrp-price--withoutTax {
      margin-bottom: 5px; }
    #halo_sticky_addToCart .price-section.non-sale-price--withoutTax {
      margin-right: 8px;
      display: inline-block;
      vertical-align: top; }
      #halo_sticky_addToCart .price-section.non-sale-price--withoutTax + .price-section--withoutTax {
        display: inline-block;
        vertical-align: top; }
    #halo_sticky_addToCart .price-section.price-none {
      margin-right: 0; }
  #halo_sticky_addToCart .price-section--saving {
    color: black;
    margin-top: 8px;
    font-style: italic; }
  #halo_sticky_addToCart .sold-product {
    display: block;
    top: -1px;
    right: 0;
    margin-top: 0;
    position: absolute; }
    @media (min-width: 1025px) {
      #halo_sticky_addToCart .sold-product {
        top: -1px;
        right: 0;
        margin-top: 0;
        position: absolute; } }
  #halo_sticky_addToCart .product-wrapper {
    display: table;
    max-width: 100%;
    text-align: left; }
    #halo_sticky_addToCart .product-wrapper > .product-image {
      display: table-cell;
      vertical-align: middle;
      width: 100px; }
    #halo_sticky_addToCart .product-wrapper > .product-content {
      display: table-cell;
      vertical-align: middle;
      padding-left: 10px; }
    #halo_sticky_addToCart .product-wrapper .productView-title {
      font-size: 16px;
      margin: 0 0 8px 0; }
  #halo_sticky_addToCart .form-field--increments {
    margin: 0 10px;
    font-size: 0;
    display: none; }
    #halo_sticky_addToCart .form-field--increments .form-increment {
      min-height: 48px;
      max-width: 130px; }
      #halo_sticky_addToCart .form-field--increments .form-increment .button {
        width: 36px;
        height: 48px;
        line-height: 48px; }
        #halo_sticky_addToCart .form-field--increments .form-increment .button > .icon {
          line-height: 40px; }
      #halo_sticky_addToCart .form-field--increments .form-increment .form-input--incrementTotal {
        min-height: 48px;
        height: 48px;
        width: 100%;
        line-height: 48px; }
    #halo_sticky_addToCart .form-field--increments .form-label {
      display: none; }
  #halo_sticky_addToCart .form-action {
    position: relative;
    width: 100%;
    display: inline-block; }
    #halo_sticky_addToCart .form-action #form-action-addToCart-2 {
      margin-bottom: 0;
      width: 100%; }
    #halo_sticky_addToCart .form-action .choose_options_add {
      width: 100%;
      margin: 0;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      opacity: 1;
      visibility: visible;
      z-index: 5; }
      #halo_sticky_addToCart .form-action .choose_options_add.is-active {
        opacity: 0;
        visibility: hidden; }
  #halo_sticky_addToCart .form {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
  #halo_sticky_addToCart .pop-up-option {
    left: 0;
    right: 0;
    bottom: -100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    text-align: left;
    background: white;
    padding: 25px 10px 10px;
    opacity: 0;
    overflow: visible;
    visibility: hidden;
    transition: all .3s ease;
    box-shadow: 0 0 0 black, 0 -1px 6px rgba(0, 0, 0, 0.4);
    max-height: 70vh;
    overflow-y: auto; }
    #halo_sticky_addToCart .pop-up-option .alertBox {
      margin-bottom: 0;
      margin-top: 20px; }
    #halo_sticky_addToCart .pop-up-option.is-open {
      visibility: visible;
      opacity: 1;
      bottom: 100%; }
    #halo_sticky_addToCart .pop-up-option .data-product-name {
      display: block;
      margin-bottom: 20px;
      padding-bottom: 10px;
      padding-right: 30px;
      border-bottom: 1px solid #f8f8f8; }
      #halo_sticky_addToCart .pop-up-option .data-product-name .productView-title {
        font-size: 16px;
        margin-bottom: 8px;
        color: #1e1e1e; }
    #halo_sticky_addToCart .pop-up-option .data-product-option {
      font-size: 0;
      display: block;
      width: 100%; }
    #halo_sticky_addToCart .pop-up-option .form-field {
      width: 100%;
      margin: 0 0 10px 0;
      display: block;
      position: relative; }
      #halo_sticky_addToCart .pop-up-option .form-field .form-label {
        display: block;
        margin-right: 7px;
        margin-bottom: 7px; }
        #halo_sticky_addToCart .pop-up-option .form-field .form-label > small {
          float: none; }
      #halo_sticky_addToCart .pop-up-option .form-field[data-product-attribute] .form-option {
        display: inline-block;
        vertical-align: middle; }
    #halo_sticky_addToCart .pop-up-option .close {
      top: -2px;
      right: 0;
      padding: 3px;
      z-index: 10; }
  @media (min-width: 768px) {
    #halo_sticky_addToCart > .container .item {
      width: auto; }
      #halo_sticky_addToCart > .container .item:first-child, #halo_sticky_addToCart > .container .item.item-product {
        display: inline-block; }
    #halo_sticky_addToCart .pop-up-option {
      padding: 35px 0 20px 0; }
      #halo_sticky_addToCart .pop-up-option .container {
        padding: 0 50px; }
      #halo_sticky_addToCart .pop-up-option .form-field {
        margin: 0 0 10px 0;
        display: inline-block;
        vertical-align: top;
        width: 50%; }
        #halo_sticky_addToCart .pop-up-option .form-field:nth-child(even) {
          padding-left: 15px; }
        #halo_sticky_addToCart .pop-up-option .form-field:nth-child(odd) {
          padding-right: 15px; }
        #halo_sticky_addToCart .pop-up-option .form-field .form-label {
          display: inline-block;
          vertical-align: middle; }
      #halo_sticky_addToCart .pop-up-option .data-product-name {
        display: none; }
      #halo_sticky_addToCart .pop-up-option .data-product-option {
        position: relative;
        padding: 30px 30px 20px 0; }
      #halo_sticky_addToCart .pop-up-option .close {
        top: -5px;
        right: 50px;
        padding: 3px; }
    #halo_sticky_addToCart .form-field--increments {
      display: block; }
    #halo_sticky_addToCart .form-action {
      width: 200px; } }
  @media (min-width: 1025px) {
    #halo_sticky_addToCart .countDown {
      display: block;
      margin-right: 10px; } }

.show_sticky#halo_sticky_addToCart {
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.openPopupOption #recently_bought_list {
  z-index: 1; }

@media (max-width: 550px) {
  .openPopupOption {
    overflow: hidden; }
    .openPopupOption .halo-background {
      z-index: 100;
      opacity: 1;
      display: block;
      visibility: visible;
      pointer-events: auto; }
    .openPopupOption .header,
    .openPopupOption .recently-viewed-products-sidebar {
      z-index: 1; }
    .openPopupOption #halo_sticky_addToCart .pop-up-option {
      z-index: 102; } }

#halo-ask-an-expert-popup {
  max-width: 95%; }
  #halo-ask-an-expert-popup .modal-body {
    max-height: calc(90vh - 60px) !important;
    padding: 30px 10px; }
  @media (min-width: 768px) {
    #halo-ask-an-expert-popup {
      max-width: 740px; }
      #halo-ask-an-expert-popup .modal-body {
        padding: 30px; } }

.halo-ask-an-expert .g-recaptcha {
  margin-top: 15px; }

.halo-ask-an-expert .modal-body .halo-ask-an-expert-heading {
  text-align: center;
  margin: 0;
  text-transform: unset;
  padding: 4px 30px; }

.halo-ask-an-expert .modal-body .halo-ask-an-expert-text {
  text-align: center;
  margin-bottom: 28px; }

.halo-ask-an-expert .modal-body .halo-ask-an-expert-intro {
  text-align: center;
  margin-bottom: 0; }

.halo-ask-an-expert .modal-body .halo-line {
  display: block;
  width: 100%;
  max-width: 510px;
  height: 1px;
  background: dimgray;
  margin: 0 auto;
  position: relative;
  text-align: center;
  font-size: 0px;
  margin-bottom: 20px; }

.halo-ask-an-expert .modal-body #halo-ask-an-expert-results {
  margin-bottom: 22px; }

.halo-ask-an-expert .alertBox {
  font-size: 16px;
  margin: 20px 0 40px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px; }

.halo-ask-an-expert .alertBox-message {
  display: inherit;
  text-align: center; }

.halo-ask-an-expert .form-field {
  margin-bottom: 0; }
  .halo-ask-an-expert .form-field .hiddenLabels {
    display: none; }
  .halo-ask-an-expert .form-field + .form-field {
    margin-top: 15px; }
    .halo-ask-an-expert .form-field + .form-field.form-field-radio {
      margin-top: 22px;
      border-bottom: none;
      padding-bottom: 0; }
      @media (max-width: 767px) {
        .halo-ask-an-expert .form-field + .form-field.form-field-radio .form-label:first-child {
          display: block;
          margin-right: 0;
          margin-bottom: 16px; } }
  .halo-ask-an-expert .form-field + .form-field-textarea {
    margin-top: 13px; }
    .halo-ask-an-expert .form-field + .form-field-textarea .form-input {
      max-height: 136px;
      line-height: 26px; }
  .halo-ask-an-expert .form-field + .form-field-checkbox {
    margin-top: 21px; }
  .halo-ask-an-expert .form-field.form-field-radio .form-radio + .form-label {
    color: #1e1e1e; }

.halo-ask-an-expert .form-label {
  margin-bottom: 10px; }

.halo-ask-an-expert .form-input {
  font-style: normal;
  padding-left: 20px;
  padding-right: 20px; }

.halo-ask-an-expert .hl-form-field-wrapper + .form-field {
  margin-top: 15px; }

.halo-ask-an-expert .form-field-checkbox {
  position: relative; }
  .halo-ask-an-expert .form-field-checkbox input[type="checkbox"] {
    position: absolute;
    top: 5px;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 0;
    border: 1px solid #d0d0d0;
    appearance: none; }
    .halo-ask-an-expert .form-field-checkbox input[type="checkbox"] + .form-label {
      font-size: 16px;
      color: #1e1e1e;
      padding-left: 25px;
      margin-bottom: 0;
      position: relative; }
    .halo-ask-an-expert .form-field-checkbox input[type="checkbox"]:checked {
      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='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(255, 64, 0, 0.999)' /%3E%3C/svg%3E");
      background-size: contain;
      background-repeat: no-repeat; }
  .halo-ask-an-expert .form-field-checkbox .link {
    border-bottom: 1px solid #1e1e1e;
    color: #1e1e1e; }

.halo-ask-an-expert .form-field-radio {
  padding-top: 0; }

.halo-ask-an-expert .form-actions {
  text-align: center;
  margin-top: 25px; }
  .halo-ask-an-expert .form-actions .button {
    width: 100%;
    margin-bottom: 60px; }

@media (min-width: 1025px) {
  .contact-wrapper {
    font-size: 0; }
    .contact-wrapper .contact-left {
      width: calc(100% - 500px); }
    .contact-wrapper .contact-right {
      width: 500px; } }

@media (min-width: 1400px) {
  .contact-wrapper .contact-left {
    width: calc(100% - 720px); }
  .contact-wrapper .contact-right {
    width: 720px; } }

#contact-us-page .w-50 {
  width: 50%; }

#contact-us-page.page-content {
  width: 100%;
  padding: 0; }

#contact-us-page .content {
  max-width: 470px; }

#contact-us-page .contactUsContent {
  color: #404040;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 50px;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto; }

#contact-us-page .form-row {
  margin: 0; }

#contact-us-page .form-field {
  padding: 0; }
  #contact-us-page .form-field.item-left {
    padding-right: 5px; }
  #contact-us-page .form-field.item-right {
    padding-left: 5px; }
  @media (min-width: 768px) {
    #contact-us-page .form-field.item-left {
      padding-right: 8px; }
    #contact-us-page .form-field.item-right {
      padding-left: 8px; } }
  @media (min-width: 1025px) {
    #contact-us-page .form-field.item-left {
      padding-right: 10px; }
    #contact-us-page .form-field.item-right {
      padding-left: 10px; } }

#contact-us-page form[data-contact-form] {
  background-color: #ffffff; }
  #contact-us-page form[data-contact-form] .form-input {
    min-height: 51px; }
  #contact-us-page form[data-contact-form] textarea.form-input {
    height: 51px; }
    @media (min-width: 768px) {
      #contact-us-page form[data-contact-form] textarea.form-input {
        height: 240px; } }
  #contact-us-page form[data-contact-form] .form-actions {
    text-align: left;
    max-width: 100%; }
    #contact-us-page form[data-contact-form] .form-actions .button {
      min-height: 52px;
      line-height: 50px; }
  @media (min-width: 768px) {
    #contact-us-page form[data-contact-form] .form-input {
      min-height: 62px; }
    #contact-us-page form[data-contact-form] .form-actions .button {
      min-height: 58px;
      line-height: 56px; } }
  @media (min-width: 1025px) {
    #contact-us-page form[data-contact-form] .form-input {
      min-height: 68px; }
    #contact-us-page form[data-contact-form] .form-actions .button {
      min-height: 73px;
      line-height: 71px; } }

.page-contact-us {
  position: relative; }
  .page-contact-us > .container::after {
    content: "";
    clear: both;
    display: table; }

.contactUsMap iframe {
  border-radius: 16px; }

.contactUsMap .content {
  max-width: 375px; }

.contactUsMap .store-info {
  display: flex;
  align-items: center; }
  .contactUsMap .store-info .icon {
    height: 2rem;
    width: 2rem;
    margin-right: 16px;
    min-width: 32px; }
  .contactUsMap .store-info .text {
    text-decoration: none; }

@media (min-width: 1025px) {
  .contactUsMap {
    font-size: 0; }
    .contactUsMap .item-left {
      width: 500px; }
    .contactUsMap .item-right {
      width: calc(100% - 500px);
      padding-left: 60px; } }

@media (min-width: 1400px) {
  .contactUsMap .item-left {
    width: 710px; }
  .contactUsMap .item-right {
    width: calc(100% - 710px);
    padding-left: 125px; } }

.contactFAQs .button {
  min-width: 116px;
  min-height: 36px;
  line-height: 34px; }

@media (min-width: 768px) {
  .contactFAQs .button {
    min-width: 150px;
    min-height: 50px;
    line-height: 48px; } }

@media (min-width: 1025px) {
  .contactFAQs {
    font-size: 0; }
    .contactFAQs .item-left {
      width: 300px; }
    .contactFAQs .item-right {
      width: calc(100% - 300px);
      padding-left: 30px; }
    .contactFAQs .button {
      min-width: 284px;
      min-height: 73px;
      line-height: 71px; } }

@media (min-width: 1400px) {
  .contactFAQs .item-left {
    width: 457px; }
  .contactFAQs .item-right {
    width: calc(100% - 457px);
    padding-left: 50px; } }

.page--faqs {
  margin-top: 10px; }
  @media (min-width: 768px) {
    .page--faqs {
      margin-top: 45px; } }

.halo-faqs-content .card-header {
  position: relative; }

.halo-faqs-content .card-body {
  padding: 8px 20px 16px;
  text-align: left;
  background-color: transparent; }
  .halo-faqs-content .card-body strong {
    font-weight: 500; }

.halo-faqs-content .title {
  width: 100%;
  text-transform: unset;
  text-align: left;
  padding: 16px 20px;
  transition: all 0.3s ease; }
  .halo-faqs-content .title.collapsed {
    position: relative;
    color: #ff4000; }
    .halo-faqs-content .title.collapsed + .icon-plus:before {
      transform: translateY(-50%) rotate(90deg); }

.halo-faqs-content .icon-plus {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  letter-spacing: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 16px;
  z-index: 2;
  pointer-events: none;
  transform: translateY(-50%);
  background: transparent; }
  .halo-faqs-content .icon-plus:before, .halo-faqs-content .icon-plus:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 2;
    transform: translate(50%, -50%);
    background: #464646;
    transition: all 0.3s ease; }
  .halo-faqs-content .icon-plus:before {
    width: 2px;
    height: 16px; }
  .halo-faqs-content .icon-plus:after {
    width: 16px;
    height: 2px; }

.halo-faqs-content .collapse {
  position: relative;
  display: none; }

.halo-faqs-content .faq-content p {
  color: #6E6E6E; }

.halo-faqs-content .faq-content .button {
  min-width: 190px; }

.page-errors form {
  max-width: 770px;
  margin: 0 auto; }

@media (min-width: 551px) {
  .page-errors form .button {
    min-width: 180px; } }

.halo-location-top {
  width: 600px;
  display: inline-block;
  vertical-align: top;
  margin-top: 27px;
  padding-right: 30px; }
  .halo-location-top .halo-location-title {
    margin-bottom: 13px;
    margin-top: 0; }
  .halo-location-top .halo-location-text {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0; }

.halo-location-bottom {
  font-size: 0;
  margin-top: 50px; }
  .halo-location-bottom .HL-ColLeft {
    width: 310px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px; }
    .halo-location-bottom .HL-ColLeft .InfoFind {
      padding: 0 5px 0 0;
      max-height: 600px;
      overflow-y: auto;
      border: 1px solid #E6E6E6; }
      .halo-location-bottom .HL-ColLeft .InfoFind::-webkit-scrollbar {
        width: 5px; }
      .halo-location-bottom .HL-ColLeft .InfoFind::-webkit-scrollbar-track {
        background: #EAEAEA; }
      .halo-location-bottom .HL-ColLeft .InfoFind::-webkit-scrollbar-thumb {
        background: #000000; }
      .halo-location-bottom .HL-ColLeft .InfoFind .halo-location-list .map-hidden {
        display: none; }
      .halo-location-bottom .HL-ColLeft .InfoFind .halo-location-list .halo_maps_elist.map-active {
        background-color: #E6E6E6; }
      .halo-location-bottom .HL-ColLeft .InfoFind .halo-location-list > div {
        padding: 25px; }
        .halo-location-bottom .HL-ColLeft .InfoFind .halo-location-list > div + div {
          border-top: 1px solid #E6E6E6; }
      .halo-location-bottom .HL-ColLeft .InfoFind .halo-location-list .halo-location-heading {
        color: #1e1e1e;
        font-size: 18px;
        font-weight: 600;
        cursor: pointer;
        margin-top: 0;
        margin-bottom: 10px; }
        .halo-location-bottom .HL-ColLeft .InfoFind .halo-location-list .halo-location-heading span {
          background-image: linear-gradient(currentColor, currentColor);
          background-position: 0 90%;
          background-repeat: no-repeat;
          background-size: 0 1px;
          transition: background-size .5s; }
        .halo-location-bottom .HL-ColLeft .InfoFind .halo-location-list .halo-location-heading:hover span {
          background-size: 100% 1px; }
      .halo-location-bottom .HL-ColLeft .InfoFind .halo-location-list .halo-location-info {
        color: #1e1e1e;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.8;
        margin-bottom: 0; }
  .halo-location-bottom .HL-ColRight {
    width: calc(100% - 310px);
    display: inline-block;
    vertical-align: top;
    font-size: 16px; }
    .halo-location-bottom .HL-ColRight iframe {
      width: 100%;
      min-height: 600px; }

@media (max-width: 1024px) {
  .halo-location-top {
    width: 100%;
    display: block;
    padding-right: 0;
    margin-bottom: 30px; }
  .halo-location-bottom .HL-ColLeft {
    width: 100%;
    display: block; }
    .halo-location-bottom .HL-ColLeft .InfoFind .halo-location-list > div {
      padding: 20px; }
  .halo-location-bottom .HL-ColRight {
    width: 100%;
    display: block; } }

@media (max-width: 767px) {
  .halo-location-top .halo-location-topRight .halo-location-seach .halo_maps__div_search {
    display: block; }
    .halo-location-top .halo-location-topRight .halo-location-seach .halo_maps__div_search .form-input {
      width: 100%; }
    .halo-location-top .halo-location-topRight .halo-location-seach .halo_maps__div_search .button {
      width: 100%;
      margin-top: 15px;
      margin-left: 0; } }

.page-type-sitemap .page-content {
  margin-top: 22px; }

.sitemap-list {
  margin: 0; }
  .sitemap-list--item {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none; }
    .sitemap-list--item + .sitemap-list--item {
      margin-top: 30px;
      padding-top: 25px; }
  .sitemap-list--title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    color: #1e1e1e;
    margin: 0 0 20px 0;
    text-transform: capitalize;
    padding-bottom: 10px;
    border-bottom: 1px solid dimgray; }
  .sitemap-list--subItem {
    display: block; }
    .sitemap-list--subItem > a {
      font-size: 18px;
      font-weight: 700;
      line-height: 45px;
      text-transform: capitalize;
      color: #1e1e1e;
      transition: unset; }
      .sitemap-list--subItem > a span {
        padding: 0 0 1px 0; }
    .sitemap-list--subItem > ul {
      margin-left: 2.4rem; }
    .sitemap-list--subItem li a {
      font-size: 18px;
      padding: 0;
      margin: 0;
      color: #1e1e1e;
      text-transform: capitalize;
      line-height: 45px;
      transition: unset; }
      .sitemap-list--subItem li a span {
        padding: 0 0 1px 0; }
    .sitemap-list--subItem.sitemap-list--viewAll > a {
      font-style: italic;
      color: #1e1e1e;
      text-transform: capitalize; }
      .sitemap-list--subItem.sitemap-list--viewAll > a span {
        padding: 0 0 1px 0;
        background-image: linear-gradient(transparent 97%, #1e1e1e 3%);
        background-repeat: repeat-x;
        background-position-y: 0; }
  @media (min-width: 1025px) {
    .sitemap-list li a:hover {
      color: #ff4000; }
      .sitemap-list li a:hover span {
        background-image: linear-gradient(transparent 97%, #ff4000 3%);
        background-repeat: repeat-x;
        background-position-y: 0; } }

h3.heading-dec-sky {
  font-size: 30px;
  margin: 30px 0;
  text-align: center; }

h3.heading-dec-sky span {
  border-bottom: 3px solid #a6c7e2; }

.hl-list-content-banner img {
  width: 100%;
  height: 100%; }

.hl-row {
  display: flex;
  flex-direction: column;
  padding: 30px 0;
  border-bottom: 1px solid #ebeaea;
  width: 100%; }

.hl-row .hl-icon {
  order: -1; }

.hl-row > div {
  position: relative;
  padding-right: 0;
  padding-left: 0; }

.hl-content h4 {
  color: #000000;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500; }

.hl-content h4 span {
  border-bottom: 2px solid #a6c7e2; }

.hl-row .hl-content {
  padding: 30px 0 0; }

.hl-row:nth-child(2n+1) .hl-icon img {
  float: left; }

@media (min-width: 1025px) {
  .hl-row {
    padding: 50px 0;
    display: table; }
  .hl-row > div {
    width: 50%;
    float: left;
    padding-right: 15px;
    padding-left: 15px; }
  .hl-list-content-item {
    margin-right: -15px;
    margin-left: -15px; }
  .hl-row .hl-content {
    padding: 30px 30px 0 30px; } }

.halo-page-header img {
  object-fit: cover;
  min-height: 250px;
  max-height: 250px; }
  @media (min-width: 551px) {
    .halo-page-header img {
      min-height: 350px;
      max-height: 350px; } }
  @media (min-width: 768px) {
    .halo-page-header img {
      min-height: 450px;
      max-height: 450px; } }
  @media (min-width: 1025px) {
    .halo-page-header img {
      min-height: 550px;
      max-height: 550px; } }

.page-block {
  font-size: 0; }
  .page-block > div {
    font-size: 16px; }
  .page-block .content {
    line-height: 1.876; }
  @media (max-width: 991px) {
    .page-block.page-block-1 .block-2 {
      padding-top: 40px; } }
  @media (min-width: 992px) {
    .page-block.page-block-1 .block-1 {
      width: 480px; }
    .page-block.page-block-1 .block-2 {
      padding-left: 40px;
      width: calc(100% - 480px); } }
  @media (min-width: 1400px) {
    .page-block.page-block-1 .block-1 {
      padding-left: 85px;
      width: calc(100% - 715px); }
    .page-block.page-block-1 .block-2 {
      padding-left: 85px;
      width: 650px; } }
  @media (max-width: 991px) {
    .page-block.page-block-2 .block-1 {
      padding-top: 40px; }
    .page-block.page-block-2 .block-2 {
      order: -1; } }
  @media (min-width: 992px) {
    .page-block.page-block-2 .block-1 {
      padding-right: 40px;
      width: calc(100% - 480px); }
    .page-block.page-block-2 .block-2 {
      width: 480px; } }
  @media (min-width: 1400px) {
    .page-block.page-block-2 .block-1 {
      padding-left: 125px;
      padding-right: 175px;
      width: calc(100% - 670px); }
    .page-block.page-block-2 .block-2 {
      width: 670px; } }
  .page-block .button {
    font-size: 18px;
    font-weight: 600;
    min-width: 149px;
    padding: 0 10px; }
    @media (min-width: 1025px) {
      .page-block .button:hover {
        color: white;
        border-color: #ff4000;
        background-color: #ff4000; } }

.mission__wrapper {
  font-size: 0; }

.mission__item {
  width: 100%; }
  @media (max-width: 991px) {
    .mission__item + .mission__item {
      border-top: 1px solid #d1d1d1; } }
  @media (min-width: 992px) {
    .mission__item {
      width: 33.3334%; }
      .mission__item + .mission__item {
        border-left: 1px solid #d1d1d1; } }

.mission__content {
  padding: 30px;
  max-width: 460px;
  min-height: 180px; }
  @media (min-width: 768px) {
    .mission__content {
      min-height: 240px; } }
  @media (min-width: 1025px) {
    .mission__content {
      min-height: 280px; } }

.connect .item-image img {
  object-fit: cover;
  min-height: 450px;
  max-height: 450px; }
  @media (min-width: 768px) {
    .connect .item-image img {
      min-height: 550px;
      max-height: 550px; } }
  @media (min-width: 992px) {
    .connect .item-image img {
      min-height: 450px;
      max-height: 450px; } }
  @media (min-width: 1025px) {
    .connect .item-image img {
      min-height: 676px;
      max-height: 676px; } }

.connect .button {
  min-width: 143px; }

.page-type-404 .body {
  margin-bottom: 0; }

.iat-404 {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 60px 16px;
  width: 100%; }
  @media screen and (min-width: 1025px) and (max-width: 1599.98px) {
    .iat-404 {
      padding: 40px 24px; } }

.iat-404__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1440px;
  padding: 40px 0;
  width: 800px; }
  @media screen and (min-width: 1025px) and (max-width: 1599.98px) {
    .iat-404__inner {
      width: 100%;
      max-width: 720px;
      padding: 24px 0;
      gap: 24px; } }

.iat-404__visual {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
  height: 360px;
  padding-top: 13px;
  position: relative;
  width: 641px; }
  @media screen and (min-width: 1025px) and (max-width: 1599.98px) {
    .iat-404__visual {
      width: 100%;
      max-width: 520px;
      height: auto; } }

.iat-404__gears {
  height: 360px;
  inset: 0;
  object-fit: contain;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  width: 641px; }

.iat-404__label {
  align-items: center;
  background: #1d1d1b;
  color: #f9f9f9;
  display: flex;
  flex: 0 0 auto;
  font-family: "Jost", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 32px;
  justify-content: center;
  line-height: 24px;
  padding: 4px 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 1; }

.iat-404__number {
  height: 293px;
  object-fit: contain;
  pointer-events: none;
  position: relative;
  width: 527px;
  z-index: 1; }

.iat-404__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%; }

.iat-404__heading {
  color: #1d1d1b;
  font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%; }

.iat-404__message {
  color: #444;
  font-family: "Jost", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  text-align: center;
  width: 100%; }

.iat-404__search {
  align-items: stretch;
  background: #f7f7f7;
  display: flex;
  height: 48px;
  margin: 0;
  overflow: hidden;
  width: 430px; }

.iat-404__search-input[type="search"] {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  color: #1e1e1e;
  flex: 1 1 auto;
  font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  height: 48px;
  line-height: 18px;
  min-width: 0;
  padding: 15px 10px; }
  .iat-404__search-input[type="search"]::placeholder {
    color: #6e6e6e;
    opacity: 1; }
  .iat-404__search-input[type="search"]:focus {
    box-shadow: inset 0 0 0 2px #1e1e1e;
    outline: 0; }
  .iat-404__search-input[type="search"]::-webkit-search-cancel-button {
    appearance: none; }

.iat-404__search-button {
  appearance: none;
  background: #272727;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  flex: 0 0 58px;
  height: 48px;
  margin: 0;
  padding: 0;
  width: 58px; }
  .iat-404__search-button .iat-404__search-icon {
    display: block;
    height: 48px;
    width: 58px; }
  .iat-404__search-button .iat-404__search-icon--mobile {
    display: none; }
  .iat-404__search-button:focus-visible {
    outline: 2px solid #ff4000;
    outline-offset: -4px; }

.iat-404__actions {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: center; }

.iat-404__button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 30px;
  display: inline-flex;
  font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  line-height: 24px;
  min-height: 52px;
  padding: 13px 31px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap; }
  .iat-404__button:focus-visible {
    outline: 2px solid #1e1e1e;
    outline-offset: 3px; }

.iat-404__button--primary {
  background: #ff4000;
  color: white; }
  .iat-404__button--primary:hover, .iat-404__button--primary:focus {
    background: #e03800;
    color: white; }

.iat-404__button--secondary {
  background: #fff;
  border-color: #1e1e1e;
  color: #1e1e1e; }
  .iat-404__button--secondary:hover, .iat-404__button--secondary:focus {
    background: #1e1e1e;
    color: #fff; }

@media screen and (max-width: 767px) {
  .iat-404__inner {
    max-width: 100%;
    padding: 0;
    width: 100%; }
  .iat-404__visual {
    gap: 12px;
    height: 196px;
    max-width: 100%;
    padding-top: 0;
    width: 348.63px; }
  .iat-404__gears {
    height: auto;
    max-width: 100%;
    width: 348.63px; }
  .iat-404__label {
    font-size: 12px;
    height: 24px;
    line-height: 18px;
    padding: 3px 9px; }
  .iat-404__number {
    height: auto;
    max-width: 82.31%;
    width: 286.94px; }
  .iat-404__heading {
    font-size: 24px;
    line-height: 1.2; }
  .iat-404__message {
    color: #5f5e5c; }
  .iat-404__search {
    width: 100%; }
  .iat-404__search-input[type="search"] {
    padding-left: 16px;
    padding-right: 16px; }
  .iat-404__search-button {
    flex-basis: 48px;
    width: 48px; }
    .iat-404__search-button .iat-404__search-icon--desktop {
      display: none; }
    .iat-404__search-button .iat-404__search-icon--mobile {
      display: block;
      width: 48px; }
  .iat-404__actions {
    flex-direction: column;
    width: 100%; }
  .iat-404__button {
    padding-left: 24px;
    padding-right: 24px;
    width: 100%; } }

.g-recaptcha {
  display: block;
  margin: 0; }
  .g-recaptcha > div {
    margin: 0; }
  @media (min-width: 768px) {
    .g-recaptcha > div {
      margin-left: 0;
      margin-right: 0; } }

#consent-manager {
  background-color: #faf8f6 !important;
  z-index: 97 !important; }
  #consent-manager div {
    background-color: transparent;
    color: #1e1e1e; }
    #consent-manager div p {
      font-family: "Jost", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 400;
      font-style: italic;
      line-height: 26px;
      color: #1e1e1e; }
      #consent-manager div p a {
        text-decoration: none;
        color: #1e1e1e;
        background-image: linear-gradient(transparent 97%, #1e1e1e 3%);
        background-repeat: repeat-x;
        background-position-y: 0; }
    #consent-manager div button {
      font-family: "Jost", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 700;
      border-color: #ff4000;
      color: white;
      background-color: #ff4000;
      border-width: 1px;
      border-radius: 0;
      margin: 0;
      height: 50px;
      line-height: 48px;
      padding: 0 10px;
      text-transform: uppercase; }
      #consent-manager div button + button {
        color: white;
        background-color: #ff4000;
        border-color: #ff4000;
        margin-left: 5px; }
  #consent-manager > div {
    width: 100% !important;
    max-width: 1800px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin: 0 auto !important; }
    #consent-manager > div > div {
      padding-left: 0;
      padding-right: 0; }
      #consent-manager > div > div > div {
        flex-wrap: wrap !important;
        margin-top: 0 !important; }
        #consent-manager > div > div > div > div {
          margin-top: 0; }
          #consent-manager > div > div > div > div + div {
            margin-top: 10px;
            text-align: left; }
  @media (max-width: 480px) {
    #consent-manager div button {
      font-size: 13px;
      height: 36px; }
    #consent-manager .css-1wn42nw {
      width: 100%;
      flex-direction: column;
      justify-content: stretch;
      -webkit-box-align: stretch;
      align-items: stretch; }
      #consent-manager .css-1wn42nw button {
        -webkit-box-pack: center;
        justify-content: center;
        margin: 0 0 5px 0; } }
  @media (min-width: 481px) and (max-width: 767px) {
    #consent-manager div button {
      height: 40px; } }
  @media (min-width: 1025px) {
    #consent-manager > div > div {
      padding-top: 15px;
      padding-bottom: 15px; }
      #consent-manager > div > div > div {
        flex-wrap: nowrap !important;
        align-items: center !important; }
        #consent-manager > div > div > div > div {
          width: 60%; }
          #consent-manager > div > div > div > div + div {
            margin-top: 0;
            width: 40%;
            text-align: right; } }
  @media (min-width: 1280px) {
    #consent-manager > div {
      padding-left: 30px !important;
      padding-right: 30px !important;
      max-width: 1920px !important; } }
  @media (min-width: 1400px) {
    #consent-manager > div {
      padding-left: 60px !important;
      padding-right: 60px !important;
      max-width: 100% !important; } }
  @media (min-width: 1600px) {
    #consent-manager > div {
      padding-left: 75px !important;
      padding-right: 75px !important; }
      #consent-manager > div > div {
        padding-top: 15px;
        padding-bottom: 15px; }
        #consent-manager > div > div > div > div {
          width: 800px; }
          #consent-manager > div > div > div > div + div {
            margin-top: 0;
            width: calc(100% - 1030px);
            text-align: right; } }

.bg-global {
  background: #001b44; }

.bg-global-color {
  background: #a6c7e2; }

.bg-primary {
  background: #ff4000; }

.bg-white {
  background: white; }

.bg-gray {
  background: #F0EFED; }

.bg-opacity-2 {
  background: rgba(0, 0, 0, 0.2); }

.bg-opacity-4 {
  background: rgba(0, 0, 0, 0.4); }

.f-heading {
  font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif; }

.f-body {
  font-family: "Jost", Arial, Helvetica, sans-serif; }

.title-small {
  font-size: 18px; }
  @media (min-width: 1025px) {
    .title-small {
      font-size: 20px; } }

.title-large {
  font-size: 24px; }
  @media (min-width: 1200px) {
    .title-large {
      font-size: 40px;
      margin-bottom: 32px; } }

.title-larger {
  font-size: 30px; }
  @media (min-width: 1200px) {
    .title-larger {
      font-size: 60px; } }
  @media (min-width: 1600px) {
    .title-larger {
      font-size: 90px; } }

.f-root {
  font-size: 16px; }

.f-size-larger {
  font-size: 20px; }

.f-size-large {
  font-size: 18px; }

.f-size-small {
  font-size: 14px; }

.f-size-tiny {
  font-size: 12px; }

.u-none {
  text-decoration: none; }

.u-u {
  text-decoration: underline; }

.u-p-u {
  text-underline-position: under; }

.link {
  color: #ff4000; }
  @media (min-width: 1025px) {
    .link:hover {
      color: #1e1e1e; } }

.link-line {
  --color-link-line: #ff4000; }
  .link-line span {
    background-image: linear-gradient(to top, var(--color-link-line) 0, var(--color-link-line) 0), linear-gradient(to top, transparent 0, transparent 0);
    background-repeat: no-repeat;
    background-position: bottom 0 right 0;
    background-size: 0 1px, 100% 1px;
    transition: background-size .3s ease-in-out; }
  @media (min-width: 1025px) {
    .link-line:hover span {
      background-position: bottom 0 left 0;
      background-size: 100% 1px, 100% 1px; }
      .link-line:hover span:not(.navPages-action) .link-line:hover span {
        color: var(--color-link-line); } }

.u-link,
.h-link {
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration, text-decoration-thickness ease 100ms; }

.u-link:hover,
.h-link:hover {
  color: #1e1e1e; }

.u-link:hover {
  text-decoration-thickness: 0.2rem; }

.h-link:hover {
  text-decoration: underline; }

.link-cover:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.left {
  text-align: left; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.f-36 {
  font-size: 20px; }
  @media (min-width: 768px) {
    .f-36 {
      font-size: 30px; } }
  @media (min-width: 1025px) {
    .f-36 {
      font-size: 36px; } }

.f-h1 {
  font-size: 20.8px; }
  @media (min-width: 551px) {
    .f-h1 {
      font-size: 28.8px; } }
  @media (min-width: 1025px) {
    .f-h1 {
      font-size: clamp(32px, 2.5vw, 40px); } }

.f-h2 {
  font-size: 14.54545px; }
  @media (min-width: 551px) {
    .f-h2 {
      font-size: 21.81818px; } }
  @media (min-width: 1025px) {
    .f-h2 {
      font-size: clamp(25.6px, 2vw, 32px); } }

.f-h3 {
  font-size: 17.68421px; }
  @media (min-width: 1025px) {
    .f-h3 {
      font-size: clamp(23.8px, 1.75vw, 28px); } }

.f-h4 {
  font-size: 18px; }
  @media (min-width: 1025px) {
    .f-h4 {
      font-size: 24px; } }

.f-h5 {
  font-size: 16px; }
  @media (min-width: 551px) {
    .f-h5 {
      font-size: 18px; } }
  @media (min-width: 1025px) {
    .f-h5 {
      font-size: 20px; } }

.f-h6 {
  font-size: 16px; }
  @media (min-width: 551px) {
    .f-h6 {
      font-size: 18px; } }
  @media (min-width: 1025px) {
    .f-h6 {
      font-size: 16px; } }

.f-light {
  font-weight: 300; }

.f-normal {
  font-weight: 400; }

.f-medium {
  font-weight: 500; }

.f-semibold {
  font-weight: 600; }

.f-bold {
  font-weight: 700; }

.f-italic {
  font-style: italic; }

.d-inline {
  display: inline; }

.d-block {
  display: block; }

.d-inline-block {
  display: inline-block; }

.d-initial {
  display: initial; }

.d-flex {
  display: flex; }

.d-inline-flex {
  display: inline-flex; }

.d-grid {
  display: grid; }

.d-table {
  display: table; }

.d-table-r {
  display: table-row; }

.d-none {
  display: none; }

.pos-relative {
  position: relative; }

.pos-absolute {
  position: absolute; }

.pos-fixed {
  position: fixed; }

.pos-sticky {
  position: sticky; }

.pos-static {
  position: static; }

.pos-unset {
  position: unset; }

.pos-absolute-c-c {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.pos-absolute-t-c {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0); }

.pos-absolute-c-l {
  top: 50%;
  left: 0;
  transform: translate(0, -50%); }

.pos-absolute-c-r {
  top: 50%;
  left: auto;
  right: 0;
  transform: translate(0, -50%); }

.v-a-top {
  vertical-align: top; }

.v-a-middle {
  vertical-align: middle; }

.v-a-bottom {
  vertical-align: bottom; }

.w-100 {
  width: 100%; }

.w-100v {
  width: 100vw; }

.w-auto {
  width: auto; }

.h-100 {
  height: 100%; }

.h-100v {
  height: 100vh; }

.h-auto {
  height: auto; }

.m-w {
  max-width: 100%; }

.m-w-1000 {
  max-width: 1000px; }

.m-w-1270 {
  margin-left: 10px;
  margin-right: 10px;
  max-width: 100%; }
  @media (min-width: 768px) {
    .m-w-1270 {
      margin-left: 50px;
      margin-right: 50px;
      max-width: 1270px; } }
  @media (min-width: 1025px) {
    .m-w-1270 {
      margin-left: auto;
      margin-right: auto;
      max-width: 1270px; } }

.mi-w {
  min-width: 100%; }

.m-h {
  max-height: 100%; }

.mi-h {
  min-height: 100%; }

.mi-h-170 {
  min-height: 100px; }
  @media (min-width: 551px) {
    .mi-h-170 {
      min-height: 130px; } }
  @media (min-width: 1025px) {
    .mi-h-170 {
      min-height: 170px; } }

.mi-h-370 {
  min-height: 170px; }
  @media (min-width: 551px) {
    .mi-h-370 {
      min-height: 270px; } }
  @media (min-width: 1025px) {
    .mi-h-370 {
      min-height: 370px; } }

.c-inline {
  font-size: 0;
  letter-spacing: 0; }

.c-pointer {
  cursor: pointer; }

.e-none {
  pointer-events: none; }

.e-auto {
  pointer-events: auto; }

.e-all {
  pointer-events: all; }

.z-index-0 {
  z-index: 0; }

.z-index-1 {
  z-index: 1; }

.z-index-2 {
  z-index: 2; }

.z-index-3 {
  z-index: 3; }

.z-index-4 {
  z-index: 4; }

.z-index-5 {
  z-index: 5; }

.z-index-6 {
  z-index: 6; }

.z-index-7 {
  z-index: 7; }

.z-index-8 {
  z-index: 8; }

.z-index-9 {
  z-index: 9; }

.z-index-10 {
  z-index: 10; }

.j-c-center {
  justify-content: center; }

.j-c-between {
  justify-content: space-between; }

.j-c-around {
  justify-content: space-around; }

.j-c-start {
  justify-content: flex-start; }

.j-c-end {
  justify-content: flex-end; }

.a-i-center {
  align-items: center; }

.a-i-start {
  align-items: flex-start; }

.a-i-end {
  align-items: flex-end; }

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

.f-nowrap {
  flex-wrap: nowrap; }

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

.f-row {
  flex-direction: row; }

.f-row-reverse {
  flex-direction: row-reverse; }

.f-1 {
  flex: 1; }

.f-grow {
  flex-grow: 1; }

.f-shrink {
  flex-shrink: 0; }

.f-basis {
  flex-basis: auto; }

.c-gap-10 {
  column-gap: 10px; }

.c-gap-20 {
  column-gap: 20px; }

.c-gap-30 {
  column-gap: 30px; }

.r-gap-10 {
  row-gap: 10px; }

.r-gap-20 {
  row-gap: 20px; }

.r-gap-30 {
  row-gap: 30px; }

.m-0 {
  margin: 0; }

.m-auto {
  margin: 0 auto; }

.m-t {
  margin-top: 24px; }

.m-b {
  margin-bottom: 24px; }

.m-l {
  margin-left: 24px; }

.m-r {
  margin-right: 24px; }

.m-t-0 {
  margin-top: 0px; }

.m-b-0 {
  margin-bottom: 0px; }

.m-l-0 {
  margin-left: 0px; }

.m-r-0 {
  margin-right: 0px; }

.m-t-8 {
  margin-top: 8px; }

.m-b-8 {
  margin-bottom: 8px; }

.m-l-8 {
  margin-left: 8px; }

.m-r-8 {
  margin-right: 8px; }

.m-t-12 {
  margin-top: 12px; }

.m-b-12 {
  margin-bottom: 12px; }

.m-l-12 {
  margin-left: 12px; }

.m-r-12 {
  margin-right: 12px; }

.m-t-16 {
  margin-top: 16px; }

.m-b-16 {
  margin-bottom: 16px; }

.m-l-16 {
  margin-left: 16px; }

.m-r-16 {
  margin-right: 16px; }

.m-t-20 {
  margin-top: 20px; }

.m-b-20 {
  margin-bottom: 20px; }

.m-l-20 {
  margin-left: 20px; }

.m-r-20 {
  margin-right: 20px; }

.m-b-28 {
  margin-bottom: 19px; }
  @media (min-width: 768px) {
    .m-b-28 {
      margin-bottom: 22px; } }
  @media (min-width: 1025px) {
    .m-b-28 {
      margin-bottom: 28px; } }

.m-t-32 {
  margin-top: 32px; }

.m-b-32 {
  margin-bottom: 32px; }

.m-l-32 {
  margin-left: 32px; }

.m-r-32 {
  margin-right: 32px; }

.m-t-40 {
  margin-top: 40px; }

.m-b-40 {
  margin-bottom: 40px; }

.m-l-40 {
  margin-left: 40px; }

.m-r-40 {
  margin-right: 40px; }

.m-t-60 {
  margin-top: 60px; }

.m-b-60 {
  margin-bottom: 60px; }

.m-l-60 {
  margin-left: 60px; }

.m-r-60 {
  margin-right: 60px; }

.m-auto.left {
  margin-left: 0;
  margin-right: auto; }

.m-auto.right {
  margin-left: auto;
  margin-right: 0; }

.m-t-10 {
  margin-top: 10px; }

.m-b-10 {
  margin-bottom: 10px; }

.p-t {
  padding-top: 30px; }

.p-b {
  padding-bottom: 30px; }

.p-l {
  padding-left: 30px; }

.p-r {
  padding-right: 30px; }

.p-t-0 {
  padding-top: 0; }

.p-b-0 {
  padding-bottom: 0; }

.p-l-0 {
  padding-left: 0; }

.p-r-0 {
  padding-right: 0; }

.p-t-10 {
  padding-top: 10px; }

.p-b-10 {
  padding-bottom: 10px; }

.p-l-10 {
  padding-left: 10px; }

.p-r-10 {
  padding-right: 10px; }

.p-0 {
  padding: 0; }

.p-t-28 {
  padding-top: 28px; }

.p-t-40 {
  padding-top: 40px; }

.p-b-40 {
  padding-bottom: 40px; }

.p-2 {
  padding: 2px; }

.p-10 {
  padding: 10px; }

.p-20 {
  padding: 20px; }

.p-40 {
  padding: 40px; }

.p-60 {
  padding: 60px; }

.p-40-0 {
  padding-top: 40px;
  padding-bottom: 40px; }

.p-60-0 {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .p-60-0 {
      padding-top: 45px;
      padding-bottom: 45px; } }
  @media (min-width: 1025px) {
    .p-60-0 {
      padding-top: clamp(36px, 3.75vw, 60px);
      padding-bottom: clamp(36px, 3.75vw, 60px); } }

.p-100-0 {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .p-100-0 {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (min-width: 1025px) {
    .p-100-0 {
      padding-top: clamp(48px, 5vw, 100px);
      padding-bottom: clamp(48px, 5vw, 100px); } }

.p-t-100 {
  padding-top: 100px; }

.p-b-100 {
  padding-bottom: 100px; }

.top-0 {
  top: 0; }

.top-100 {
  top: 100%; }

[style*="--top"] {
  top: var(--top); }

.left-0 {
  left: 0; }

.right-0 {
  right: 0; }

[style*="--right"] {
  right: var(--right); }

.bottom-0 {
  bottom: 0; }

.bottom-100 {
  bottom: 100%; }

.border {
  border: 0.1rem solid #a9a9a9; }

.b-none {
  border: none; }

.b-top {
  border-top: 0.1rem solid #a9a9a9; }

.b-bottom {
  border-bottom: 0.1rem solid #a9a9a9; }

.b-r-0 {
  border-radius: 0; }

.b-r-2 {
  border-radius: 2px; }

.b-r-6 {
  border-radius: 6px; }

.b-r-8 {
  border-radius: 8px; }

.b-r-10 {
  border-radius: 10px; }

.b-r-12 {
  border-radius: 10px; }

.b-r-16 {
  border-radius: 16px; }

.b-r-20 {
  border-radius: 20px; }

.b-r-24 {
  border-radius: 24px; }

.b-r-32 {
  border-radius: 32px; }

.b-r-40 {
  border-radius: 40px; }

.b-r-100 {
  border-radius: 100px; }

.b-circle {
  border-radius: 50%; }

.f-left {
  float: left; }

.f-right {
  float: right; }

.f-none {
  float: none; }

.o-f-cover {
  object-fit: cover; }

.hidden {
  display: none !important; }

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

.visually-hidden--inline {
  margin: 0;
  height: 1em; }

.c-b {
  clear: both; }

.o-a {
  overflow: auto; }

.o-h {
  overflow: hidden; }

.overflow-x {
  overflow-x: auto; }

.overflow-x-h {
  overflow-x: hidden; }

.overflow-y {
  overflow-y: auto; }

.overflow-y-h {
  overflow-y: hidden; }

.scroll-b {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scroll-snap-stop: always; }

.scroll-b-auto {
  scroll-behavior: auto; }

.scroll-b-x {
  scroll-snap-type: x mandatory; }

.scroll-s-start {
  scroll-snap-align: start; }

.js .scroll-hidden {
  -ms-overflow-style: none;
  scrollbar-width: none; }

.js .scroll-hidden::-webkit-scrollbar {
  background: transparent;
  width: 0;
  height: 0; }

.js .scroll-hidden-m::-webkit-scrollbar {
  display: none; }

.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto; }

.color-current {
  color: currentColor; }

.color-white {
  color: white; }

.color-custom-white {
  color: white; }

.color-black {
  color: black; }

.color-gray {
  color: #d0d0d0; }

.color-global {
  color: #a6c7e2; }

.color-heading {
  color: #1e1e1e; }

.color-secondary {
  color: dimgray; }

.color-link {
  color: #ff4000; }

.bg-transparent {
  background: transparent; }

.uppercase {
  text-transform: uppercase; }

.capitalize {
  text-transform: capitalize; }

.l-h-1 {
  line-height: 1; }

.l-h-n {
  line-height: normal; }

.l-h-n-i {
  line-height: normal !important; }

.l-h-h {
  line-height: 1.25; }

.l-h-b {
  line-height: 1.375; }

.l-h-medium {
  line-height: 1.55556; }

.l-h-mid {
  line-height: 1.6; }

.l-h-large {
  line-height: 1.66667; }

.l-h-larger {
  line-height: 1.71429; }

.l-h-extra {
  line-height: 1.75; }

.break {
  word-break: break-word; }

.w-s-nowrap {
  white-space: nowrap; }

.w-s-normal {
  white-space: normal; }

.visibility-hidden {
  visibility: hidden; }

.l-s-none {
  list-style: none; }

.list-style-custom li {
  position: relative; }
  .list-style-custom li:before {
    content: '';
    position: absolute;
    top: 12px;
    left: -14px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #1e1e1e; }

@media (max-width: 1799px) {
  .d-none-xxxl {
    display: none; } }

@media (max-width: 1599px) {
  .d-none-xxl {
    display: none; }
  .d-block-xxl {
    display: block; }
  .d-inline-block-xxl {
    display: inline-block; }
  .left-xxl {
    text-align: left; }
  .pos-relative-xxl {
    position: relative; }
  .m-t-10-xl {
    margin-top: 10px; } }

@media (max-width: 1399px) {
  .d-block-xl {
    display: block; }
  .d-inline-block-xl {
    display: inline-block; } }

@media (max-width: 1024px) {
  .bg-white-tb {
    background: white; }
  .f-semibold-tb {
    font-weight: 600; }
  .f-root-tb {
    font-size: 16px; }
  .f-size-tiny-tb {
    font-size: 12px; }
  .f-size-small-tb {
    font-size: 14px; }
  .f-size-large-tb {
    font-size: 18px; }
  .l-h-large-tb {
    line-height: 1.66667; }
  .l-h-larger-tb {
    line-height: 1.71429; }
  .l-h-extra-tb {
    line-height: 1.75; }
  .d-block-tb {
    display: block; }
  .d-inline-block-tb {
    display: inline-block; }
  .d-initial-tb {
    display: initial; }
  .d-flex-tb {
    display: flex; }
  .d-none-tb {
    display: none; }
  .left-tb {
    text-align: left; }
  .center-tb {
    text-align: center; }
  .right-tb {
    text-align: right; }
  .p-b-56-tb {
    padding-bottom: 56px; }
  .p-40-20-tb {
    padding: 40px 20px; }
  .p-10-20-tb {
    padding: 10px 20px; }
  .p-30-tb {
    padding: 30px; }
  .m-0-tb {
    margin: 0; }
  .m-t-0-tb {
    margin-top: 0; }
  .m-b-0-tb {
    margin-bottom: 0; }
  .m-l-0-tb {
    margin-left: 0; }
  .m-r-0-tb {
    margin-right: 0; }
  .m-t-tb {
    margin-top: 24px; }
  .m-b-tb {
    margin-bottom: 24px; }
  .m-l-tb {
    margin-left: 24px; }
  .m-r-tb {
    margin-right: 24px; }
  .m-t-12-tb {
    margin-top: 12px; }
  .m-b-12-tb {
    margin-bottom: 12px; }
  .m-l-12-tb {
    margin-left: 12px; }
  .m-r-12-tb {
    margin-right: 12px; }
  .m-b-16-tb {
    margin-bottom: 16px; }
  .m-l-18-tb {
    margin-left: 18px; }
  .m-b-18-tb {
    margin-bottom: 18px; }
  .m-b-20-tb {
    margin-bottom: 20px; }
  .m-b-30-tb {
    margin-bottom: 30px; }
  .m-b-32-tb {
    margin-bottom: 32px; }
  .m-b-35-tb {
    margin-bottom: 35px; }
  .m-b-45-tb {
    margin-bottom: 45px; } }

@media (max-width: 991px) {
  .f-column-991 {
    flex-direction: column; } }

@media (max-width: 767px) {
  .f-column-s {
    flex-direction: column; }
  .a-i-start-s {
    align-items: flex-start; }
  .left-s {
    text-align: left; } }

@media (max-width: 550px) {
  .f-root-mb {
    font-size: 16px; }
  .f-size-mini-mb {
    font-size: 10px; }
  .f-size-tiny-mb {
    font-size: 12px; }
  .f-size-small-mb {
    font-size: 14px; }
  .l-h-large-mb {
    line-height: 1.66667; }
  .l-h-larger-mb {
    line-height: 1.71429; }
  .d-block-mb {
    display: block; }
  .d-inline-block-mb {
    display: inline-block; }
  .d-initial-mb {
    display: initial; }
  .d-flex-mb {
    display: flex; }
  .d-none-mb {
    display: none; }
  .left-mb {
    text-align: left; }
  .center-mb {
    text-align: center; }
  .right-mb {
    text-align: right; }
  .p-b-38-mb {
    padding-bottom: 38px; }
  .p-30-10-mb {
    padding: 30px 10px; }
  .p-20-10-mb {
    padding: 20px 10px; }
  .p-b-48-mb {
    padding-bottom: 48px; }
  .m-0-mb {
    margin: 0; }
  .m-t-8-mb {
    margin-top: 8px; }
  .m-b-8-mb {
    margin-bottom: 8px; }
  .m-l-8-mb {
    margin-left: 8px; }
  .m-r-8-mb {
    margin-right: 8px; }
  .m-b-10-mb {
    margin-bottom: 10px; }
  .m-l-12-mb {
    margin-left: 12px; }
  .m-b-12-mb {
    margin-bottom: 12px; }
  .m-t-16-mb {
    margin-top: 16px; }
  .m-b-16-mb {
    margin-bottom: 16px; }
  .m-l-16-mb {
    margin-left: 16px; }
  .m-r-16-mb {
    margin-right: 16px; }
  .m-b-18-mb {
    margin-bottom: 18px; }
  .m-t-20-mb {
    margin-top: 20px; }
  .m-b-20-mb {
    margin-bottom: 20px; }
  .m-l-20-mb {
    margin-left: 20px; }
  .m-r-20-mb {
    margin-right: 20px; } }

.haloCustomScrollbar,
.modal-body {
  overflow-y: auto; }
  .haloCustomScrollbar::-webkit-scrollbar,
  .modal-body::-webkit-scrollbar {
    width: 4px; }
    @media (min-width: 1025px) {
      .haloCustomScrollbar::-webkit-scrollbar,
      .modal-body::-webkit-scrollbar {
        width: 10px; } }
  .haloCustomScrollbar::-webkit-scrollbar-track,
  .modal-body::-webkit-scrollbar-track {
    background: #f5f5f5; }
  .haloCustomScrollbar::-webkit-scrollbar-thumb,
  .modal-body::-webkit-scrollbar-thumb {
    background: #a6a6a6; }
  .haloCustomScrollbar::-webkit-scrollbar-thumb:hover,
  .modal-body::-webkit-scrollbar-thumb:hover {
    background: #787878; }

.haloCustomScrollbar-x {
  overflow-x: auto; }
  @media (min-width: 1025px) {
    .haloCustomScrollbar-x::-webkit-scrollbar {
      height: 4px; }
    .haloCustomScrollbar-x::-webkit-scrollbar-track {
      background: #f5f5f5; }
    .haloCustomScrollbar-x::-webkit-scrollbar-thumb {
      background: #a6a6a6; }
    .haloCustomScrollbar-x::-webkit-scrollbar-thumb:hover {
      background: #787878; } }

.disable-srollbar::-webkit-scrollbar {
  display: none; }

.disable-srollbar::-webkit-scrollbar-track {
  display: none; }

.disable-srollbar::-webkit-scrollbar-thumb {
  display: none; }

.disable-srollbar::-webkit-scrollbar-thumb:hover {
  display: none; }

.halo-block-header .title,
.halo-block-header .link-viewAll {
  margin-top: 0;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .halo-block-header .title,
    .halo-block-header .link-viewAll {
      margin-bottom: 40px; } }
  @media (min-width: 1025px) {
    .halo-block-header .title,
    .halo-block-header .link-viewAll {
      margin-bottom: 60px; } }

.halo-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.image-with-overlay {
  display: block;
  overflow: hidden;
  position: relative; }
  .image-with-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: auto;
    z-index: 2;
    transform: none;
    position: absolute;
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.4); }

.arrow-custom-center-center,
.arrow-custom-right-top,
.arrow-custom-center-bottom,
.arrow-custom-right-bottom {
  overflow: hidden; }
  .arrow-custom-center-center .swiper,
  .arrow-custom-right-top .swiper,
  .arrow-custom-center-bottom .swiper,
  .arrow-custom-right-bottom .swiper {
    overflow: unset; }
  .arrow-custom-center-center .swiper-button-prev:after,
  .arrow-custom-center-center .swiper-button-next:after,
  .arrow-custom-right-top .swiper-button-prev:after,
  .arrow-custom-right-top .swiper-button-next:after,
  .arrow-custom-center-bottom .swiper-button-prev:after,
  .arrow-custom-center-bottom .swiper-button-next:after,
  .arrow-custom-right-bottom .swiper-button-prev:after,
  .arrow-custom-right-bottom .swiper-button-next:after {
    content: none; }

.arrow-custom-center-center {
  --swiper-navigation-top-offset: 270px; }
  .arrow-custom-center-center .swiper-button-prev {
    left: 10px; }
  .arrow-custom-center-center .swiper-button-next {
    right: 10px; }
  @media (min-width: 1025px) {
    .arrow-custom-center-center .swiper-button-prev {
      left: 50px;
      transform: translateX(-50%);
      margin-top: 0; }
    .arrow-custom-center-center .swiper-button-next {
      right: 50px;
      transform: translateX(50%);
      margin-top: 0; } }

.arrow-custom-right-top {
  --swiper-navigation-top-offset: -50px; }
  @media (min-width: 1025px) {
    .arrow-custom-right-top {
      --swiper-navigation-top-offset: -98px; } }
  .arrow-custom-right-top .swiper-button-prev {
    left: auto;
    right: 60px; }
    @media (min-width: 551px) {
      .arrow-custom-right-top .swiper-button-prev {
        right: 70px; } }
    @media (min-width: 1025px) {
      .arrow-custom-right-top .swiper-button-prev {
        right: 96px; } }
  .arrow-custom-right-top .swiper-button-next {
    right: 0; }

.arrow-custom-center-bottom {
  --swiper-navigation-top-offset: 130px; }
  .arrow-custom-center-bottom .swiper-button-prev {
    top: auto;
    bottom: -90px;
    left: calc(50% - 40px);
    transform: translateX(-50%); }
    @media (min-width: 1200px) {
      .arrow-custom-center-bottom .swiper-button-prev {
        bottom: -105px;
        left: calc(50% - 50px); } }
  .arrow-custom-center-bottom .swiper-button-next {
    top: auto;
    bottom: -90px;
    left: calc(50% + 40px);
    transform: translateX(-50%); }
    @media (min-width: 1200px) {
      .arrow-custom-center-bottom .swiper-button-next {
        bottom: -105px;
        left: calc(50% + 50px); } }

.arrow-custom-right-bottom .swiper-button-prev {
  top: unset;
  bottom: 0;
  left: unset;
  right: 265px; }
  @media (max-width: 1399px) {
    .arrow-custom-right-bottom .swiper-button-prev {
      right: 100px; } }

.arrow-custom-right-bottom .swiper-button-next {
  top: unset;
  left: unset;
  right: 175px;
  bottom: 0; }
  @media (max-width: 1399px) {
    .arrow-custom-right-bottom .swiper-button-next {
      right: 10px; } }

.arrow-custom {
  background-color: #ff4000;
  width: 60px;
  height: 40px;
  border-radius: 60px; }
  .arrow-custom.swiper-button-disabled {
    background-color: transparent;
    border: 1px solid #A9A9A9;
    opacity: 1; }
    .arrow-custom.swiper-button-disabled svg {
      fill: black; }
  .arrow-custom .icon-inner {
    width: 30px;
    height: 30px; }
  .arrow-custom svg {
    fill: #ffffff; }
  @media (min-width: 1025px) {
    .arrow-custom {
      width: 80px;
      height: 60px; }
      .arrow-custom .icon-inner {
        width: 38px;
        height: 38px; } }

.swiper-button-next, .swiper-button-prev {
  transition: all 0.3s ease; }

.swiper-navigation-disabled ~ .arrow-custom {
  display: none; }

.swiper-pagination-disabled ~ .swiper-pagination {
  display: none; }

.haloSwiper {
  --swiper-pagination-bottom: 0;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-horizontal-gap: 4px; }
  @media (min-width: 768px) {
    .haloSwiper {
      --swiper-pagination-bullet-width: 12px;
      --swiper-pagination-bullet-size: 12px;
      --swiper-pagination-bullet-horizontal-gap: 6px; } }
  @media (min-width: 1025px) {
    .haloSwiper {
      --swiper-pagination-bullet-width: 16px;
      --swiper-pagination-bullet-size: 16px;
      --swiper-pagination-bullet-horizontal-gap: 8px; } }

.swiper-pagination {
  font-size: 0; }

.swiper-pagination-bullet {
  transition: all 0.3s ease;
  border: 1px solid #001b44; }

.close {
  position: absolute;
  top: 20px;
  right: 28px;
  font-size: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  z-index: 1; }
  .close svg {
    width: 100%;
    height: 100%; }
  @media (min-width: 1025px) {
    .close {
      transform: rotate(0);
      transition: opacity .1s ease, transform .3s ease; }
      .close:hover {
        background-color: #001b44; }
        .close:hover svg {
          fill: #ffffff; } }

.no-js .halo-fadeInLoad,
.no-js .halo-fadeIn,
.no-js .halo-fadeInLeft,
.no-js .halo-fadeInRight,
.no-js .halo-fadeInUp,
.no-js .halo-fadeInDown,
.no-js .halo-fadeZoom {
  opacity: 1; }

.no-js .halo-fadeInLeft,
.no-js .halo-fadeInRight {
  transform: translateX(0); }

.no-js .halo-fadeInUp,
.no-js .halo-fadeInDown {
  transform: translateY(0); }

.js .halo-fadeInLoad,
.js .halo-fadeIn,
.js .halo-fadeInLeft,
.js .halo-fadeInRight,
.js .halo-fadeInUp,
.js .halo-fadeInDown,
.js .halo-fadeZoom {
  opacity: 0; }

.js .halo-fadeInLoad {
  animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards; }

.js .animated .halo-fadeIn,
.js .swiper-slide-active .halo-fadeIn {
  animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards; }
  .js .animated .halo-fadeIn[data-halo-animate="0"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="0"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 0.1s; }
  .js .animated .halo-fadeIn[data-halo-animate="1"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="1"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 0.2s; }
  .js .animated .halo-fadeIn[data-halo-animate="2"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="2"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 0.3s; }
  .js .animated .halo-fadeIn[data-halo-animate="3"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="3"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 0.4s; }
  .js .animated .halo-fadeIn[data-halo-animate="4"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="4"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 0.5s; }
  .js .animated .halo-fadeIn[data-halo-animate="5"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="5"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 0.6s; }
  .js .animated .halo-fadeIn[data-halo-animate="6"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="6"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 0.7s; }
  .js .animated .halo-fadeIn[data-halo-animate="7"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="7"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 0.8s; }
  .js .animated .halo-fadeIn[data-halo-animate="8"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="8"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 0.9s; }
  .js .animated .halo-fadeIn[data-halo-animate="9"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="9"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 1s; }
  .js .animated .halo-fadeIn[data-halo-animate="10"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="10"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 1.1s; }
  .js .animated .halo-fadeIn[data-halo-animate="11"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="11"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 1.2s; }
  .js .animated .halo-fadeIn[data-halo-animate="12"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="12"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 1.3s; }
  .js .animated .halo-fadeIn[data-halo-animate="13"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="13"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 1.4s; }
  .js .animated .halo-fadeIn[data-halo-animate="14"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="14"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 1.5s; }
  .js .animated .halo-fadeIn[data-halo-animate="15"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="15"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 1.6s; }
  .js .animated .halo-fadeIn[data-halo-animate="16"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="16"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 1.7s; }
  .js .animated .halo-fadeIn[data-halo-animate="17"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="17"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 1.8s; }
  .js .animated .halo-fadeIn[data-halo-animate="18"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="18"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 1.9s; }
  .js .animated .halo-fadeIn[data-halo-animate="19"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="19"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 2s; }
  .js .animated .halo-fadeIn[data-halo-animate="20"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="20"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 2.1s; }
  .js .animated .halo-fadeIn[data-halo-animate="21"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="21"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 2.2s; }
  .js .animated .halo-fadeIn[data-halo-animate="22"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="22"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 2.3s; }
  .js .animated .halo-fadeIn[data-halo-animate="23"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="23"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 2.4s; }
  .js .animated .halo-fadeIn[data-halo-animate="24"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="24"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 2.5s; }
  .js .animated .halo-fadeIn[data-halo-animate="25"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="25"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 2.6s; }
  .js .animated .halo-fadeIn[data-halo-animate="26"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="26"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 2.7s; }
  .js .animated .halo-fadeIn[data-halo-animate="27"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="27"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 2.8s; }
  .js .animated .halo-fadeIn[data-halo-animate="28"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="28"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 2.9s; }
  .js .animated .halo-fadeIn[data-halo-animate="29"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="29"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 3s; }
  .js .animated .halo-fadeIn[data-halo-animate="30"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="30"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 3.1s; }
  .js .animated .halo-fadeIn[data-halo-animate="31"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="31"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 3.2s; }
  .js .animated .halo-fadeIn[data-halo-animate="32"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="32"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 3.3s; }
  .js .animated .halo-fadeIn[data-halo-animate="33"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="33"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 3.4s; }
  .js .animated .halo-fadeIn[data-halo-animate="34"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="34"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 3.5s; }
  .js .animated .halo-fadeIn[data-halo-animate="35"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="35"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 3.6s; }
  .js .animated .halo-fadeIn[data-halo-animate="36"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="36"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 3.7s; }
  .js .animated .halo-fadeIn[data-halo-animate="37"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="37"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 3.8s; }
  .js .animated .halo-fadeIn[data-halo-animate="38"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="38"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 3.9s; }
  .js .animated .halo-fadeIn[data-halo-animate="39"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="39"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 4s; }
  .js .animated .halo-fadeIn[data-halo-animate="40"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="40"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 4.1s; }
  .js .animated .halo-fadeIn[data-halo-animate="41"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="41"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 4.2s; }
  .js .animated .halo-fadeIn[data-halo-animate="42"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="42"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 4.3s; }
  .js .animated .halo-fadeIn[data-halo-animate="43"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="43"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 4.4s; }
  .js .animated .halo-fadeIn[data-halo-animate="44"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="44"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 4.5s; }
  .js .animated .halo-fadeIn[data-halo-animate="45"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="45"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 4.6s; }
  .js .animated .halo-fadeIn[data-halo-animate="46"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="46"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 4.7s; }
  .js .animated .halo-fadeIn[data-halo-animate="47"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="47"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 4.8s; }
  .js .animated .halo-fadeIn[data-halo-animate="48"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="48"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 4.9s; }
  .js .animated .halo-fadeIn[data-halo-animate="49"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="49"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 5s; }
  .js .animated .halo-fadeIn[data-halo-animate="50"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="50"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 5.1s; }
  .js .animated .halo-fadeIn[data-halo-animate="51"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="51"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 5.2s; }
  .js .animated .halo-fadeIn[data-halo-animate="52"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="52"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 5.3s; }
  .js .animated .halo-fadeIn[data-halo-animate="53"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="53"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 5.4s; }
  .js .animated .halo-fadeIn[data-halo-animate="54"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="54"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 5.5s; }
  .js .animated .halo-fadeIn[data-halo-animate="55"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="55"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 5.6s; }
  .js .animated .halo-fadeIn[data-halo-animate="56"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="56"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 5.7s; }
  .js .animated .halo-fadeIn[data-halo-animate="57"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="57"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 5.8s; }
  .js .animated .halo-fadeIn[data-halo-animate="58"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="58"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 5.9s; }
  .js .animated .halo-fadeIn[data-halo-animate="59"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="59"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 6s; }
  .js .animated .halo-fadeIn[data-halo-animate="60"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="60"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 6.1s; }
  .js .animated .halo-fadeIn[data-halo-animate="61"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="61"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 6.2s; }
  .js .animated .halo-fadeIn[data-halo-animate="62"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="62"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 6.3s; }
  .js .animated .halo-fadeIn[data-halo-animate="63"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="63"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 6.4s; }
  .js .animated .halo-fadeIn[data-halo-animate="64"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="64"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 6.5s; }
  .js .animated .halo-fadeIn[data-halo-animate="65"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="65"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 6.6s; }
  .js .animated .halo-fadeIn[data-halo-animate="66"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="66"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 6.7s; }
  .js .animated .halo-fadeIn[data-halo-animate="67"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="67"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 6.8s; }
  .js .animated .halo-fadeIn[data-halo-animate="68"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="68"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 6.9s; }
  .js .animated .halo-fadeIn[data-halo-animate="69"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="69"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 7s; }
  .js .animated .halo-fadeIn[data-halo-animate="70"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="70"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 7.1s; }
  .js .animated .halo-fadeIn[data-halo-animate="71"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="71"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 7.2s; }
  .js .animated .halo-fadeIn[data-halo-animate="72"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="72"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 7.3s; }
  .js .animated .halo-fadeIn[data-halo-animate="73"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="73"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 7.4s; }
  .js .animated .halo-fadeIn[data-halo-animate="74"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="74"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 7.5s; }
  .js .animated .halo-fadeIn[data-halo-animate="75"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="75"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 7.6s; }
  .js .animated .halo-fadeIn[data-halo-animate="76"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="76"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 7.7s; }
  .js .animated .halo-fadeIn[data-halo-animate="77"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="77"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 7.8s; }
  .js .animated .halo-fadeIn[data-halo-animate="78"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="78"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 7.9s; }
  .js .animated .halo-fadeIn[data-halo-animate="79"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="79"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 8s; }
  .js .animated .halo-fadeIn[data-halo-animate="80"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="80"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 8.1s; }
  .js .animated .halo-fadeIn[data-halo-animate="81"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="81"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 8.2s; }
  .js .animated .halo-fadeIn[data-halo-animate="82"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="82"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 8.3s; }
  .js .animated .halo-fadeIn[data-halo-animate="83"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="83"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 8.4s; }
  .js .animated .halo-fadeIn[data-halo-animate="84"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="84"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 8.5s; }
  .js .animated .halo-fadeIn[data-halo-animate="85"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="85"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 8.6s; }
  .js .animated .halo-fadeIn[data-halo-animate="86"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="86"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 8.7s; }
  .js .animated .halo-fadeIn[data-halo-animate="87"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="87"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 8.8s; }
  .js .animated .halo-fadeIn[data-halo-animate="88"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="88"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 8.9s; }
  .js .animated .halo-fadeIn[data-halo-animate="89"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="89"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 9s; }
  .js .animated .halo-fadeIn[data-halo-animate="90"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="90"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 9.1s; }
  .js .animated .halo-fadeIn[data-halo-animate="91"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="91"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 9.2s; }
  .js .animated .halo-fadeIn[data-halo-animate="92"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="92"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 9.3s; }
  .js .animated .halo-fadeIn[data-halo-animate="93"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="93"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 9.4s; }
  .js .animated .halo-fadeIn[data-halo-animate="94"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="94"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 9.5s; }
  .js .animated .halo-fadeIn[data-halo-animate="95"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="95"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 9.6s; }
  .js .animated .halo-fadeIn[data-halo-animate="96"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="96"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 9.7s; }
  .js .animated .halo-fadeIn[data-halo-animate="97"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="97"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 9.8s; }
  .js .animated .halo-fadeIn[data-halo-animate="98"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="98"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 9.9s; }
  .js .animated .halo-fadeIn[data-halo-animate="99"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="99"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 10s; }
  .js .animated .halo-fadeIn[data-halo-animate="100"],
  .js .swiper-slide-active .halo-fadeIn[data-halo-animate="100"] {
    animation: halo-fadeIn 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 10.1s; }

.js .animated .halo-fadeInLeft,
.js .swiper-slide-active .halo-fadeInLeft {
  animation: halo-fadeInLeft 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards; }

.js .animated .halo-fadeInRight,
.js .swiper-slide-active .halo-fadeInRight {
  animation: halo-fadeInRight 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards; }

.js .animated .halo-fadeInUp,
.js .swiper-slide-active .halo-fadeInUp {
  animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
  animation-delay: .3s; }
  .js .animated .halo-fadeInUp[data-halo-animate="0"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="0"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 0.3s; }
  .js .animated .halo-fadeInUp[data-halo-animate="1"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="1"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 0.4s; }
  .js .animated .halo-fadeInUp[data-halo-animate="2"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="2"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 0.5s; }
  .js .animated .halo-fadeInUp[data-halo-animate="3"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="3"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 0.6s; }
  .js .animated .halo-fadeInUp[data-halo-animate="4"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="4"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 0.7s; }
  .js .animated .halo-fadeInUp[data-halo-animate="5"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="5"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 0.8s; }
  .js .animated .halo-fadeInUp[data-halo-animate="6"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="6"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 0.9s; }
  .js .animated .halo-fadeInUp[data-halo-animate="7"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="7"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 1s; }
  .js .animated .halo-fadeInUp[data-halo-animate="8"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="8"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 1.1s; }
  .js .animated .halo-fadeInUp[data-halo-animate="9"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="9"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 1.2s; }
  .js .animated .halo-fadeInUp[data-halo-animate="10"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="10"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 1.3s; }
  .js .animated .halo-fadeInUp[data-halo-animate="11"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="11"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 1.4s; }
  .js .animated .halo-fadeInUp[data-halo-animate="12"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="12"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 1.5s; }
  .js .animated .halo-fadeInUp[data-halo-animate="13"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="13"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 1.6s; }
  .js .animated .halo-fadeInUp[data-halo-animate="14"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="14"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 1.7s; }
  .js .animated .halo-fadeInUp[data-halo-animate="15"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="15"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 1.8s; }
  .js .animated .halo-fadeInUp[data-halo-animate="16"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="16"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 1.9s; }
  .js .animated .halo-fadeInUp[data-halo-animate="17"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="17"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 2s; }
  .js .animated .halo-fadeInUp[data-halo-animate="18"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="18"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 2.1s; }
  .js .animated .halo-fadeInUp[data-halo-animate="19"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="19"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 2.2s; }
  .js .animated .halo-fadeInUp[data-halo-animate="20"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="20"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 2.3s; }
  .js .animated .halo-fadeInUp[data-halo-animate="21"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="21"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 2.4s; }
  .js .animated .halo-fadeInUp[data-halo-animate="22"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="22"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 2.5s; }
  .js .animated .halo-fadeInUp[data-halo-animate="23"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="23"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 2.6s; }
  .js .animated .halo-fadeInUp[data-halo-animate="24"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="24"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 2.7s; }
  .js .animated .halo-fadeInUp[data-halo-animate="25"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="25"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 2.8s; }
  .js .animated .halo-fadeInUp[data-halo-animate="26"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="26"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 2.9s; }
  .js .animated .halo-fadeInUp[data-halo-animate="27"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="27"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 3s; }
  .js .animated .halo-fadeInUp[data-halo-animate="28"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="28"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 3.1s; }
  .js .animated .halo-fadeInUp[data-halo-animate="29"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="29"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 3.2s; }
  .js .animated .halo-fadeInUp[data-halo-animate="30"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="30"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 3.3s; }
  .js .animated .halo-fadeInUp[data-halo-animate="31"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="31"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 3.4s; }
  .js .animated .halo-fadeInUp[data-halo-animate="32"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="32"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 3.5s; }
  .js .animated .halo-fadeInUp[data-halo-animate="33"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="33"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 3.6s; }
  .js .animated .halo-fadeInUp[data-halo-animate="34"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="34"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 3.7s; }
  .js .animated .halo-fadeInUp[data-halo-animate="35"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="35"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 3.8s; }
  .js .animated .halo-fadeInUp[data-halo-animate="36"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="36"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 3.9s; }
  .js .animated .halo-fadeInUp[data-halo-animate="37"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="37"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 4s; }
  .js .animated .halo-fadeInUp[data-halo-animate="38"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="38"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 4.1s; }
  .js .animated .halo-fadeInUp[data-halo-animate="39"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="39"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 4.2s; }
  .js .animated .halo-fadeInUp[data-halo-animate="40"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="40"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 4.3s; }
  .js .animated .halo-fadeInUp[data-halo-animate="41"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="41"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 4.4s; }
  .js .animated .halo-fadeInUp[data-halo-animate="42"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="42"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 4.5s; }
  .js .animated .halo-fadeInUp[data-halo-animate="43"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="43"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 4.6s; }
  .js .animated .halo-fadeInUp[data-halo-animate="44"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="44"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 4.7s; }
  .js .animated .halo-fadeInUp[data-halo-animate="45"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="45"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 4.8s; }
  .js .animated .halo-fadeInUp[data-halo-animate="46"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="46"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 4.9s; }
  .js .animated .halo-fadeInUp[data-halo-animate="47"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="47"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 5s; }
  .js .animated .halo-fadeInUp[data-halo-animate="48"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="48"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 5.1s; }
  .js .animated .halo-fadeInUp[data-halo-animate="49"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="49"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 5.2s; }
  .js .animated .halo-fadeInUp[data-halo-animate="50"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="50"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 5.3s; }
  .js .animated .halo-fadeInUp[data-halo-animate="51"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="51"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 5.4s; }
  .js .animated .halo-fadeInUp[data-halo-animate="52"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="52"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 5.5s; }
  .js .animated .halo-fadeInUp[data-halo-animate="53"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="53"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 5.6s; }
  .js .animated .halo-fadeInUp[data-halo-animate="54"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="54"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 5.7s; }
  .js .animated .halo-fadeInUp[data-halo-animate="55"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="55"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 5.8s; }
  .js .animated .halo-fadeInUp[data-halo-animate="56"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="56"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 5.9s; }
  .js .animated .halo-fadeInUp[data-halo-animate="57"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="57"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 6s; }
  .js .animated .halo-fadeInUp[data-halo-animate="58"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="58"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 6.1s; }
  .js .animated .halo-fadeInUp[data-halo-animate="59"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="59"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 6.2s; }
  .js .animated .halo-fadeInUp[data-halo-animate="60"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="60"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 6.3s; }
  .js .animated .halo-fadeInUp[data-halo-animate="61"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="61"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 6.4s; }
  .js .animated .halo-fadeInUp[data-halo-animate="62"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="62"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 6.5s; }
  .js .animated .halo-fadeInUp[data-halo-animate="63"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="63"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 6.6s; }
  .js .animated .halo-fadeInUp[data-halo-animate="64"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="64"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 6.7s; }
  .js .animated .halo-fadeInUp[data-halo-animate="65"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="65"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 6.8s; }
  .js .animated .halo-fadeInUp[data-halo-animate="66"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="66"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 6.9s; }
  .js .animated .halo-fadeInUp[data-halo-animate="67"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="67"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 7s; }
  .js .animated .halo-fadeInUp[data-halo-animate="68"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="68"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 7.1s; }
  .js .animated .halo-fadeInUp[data-halo-animate="69"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="69"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 7.2s; }
  .js .animated .halo-fadeInUp[data-halo-animate="70"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="70"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 7.3s; }
  .js .animated .halo-fadeInUp[data-halo-animate="71"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="71"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 7.4s; }
  .js .animated .halo-fadeInUp[data-halo-animate="72"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="72"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 7.5s; }
  .js .animated .halo-fadeInUp[data-halo-animate="73"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="73"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 7.6s; }
  .js .animated .halo-fadeInUp[data-halo-animate="74"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="74"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 7.7s; }
  .js .animated .halo-fadeInUp[data-halo-animate="75"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="75"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 7.8s; }
  .js .animated .halo-fadeInUp[data-halo-animate="76"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="76"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 7.9s; }
  .js .animated .halo-fadeInUp[data-halo-animate="77"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="77"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 8s; }
  .js .animated .halo-fadeInUp[data-halo-animate="78"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="78"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 8.1s; }
  .js .animated .halo-fadeInUp[data-halo-animate="79"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="79"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 8.2s; }
  .js .animated .halo-fadeInUp[data-halo-animate="80"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="80"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 8.3s; }
  .js .animated .halo-fadeInUp[data-halo-animate="81"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="81"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 8.4s; }
  .js .animated .halo-fadeInUp[data-halo-animate="82"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="82"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 8.5s; }
  .js .animated .halo-fadeInUp[data-halo-animate="83"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="83"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 8.6s; }
  .js .animated .halo-fadeInUp[data-halo-animate="84"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="84"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 8.7s; }
  .js .animated .halo-fadeInUp[data-halo-animate="85"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="85"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 8.8s; }
  .js .animated .halo-fadeInUp[data-halo-animate="86"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="86"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 8.9s; }
  .js .animated .halo-fadeInUp[data-halo-animate="87"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="87"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 9s; }
  .js .animated .halo-fadeInUp[data-halo-animate="88"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="88"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 9.1s; }
  .js .animated .halo-fadeInUp[data-halo-animate="89"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="89"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 9.2s; }
  .js .animated .halo-fadeInUp[data-halo-animate="90"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="90"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 9.3s; }
  .js .animated .halo-fadeInUp[data-halo-animate="91"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="91"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 9.4s; }
  .js .animated .halo-fadeInUp[data-halo-animate="92"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="92"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 9.5s; }
  .js .animated .halo-fadeInUp[data-halo-animate="93"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="93"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 9.6s; }
  .js .animated .halo-fadeInUp[data-halo-animate="94"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="94"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 9.7s; }
  .js .animated .halo-fadeInUp[data-halo-animate="95"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="95"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 9.8s; }
  .js .animated .halo-fadeInUp[data-halo-animate="96"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="96"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 9.9s; }
  .js .animated .halo-fadeInUp[data-halo-animate="97"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="97"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 10s; }
  .js .animated .halo-fadeInUp[data-halo-animate="98"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="98"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 10.1s; }
  .js .animated .halo-fadeInUp[data-halo-animate="99"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="99"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 10.2s; }
  .js .animated .halo-fadeInUp[data-halo-animate="100"],
  .js .swiper-slide-active .halo-fadeInUp[data-halo-animate="100"] {
    animation: halo-fadeInUp 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 10.3s; }

.js .animated .halo-fadeInDown,
.js .swiper-slide-active .halo-fadeInDown {
  animation: halo-fadeInDown 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards; }

.js .animated .halo-fadeZoom,
.js .swiper-slide-active .halo-fadeZoom {
  animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards; }
  .js .animated .halo-fadeZoom[data-halo-animate="0"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="0"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 0.1s; }
  .js .animated .halo-fadeZoom[data-halo-animate="1"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="1"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 0.2s; }
  .js .animated .halo-fadeZoom[data-halo-animate="2"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="2"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 0.3s; }
  .js .animated .halo-fadeZoom[data-halo-animate="3"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="3"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 0.4s; }
  .js .animated .halo-fadeZoom[data-halo-animate="4"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="4"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 0.5s; }
  .js .animated .halo-fadeZoom[data-halo-animate="5"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="5"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 0.6s; }
  .js .animated .halo-fadeZoom[data-halo-animate="6"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="6"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 0.7s; }
  .js .animated .halo-fadeZoom[data-halo-animate="7"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="7"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 0.8s; }
  .js .animated .halo-fadeZoom[data-halo-animate="8"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="8"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 0.9s; }
  .js .animated .halo-fadeZoom[data-halo-animate="9"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="9"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 1s; }
  .js .animated .halo-fadeZoom[data-halo-animate="10"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="10"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 1.1s; }
  .js .animated .halo-fadeZoom[data-halo-animate="11"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="11"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 1.2s; }
  .js .animated .halo-fadeZoom[data-halo-animate="12"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="12"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 1.3s; }
  .js .animated .halo-fadeZoom[data-halo-animate="13"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="13"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 1.4s; }
  .js .animated .halo-fadeZoom[data-halo-animate="14"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="14"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 1.5s; }
  .js .animated .halo-fadeZoom[data-halo-animate="15"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="15"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 1.6s; }
  .js .animated .halo-fadeZoom[data-halo-animate="16"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="16"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 1.7s; }
  .js .animated .halo-fadeZoom[data-halo-animate="17"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="17"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 1.8s; }
  .js .animated .halo-fadeZoom[data-halo-animate="18"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="18"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 1.9s; }
  .js .animated .halo-fadeZoom[data-halo-animate="19"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="19"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 2s; }
  .js .animated .halo-fadeZoom[data-halo-animate="20"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="20"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 2.1s; }
  .js .animated .halo-fadeZoom[data-halo-animate="21"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="21"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 2.2s; }
  .js .animated .halo-fadeZoom[data-halo-animate="22"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="22"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 2.3s; }
  .js .animated .halo-fadeZoom[data-halo-animate="23"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="23"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 2.4s; }
  .js .animated .halo-fadeZoom[data-halo-animate="24"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="24"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 2.5s; }
  .js .animated .halo-fadeZoom[data-halo-animate="25"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="25"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 2.6s; }
  .js .animated .halo-fadeZoom[data-halo-animate="26"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="26"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 2.7s; }
  .js .animated .halo-fadeZoom[data-halo-animate="27"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="27"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 2.8s; }
  .js .animated .halo-fadeZoom[data-halo-animate="28"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="28"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 2.9s; }
  .js .animated .halo-fadeZoom[data-halo-animate="29"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="29"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 3s; }
  .js .animated .halo-fadeZoom[data-halo-animate="30"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="30"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 3.1s; }
  .js .animated .halo-fadeZoom[data-halo-animate="31"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="31"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 3.2s; }
  .js .animated .halo-fadeZoom[data-halo-animate="32"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="32"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 3.3s; }
  .js .animated .halo-fadeZoom[data-halo-animate="33"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="33"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 3.4s; }
  .js .animated .halo-fadeZoom[data-halo-animate="34"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="34"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 3.5s; }
  .js .animated .halo-fadeZoom[data-halo-animate="35"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="35"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 3.6s; }
  .js .animated .halo-fadeZoom[data-halo-animate="36"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="36"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 3.7s; }
  .js .animated .halo-fadeZoom[data-halo-animate="37"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="37"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 3.8s; }
  .js .animated .halo-fadeZoom[data-halo-animate="38"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="38"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 3.9s; }
  .js .animated .halo-fadeZoom[data-halo-animate="39"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="39"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 4s; }
  .js .animated .halo-fadeZoom[data-halo-animate="40"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="40"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 4.1s; }
  .js .animated .halo-fadeZoom[data-halo-animate="41"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="41"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 4.2s; }
  .js .animated .halo-fadeZoom[data-halo-animate="42"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="42"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 4.3s; }
  .js .animated .halo-fadeZoom[data-halo-animate="43"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="43"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 4.4s; }
  .js .animated .halo-fadeZoom[data-halo-animate="44"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="44"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 4.5s; }
  .js .animated .halo-fadeZoom[data-halo-animate="45"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="45"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 4.6s; }
  .js .animated .halo-fadeZoom[data-halo-animate="46"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="46"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 4.7s; }
  .js .animated .halo-fadeZoom[data-halo-animate="47"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="47"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 4.8s; }
  .js .animated .halo-fadeZoom[data-halo-animate="48"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="48"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 4.9s; }
  .js .animated .halo-fadeZoom[data-halo-animate="49"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="49"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 5s; }
  .js .animated .halo-fadeZoom[data-halo-animate="50"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="50"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 5.1s; }
  .js .animated .halo-fadeZoom[data-halo-animate="51"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="51"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 5.2s; }
  .js .animated .halo-fadeZoom[data-halo-animate="52"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="52"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 5.3s; }
  .js .animated .halo-fadeZoom[data-halo-animate="53"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="53"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 5.4s; }
  .js .animated .halo-fadeZoom[data-halo-animate="54"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="54"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 5.5s; }
  .js .animated .halo-fadeZoom[data-halo-animate="55"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="55"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 5.6s; }
  .js .animated .halo-fadeZoom[data-halo-animate="56"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="56"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 5.7s; }
  .js .animated .halo-fadeZoom[data-halo-animate="57"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="57"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 5.8s; }
  .js .animated .halo-fadeZoom[data-halo-animate="58"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="58"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 5.9s; }
  .js .animated .halo-fadeZoom[data-halo-animate="59"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="59"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 6s; }
  .js .animated .halo-fadeZoom[data-halo-animate="60"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="60"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 6.1s; }
  .js .animated .halo-fadeZoom[data-halo-animate="61"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="61"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 6.2s; }
  .js .animated .halo-fadeZoom[data-halo-animate="62"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="62"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 6.3s; }
  .js .animated .halo-fadeZoom[data-halo-animate="63"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="63"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 6.4s; }
  .js .animated .halo-fadeZoom[data-halo-animate="64"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="64"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 6.5s; }
  .js .animated .halo-fadeZoom[data-halo-animate="65"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="65"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 6.6s; }
  .js .animated .halo-fadeZoom[data-halo-animate="66"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="66"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 6.7s; }
  .js .animated .halo-fadeZoom[data-halo-animate="67"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="67"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 6.8s; }
  .js .animated .halo-fadeZoom[data-halo-animate="68"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="68"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 6.9s; }
  .js .animated .halo-fadeZoom[data-halo-animate="69"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="69"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 7s; }
  .js .animated .halo-fadeZoom[data-halo-animate="70"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="70"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 7.1s; }
  .js .animated .halo-fadeZoom[data-halo-animate="71"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="71"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 7.2s; }
  .js .animated .halo-fadeZoom[data-halo-animate="72"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="72"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 7.3s; }
  .js .animated .halo-fadeZoom[data-halo-animate="73"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="73"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 7.4s; }
  .js .animated .halo-fadeZoom[data-halo-animate="74"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="74"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 7.5s; }
  .js .animated .halo-fadeZoom[data-halo-animate="75"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="75"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 7.6s; }
  .js .animated .halo-fadeZoom[data-halo-animate="76"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="76"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 7.7s; }
  .js .animated .halo-fadeZoom[data-halo-animate="77"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="77"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 7.8s; }
  .js .animated .halo-fadeZoom[data-halo-animate="78"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="78"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 7.9s; }
  .js .animated .halo-fadeZoom[data-halo-animate="79"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="79"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 8s; }
  .js .animated .halo-fadeZoom[data-halo-animate="80"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="80"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 8.1s; }
  .js .animated .halo-fadeZoom[data-halo-animate="81"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="81"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 8.2s; }
  .js .animated .halo-fadeZoom[data-halo-animate="82"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="82"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 8.3s; }
  .js .animated .halo-fadeZoom[data-halo-animate="83"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="83"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 8.4s; }
  .js .animated .halo-fadeZoom[data-halo-animate="84"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="84"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 8.5s; }
  .js .animated .halo-fadeZoom[data-halo-animate="85"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="85"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 8.6s; }
  .js .animated .halo-fadeZoom[data-halo-animate="86"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="86"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 8.7s; }
  .js .animated .halo-fadeZoom[data-halo-animate="87"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="87"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 8.8s; }
  .js .animated .halo-fadeZoom[data-halo-animate="88"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="88"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 8.9s; }
  .js .animated .halo-fadeZoom[data-halo-animate="89"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="89"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 9s; }
  .js .animated .halo-fadeZoom[data-halo-animate="90"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="90"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 9.1s; }
  .js .animated .halo-fadeZoom[data-halo-animate="91"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="91"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 9.2s; }
  .js .animated .halo-fadeZoom[data-halo-animate="92"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="92"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 9.3s; }
  .js .animated .halo-fadeZoom[data-halo-animate="93"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="93"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 9.4s; }
  .js .animated .halo-fadeZoom[data-halo-animate="94"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="94"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 9.5s; }
  .js .animated .halo-fadeZoom[data-halo-animate="95"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="95"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 9.6s; }
  .js .animated .halo-fadeZoom[data-halo-animate="96"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="96"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 9.7s; }
  .js .animated .halo-fadeZoom[data-halo-animate="97"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="97"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 9.8s; }
  .js .animated .halo-fadeZoom[data-halo-animate="98"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="98"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 9.9s; }
  .js .animated .halo-fadeZoom[data-halo-animate="99"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="99"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 10s; }
  .js .animated .halo-fadeZoom[data-halo-animate="100"],
  .js .swiper-slide-active .halo-fadeZoom[data-halo-animate="100"] {
    animation: halo-fadeZoom 1s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 10.1s; }

@keyframes halo-fadeIn {
  from {
    opacity: 0.01; }
  to {
    opacity: 1; } }

@keyframes halo-fadeOut {
  from {
    opacity: 21; }
  to {
    opacity: 0.01; } }

@keyframes halo-fadeInLeft {
  from {
    transform: translateX(-101%);
    opacity: 0.01; }
  to {
    transform: translateX(0);
    opacity: 1; } }

@keyframes halo-fadeInRight {
  from {
    transform: translateX(101%);
    opacity: 0.01; }
  to {
    transform: translateX(0);
    opacity: 1; } }

@keyframes halo-fadeInUp {
  from {
    transform: translateY(101%); }
  to {
    transform: translateY(0);
    opacity: 1; } }

@keyframes halo-fadeInDown {
  from {
    transform: translateY(-101%);
    opacity: 0.01; }
  to {
    transform: translateY(0);
    opacity: 1; } }

@keyframes halo-fadeZoom {
  from {
    transform: scale(1.2);
    opacity: 0.01; }
  to {
    transform: scale(1);
    opacity: 1; } }

@keyframes animateIcon {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@keyframes load-animate {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg);
    opacity: .35; }
  100% {
    transform: rotate(360deg); } }

@media (prefers-reduced-motion: reduce) {
  .js .halo-fadeInLoad,
  .js .halo-fadeIn,
  .js .halo-fadeInLeft,
  .js .halo-fadeInRight,
  .js .halo-fadeInUp,
  .js .halo-fadeInDown,
  .js .halo-fadeZoom {
    animation: none !important;
    opacity: 1;
    transform: none; } }

.link-effect {
  --color-link-line: #ff4000;
  display: inline;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  background-image: linear-gradient(var(--color-link-line), var(--color-link-line));
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  transition: background-size 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
  .link-effect:focus-visible, .link-effect.is-active {
    background-position: 0 100%;
    background-size: 100% 1px; }
  @media (hover: hover) and (pointer: fine) {
    .link-effect:hover {
      background-position: 0 100%;
      background-size: 100% 1px; }
      .link-effect:hover:not(.navPages-action) .link-effect:hover {
        color: var(--color-link-line); } }

@media (prefers-reduced-motion: reduce) {
  .link-effect {
    transition: none; } }

.hover-zoom img {
  transform: scale3d(1, 1, 1);
  transition: transform 0.5s cubic-bezier(0.3, 1, 0.3, 1);
  backface-visibility: hidden; }

.hover-zoom .title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  height: 1px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%);
  box-shadow: 0 -1px 0 0 currentColor;
  transition: width .4s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out; }

@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .hover-zoom:hover img {
    transform: scale3d(1.05, 1.05, 1); }
  .hover-zoom:hover .title {
    color: #ff4000; }
    .hover-zoom:hover .title:after {
      width: 75%;
      opacity: 1;
      visibility: visible; } }

.hover-opacity,
.hover-opacity .opacity-active {
  transition: opacity .5s ease; }

.hover-opacity:hover .opacity-active:not(:hover) {
  opacity: 0.5; }

.iat-utility-header {
  background-color: #1c242a;
  color: #ffffff;
  font-size: 12px;
  line-height: 18px; }
  .iat-utility-header > .container {
    box-sizing: border-box;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .iat-utility-header__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 0;
    min-height: 40px;
    box-sizing: border-box; }
  .iat-utility-header__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 0;
    width: 100%; }
  .iat-utility-header__tagline {
    margin: 0;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    line-height: 18px;
    white-space: normal; }
  .iat-utility-header__tagline-desktop {
    display: none; }
  .iat-utility-header__tagline-mobile {
    display: inline; }
  .iat-utility-header__contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px 24px; }
  .iat-utility-header__item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap; }
    .iat-utility-header__item:hover, .iat-utility-header__item:focus {
      color: #ffffff; }
  .iat-utility-header__icon, .iat-utility-header__flag, .iat-utility-header__chevron {
    display: block;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    object-fit: contain; }
  .iat-utility-header__icon {
    fill: currentColor;
    color: inherit; }
    .iat-utility-header__icon use {
      fill: currentColor; }
  .iat-utility-header__chevron {
    width: 12px;
    height: 12px;
    color: inherit;
    fill: none; }
  .iat-utility-header__links {
    display: none;
    align-items: center;
    gap: 30px;
    flex: 0 0 auto; }
  .iat-utility-header__link {
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
    font-size: 12px;
    line-height: 18px; }
    .iat-utility-header__link:hover, .iat-utility-header__link:focus {
      color: #ffffff; }
    .iat-utility-header__link span {
      font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif; }
  .iat-utility-header__currency {
    position: relative;
    display: inline-flex;
    align-items: center; }
  .iat-utility-header__currency-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600; }
    .iat-utility-header__currency-toggle:hover, .iat-utility-header__currency-toggle:focus {
      color: #ffffff; }
  .iat-utility-header__currency--static {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600; }
  .iat-utility-header__currency-code {
    line-height: 18px; }
  .iat-utility-header__currency-menu {
    min-width: 140px;
    z-index: 30; }

@media (max-width: 1024px) {
  .iat-utility-header {
    background-color: #181818; }
    .iat-utility-header > .container {
      padding-right: 10px;
      padding-left: 10px; }
    .iat-utility-header__inner {
      height: auto;
      min-height: 0;
      gap: 9.25px;
      padding: 11px 0 9px; }
    .iat-utility-header__left {
      gap: 9.25px; }
    .iat-utility-header__tagline {
      width: 100%;
      font-size: 9px;
      line-height: 13.5px;
      white-space: nowrap; }
    .iat-utility-header__contact {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      width: 100%;
      height: 16px;
      gap: 0; }
    .iat-utility-header__item {
      gap: 5px;
      font-size: 9px;
      line-height: 13.5px; }
      .iat-utility-header__item--phone {
        justify-content: flex-end;
        padding-right: 10px; }
      .iat-utility-header__item--email {
        justify-content: flex-start;
        padding-left: 14px; } }

@media (min-width: 1025px) {
  .iat-utility-header__inner {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding: 0;
    height: 40px;
    min-height: 40px; }
  .iat-utility-header__left {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
    width: auto;
    flex: 0 1 auto;
    min-width: 0; }
    .iat-utility-header__left span {
      font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif; }
  .iat-utility-header__tagline {
    flex: 0 1 auto;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0; }
  .iat-utility-header__tagline-desktop {
    display: inline; }
  .iat-utility-header__tagline-mobile {
    display: none; }
  .iat-utility-header__contact {
    flex: 0 0 auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 40px; }
  .iat-utility-header__links {
    display: flex;
    flex: 0 0 auto;
    justify-content: flex-end; } }

@media (min-width: 1025px) {
  .header {
    position: relative;
    --iat-desktop-header-height: 192px;
    --iat-menu-height: min(716px, calc(100vh - var(--iat-header-height, var(--iat-desktop-header-height)) - 16px)); }
    @supports (height: 100dvh) {
      .header {
        --iat-menu-height: min(716px, calc(100dvh - var(--iat-header-height, var(--iat-desktop-header-height)) - 16px)); } }
  .halo-topHeader {
    min-height: 100px;
    background-color: #f7f7f7; }
    .halo-topHeader > .container {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: space-between;
      gap: 64px;
      padding-top: 12px;
      padding-bottom: 12px;
      min-height: 100px;
      box-sizing: border-box;
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
    .halo-topHeader .topHeader-item.left {
      flex: 0 1 auto;
      max-width: 400px;
      min-width: 0; }
    .halo-topHeader .topHeader-item.center {
      flex: 1 1 auto;
      min-width: 0;
      max-width: none;
      padding: 0;
      justify-content: center; }
    .halo-topHeader .topHeader-item.right {
      flex: 0 0 auto; }
    .halo-topHeader .topHeader-item__item {
      width: auto; }
      .halo-topHeader .topHeader-item__item:not(.item--sticky-logo) {
        padding-left: 0; }
    .halo-topHeader .header-logo {
      margin: 0; }
    .halo-topHeader .header-logo-image,
    .halo-topHeader .header-logo-image-unknown-size {
      align-self: stretch;
      aspect-ratio: 400.00 / 76.12;
      width: auto;
      margin-left: 7px;
      border-radius: 0;
      mix-blend-mode: multiply; }
    .halo-topHeader .item--quicksearch {
      width: 100%;
      max-width: 674px;
      margin: 0 auto;
      transform: none; }
  .navUser-section--action {
    display: flex;
    align-items: stretch;
    margin: 0; }
    .navUser-section--action > .navUser-item {
      margin: 0; }
    .navUser-section--action .navUser-item--wishlist {
      display: none; }
    .navUser-section--action .navUser-item--social {
      position: relative;
      margin-right: 0;
      padding-right: 12px; }
      .navUser-section--action .navUser-item--social .navUser-action {
        transform: translateX(-1px); }
      .navUser-section--action .navUser-item--social .item-label {
        position: relative;
        top: 1px; }
      .navUser-section--action .navUser-item--social::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 2px;
        width: 1px;
        height: 58px;
        background: #1e1e1e;
        transform: translateY(-50%); }
    .navUser-section--action .navUser-item--alt .navUser-action {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 4px;
      min-width: 80px;
      padding: 8px 12px;
      color: #1e1e1e;
      background: transparent;
      border-radius: 0; }
      .navUser-section--action .navUser-item--alt .navUser-action svg {
        width: 24px;
        height: 24px;
        fill: #1e1e1e; }
      .navUser-section--action .navUser-item--alt .navUser-action .item-label {
        display: block;
        font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 700;
        line-height: 18px;
        text-align: center;
        white-space: nowrap; }
      .navUser-section--action .navUser-item--alt .navUser-action:hover {
        color: #ff4000; }
        .navUser-section--action .navUser-item--alt .navUser-action:hover svg {
          fill: #ff4000; }
    .navUser-section--action .navUser-item--alt + .navUser-item--alt {
      border-left: 0; }
    .navUser-section--action .navUser-item--alt:last-child .navUser-action {
      padding: 8px 12px;
      min-width: 80px;
      background: transparent; }
    .navUser-section--action .navUser-icon--social {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      height: 32px;
      border: 2px solid #1e1e1e;
      border-radius: 50%;
      box-sizing: border-box; }
      .navUser-section--action .navUser-icon--social svg.icon {
        width: 14px;
        height: 14px; }
    .navUser-section--action .navUser-item--social .dropdown-menu {
      min-width: 160px;
      padding: 8px 0;
      margin-top: 4px;
      border: 1px solid #e6e6e6;
      background: white;
      box-shadow: 0 8px 20px rgba(30, 30, 30, 0.08); }
      .navUser-section--action .navUser-item--social .dropdown-menu .dropdown-menu-item {
        margin: 0; }
        .navUser-section--action .navUser-item--social .dropdown-menu .dropdown-menu-item > a {
          display: flex;
          align-items: center;
          gap: 10px;
          padding: 10px 14px;
          color: #1e1e1e;
          font-size: 13px;
          line-height: 1.2; }
          .navUser-section--action .navUser-item--social .dropdown-menu .dropdown-menu-item > a .icon {
            width: 16px;
            height: 16px;
            fill: #1e1e1e; }
          .navUser-section--action .navUser-item--social .dropdown-menu .dropdown-menu-item > a:hover {
            color: #ff4000;
            background: #f7f7f7; }
            .navUser-section--action .navUser-item--social .dropdown-menu .dropdown-menu-item > a:hover .icon {
              fill: #ff4000; }
    .navUser-section--action .navUser-item--social .navUser-action--social:hover .navUser-icon--social,
    .navUser-section--action .navUser-item--social .navUser-action--social[aria-expanded="true"] .navUser-icon--social {
      border-color: #ff4000; }
      .navUser-section--action .navUser-item--social .navUser-action--social:hover .navUser-icon--social .icon,
      .navUser-section--action .navUser-item--social .navUser-action--social[aria-expanded="true"] .navUser-icon--social .icon {
        fill: #ff4000; }
    .navUser-section--action .navUser-item--compare {
      display: block !important; }
      .navUser-section--action .navUser-item--compare .navUser-action {
        transform: none; }
      .navUser-section--action .navUser-item--compare .navUser-icon--compare {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        overflow: visible; }
        .navUser-section--action .navUser-item--compare .navUser-icon--compare .icon {
          width: 38.4px;
          height: 38.4px;
          flex: 0 0 auto; }
    .navUser-section--action .navUser-item--account .navUser-action {
      transform: none; }
    .navUser-section--action .navUser-item--account .navUser-action .icon--iat-account {
      width: 32px;
      height: 32px;
      fill: currentColor;
      stroke: none; }
      .navUser-section--action .navUser-item--account .navUser-action .icon--iat-account path {
        fill: currentColor;
        stroke: none; }
    .navUser-section--action .navUser-item--account .item-label {
      position: relative;
      top: 1px;
      left: 1px; }
    .navUser-section--action .icon--iat-compare {
      fill: currentColor;
      stroke: none; }
      .navUser-section--action .icon--iat-compare path {
        fill: currentColor;
        stroke: none; }
    .navUser-section--action .navUser-item--compare .item-label {
      position: relative;
      top: 1px; }
    .navUser-section--action .navUser-item--cart .navUser-action {
      position: relative; }
    .navUser-section--action .navUser-item--cart .navUser-item-cartLabel {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 4px; }
      .navUser-section--action .navUser-item--cart .navUser-item-cartLabel .icon--iat-cart {
        width: 32px;
        height: 32px;
        fill: currentColor;
        stroke: none; }
        .navUser-section--action .navUser-item--cart .navUser-item-cartLabel .icon--iat-cart path {
          fill: currentColor;
          stroke: none; }
      .navUser-section--action .navUser-item--cart .navUser-item-cartLabel .item-label {
        position: relative;
        top: 1px;
        left: 1px; }
    .navUser-section--action .navUser-item--cart .countPill {
      position: absolute;
      top: 2.25px;
      right: 12.25px;
      min-width: 21px;
      width: 21px;
      height: 21px;
      padding: 0;
      border-radius: 50%;
      background-color: #ff4000;
      color: white;
      font-size: 12px;
      line-height: 21px;
      font-weight: 700;
      text-align: center; }
  .halo-topHeader .quickSearch .form-field {
    margin: 0;
    align-items: stretch; }
  .halo-topHeader .quickSearch .form-input {
    max-width: none;
    min-width: 0;
    height: 48px;
    border-radius: 0;
    border: 1px solid #e6e6e6;
    border-right: 0;
    padding: 10px;
    font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    color: #1e1e1e;
    background-color: #F7F7F7; }
    .halo-topHeader .quickSearch .form-input::placeholder {
      color: #6e6e6e; }
    .halo-topHeader .quickSearch .form-input:focus {
      border-color: #1e1e1e; }
  .halo-topHeader .quickSearch .button.button--iconCustom,
  .halo-topHeader .quickSearch .button {
    position: relative;
    top: auto;
    right: auto;
    flex: 0 0 58px;
    width: 58px;
    height: 48px;
    margin: 0;
    border-radius: 0;
    border: 1px solid #272727;
    background-color: #272727;
    line-height: 0; }
    .halo-topHeader .quickSearch .button.button--iconCustom svg,
    .halo-topHeader .quickSearch .button svg {
      left: 0;
      width: 26px;
      height: 26px;
      fill: white; }
    .halo-topHeader .quickSearch .button.button--iconCustom:hover, .halo-topHeader .quickSearch .button.button--iconCustom:focus,
    .halo-topHeader .quickSearch .button:hover,
    .halo-topHeader .quickSearch .button:focus {
      background-color: #ff4000;
      border-color: #ff4000; }
  .halo-bottomHeader {
    position: relative;
    background-color: #f7f7f7;
    border-bottom: 0; }
    .halo-bottomHeader > .container {
      display: block;
      position: static;
      box-sizing: border-box;
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
    .halo-bottomHeader .navPages-container {
      width: 100%;
      position: static;
      overflow: visible; }
    .halo-bottomHeader .navPages {
      position: static; }
      .halo-bottomHeader .navPages .navPages-list {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin: 0;
        padding: 0;
        overflow: visible; }
      .halo-bottomHeader .navPages .navPages-item {
        margin: 0;
        flex: 0 0 auto; }
        .halo-bottomHeader .navPages .navPages-item.has-dropdown:not(.has-megamenu) {
          position: relative; }
      .halo-bottomHeader .navPages .navPages-action {
        font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 1.25;
        font-weight: 700;
        display: inline-flex;
        align-items: center;
        gap: 12px;
        padding: 16px 20px;
        letter-spacing: 0;
        color: #1e1e1e;
        text-transform: uppercase;
        white-space: nowrap; }
        .halo-bottomHeader .navPages .navPages-action .navPages-action-moreIcon {
          display: inline-flex;
          flex: 0 0 12px;
          width: 12px;
          height: 12px;
          margin-left: 0;
          color: #7e7e7e;
          transform-origin: center;
          transition: color 0.15s ease, transform 0.2s ease; }
          .halo-bottomHeader .navPages .navPages-action .navPages-action-moreIcon svg {
            width: 12px;
            height: 12px;
            fill: none;
            stroke: currentColor; }
        .halo-bottomHeader .navPages .navPages-action:hover, .halo-bottomHeader .navPages .navPages-action.is-open, .halo-bottomHeader .navPages .navPages-action.activePage {
          color: #ff4000; }
      .halo-bottomHeader .navPages .navPages-item.is-open > .navPages-action,
      .halo-bottomHeader .navPages .navPages-item.has-dropdown:hover > .navPages-action,
      .halo-bottomHeader .navPages .navPages-item.has-dropdown:focus-within > .navPages-action {
        color: #ff4000;
        box-shadow: inset 0 -3px 0 #ff4000; }
        .halo-bottomHeader .navPages .navPages-item.is-open > .navPages-action .navPages-action-moreIcon,
        .halo-bottomHeader .navPages .navPages-item.has-dropdown:hover > .navPages-action .navPages-action-moreIcon,
        .halo-bottomHeader .navPages .navPages-item.has-dropdown:focus-within > .navPages-action .navPages-action-moreIcon {
          color: #ff4000;
          transform: rotate(180deg); }
          .halo-bottomHeader .navPages .navPages-item.is-open > .navPages-action .navPages-action-moreIcon svg,
          .halo-bottomHeader .navPages .navPages-item.has-dropdown:hover > .navPages-action .navPages-action-moreIcon svg,
          .halo-bottomHeader .navPages .navPages-item.has-dropdown:focus-within > .navPages-action .navPages-action-moreIcon svg {
            fill: none;
            stroke: currentColor; }
      .halo-bottomHeader .navPages .navPages-item.has-dropdown:hover > .navPage-subMenu,
      .halo-bottomHeader .navPages .navPages-item.has-dropdown:focus-within > .navPage-subMenu,
      .halo-bottomHeader .navPages .navPages-item.is-open > .navPage-subMenu {
        display: block;
        visibility: visible;
        opacity: 1;
        pointer-events: auto; }
      .halo-bottomHeader .navPages .navPages-item-page.has-dropdown > .navPage-subMenu {
        width: clamp(280px, 22vw, 340px);
        max-width: calc(100vw - 32px);
        padding: 16px 0;
        border: 1px solid #e6e6e6;
        background-color: white;
        box-shadow: 0 12px 28px rgba(30, 30, 30, 0.08); }
        .halo-bottomHeader .navPages .navPages-item-page.has-dropdown > .navPage-subMenu > .container {
          width: 100%;
          max-width: none;
          padding-right: 0;
          padding-left: 0; }
      .halo-bottomHeader .navPages .navPages-item-page .navPage-subMenu-list {
        width: 100%; }
      .halo-bottomHeader .navPages .navPages-item-page .navPage-subMenu-item-child > .navPage-subMenu-action.d-none {
        display: none; }
      .halo-bottomHeader .navPages .navPages-item-page .navPage-subMenu-item-child > .navPage-subMenu-action {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        width: 100%;
        min-width: 0;
        margin: 0;
        padding: 12px 20px;
        font-family: "Jost", Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        white-space: normal;
        transition: background-color 0.15s ease, color 0.15s ease; } }
      @media screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1599.98px) {
        .halo-bottomHeader .navPages .navPages-item-page .navPage-subMenu-item-child > .navPage-subMenu-action {
          font-size: 14px;
          padding: 10px 16px; } }

@media (min-width: 1025px) {
        .halo-bottomHeader .navPages .navPages-item-page .navPage-subMenu-item-child > .navPage-subMenu-action > span:first-child {
          min-width: 0;
          overflow-wrap: anywhere; }
        .halo-bottomHeader .navPages .navPages-item-page .navPage-subMenu-item-child > .navPage-subMenu-action.link-line > span:first-child {
          background-image: none; }
        .halo-bottomHeader .navPages .navPages-item-page .navPage-subMenu-item-child > .navPage-subMenu-action:hover, .halo-bottomHeader .navPages .navPages-item-page .navPage-subMenu-item-child > .navPage-subMenu-action:focus, .halo-bottomHeader .navPages .navPages-item-page .navPage-subMenu-item-child > .navPage-subMenu-action:focus-visible {
          background-color: #ff4000;
          color: white;
          -webkit-text-stroke: 0; }
          .halo-bottomHeader .navPages .navPages-item-page .navPage-subMenu-item-child > .navPage-subMenu-action:hover > span:first-child, .halo-bottomHeader .navPages .navPages-item-page .navPage-subMenu-item-child > .navPage-subMenu-action:focus > span:first-child, .halo-bottomHeader .navPages .navPages-item-page .navPage-subMenu-item-child > .navPage-subMenu-action:focus-visible > span:first-child {
            text-decoration: none; }
          .halo-bottomHeader .navPages .navPages-item-page .navPage-subMenu-item-child > .navPage-subMenu-action:hover .navPages-action-moreIcon, .halo-bottomHeader .navPages .navPages-item-page .navPage-subMenu-item-child > .navPage-subMenu-action:focus .navPages-action-moreIcon, .halo-bottomHeader .navPages .navPages-item-page .navPage-subMenu-item-child > .navPage-subMenu-action:focus-visible .navPages-action-moreIcon {
            color: white; }
            .halo-bottomHeader .navPages .navPages-item-page .navPage-subMenu-item-child > .navPage-subMenu-action:hover .navPages-action-moreIcon svg, .halo-bottomHeader .navPages .navPages-item-page .navPage-subMenu-item-child > .navPage-subMenu-action:focus .navPages-action-moreIcon svg, .halo-bottomHeader .navPages .navPages-item-page .navPage-subMenu-item-child > .navPage-subMenu-action:focus-visible .navPages-action-moreIcon svg {
              fill: none;
              stroke: currentColor; }
        .halo-bottomHeader .navPages .navPages-item-page .navPage-subMenu-item-child > .navPage-subMenu-action .navPages-action-moreIcon {
          flex: 0 0 12px;
          transform: rotate(-90deg); }
      .halo-bottomHeader .navPages .navPages-item-page .navPage-subMenu-item-child.has-dropdown:hover > .navPage-subMenu-action,
      .halo-bottomHeader .navPages .navPages-item-page .navPage-subMenu-item-child.has-dropdown:focus-within > .navPage-subMenu-action,
      .halo-bottomHeader .navPages .navPages-item-page .navPage-subMenu-item-child.has-dropdown.is-open > .navPage-subMenu-action {
        background-color: #ff4000;
        color: white; }
        .halo-bottomHeader .navPages .navPages-item-page .navPage-subMenu-item-child.has-dropdown:hover > .navPage-subMenu-action > span:first-child,
        .halo-bottomHeader .navPages .navPages-item-page .navPage-subMenu-item-child.has-dropdown:focus-within > .navPage-subMenu-action > span:first-child,
        .halo-bottomHeader .navPages .navPages-item-page .navPage-subMenu-item-child.has-dropdown.is-open > .navPage-subMenu-action > span:first-child {
          text-decoration: none; }
        .halo-bottomHeader .navPages .navPages-item-page .navPage-subMenu-item-child.has-dropdown:hover > .navPage-subMenu-action .navPages-action-moreIcon,
        .halo-bottomHeader .navPages .navPages-item-page .navPage-subMenu-item-child.has-dropdown:focus-within > .navPage-subMenu-action .navPages-action-moreIcon,
        .halo-bottomHeader .navPages .navPages-item-page .navPage-subMenu-item-child.has-dropdown.is-open > .navPage-subMenu-action .navPages-action-moreIcon {
          color: white; }
          .halo-bottomHeader .navPages .navPages-item-page .navPage-subMenu-item-child.has-dropdown:hover > .navPage-subMenu-action .navPages-action-moreIcon svg,
          .halo-bottomHeader .navPages .navPages-item-page .navPage-subMenu-item-child.has-dropdown:focus-within > .navPage-subMenu-action .navPages-action-moreIcon svg,
          .halo-bottomHeader .navPages .navPages-item-page .navPage-subMenu-item-child.has-dropdown.is-open > .navPage-subMenu-action .navPages-action-moreIcon svg {
            fill: none;
            stroke: currentColor; }
      .halo-bottomHeader .navPages .navPages-item-page .navPage-subMenu-item-child > .navPage-subMenu {
        top: -1px;
        left: 100%;
        width: clamp(280px, 22vw, 340px);
        max-width: calc(100vw - 32px);
        padding: 16px 0;
        border: 1px solid #e6e6e6;
        background-color: white;
        box-shadow: 0 12px 28px rgba(30, 30, 30, 0.08); }
      .halo-bottomHeader .navPages .navPages-item-page .navPage-subMenu-item-child.has-dropdown:hover > .navPage-subMenu,
      .halo-bottomHeader .navPages .navPages-item-page .navPage-subMenu-item-child.has-dropdown:focus-within > .navPage-subMenu,
      .halo-bottomHeader .navPages .navPages-item-page .navPage-subMenu-item-child.has-dropdown.is-open > .navPage-subMenu {
        display: block;
        visibility: visible;
        opacity: 1;
        pointer-events: auto; }
    .halo-bottomHeader .navPages-list,
    .halo-bottomHeader .navPages {
      position: static; }
  .navPages-item--categories {
    --iat-mega-l1: 220px;
    --iat-mega-l2: 240px;
    --iat-mega-banners: 200px;
    --iat-mega-min-h: 420px;
    --iat-mega-head-h: 53px;
    position: static; }
    .navPages-item--categories .iat-mobile-back,
    .navPages-item--categories .iat-mega__back,
    .navPages-item--categories .iat-mega__viewall--mobile {
      display: none !important; } }
  @media (min-width: 1025px) and (min-width: 1200px) {
    .navPages-item--categories {
      --iat-mega-l1: 240px;
      --iat-mega-l2: 260px;
      --iat-mega-banners: 220px;
      --iat-mega-min-h: 440px; } }
  @media (min-width: 1025px) and (min-width: 1400px) {
    .navPages-item--categories {
      --iat-mega-l1: 260px;
      --iat-mega-l2: 280px;
      --iat-mega-banners: 240px;
      --iat-mega-min-h: 460px; } }
  @media (min-width: 1025px) and (min-width: 1600px) {
    .navPages-item--categories {
      --iat-mega-l1: 280px;
      --iat-mega-l2: 300px;
      --iat-mega-banners: 280px;
      --iat-mega-min-h: 480px; } }

@media (min-width: 1025px) {
    .navPages-item--categories.has-megamenu .has-dropdown {
      margin-bottom: 0; }
    .navPages-item--categories.has-megamenu > .navPage-subMenu {
      position: absolute !important;
      top: 100% !important;
      left: 0 !important;
      right: 0 !important;
      width: 100% !important;
      max-width: none !important;
      height: auto !important;
      max-height: var(--iat-menu-height) !important;
      margin: 0 !important;
      padding: 0 !important;
      border: 0;
      border-bottom: 1px solid #e6e6e6;
      box-shadow: 0 12px 28px rgba(30, 30, 30, 0.08);
      background: #f7f7f7;
      overflow: hidden;
      z-index: 20; }
      .navPages-item--categories.has-megamenu > .navPage-subMenu > .container.iat-mega {
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        box-sizing: border-box;
        align-items: stretch;
        gap: 24px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        padding-top: 24px !important;
        padding-bottom: 20px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        max-width: 100%;
        max-height: var(--iat-menu-height); } }
      @media (min-width: 1025px) and (min-width: 768px) {
        .navPages-item--categories.has-megamenu > .navPage-subMenu > .container.iat-mega {
          padding-left: 50px !important;
          padding-right: 50px !important; } }
      @media (min-width: 1025px) and (min-width: 1600px) {
        .navPages-item--categories.has-megamenu > .navPage-subMenu > .container.iat-mega {
          max-width: 1670px; } }
      @media (min-width: 1025px) and (min-width: 1920px) {
        .navPages-item--categories.has-megamenu > .navPage-subMenu > .container.iat-mega {
          max-width: 1920px;
          padding-left: 175px !important;
          padding-right: 175px !important; } }

@media (min-width: 1025px) {
      .navPages-item--categories.has-megamenu > .navPage-subMenu > .container > .navPage-subMenu-list {
        display: none; }
      .navPages-item--categories.has-megamenu > .navPage-subMenu .navPage-subMenu {
        display: block;
        position: static;
        padding: 0;
        animation: none;
        height: auto;
        width: auto;
        opacity: 1;
        visibility: visible; }
    .navPages-item--categories .iat-mega {
      display: grid !important;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      grid-template-rows: minmax(0, 1fr);
      align-items: stretch;
      width: 100%;
      min-height: 0;
      overflow: visible;
      gap: 24px;
      background-color: #f7f7f7; }
    .navPages-item--categories .iat-mega__main {
      position: relative;
      grid-column: 1 / span 3;
      min-width: 0;
      min-height: 0;
      overflow: visible;
      border: 0;
      --iat-mega-content-col: calc((100% - 48px) / 3); }
    .navPages-item--categories .iat-mega__col--l1 {
      position: static;
      z-index: 3;
      display: flex;
      flex-direction: column;
      gap: 8px;
      width: var(--iat-mega-content-col);
      height: auto;
      min-height: 0;
      border: 0;
      background: transparent;
      overflow: visible; }
    .navPages-item--categories .iat-mega__head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      min-width: 0;
      height: 32px;
      margin: 0 12px;
      padding: 0 0 12px;
      border-bottom: 0.5px solid #a5a5a5; }
    .navPages-item--categories .iat-mega__title {
      font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 700;
      line-height: 20px;
      letter-spacing: 0;
      color: #1e1e1e;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .navPages-item--categories .iat-mega__viewall {
      flex: 0 0 auto;
      font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 500;
      line-height: 20px;
      color: #1e1e1e;
      text-decoration: underline;
      text-underline-position: from-font; }
      .navPages-item--categories .iat-mega__viewall:hover {
        color: #ff4000; }
    .navPages-item--categories .iat-mega__list {
      list-style: none;
      margin: 0;
      padding: 0;
      max-height: none;
      overflow: visible; }
    .navPages-item--categories .iat-mega__list--l1 {
      max-height: calc(var(--iat-menu-height) - 84px);
      padding-left: 9px;
      border-left: 4px solid #e6e6e6;
      overflow-x: hidden;
      overflow-y: auto;
      overscroll-behavior: contain; }
      .navPages-item--categories .iat-mega__list--l1::-webkit-scrollbar {
        width: 0;
        height: 0; }
      .navPages-item--categories .iat-mega__list--l1::before {
        position: absolute;
        top: 40px;
        left: 0;
        width: 4px;
        height: 100px;
        background-color: #444;
        content: ""; }
    .navPages-item--categories .iat-mega__list--l2,
    .navPages-item--categories .iat-mega__list--l3 {
      padding-left: 12px;
      max-height: calc(var(--iat-menu-height) - 84px);
      overflow-x: hidden;
      overflow-y: auto;
      overscroll-behavior: contain; }
    .navPages-item--categories .iat-mega__item {
      margin: 0; }
    .navPages-item--categories .iat-mega__list--l1 > .iat-mega__item,
    .navPages-item--categories .iat-mega__list--l2 > .iat-mega__item {
      position: static; }
    .navPages-item--categories .iat-mega__link {
      display: flex;
      align-items: center;
      gap: 12px;
      width: 100%;
      min-height: 52px;
      padding: 4px 12px 4px 8px;
      color: #1e1e1e;
      text-decoration: none;
      transition: background-color 0.15s ease, color 0.15s ease; }
      .navPages-item--categories .iat-mega__link--text {
        padding: 4px 12px 4px 8px; }
        .navPages-item--categories .iat-mega__link--text .iat-mega__name {
          font-weight: 400; }
      .navPages-item--categories .iat-mega__link:hover {
        background-color: #ff4000;
        color: white; }
        .navPages-item--categories .iat-mega__link:hover .iat-mega__chevron {
          color: white; }
    .navPages-item--categories .iat-mega__list--l1 > .iat-mega__item.is-default > .iat-mega__link,
    .navPages-item--categories .iat-mega__list--l1 > .iat-mega__item:hover > .iat-mega__link {
      background-color: #ff4000;
      color: white; }
      .navPages-item--categories .iat-mega__list--l1 > .iat-mega__item.is-default > .iat-mega__link .iat-mega__chevron,
      .navPages-item--categories .iat-mega__list--l1 > .iat-mega__item:hover > .iat-mega__link .iat-mega__chevron {
        color: white; }
    .navPages-item--categories .iat-mega__list--l2 > .iat-mega__item.is-default > .iat-mega__link {
      background-color: #ff4000;
      color: white;
      box-shadow: none; }
      .navPages-item--categories .iat-mega__list--l2 > .iat-mega__item.is-default > .iat-mega__link .iat-mega__chevron {
        color: white; }
    .navPages-item--categories .iat-mega__list--l2 > .iat-mega__item:hover > .iat-mega__link {
      background-color: #ff4000;
      color: white;
      box-shadow: none; }
      .navPages-item--categories .iat-mega__list--l2 > .iat-mega__item:hover > .iat-mega__link .iat-mega__chevron {
        color: white; }
    .navPages-item--categories .iat-mega__thumb {
      flex: 0 0 44px;
      width: 44px;
      height: 44px;
      border-radius: 0;
      overflow: hidden;
      background: white;
      border: 0; }
      .navPages-item--categories .iat-mega__thumb img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .navPages-item--categories .iat-mega__name {
      flex: 1 1 auto;
      min-width: 0;
      font-family: "Jost", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 20px;
      color: inherit; }
    .navPages-item--categories .iat-mega__list--l1 .iat-mega__name,
    .navPages-item--categories .iat-mega__list--l2 .iat-mega__name,
    .navPages-item--categories .iat-mega__list--l3 .iat-mega__name {
      font-family: "Jost", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .navPages-item--categories .iat-mega__chevron {
      flex: 0 0 auto;
      display: inline-flex;
      transform: rotate(-90deg);
      color: dimgray; }
      .navPages-item--categories .iat-mega__chevron svg {
        width: 12px;
        height: 12px;
        fill: none;
        stroke: currentColor; }
    .navPages-item--categories .iat-mega__panel--l2 {
      display: none;
      position: absolute;
      left: calc(var(--iat-mega-content-col) + 24px);
      top: 0;
      bottom: 0;
      right: 0;
      z-index: 2; }
    .navPages-item--categories .iat-mega__col--l2 {
      position: static;
      z-index: 1;
      display: flex;
      flex-direction: column;
      gap: 8px;
      width: calc((100% - 24px) / 2);
      max-width: none;
      height: 100%;
      min-height: 0;
      border: 0;
      background: transparent;
      overflow: visible; }
    .navPages-item--categories .iat-mega__panel--l3 {
      display: none;
      position: absolute;
      left: calc((100% + 24px) / 2);
      top: 0;
      bottom: 0;
      right: 0;
      z-index: 1;
      min-width: 0;
      background: transparent;
      overflow: visible;
      border-right: 0; }
    .navPages-item--categories.is-open .iat-mega__list--l1 > .iat-mega__item.is-default > .iat-mega__panel--l2,
    .navPages-item--categories.is-open .iat-mega__list--l1 > .iat-mega__item:hover > .iat-mega__panel--l2,
    .navPages-item--categories.is-open .iat-mega__list--l1 > .iat-mega__item:focus-within > .iat-mega__panel--l2 {
      display: block; }
    .navPages-item--categories.is-open .iat-mega__list--l1:hover > .iat-mega__item.is-default:not(:hover):not(:focus-within) > .iat-mega__panel--l2 {
      display: none; }
    .navPages-item--categories.is-open .iat-mega__list--l1:hover > .iat-mega__item.is-default:not(:hover):not(:focus-within) > .iat-mega__link {
      background: transparent;
      color: #1e1e1e; }
      .navPages-item--categories.is-open .iat-mega__list--l1:hover > .iat-mega__item.is-default:not(:hover):not(:focus-within) > .iat-mega__link .iat-mega__chevron {
        color: dimgray; }
    .navPages-item--categories .iat-mega__panel--l2 .iat-mega__list--l2 > .iat-mega__item.is-default > .iat-mega__panel--l3,
    .navPages-item--categories .iat-mega__panel--l2 .iat-mega__list--l2 > .iat-mega__item:hover > .iat-mega__panel--l3,
    .navPages-item--categories .iat-mega__panel--l2 .iat-mega__list--l2 > .iat-mega__item:focus-within > .iat-mega__panel--l3 {
      display: block; }
    .navPages-item--categories .iat-mega__panel--l2 .iat-mega__list--l2:hover > .iat-mega__item.is-default:not(:hover):not(:focus-within) > .iat-mega__panel--l3 {
      display: none; }
    .navPages-item--categories .iat-mega__panel--l2 .iat-mega__list--l2:hover > .iat-mega__item.is-default:not(:hover):not(:focus-within) > .iat-mega__link {
      background: transparent;
      color: #1e1e1e;
      box-shadow: none; }
      .navPages-item--categories .iat-mega__panel--l2 .iat-mega__list--l2:hover > .iat-mega__item.is-default:not(:hover):not(:focus-within) > .iat-mega__link .iat-mega__chevron {
        color: dimgray; }
    .navPages-item--categories .iat-mega__banners,
    .navPages-item--categories .imageArea {
      grid-column: 4;
      box-sizing: border-box;
      align-self: stretch;
      width: auto !important;
      max-width: none;
      min-width: 0;
      min-height: 0;
      height: auto !important;
      padding: 0 !important;
      margin: 0 !important;
      border: 0;
      background: transparent; }
      .navPages-item--categories .iat-mega__banners .megamenu-right-item,
      .navPages-item--categories .imageArea .megamenu-right-item {
        display: flex;
        flex-direction: column;
        gap: 20px;
        height: 100%;
        min-height: 0;
        padding: 0; }
      .navPages-item--categories .iat-mega__banners .image,
      .navPages-item--categories .iat-mega__banners .iat-mega__banner,
      .navPages-item--categories .imageArea .image,
      .navPages-item--categories .imageArea .iat-mega__banner {
        width: 100%;
        margin: 0;
        border-radius: 0 !important;
        overflow: hidden;
        background: #f7f7f7;
        flex: 1 1 0;
        min-height: 0; }
        .navPages-item--categories .iat-mega__banners .image a,
        .navPages-item--categories .iat-mega__banners .image img,
        .navPages-item--categories .iat-mega__banners .iat-mega__banner a,
        .navPages-item--categories .iat-mega__banners .iat-mega__banner img,
        .navPages-item--categories .imageArea .image a,
        .navPages-item--categories .imageArea .image img,
        .navPages-item--categories .imageArea .iat-mega__banner a,
        .navPages-item--categories .imageArea .iat-mega__banner img {
          border-radius: 0 !important; }
        .navPages-item--categories .iat-mega__banners .image a,
        .navPages-item--categories .iat-mega__banners .iat-mega__banner a,
        .navPages-item--categories .imageArea .image a,
        .navPages-item--categories .imageArea .iat-mega__banner a {
          display: block;
          height: 100%;
          overflow: hidden; }
        .navPages-item--categories .iat-mega__banners .image img,
        .navPages-item--categories .iat-mega__banners .iat-mega__banner img,
        .navPages-item--categories .imageArea .image img,
        .navPages-item--categories .imageArea .iat-mega__banner img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover;
          backface-visibility: hidden; }
    .navPages-item--categories.no-image .iat-mega__main {
      width: 100%;
      border-right: 1px solid #e6e6e6; } }
  @media (min-width: 1025px) and (max-width: 1199px) {
    .navPages-item--categories .iat-mega {
      grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .navPages-item--categories .iat-mega__banners,
    .navPages-item--categories .imageArea {
      display: none; }
    .navPages-item--categories .iat-mega__main {
      border-right: 1px solid #e6e6e6; } }

@media (min-width: 1025px) {
  .navPages-item--brands {
    position: static; }
    .navPages-item--brands .iat-mobile-back {
      display: none !important; }
    .navPages-item--brands.has-megamenu > .navPage-subMenu {
      position: absolute !important;
      top: 100% !important;
      left: 0 !important;
      right: 0 !important;
      width: 100% !important;
      max-width: none !important;
      height: min(440px, var(--iat-menu-height)) !important;
      max-height: var(--iat-menu-height) !important;
      margin: 0 !important;
      padding: 0 !important;
      border: 0;
      border-bottom: 1px solid #e6e6e6;
      box-shadow: 0 12px 28px rgba(30, 30, 30, 0.08);
      background: #f7f7f7;
      overflow: hidden;
      z-index: 20; }
      .navPages-item--brands.has-megamenu > .navPage-subMenu > .container.iat-brands {
        display: flex !important;
        flex-direction: column;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 24px !important;
        padding-bottom: 20px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        max-width: 100%;
        background: transparent; } }
      @media (min-width: 1025px) and (min-width: 768px) {
        .navPages-item--brands.has-megamenu > .navPage-subMenu > .container.iat-brands {
          padding-left: 50px !important;
          padding-right: 50px !important; } }
      @media (min-width: 1025px) and (min-width: 1600px) {
        .navPages-item--brands.has-megamenu > .navPage-subMenu > .container.iat-brands {
          max-width: 1670px; } }
      @media (min-width: 1025px) and (min-width: 1920px) {
        .navPages-item--brands.has-megamenu > .navPage-subMenu > .container.iat-brands {
          max-width: 1920px;
          padding-left: 175px !important;
          padding-right: 175px !important; } }

@media (min-width: 1025px) {
    .navPages-item--brands .iat-brands__grid {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      flex: 1 1 auto;
      gap: 24px;
      min-height: 0;
      margin: 0;
      padding: 0;
      overflow-x: hidden;
      overflow-y: auto;
      overscroll-behavior: contain;
      list-style: none; }
      .navPages-item--brands .iat-brands__grid::-webkit-scrollbar {
        width: 6px; }
      .navPages-item--brands .iat-brands__grid::-webkit-scrollbar-thumb {
        background-color: rgba(30, 30, 30, 0.22);
        border-radius: 999px; } }
    @media (min-width: 1025px) and (max-width: 1399px) {
      .navPages-item--brands .iat-brands__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr)); } }
    @media (min-width: 1025px) and (max-width: 1199px) {
      .navPages-item--brands .iat-brands__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px; } }

@media (min-width: 1025px) {
    .navPages-item--brands .iat-brands__item {
      margin: 0;
      min-width: 0; }
    .navPages-item--brands .iat-brands__link {
      display: flex;
      align-items: center;
      width: 100%;
      min-height: 60px;
      text-decoration: none;
      color: #1e1e1e;
      transition: background-color 0.15s ease, color 0.15s ease; }
      .navPages-item--brands .iat-brands__link:hover, .navPages-item--brands .iat-brands__link:focus {
        background-color: #ff4000;
        color: white; }
        .navPages-item--brands .iat-brands__link:hover .iat-brands__name, .navPages-item--brands .iat-brands__link:focus .iat-brands__name {
          color: white; }
    .navPages-item--brands .iat-brands__logo {
      flex: 0 0 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 80px;
      height: 60px;
      padding: 3px 4px;
      background: #000;
      overflow: hidden; }
      .navPages-item--brands .iat-brands__logo img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .navPages-item--brands .iat-brands__name {
      flex: 1 1 auto;
      min-width: 0;
      padding: 2px 6px;
      font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 700;
      line-height: 20px;
      color: #1e1e1e;
      text-transform: uppercase;
      word-break: break-word; } }

@media screen and (min-width: 1025px) and (max-width: 1599.98px) {
  .header {
    --iat-desktop-header-height: 160px; }
  .iat-utility-header__inner {
    height: 32px;
    min-height: 32px;
    gap: 16px; }
  .iat-utility-header__left {
    gap: 16px; }
  .halo-topHeader {
    min-height: 84px; }
    .halo-topHeader > .container {
      min-height: 84px;
      padding-top: 8px;
      padding-bottom: 8px;
      gap: 24px; }
    .halo-topHeader .topHeader-item.left {
      flex: 0 1 300px;
      max-width: 300px; }
    .halo-topHeader .header-logo-image,
    .halo-topHeader .header-logo-image-unknown-size {
      max-width: 100%;
      max-height: 60px;
      margin-left: 0;
      object-fit: contain; }
    .halo-topHeader .quickSearch .form-input {
      height: 40px; }
    .halo-topHeader .quickSearch .button.button--iconCustom,
    .halo-topHeader .quickSearch .button {
      flex-basis: 48px;
      width: 48px;
      height: 40px; }
  .navUser-section--action .navUser-item--alt .navUser-action,
  .navUser-section--action .navUser-item--alt:last-child .navUser-action {
    min-width: 64px;
    padding: 6px 8px; }
  .navUser-section--action .navUser-item--social::after {
    height: 44px; }
  .halo-bottomHeader .navPages .navPages-action {
    padding: 12px 16px;
    font-size: 14px;
    line-height: 20px; }
  .navPages-item--categories.has-megamenu > .navPage-subMenu > .container.iat-mega,
  .navPages-item--brands.has-megamenu > .navPage-subMenu > .container.iat-brands {
    padding-left: clamp(24px, 2.083333vw, 32px) !important;
    padding-right: clamp(24px, 2.083333vw, 32px) !important; }
  .navPages-item--categories .iat-mega__link {
    min-height: 44px; }
  .navPages-item--categories .iat-mega__thumb {
    width: 36px;
    height: 36px;
    flex-basis: 36px; }
  .navPages-item--categories .iat-mega__list .iat-mega__name,
  .navPages-item--categories .iat-mega__title,
  .navPages-item--categories .iat-mega__viewall {
    font-size: 14px; } }

.iat-mobileSearch {
  display: none; }

.iat-mobileLogoImage {
  display: none; }

@media (max-width: 1024px) {
  .halo-middleHeader {
    position: relative;
    z-index: 104;
    box-sizing: border-box;
    min-height: 48px;
    padding: 6px 16px;
    background-color: #f7f7f7; }
    .halo-middleHeader > .container {
      width: 100%;
      min-height: 36px;
      padding: 0;
      justify-content: flex-start; }
      .halo-middleHeader > .container .middleHeader-item {
        min-width: 0; }
        .halo-middleHeader > .container .middleHeader-item.left {
          flex: 0 0 24px;
          width: 24px;
          min-width: 0 !important; }
        .halo-middleHeader > .container .middleHeader-item.center {
          flex: 0 1 clamp(140px, 48.4615vw, 189px);
          width: auto;
          max-width: calc(100% - 116px);
          min-width: 0;
          margin-right: auto;
          margin-left: 4px; }
        .halo-middleHeader > .container .middleHeader-item.right {
          flex: 0 0 auto;
          gap: 24px;
          width: auto;
          min-width: 0 !important; } }
        @media (max-width: 1024px) and (max-width: 550px) {
          .halo-middleHeader > .container .middleHeader-item.right {
            gap: 6px; } }

@media (max-width: 1024px) {
        .halo-middleHeader > .container .middleHeader-item__item, .halo-middleHeader > .container .middleHeader-item__item:last-child, .halo-middleHeader > .container .middleHeader-item__item:not(.item--logo) {
          width: 24px;
          height: 24px;
          margin: 0; }
        .halo-middleHeader > .container .middleHeader-item__item.item--logo {
          width: 100%;
          height: auto;
          aspect-ratio: 515 / 98; }
    .halo-middleHeader .header-logo,
    .halo-middleHeader .header-logo__link,
    .halo-middleHeader .iat-mobileLogoImage {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0; }
    .halo-middleHeader .header-logo,
    .halo-middleHeader .header-logo__link {
      height: auto;
      aspect-ratio: 515 / 98; }
    .halo-middleHeader .header-logo__link {
      justify-content: flex-start; }
    .halo-middleHeader .iat-mobileLogoImage {
      display: block;
      object-fit: fill; }
    .halo-middleHeader .header-logo-image,
    .halo-middleHeader .header-logo-image-unknown-size,
    .halo-middleHeader .header-logo-image-container {
      display: none; }
    .halo-middleHeader .navUser-action,
    .halo-middleHeader .navUser-icon,
    .halo-middleHeader .navUser-icon svg {
      display: block;
      width: 24px;
      height: 24px;
      margin: 0;
      padding: 0; }
    .halo-middleHeader .navUser-icon svg {
      color: #1e1e1e;
      fill: #1e1e1e; }
    .halo-middleHeader .item--cart,
    .halo-middleHeader .item--compareMobile {
      position: relative; }
      .halo-middleHeader .item--cart .countPill,
      .halo-middleHeader .item--compareMobile .countPill {
        top: -9px;
        right: -8px;
        width: 18px;
        min-width: 18px;
        height: 18px;
        padding: 0 2px;
        border-radius: 50%;
        background-color: #ff4000;
        color: #fff;
        font-size: 10px;
        font-weight: 700;
        line-height: 18px; }
    .halo-middleHeader .mobileMenu-toggle {
      width: 24px;
      height: 24px;
      padding: 3px; }
      .halo-middleHeader .mobileMenu-toggle .mobileMenu-toggleIcon,
      .halo-middleHeader .mobileMenu-toggle .mobileMenu-toggleIcon::before,
      .halo-middleHeader .mobileMenu-toggle .mobileMenu-toggleIcon::after {
        background-color: #1e1e1e;
        width: 18px; }
      .halo-middleHeader .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
        background-color: transparent; }
        .halo-middleHeader .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .halo-middleHeader .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
          top: 0;
          bottom: auto;
          background-color: #1e1e1e; }
        .halo-middleHeader .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
          transform: rotate(45deg); }
        .halo-middleHeader .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
          transform: rotate(-45deg); }
  .iat-mobileSearch {
    display: block;
    position: relative;
    z-index: 103;
    box-sizing: border-box;
    min-height: 50px;
    padding: 2px 16px 6px;
    background-color: #f7f7f7; }
    .iat-mobileSearch > .container,
    .iat-mobileSearch > .container > .quickSearch,
    .iat-mobileSearch > .container > .quickSearch .form,
    .iat-mobileSearch > .container > .quickSearch .form-fieldset,
    .iat-mobileSearch > .container > .quickSearch .form-field {
      width: 100%;
      height: 42px;
      margin: 0;
      padding: 0; }
    .iat-mobileSearch > .container {
      position: relative;
      max-width: none; }
    .iat-mobileSearch > .container > .quickSearch .form-field {
      display: flex;
      align-items: stretch;
      flex-wrap: nowrap; }
    .iat-mobileSearch > .container > .quickSearch .form-input {
      flex: 1 1 auto;
      min-width: 0;
      max-width: none;
      height: 42px;
      min-height: 42px;
      padding: 0 12px;
      border: 1px solid #e6e6e6;
      border-right: 0;
      border-radius: 0;
      background-color: #F7F7F7;
      color: #1e1e1e;
      font-family: "Jost", Arial, Helvetica, sans-serif;
      font-size: 14px;
      line-height: 18px; }
      .iat-mobileSearch > .container > .quickSearch .form-input::placeholder {
        color: #999;
        opacity: 1; }
      .iat-mobileSearch > .container > .quickSearch .form-input:focus {
        border-color: #1e1e1e; }
    .iat-mobileSearch > .container > .quickSearch .button.button--iconCustom,
    .iat-mobileSearch > .container > .quickSearch .button {
      position: relative;
      top: auto;
      right: auto;
      flex: 0 0 50px;
      width: 50px;
      height: 42px;
      margin: 0;
      padding: 0;
      border: 1px solid #272727;
      border-radius: 0;
      background-color: #272727;
      line-height: 0; }
      .iat-mobileSearch > .container > .quickSearch .button.button--iconCustom svg,
      .iat-mobileSearch > .container > .quickSearch .button svg {
        position: relative;
        width: 16px;
        height: 16px;
        fill: #fff; }
      .iat-mobileSearch > .container > .quickSearch .button.button--iconCustom:hover, .iat-mobileSearch > .container > .quickSearch .button.button--iconCustom:focus,
      .iat-mobileSearch > .container > .quickSearch .button:hover,
      .iat-mobileSearch > .container > .quickSearch .button:focus {
        border-color: #272727;
        background-color: #272727; }
    .iat-mobileSearch__dropdown {
      display: none;
      position: absolute;
      top: calc(100% + 6px);
      right: 0;
      left: 0;
      z-index: 106;
      box-sizing: border-box;
      max-height: calc(100vh - 156.75px);
      padding: 16px;
      overflow-x: hidden;
      overflow-y: auto;
      overscroll-behavior: contain;
      border: 1px solid #e6e6e6;
      background-color: #fff;
      box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
      text-align: left; }
    .iat-mobileSearch.is-open .iat-mobileSearch__dropdown {
      display: block; }
    .iat-mobileSearch .haloQuickSearchResults {
      padding: 0; }
      .iat-mobileSearch .haloQuickSearchResults .quickSearchMessage {
        margin: 0;
        padding: 16px 0;
        color: #1e1e1e;
        font-size: 13px;
        line-height: 20px;
        text-align: left; }
    .iat-mobileSearch .quickSearchResults-title {
      margin: 0 0 12px;
      color: #1e1e1e;
      font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 700;
      line-height: 20px; }
    .iat-mobileSearch .productCarousel {
      margin: 0;
      overflow: hidden; }
    .iat-mobileSearch .swiper-wrapper {
      align-items: stretch; }
    .iat-mobileSearch .productCarousel-slide {
      height: auto;
      margin: 0;
      padding: 0; }
    .iat-mobileSearch .quickSearchResults-button {
      width: 100%;
      min-width: 0;
      min-height: 44px;
      height: 44px;
      padding: 0 16px;
      border-color: #272727;
      background-color: #fff;
      color: #272727;
      font-size: 13px;
      line-height: 42px; } }
    @media screen and (max-width: 1024px) and (min-width: 768px) and (max-width: 1024.98px) {
      .iat-mobileSearch .quickSearchResults-button {
        font-size: 16px;
        width: 40%; } }

@media (max-width: 1024px) {
      .iat-mobileSearch .quickSearchResults-button .icon {
        width: 14px;
        height: 14px; }
      .iat-mobileSearch .quickSearchResults-button:hover, .iat-mobileSearch .quickSearchResults-button:focus {
        border-color: #272727;
        background-color: #272727;
        color: #fff; }
        .iat-mobileSearch .quickSearchResults-button:hover .icon, .iat-mobileSearch .quickSearchResults-button:focus .icon {
          fill: #fff; }
  .halo-sidebar.halo-menu-sidebar {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    top: var(--iat-mobile-header-h, 157px);
    bottom: 0;
    height: auto;
    max-height: calc(100% - var(--iat-mobile-header-h, 157px));
    z-index: 103;
    transform: none !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    background-color: white;
    border-top: 1px solid #e6e6e6;
    box-shadow: none; }
  .has-activeNavPages .halo-middleHeader {
    z-index: 104; }
  .has-activeNavPages .halo-sidebar.halo-menu-sidebar {
    transform: none !important;
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  .has-activeNavPages .halo-background {
    top: var(--iat-mobile-header-h, 157px); }
  .openAuthSidebar .header,
  .openAuthSidebar .header.is-sticky,
  .openCartSidebar .header,
  .openCartSidebar .header.is-sticky,
  .openSidebar .header,
  .openSidebar .header.is-sticky {
    z-index: 100; }
  .openAuthSidebar .halo-middleHeader,
  .openAuthSidebar .iat-mobileSearch,
  .openCartSidebar .halo-middleHeader,
  .openCartSidebar .iat-mobileSearch,
  .openSidebar .halo-middleHeader,
  .openSidebar .iat-mobileSearch {
    z-index: 1; }
  .halo-menu-sidebar .halo-sidebar-wrapper {
    padding: 0;
    height: 100%;
    max-height: 100%; }
  .halo-menu-sidebar .navPages-list:not(.navPages-list--user) > .navPages-item > .navPages-action {
    min-height: 52px;
    padding: 0 16px;
    font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
    color: #1e1e1e; }
    .halo-menu-sidebar .navPages-list:not(.navPages-list--user) > .navPages-item > .navPages-action .navPages-action-moreIcon {
      height: 52px; }
      .halo-menu-sidebar .navPages-list:not(.navPages-list--user) > .navPages-item > .navPages-action .navPages-action-moreIcon svg {
        width: 12px;
        height: 12px; }
  .halo-menu-sidebar .iat-mobile-back {
    display: block !important;
    border-bottom: 1px solid #e6e6e6;
    background: #f7f7f7; }
    .halo-menu-sidebar .iat-mobile-back > .navPages-action {
      display: flex !important;
      align-items: center;
      justify-content: flex-start;
      gap: 8px;
      min-height: 52px;
      margin: 0;
      padding: 0 12px;
      background: #f7f7f7;
      font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
      color: #1e1e1e; }
      .halo-menu-sidebar .iat-mobile-back > .navPages-action .navPages-action-moreIcon,
      .halo-menu-sidebar .iat-mobile-back > .navPages-action .text {
        pointer-events: none; }
      .halo-menu-sidebar .iat-mobile-back > .navPages-action .navPages-action-moreIcon {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 52px;
        margin: 0; }
        .halo-menu-sidebar .iat-mobile-back > .navPages-action .navPages-action-moreIcon svg {
          width: 20px;
          height: 20px;
          transform: none !important;
          fill: #1e1e1e; }
      .halo-menu-sidebar .iat-mobile-back > .navPages-action .text {
        flex: 1 1 auto;
        text-align: left;
        max-width: none;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
  .halo-menu-sidebar .navPages-item--categories.is-open > .navPage-subMenu {
    display: block;
    position: relative;
    width: 100%;
    min-height: calc(100% - 1px);
    height: auto;
    padding: 0;
    margin: 0;
    background: white;
    box-shadow: none;
    overflow: visible; }
  .halo-menu-sidebar .navPages-item--categories.is-iat-drilling > .navPage-subMenu {
    overflow: hidden; }
  .halo-menu-sidebar .navPages-item--categories > .navPage-subMenu > .container.iat-mega {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
    background: white; }
  .halo-menu-sidebar .navPages-item--categories .iat-mega__banners,
  .halo-menu-sidebar .navPages-item--categories .imageArea {
    display: none !important; }
  .halo-menu-sidebar .navPages-item--categories .iat-mega__main {
    display: block;
    position: relative;
    min-height: 0;
    border: 0;
    overflow: visible; }
  .halo-menu-sidebar .navPages-item--categories .iat-mega__col--l1,
  .halo-menu-sidebar .navPages-item--categories .iat-mega__col--l2 {
    position: static;
    width: 100%;
    max-width: none;
    min-height: 0;
    height: auto;
    border: 0;
    overflow: visible;
    background: white; }
  .halo-menu-sidebar .navPages-item--categories .iat-mega__list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: none;
    overflow: visible; }
  .halo-menu-sidebar .navPages-item--categories .iat-mega__item {
    margin: 0;
    border-bottom: 1px solid #f0f0f0; }
    .halo-menu-sidebar .navPages-item--categories .iat-mega__item:last-child {
      border-bottom: 0; }
  .halo-menu-sidebar .navPages-item--categories .iat-mega__link {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 56px;
    padding: 8px 16px;
    color: #1e1e1e;
    text-decoration: none;
    transition: background-color 0.15s ease, color 0.15s ease; }
    .halo-menu-sidebar .navPages-item--categories .iat-mega__link--text .iat-mega__name {
      font-weight: 400; }
    .halo-menu-sidebar .navPages-item--categories .iat-mega__link:hover {
      background-color: transparent;
      color: #1e1e1e; }
      .halo-menu-sidebar .navPages-item--categories .iat-mega__link:hover .iat-mega__chevron svg {
        fill: dimgray; }
  .halo-menu-sidebar .navPages-item--categories .iat-mega__thumb {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    overflow: hidden;
    background: #f7f7f7; }
    .halo-menu-sidebar .navPages-item--categories .iat-mega__thumb img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .halo-menu-sidebar .navPages-item--categories .iat-mega__name {
    flex: 1 1 auto;
    min-width: 0;
    font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase; }
  .halo-menu-sidebar .navPages-item--categories .iat-mega__chevron {
    flex: 0 0 auto;
    display: inline-flex;
    transform: rotate(-90deg); }
    .halo-menu-sidebar .navPages-item--categories .iat-mega__chevron svg {
      width: 12px;
      height: 12px;
      fill: dimgray; }
  .halo-menu-sidebar .navPages-item--categories .iat-mega__item.is-default > .iat-mega__link,
  .halo-menu-sidebar .navPages-item--categories .iat-mega__list--l1 > .iat-mega__item.is-default > .iat-mega__link,
  .halo-menu-sidebar .navPages-item--categories .iat-mega__list--l2 > .iat-mega__item.is-default > .iat-mega__link {
    background: transparent;
    color: #1e1e1e;
    box-shadow: none; }
    .halo-menu-sidebar .navPages-item--categories .iat-mega__item.is-default > .iat-mega__link .iat-mega__chevron svg,
    .halo-menu-sidebar .navPages-item--categories .iat-mega__list--l1 > .iat-mega__item.is-default > .iat-mega__link .iat-mega__chevron svg,
    .halo-menu-sidebar .navPages-item--categories .iat-mega__list--l2 > .iat-mega__item.is-default > .iat-mega__link .iat-mega__chevron svg {
      fill: dimgray; }
  .halo-menu-sidebar .navPages-item--categories .iat-mega__panel--l2,
  .halo-menu-sidebar .navPages-item--categories .iat-mega__panel--l3 {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    min-height: 100%;
    background: white;
    border: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
  .halo-menu-sidebar .navPages-item--categories .iat-mega__item.is-drill-open > .iat-mega__link {
    background-color: #ff4000;
    color: white; }
    .halo-menu-sidebar .navPages-item--categories .iat-mega__item.is-drill-open > .iat-mega__link .iat-mega__chevron svg {
      fill: white; }
  .halo-menu-sidebar .navPages-item--categories .iat-mega__item.is-drill-open > .iat-mega__panel--l2,
  .halo-menu-sidebar .navPages-item--categories .iat-mega__item.is-drill-open > .iat-mega__panel--l3 {
    display: block; }
  .halo-menu-sidebar .navPages-item--categories .iat-mega__back {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 52px;
    padding: 0 12px;
    background: #f7f7f7;
    border-bottom: 1px solid #e6e6e6;
    cursor: pointer;
    font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1e1e1e; }
    .halo-menu-sidebar .navPages-item--categories .iat-mega__back .iat-mega__back-icon {
      display: inline-flex;
      pointer-events: none; }
      .halo-menu-sidebar .navPages-item--categories .iat-mega__back .iat-mega__back-icon svg {
        width: 20px;
        height: 20px;
        fill: #1e1e1e; }
    .halo-menu-sidebar .navPages-item--categories .iat-mega__back .iat-mega__back-label {
      pointer-events: none;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .halo-menu-sidebar .navPages-item--categories .iat-mega__viewall--mobile {
    display: block;
    padding: 12px 16px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 13px;
    font-weight: 500;
    color: dimgray;
    text-decoration: underline; }
  .halo-menu-sidebar .navPages-item--brands.is-open > .navPage-subMenu {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    background: #f7f7f7;
    box-shadow: none; }
  .halo-menu-sidebar .navPages-item--brands > .navPage-subMenu > .container.iat-brands {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 16px !important;
    background: #f7f7f7; }
  .halo-menu-sidebar .navPages-item--brands .iat-brands__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: none;
    overflow: visible; }
  .halo-menu-sidebar .navPages-item--brands .iat-brands__item {
    margin: 0;
    min-width: 0; }
  .halo-menu-sidebar .navPages-item--brands .iat-brands__link {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 52px;
    text-decoration: none;
    color: #1e1e1e;
    background: white;
    transition: background-color 0.15s ease, color 0.15s ease; }
    .halo-menu-sidebar .navPages-item--brands .iat-brands__link:hover, .halo-menu-sidebar .navPages-item--brands .iat-brands__link:focus {
      background-color: #ff4000;
      color: white; }
      .halo-menu-sidebar .navPages-item--brands .iat-brands__link:hover .iat-brands__name, .halo-menu-sidebar .navPages-item--brands .iat-brands__link:focus .iat-brands__name {
        color: white; }
  .halo-menu-sidebar .navPages-item--brands .iat-brands__logo {
    flex: 0 0 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 48px;
    padding: 3px 4px;
    background: #000;
    overflow: hidden; }
    .halo-menu-sidebar .navPages-item--brands .iat-brands__logo img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .halo-menu-sidebar .navPages-item--brands .iat-brands__name {
    flex: 1 1 auto;
    min-width: 0;
    padding: 2px 6px;
    font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    color: #1e1e1e;
    text-transform: uppercase;
    word-break: break-word; } }

.footer--iat {
  background-color: #ebebeb;
  padding: 48px 0 0;
  color: #1e1e1e; }
  @media (max-width: 767px) {
    .footer--iat {
      padding-top: 24px; } }
  @media (min-width: 1600px) {
    .footer--iat {
      padding: 100px 0 0; } }
  .footer--iat .footer-info {
    display: none; }

.iat-footer-main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start; }
  @media (min-width: 768px) {
    .iat-footer-main {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 40px 32px; } }
  @media screen and (min-width: 768px) and (max-width: 1399.98px) {
    .iat-footer-main {
      grid-template-columns: repeat(3, minmax(0, 1fr)); }
      .iat-footer-main > [data-section-type="footer-newsletter"] {
        grid-column: 1 / -1;
        width: 100%; }
      .iat-footer-main > [data-section-type="storeInfo"],
      .iat-footer-main > .iat-footer-col--contact {
        grid-column: 1 / -1; } }
  @media screen and (min-width: 1025px) and (max-width: 1399.98px) {
    .iat-footer-main {
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 32px 24px; }
      .iat-footer-main > [data-section-type="footer-newsletter"] {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        column-gap: 32px;
        align-items: start; }
      .iat-footer-main > [data-section-type="storeInfo"],
      .iat-footer-main > .iat-footer-col--contact {
        grid-column: auto; }
      .iat-footer-main .iat-footer-heading,
      .iat-footer-main .iat-footer-newsletter {
        grid-column: 1; }
      .iat-footer-main .iat-footer-social {
        grid-column: 2;
        grid-row: 1;
        margin-bottom: 0; }
      .iat-footer-main .iat-footer-col--newsletter > .iat-footer-widget {
        grid-column: 2;
        grid-row: 2; }
      .iat-footer-main .iat-footer-newsletter {
        margin-bottom: 0;
        gap: 16px; } }
  @media screen and (min-width: 1200px) and (max-width: 1399.98px) {
    .iat-footer-main {
      grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(0, 1fr)) minmax(0, 1.2fr); }
      .iat-footer-main > [data-section-type="footer-newsletter"] {
        display: block;
        grid-column: auto; }
      .iat-footer-main .iat-footer-newsletter,
      .iat-footer-main .iat-footer-social {
        margin-bottom: 24px; }
      .iat-footer-main .iat-footer-social .socialLinks {
        flex-wrap: wrap;
        gap: 10px;
        margin-left: 0; } }
  @media (min-width: 1400px) {
    .iat-footer-main {
      grid-template-columns: minmax(0, 350fr) minmax(0, 110fr) minmax(0, 210fr) minmax(0, 40fr) minmax(0, 210fr) minmax(0, 40fr) minmax(0, 210fr) minmax(0, 110fr) minmax(0, 290fr);
      width: 100%;
      height: auto;
      justify-content: stretch;
      column-gap: 0;
      row-gap: 40px;
      padding-bottom: 0; }
      .iat-footer-main > [data-section-type="footer-newsletter"] {
        grid-column: 1; }
      .iat-footer-main > [data-section-type="footer-categories"] {
        grid-column: 3; }
      .iat-footer-main > [data-section-type="footer-brands"] {
        grid-column: 5; }
      .iat-footer-main > [data-section-type="footer-webPages"] {
        grid-column: 7; }
      .iat-footer-main > [data-section-type="storeInfo"] {
        grid-column: 9; } }
  @media (min-width: 1600px) {
    .iat-footer-main {
      min-height: 406px; } }

.iat-footer-col {
  min-width: 0; }
  @media (max-width: 767px) {
    .iat-footer-col:not([data-section-type="footer-categories"]) {
      border-top: 1px solid #cacaca; }
    .iat-footer-col:first-child {
      border-top: 0; } }

@media (max-width: 767px) {
  .iat-footer-col--newsletter .iat-footer-heading,
  .iat-footer-col--contact .iat-footer-heading {
    margin: 0 0 8px;
    padding: 0; }
  .iat-footer-col--newsletter {
    padding-bottom: 16px; } }
  @media (max-width: 767px) and (max-width: 550px) {
    .iat-footer-col--newsletter {
      padding-bottom: 24px; } }

@media (max-width: 767px) {
    .iat-footer-col--newsletter .iat-footer-newsletter,
    .iat-footer-col--newsletter .iat-footer-social,
    .iat-footer-col--newsletter .iat-footer-widget {
      display: flex; }
    .iat-footer-col--newsletter .iat-footer-widget {
      padding-bottom: 0; }
  .iat-footer-col--contact {
    padding-top: 18px; }
    .iat-footer-col--contact .iat-footer-contact,
    .iat-footer-col--contact .iat-footer-widget {
      display: flex; }
    .iat-footer-col--contact .iat-footer-contact {
      flex-direction: column; }
    .iat-footer-col--contact .iat-footer-widget {
      margin-top: 12px; } }

.iat-footer-heading {
  margin: 0 0 20px;
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .iat-footer-heading {
      margin: 0;
      padding: 16px 0;
      position: relative; }
      .iat-footer-heading--toggle {
        cursor: pointer; }
        .iat-footer-heading--toggle::before, .iat-footer-heading--toggle::after {
          content: "";
          position: absolute;
          top: 50%;
          right: 4px;
          background-color: #1e1e1e;
          transition: transform 0.3s ease; }
        .iat-footer-heading--toggle::before {
          width: 2px;
          height: 12px;
          transform: translateY(-50%); }
        .iat-footer-heading--toggle::after {
          width: 12px;
          height: 2px;
          transform: translateY(-50%);
          right: 0; }
        .open-dropdown .iat-footer-heading--toggle::before {
          transform: translateY(-50%) rotate(90deg); } }

.iat-footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px; }
  @media (max-width: 767px) {
    .iat-footer-list {
      display: none;
      padding-bottom: 16px; } }
  .iat-footer-list a {
    color: #1e1e1e;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none; }
    .iat-footer-list a:hover, .iat-footer-list a:focus {
      color: #ff4000;
      text-decoration: underline; }
    .iat-footer-list a.link-effect, .iat-footer-list a.link-effect:hover, .iat-footer-list a.link-effect:focus {
      text-decoration: none; }
  .iat-footer-list__view-all a {
    font-weight: 500;
    text-decoration: underline; }
    .iat-footer-list__view-all a.link-effect {
      text-decoration: none; }

.iat-footer-newsletter {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
  max-width: 350px; }
  @media screen and (min-width: 768px) and (max-width: 1399.98px) {
    .iat-footer-newsletter {
      width: 100%;
      max-width: none; } }
  @media (max-width: 767px) {
    .iat-footer-newsletter {
      display: none;
      max-width: none;
      margin-bottom: 0;
      padding-bottom: 16px; } }
  .iat-footer-newsletter__desc {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    color: #1e1e1e; }
  .iat-footer-newsletter__form {
    margin-bottom: 0; }
  .iat-footer-newsletter__field {
    display: flex;
    align-items: stretch;
    margin: 0;
    width: 100%;
    max-width: 350px; }
    @media screen and (min-width: 768px) and (max-width: 1399.98px) {
      .iat-footer-newsletter__field {
        width: 100%;
        max-width: 350px; } }
  .iat-footer-newsletter__input {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    height: 50px;
    margin: 0;
    padding: 0 15px;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: #1e1e1e;
    font-size: 12px;
    line-height: 18px;
    box-shadow: none; }
    .iat-footer-newsletter__input::placeholder {
      color: #696969; }
    .iat-footer-newsletter__input:focus {
      outline: 1px solid #ff4000; }
  .iat-footer-newsletter__submit {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    border: 0;
    background-color: #ff4000;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0; }
    .iat-footer-newsletter__submit .icon {
      width: 12px;
      height: 16px;
      color: #fff;
      fill: none; }
    .iat-footer-newsletter__submit:hover, .iat-footer-newsletter__submit:focus {
      background-color: #e03800; }

.iat-footer-social {
  margin-bottom: 32px; }
  @media (max-width: 1024px) {
    .iat-footer-social {
      margin-bottom: 16px; } }
  @media (max-width: 767px) {
    .iat-footer-social {
      display: none;
      margin-bottom: 0;
      padding-bottom: 16px; } }
  @media screen and (min-width: 768px) and (max-width: 1399.98px) {
    .iat-footer-social {
      width: 100%; } }
  .iat-footer-social .socialLinks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (max-width: 767px) {
      .iat-footer-social .socialLinks {
        gap: 12px;
        margin-left: -12px; } }
    @media screen and (min-width: 768px) and (max-width: 1599.98px) {
      .iat-footer-social .socialLinks {
        margin-left: -15px; } }
    @media (min-width: 1600px) {
      .iat-footer-social .socialLinks {
        height: 42px; } }
  .iat-footer-social .socialLinks-item {
    margin: 0;
    flex: 0 0 auto; }
  .iat-footer-social .socialLinks-item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #cacaca;
    background-color: #fff;
    color: #242424;
    text-decoration: none; }
    @media (max-width: 767px) {
      .iat-footer-social .socialLinks-item .icon {
        width: 36px;
        height: 36px; } }
    .iat-footer-social .socialLinks-item .icon svg {
      width: 16px;
      height: 16px;
      fill: currentColor; }
    .iat-footer-social .socialLinks-item .icon:hover, .iat-footer-social .socialLinks-item .icon:focus {
      background-color: #ff4000;
      color: #fff; }

.iat-footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px; }
  @media (max-width: 767px) {
    .iat-footer-contact {
      display: none;
      padding-bottom: 16px;
      gap: 14px; } }
  .iat-footer-contact__item {
    display: flex;
    align-items: flex-start;
    gap: 16px; }
    .iat-footer-contact__item--email {
      align-items: flex-end;
      gap: 12px; }
    .iat-footer-contact__item--hours {
      gap: 12px; }
    @media (max-width: 767px) {
      .iat-footer-contact__item {
        gap: 6px; }
        .iat-footer-contact__item--email, .iat-footer-contact__item--hours {
          gap: 6px; } }
  .iat-footer-contact__icon {
    flex: 0 0 20px;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    margin-top: 1px;
    overflow: hidden;
    color: #666666;
    fill: currentColor; }
    .iat-footer-contact__icon--time {
      margin-top: 0;
      overflow: hidden;
      fill: currentColor;
      stroke: none;
      color: #666666; }
  .iat-footer-contact__text {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 14px;
    line-height: 22px;
    color: #1e1e1e; }
    @media (max-width: 767px) {
      .iat-footer-contact__text {
        font-size: 13px;
        line-height: 20px; }
        .iat-footer-contact__text br {
          display: none; } }
    .iat-footer-contact__text a {
      color: inherit;
      text-decoration: none; }
      @media (min-width: 1025px) {
        .iat-footer-contact__text a {
          overflow-wrap: anywhere; } }
      .iat-footer-contact__text a:hover, .iat-footer-contact__text a:focus {
        text-decoration: underline; }
      .iat-footer-contact__text a.link-effect, .iat-footer-contact__text a.link-effect:hover, .iat-footer-contact__text a.link-effect:focus {
        text-decoration: none; }

.iat-footer-widget {
  margin-top: 20px; }
  @media (max-width: 767px) {
    .iat-footer-widget {
      display: none;
      margin-top: 0;
      padding-bottom: 16px; } }
  .iat-footer-widget img {
    display: block;
    max-width: 100%;
    height: auto; }
  .iat-footer-widget--newsletter .shopperlink,
  .iat-footer-widget--newsletter img {
    display: block;
    width: 291px !important;
    max-width: 100%;
    height: 112px !important;
    object-fit: contain;
    object-position: left center;
    border-radius: 4px; }
    @media (max-width: 767px) {
      .iat-footer-widget--newsletter .shopperlink,
      .iat-footer-widget--newsletter img {
        width: 165px !important;
        height: 64px !important; } }
  .iat-footer-widget--contact img {
    width: 198px;
    max-width: 100%;
    height: 65px;
    object-fit: fill; }
    @media (max-width: 767px) {
      .iat-footer-widget--contact img {
        width: 180px;
        height: auto; } }

.iat-footer-seals {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 60px 0 40px; }
  @media (max-width: 1024px) {
    .iat-footer-seals {
      padding: 20px 0; } }
  @media (min-width: 1600px) {
    .iat-footer-seals {
      padding: 100px 0 40px; } }
  .iat-footer-seals img {
    display: block;
    width: 130px;
    height: 60px;
    max-width: 100%;
    object-fit: contain;
    background-color: #fff; }

.iat-footer-bottom {
  border-top: 1px solid #cacaca;
  margin-top: 0; }
  @media (min-width: 1600px) {
    .iat-footer-bottom {
      box-sizing: border-box;
      height: 72px; } }
  .iat-footer-bottom__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 0; }
    @media (max-width: 767px) {
      .iat-footer-bottom__inner {
        align-items: flex-start; } }
    @media (min-width: 768px) {
      .iat-footer-bottom__inner {
        flex-direction: row; } }
    @media (min-width: 1600px) {
      .iat-footer-bottom__inner {
        height: 71px;
        padding: 0; } }

.iat-footer-copyright {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  color: #1e1e1e;
  text-align: center; }
  @media (max-width: 767px) {
    .iat-footer-copyright {
      text-align: left; } }
  @media (min-width: 768px) {
    .iat-footer-copyright {
      text-align: left; } }

.iat-footer-payments {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0; }
  @media (max-width: 767px) {
    .iat-footer-payments {
      align-self: center;
      gap: 5px; } }
  .iat-footer-payments__icon {
    display: block;
    width: 51px;
    height: 32px;
    object-fit: contain; }

.footer--iat .footer-payment-icons {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0; }
  @media (max-width: 767px) {
    .footer--iat .footer-payment-icons {
      align-self: center;
      gap: 5px; } }

.footer--iat .iat-footer-social .socialLinks-item {
  margin: 0; }

@media (min-width: 768px) {
  .iat-footer-col {
    border-top: 0; }
  .iat-footer-newsletter,
  .iat-footer-social,
  .iat-footer-list,
  .iat-footer-contact,
  .iat-footer-widget {
    display: flex; }
  .iat-footer-list,
  .iat-footer-contact {
    flex-direction: column; }
  .iat-footer-heading--toggle {
    cursor: default; }
    .iat-footer-heading--toggle::before, .iat-footer-heading--toggle::after {
      display: none; } }

@media (min-width: 768px) {
  .iat-footer-col--newsletter .iat-footer-heading {
    margin-bottom: 8px; }
  .iat-footer-col--newsletter .iat-footer-newsletter {
    gap: 24px; } }

@media (min-width: 1600px) {
  .iat-footer-col--newsletter {
    margin-top: 12px; } }

.iatHero {
  --iat-hero-boundary-one: 52%;
  --iat-hero-boundary-two: 78%;
  --iat-hero-slant: 104px;
  --iat-hero-content-inset: 9.1vw;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 39.0625vw;
  min-height: 520px;
  max-height: 750px;
  overflow: hidden;
  background: #000;
  color: white; }
  .iatHero[data-active-index="1"] {
    --iat-hero-boundary-one: 24%;
    --iat-hero-boundary-two: 76%; }
  .iatHero[data-active-index="2"] {
    --iat-hero-boundary-one: 22%;
    --iat-hero-boundary-two: 48%; }

.iatHero-track {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden; }

.iatHero-panel {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: #000;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  appearance: none;
  transition: left 720ms cubic-bezier(0.33, 1, 0.68, 1), width 720ms cubic-bezier(0.33, 1, 0.68, 1); }
  .iatHero-panel::after {
    position: absolute;
    z-index: 7;
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px;
    border: 3px solid white;
    content: "";
    opacity: 0;
    pointer-events: none; }
  .iatHero-panel:focus-visible::after {
    opacity: 1; }

.iatHero-panel--0 {
  left: 0;
  width: calc(var(--iat-hero-boundary-one) + var(--iat-hero-slant));
  clip-path: polygon(0 0, calc(100% - var(--iat-hero-slant)) 0, 100% 100%, 0 100%); }
  .iatHero-panel--0 .iatHero-image {
    object-position: 50% center; }

.iatHero-panel--1 {
  left: var(--iat-hero-boundary-one);
  width: calc(var(--iat-hero-boundary-two) - var(--iat-hero-boundary-one) + var(--iat-hero-slant));
  clip-path: polygon(0 0, calc(100% - var(--iat-hero-slant)) 0, 100% 100%, var(--iat-hero-slant) 100%); }
  .iatHero-panel--1 .iatHero-image {
    object-position: 70% center; }

.iatHero-panel--2 {
  left: var(--iat-hero-boundary-two);
  width: calc(100% - var(--iat-hero-boundary-two));
  clip-path: polygon(0 0, 100% 0, 100% 100%, var(--iat-hero-slant) 100%); }
  .iatHero-panel--2 .iatHero-image {
    object-position: 63% center; }

.iatHero--2 {
  --iat-hero-boundary-one: 66.6667%; }
  .iatHero--2[data-active-index="1"] {
    --iat-hero-boundary-one: 33.3333%; }
  .iatHero--2 .iatHero-panel--1 {
    left: var(--iat-hero-boundary-one);
    width: calc(100% - var(--iat-hero-boundary-one));
    clip-path: polygon(0 0, 100% 0, 100% 100%, var(--iat-hero-slant) 100%); }

.iatHero--1 .iatHero-panel--0 {
  width: 100%;
  clip-path: none; }

.iatHero-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.iatHero-shadeLayer {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none; }

.iatHero-globalShade {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 420ms cubic-bezier(0.33, 1, 0.68, 1); }

.iatHero-globalShade--0 {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.72) 24%, rgba(0, 0, 0, 0.2) 45%, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0) 100%); }

.iatHero-globalShade--1 {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.12) 18%, rgba(0, 0, 0, 0.72) 34%, rgba(0, 0, 0, 0.82) 50%, rgba(0, 0, 0, 0.72) 68%, rgba(0, 0, 0, 0.12) 84%, rgba(0, 0, 0, 0) 100%); }

.iatHero-globalShade--2 {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0.16) 44%, rgba(0, 0, 0, 0.72) 60%, rgba(0, 0, 0, 0.82) 72%, rgba(0, 0, 0, 0.9) 100%); }

.iatHero[data-active-index="0"] .iatHero-globalShade--0,
.iatHero[data-active-index="1"] .iatHero-globalShade--1,
.iatHero[data-active-index="2"] .iatHero-globalShade--2 {
  opacity: 1; }

.iatHero-contentStack {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  pointer-events: none; }

.iatHero-pagination {
  position: absolute;
  z-index: 6;
  bottom: 16px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 8px;
  pointer-events: auto;
  transform: translateX(-50%); }

.iatHero-dot {
  width: 48px;
  height: 4px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  appearance: none;
  transition: background-color 180ms ease, opacity 180ms ease; }
  .iatHero-dot.is-active {
    background: #ff4000; }
  .iatHero-dot:focus-visible {
    outline: 2px solid white;
    outline-offset: 3px; }

.iatHero-content {
  position: absolute;
  top: 50%;
  width: calc(52% - var(--iat-hero-content-inset) - var(--iat-hero-content-inset));
  max-width: 600px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(calc(-50% + 8px));
  pointer-events: none;
  transition: opacity 300ms cubic-bezier(0.33, 1, 0.68, 1), transform 300ms cubic-bezier(0.33, 1, 0.68, 1), visibility 0s linear 300ms; }
  .iatHero-content.is-active {
    visibility: visible;
    opacity: 1;
    transform: translateY(-50%);
    pointer-events: auto;
    transition-delay: 0s; }

.iatHero-content--0 {
  left: var(--iat-hero-content-inset); }

.iatHero-content--1 {
  left: calc(24% + var(--iat-hero-slant) + var(--iat-hero-content-inset));
  width: calc( 52% - var(--iat-hero-slant) - var(--iat-hero-content-inset) - var(--iat-hero-content-inset)); }

.iatHero-content--2 {
  right: var(--iat-hero-content-inset);
  width: calc( 52% - var(--iat-hero-slant) - var(--iat-hero-content-inset) - var(--iat-hero-content-inset)); }

.iatHero--2 .iatHero-content--0 {
  width: calc(66.6667% - var(--iat-hero-content-inset) - var(--iat-hero-content-inset)); }

.iatHero--2 .iatHero-content--1 {
  left: calc(33.3333% + var(--iat-hero-slant) + var(--iat-hero-content-inset));
  width: calc( 66.6667% - var(--iat-hero-slant) - var(--iat-hero-content-inset) - var(--iat-hero-content-inset)); }

.iatHero--1 .iatHero-content--0 {
  width: calc(100% - var(--iat-hero-content-inset) - var(--iat-hero-content-inset)); }

.iatHero-title {
  margin: 0;
  color: white;
  font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px; }

.iatHero-description {
  margin: 16px 0 0;
  color: white;
  font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px; }

.iatHero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 400px;
  margin-top: 32px; }

.iatHero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 52px;
  margin: 0;
  padding: 0 20px;
  border: 2px solid transparent;
  border-radius: 30px;
  font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease; }
  .iatHero-button:focus-visible {
    outline: 3px solid white;
    outline-offset: 3px; }

.iatHero-actions .iatHero-button {
  flex: 1 1 0; }

.iatHero-buttonLabel--mobile {
  display: none; }

.iatHero-button--primary {
  border-color: #ff4000;
  background: #ff4000;
  color: white; }
  .iatHero-button--primary:hover, .iatHero-button--primary:focus {
    border-color: white;
    background: white;
    color: #1e1e1e; }

.iatHero-button--secondary {
  border-color: white;
  background: white;
  color: #1e1e1e; }
  .iatHero-button--secondary:hover, .iatHero-button--secondary:focus {
    border-color: #ff4000;
    background: #ff4000;
    color: white; }

@media (min-width: 1025px) {
  .iatHero-title {
    font-size: clamp(30px, 2.5vw, 40px);
    line-height: 1.2; }
  .iatHero-description {
    font-size: clamp(16px, 1.25vw, 20px);
    line-height: 1.5; } }

@media screen and (min-width: 1025px) and (max-width: 1599.98px) {
  .iatHero {
    --iat-hero-content-inset: clamp(32px, 4vw, 64px); }
  .iatHero-actions {
    gap: 12px;
    margin-top: 24px; }
  .iatHero-button {
    min-width: 0;
    min-height: 44px;
    max-width: 192px;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 20px; } }

@media (min-width: 1280px) and (max-width: 1599px) {
  .iatHero {
    --iat-hero-slant: 78px; } }

@media (max-width: 1279px) {
  .iatHero {
    --iat-hero-slant: 60px;
    --iat-hero-content-inset: 48px; } }

@media (max-width: 1024px) {
  .iatHero {
    --iat-hero-boundary-one: 18.3363%;
    --iat-hero-boundary-two: 61.6604%;
    --iat-hero-slant: clamp(32px, 10.2564vw, 40px);
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 0;
    max-height: none; } }
  @media (max-width: 1024px) and (max-width: 550px) {
    .iatHero {
      aspect-ratio: 390 / 520; } }

@media (max-width: 1024px) {
  .iatHero-contentStack {
    position: relative;
    z-index: 5;
    order: 1;
    display: grid;
    flex: none;
    width: 100%;
    height: auto;
    min-height: 0;
    margin-bottom: 0;
    padding: 16px;
    background: #000;
    pointer-events: none; }
  .iatHero-pagination {
    display: none; }
  .iatHero .iatHero-content {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    align-self: start;
    grid-area: 1 / 1;
    width: 100%;
    max-width: none;
    transform: translateY(8px); }
    .iatHero .iatHero-content.is-active {
      transform: translateY(0); }
  .iatHero-track {
    position: relative;
    order: 2;
    flex: none;
    width: 100%;
    height: auto;
    aspect-ratio: 381 / 254; }
    .iatHero-track::after {
      position: absolute;
      z-index: 4;
      top: 0;
      right: 0;
      left: 0;
      height: 42px;
      background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
      content: "";
      pointer-events: none; }
  .iatHero-panel {
    border-radius: 0;
    cursor: pointer;
    pointer-events: auto;
    touch-action: manipulation;
    transition: left 720ms cubic-bezier(0.33, 1, 0.68, 1), width 720ms cubic-bezier(0.33, 1, 0.68, 1); }
  .iatHero-panel--0 .iatHero-image {
    object-position: 50% center; }
  .iatHero-panel--1 .iatHero-image {
    object-position: 100% center; }
  .iatHero-panel--2 .iatHero-image {
    object-position: 55% center; }
  .iatHero-image {
    border-radius: 0; }
  .iatHero-title {
    font-size: 24px;
    line-height: 30px; }
  .iatHero-description {
    max-width: 340px;
    margin-top: 12px;
    font-size: 14px;
    line-height: 21px; }
  .iatHero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: auto;
    margin-top: 16px; }
  .iatHero-button {
    flex: 0 0 auto;
    width: auto;
    min-height: 48px;
    padding-right: 22.25px;
    padding-left: 22.25px; }
  .iatHero-shadeLayer {
    display: none; }
  .iatHero-buttonLabel--desktop {
    display: none; }
  .iatHero-buttonLabel--mobile {
    display: inline; } }

@media (prefers-reduced-motion: reduce) {
  .iatHero-panel,
  .iatHero-globalShade,
  .iatHero-content,
  .iatHero-button,
  .iatHero-dot {
    transition-duration: 1ms; } }

/* IAT homepage — ported from live Halo 6.14.0 (required sections only) */
.hide-page-heading .page-heading {
  display: none; }

@media (max-width: 767px) {
  .page-type-default .recently-viewed-products-sidebar {
    display: none; } }

.section-title {
  padding: 0 0 48px;
  text-align: center; }
  @media screen and (min-width: 1025px) and (max-width: 1599.98px) {
    .section-title {
      padding-bottom: 28px; } }
  @media (max-width: 767px) {
    .section-title {
      padding: 0 0 30px; } }
  .section-title .section-heading {
    margin: 0;
    color: #1E1E1E;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase; }
    @media (min-width: 1025px) {
      .section-title .section-heading {
        font-size: clamp(32px, 2.5vw, 40px);
        line-height: 1.25; } }
    @media (max-width: 767px) {
      .section-title .section-heading {
        font-size: 24px;
        line-height: 1.5; } }

/* lines 1184-1192 */
.container-1570 {
  max-width: 1570px !important; }

.container-1670 {
  max-width: 1670px !important; }

/* Figma homepage vertical rhythm (1920 frame) */
.spacing-small {
  padding: 60px 0;
  /* brands frame ~360 with title */ }

.spacing-largest {
  padding: 80px 0 100px; }

.spacing-large {
  padding: 32px 0 60px;
  /* categories py 32 + CTA room */ }

.spacing-medium {
  padding: 50px 0 60px;
  /* industries / programs / products / blog */ }

.spacing-top {
  padding-top: 60px; }

@media screen and (min-width: 1025px) and (max-width: 1599.98px) {
  .spacing-small {
    padding: 40px 0; }
  .spacing-largest {
    padding: 48px 0 64px; }
  .spacing-large {
    padding: 24px 0 40px; }
  .spacing-medium {
    padding: 36px 0 44px; }
  .spacing-top {
    padding-top: 40px; }
  .btn-discover {
    margin-top: 20px; } }

.btn-discover {
  margin-top: 30px; }

@media (max-width: 1024px) {
  .spacing-small,
  .spacing-largest,
  .spacing-large,
  .spacing-medium,
  .spacing-top {
    padding: 40px 0; }
  .btn-discover {
    margin-top: 20px; } }

/* Promo 3-up — desktop Figma 1960:4838; mobile carousel Figma 1719:6616 */
.section-home-promo {
  padding: 20px 0; }
  .section-home-promo .home-promo-grid {
    display: flex;
    gap: 20px;
    align-items: stretch; }
  .section-home-promo .home-promo-item {
    flex: 1 1 0;
    min-width: 0;
    position: relative;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    border-radius: 0;
    color: #fff; }
    .section-home-promo .home-promo-item:hover, .section-home-promo .home-promo-item:focus {
      color: #fff; }
  .section-home-promo .home-promo-img {
    width: 100%;
    height: auto;
    aspect-ratio: 510 / 306;
    object-fit: cover;
    display: block;
    border-radius: 0; }
  .section-home-promo .home-promo-content {
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 12px;
    left: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    pointer-events: none; }
  .section-home-promo .home-promo-eyebrow,
  .section-home-promo .home-promo-title {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
  .section-home-promo .home-promo-eyebrow {
    margin-bottom: 6px;
    color: #ff4000;
    font-size: 12px;
    line-height: 1; }
  .section-home-promo .home-promo-title {
    max-width: 76%;
    color: #fff;
    font-size: 24px;
    line-height: 1.3; }
  @media screen and (min-width: 1025px) and (max-width: 1599.98px) {
    .section-home-promo .home-promo-item {
      display: grid; }
    .section-home-promo .home-promo-img {
      grid-area: 1 / 1;
      height: 100%; }
    .section-home-promo .home-promo-content {
      grid-area: 1 / 1;
      position: relative;
      top: auto;
      right: auto;
      left: auto;
      padding: 16px 12px; }
    .section-home-promo .home-promo-title {
      max-width: 82%;
      font-size: clamp(18px, 1.5625vw, 24px); } }
  @media (max-width: 1024px) {
    .section-home-promo {
      padding: 20px 0; }
      .section-home-promo > .container {
        max-width: none !important;
        padding-right: 16px;
        padding-left: 16px; }
      .section-home-promo .home-promo-grid {
        --home-promo-card-width: min(320px, calc(100vw - 70px));
        flex-direction: row;
        justify-content: flex-start;
        gap: 12px;
        overflow-x: auto;
        overflow-y: hidden;
        overscroll-behavior-x: contain;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch; }
        .section-home-promo .home-promo-grid::-webkit-scrollbar {
          display: none; }
      .section-home-promo .home-promo-item {
        flex: 0 0 var(--home-promo-card-width);
        width: var(--home-promo-card-width);
        aspect-ratio: 5 / 3;
        scroll-snap-align: center; }
      .section-home-promo .home-promo-img {
        width: 100%;
        height: 100%;
        aspect-ratio: auto; }
      .section-home-promo .home-promo-content {
        top: 12px;
        right: 10px;
        left: 10px; }
      .section-home-promo .home-promo-eyebrow {
        margin-bottom: 5px;
        font-size: 9px; }
      .section-home-promo .home-promo-title {
        max-width: 76%;
        font-size: 16px;
        line-height: 1.3; } }
  @media (max-width: 551px) {
    .section-home-promo > .container {
      padding-right: 16px;
      padding-left: 16px; }
    .section-home-promo .home-promo-grid {
      margin-right: -16px;
      margin-left: -16px; }
    .section-home-promo .home-promo-item {
      scroll-snap-align: center; } }

/* USP bar — Figma 1689:8000 (#f8f8f8, icon 80, title #ff4000) */
.section-home-usp {
  background: #f8f8f8;
  padding: 65px 125px; }
  .section-home-usp .home-usp-list {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    max-width: 1670px;
    margin: 0 auto; }
  .section-home-usp .home-usp-item {
    display: flex;
    gap: 20px;
    align-items: center;
    flex: 1 1 0;
    min-width: 0;
    max-width: 395px;
    padding: 0 20px; }
  .section-home-usp .home-usp-icon {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #444444;
    transform: translateY(0);
    transition: color 0.22s ease, transform 0.22s ease; }
    @media (max-width: 1024px) {
      .section-home-usp .home-usp-icon {
        width: 60px;
        height: 60px; } }
    .section-home-usp .home-usp-icon .icon {
      width: 100%;
      height: 100%;
      display: block; }
  .section-home-usp .home-usp-text {
    min-width: 0; }
  .section-home-usp .home-usp-title {
    margin: 0 0 6px;
    color: #ff4000;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    transition: color 0.22s ease; }
  .section-home-usp .home-usp-desc {
    margin: 0;
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px; }
  @media screen and (min-width: 1025px) and (max-width: 1599.98px) {
    .section-home-usp {
      padding: 40px clamp(24px, 2.083333vw, 32px); }
      .section-home-usp .home-usp-list {
        gap: 20px;
        max-width: 100%; }
      .section-home-usp .home-usp-item {
        gap: 16px;
        padding: 0 8px; }
      .section-home-usp .home-usp-icon {
        width: 64px;
        height: 64px; } }
  @media (hover: hover) and (pointer: fine) {
    .section-home-usp .home-usp-item:hover .home-usp-icon {
      color: #ff4000;
      transform: translateY(-4px); }
    .section-home-usp .home-usp-item:hover .home-usp-title {
      color: #1e1e1e; } }
  @media (prefers-reduced-motion: reduce) {
    .section-home-usp .home-usp-icon {
      transition: color 0.2s ease; }
    .section-home-usp .home-usp-item:hover .home-usp-icon {
      transform: none; } }
  @media (max-width: 1299px) {
    .section-home-usp {
      padding: 40px 40px; }
      .section-home-usp .home-usp-list {
        flex-wrap: wrap;
        gap: 24px 20px; }
      .section-home-usp .home-usp-item {
        flex: 1 1 calc(50% - 20px);
        max-width: none; } }
  @media (max-width: 767px) {
    .section-home-usp {
      padding: 24px 16px;
      background: #ebebeb; }
      .section-home-usp .home-usp-list {
        flex-direction: column;
        gap: 24px;
        align-items: stretch; }
      .section-home-usp .home-usp-item {
        flex: none;
        gap: 12px;
        width: 100%;
        max-width: none;
        padding: 0; }
      .section-home-usp .home-usp-icon {
        width: 48px;
        height: 48px; }
        .section-home-usp .home-usp-icon .icon {
          width: 48px;
          height: 48px; }
      .section-home-usp .home-usp-text {
        display: flex;
        flex-direction: column;
        gap: 4px;
        word-break: break-word; }
      .section-home-usp .home-usp-title {
        margin: 0; }
      .section-home-usp .home-usp-desc {
        color: #444444;
        line-height: 20px; } }

/* Brands — Figma 1692:9691 (tile 298×160, gap 20); tighten to USP */
.brand-slider {
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px; }
  .brand-slider > .brand-slider__container {
    max-width: 1670px !important;
    overflow-x: clip;
    overflow-y: visible; }
  .brand-slider .halo-brand-grid-mobile {
    display: none; }
  .brand-slider .section-title {
    padding: 0 0 30px; }
  .brand-slider .halo-brand-slider {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden; }
    .brand-slider .halo-brand-slider.slick-initialized {
      overflow: visible; }
    .brand-slider .halo-brand-slider:not(.slick-initialized) {
      display: flex;
      align-items: center;
      gap: 20px; }
      .brand-slider .halo-brand-slider:not(.slick-initialized) .halo-item {
        flex: 1 1 0;
        width: auto;
        min-width: 0;
        max-width: calc((100% - 80px) / 5);
        margin: 0; }
        .brand-slider .halo-brand-slider:not(.slick-initialized) .halo-item:nth-child(n + 6) {
          display: none; }
    .brand-slider .halo-brand-slider .slick-prev,
    .brand-slider .halo-brand-slider .slick-next {
      display: flex;
      width: 40px;
      height: 50px;
      margin-top: 0;
      padding: 0;
      align-items: center;
      justify-content: center;
      border: 0;
      background: transparent;
      color: #7e7e7e;
      box-shadow: none; }
      .brand-slider .halo-brand-slider .slick-prev::before,
      .brand-slider .halo-brand-slider .slick-next::before {
        display: none;
        content: none; }
      .brand-slider .halo-brand-slider .slick-prev .icon,
      .brand-slider .halo-brand-slider .slick-next .icon {
        display: block;
        width: 40px;
        height: 50px;
        fill: none;
        stroke: currentColor; }
      .brand-slider .halo-brand-slider .slick-prev:hover, .brand-slider .halo-brand-slider .slick-prev:focus,
      .brand-slider .halo-brand-slider .slick-next:hover,
      .brand-slider .halo-brand-slider .slick-next:focus {
        background: transparent;
        color: #ff4000;
        box-shadow: none; }
      .brand-slider .halo-brand-slider .slick-prev.slick-disabled,
      .brand-slider .halo-brand-slider .slick-next.slick-disabled {
        opacity: 0.35; }
    .brand-slider .halo-brand-slider .slick-prev {
      left: -48px;
      transform: translateY(-50%) scaleX(-1); }
    .brand-slider .halo-brand-slider .slick-next {
      right: -48px;
      transform: translateY(-50%); }
  @media (min-width: 1920px) {
    .brand-slider > .brand-slider__container {
      max-width: 1920px !important;
      padding-right: 50px;
      padding-left: 50px;
      overflow-x: clip;
      overflow-y: visible; }
      .brand-slider > .brand-slider__container:has(.slick-initialized) {
        overflow: visible; }
    .brand-slider .halo-brand-slider {
      width: 100% !important;
      max-width: 1590px;
      min-width: 0; }
      .brand-slider .halo-brand-slider .slick-prev {
        left: -115px; }
      .brand-slider .halo-brand-slider .slick-next {
        right: -115px; } }
  .brand-slider .halo-item {
    margin: 0 10px;
    display: flex;
    height: 160px;
    padding: 15px 40px;
    justify-content: center;
    align-items: center;
    background: #F5F5F5;
    box-sizing: border-box; }
    @media (max-width: 767px) {
      .brand-slider .halo-item {
        height: 100px;
        padding: 10px 20px;
        margin: 0 5px; } }
    .brand-slider .halo-item .halo-item-row {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 218px;
      height: 130px;
      overflow: hidden; }
      .brand-slider .halo-item .halo-item-row .img-brand {
        width: 100%;
        height: 100%;
        max-height: 130px;
        max-width: 218px;
        flex-shrink: 0;
        object-fit: contain; }
  @media screen and (min-width: 1025px) and (max-width: 1599.98px) {
    .brand-slider {
      padding: 36px 0; }
      .brand-slider .halo-brand-slider {
        width: calc(100% - 80px);
        margin-inline: auto; }
        .brand-slider .halo-brand-slider .slick-prev {
          left: -40px; }
        .brand-slider .halo-brand-slider .slick-next {
          right: -40px; }
      .brand-slider .halo-item {
        height: 112px;
        padding: 12px 20px; }
        .brand-slider .halo-item .halo-item-row {
          width: 100%;
          height: 88px; }
          .brand-slider .halo-item .halo-item-row .img-brand {
            max-height: 88px; } }
  @media (max-width: 1024px) {
    .brand-slider .halo-brand-slider {
      display: none !important; }
    .brand-slider .halo-brand-grid-mobile {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      width: 100%; }
    .brand-slider .halo-brand-grid-mobile__item {
      display: flex;
      aspect-ratio: 298 / 160;
      padding: 9.375% 13.76%;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      background: #f5f5f5;
      box-sizing: border-box; }
      .brand-slider .halo-brand-grid-mobile__item img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain; } }
  @media (max-width: 767px) {
    .brand-slider {
      padding: 20px 0; }
      .brand-slider > .container {
        max-width: none !important;
        padding-right: 16px;
        padding-left: 16px; }
      .brand-slider .section-title {
        padding: 0 0 12px; }
        .brand-slider .section-title .section-heading {
          font-size: 24px;
          line-height: normal; }
      .brand-slider .halo-brand-grid-mobile {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px; }
      .brand-slider .halo-brand-grid-mobile__item {
        aspect-ratio: 223.2558 / 120; } }

/* Categories — Figma 1721:4256 (tile 332×386, gap 20, #222, label 54) */
.section-category-featured {
  padding: 32px 0; }
  .section-category-featured .container {
    max-width: 1920px;
    padding-left: clamp(16px, 4.1667vw, 75px);
    padding-right: clamp(16px, 4.1667vw, 75px); }
    @media screen and (min-width: 1025px) and (max-width: 1599.98px) {
      .section-category-featured .container {
        padding-left: clamp(24px, 2.083333vw, 32px);
        padding-right: clamp(24px, 2.083333vw, 32px); } }
    .section-category-featured .container .section-title {
      padding-bottom: 54px; }
      @media (max-width: 1024px) {
        .section-category-featured .container .section-title {
          padding-bottom: 32px; } }
      @media (max-width: 767px) {
        .section-category-featured .container .section-title {
          padding-bottom: 24px; } }
      @media (max-width: 550px) {
        .section-category-featured .container .section-title {
          padding-bottom: 0; } }
    .section-category-featured .container .section-content {
      width: 100%;
      max-width: 1760px;
      margin-right: auto;
      margin-left: auto; }
    .section-category-featured .container .section-sub-content {
      height: 386px;
      background: #222;
      position: relative;
      margin: 0 10px 20px 10px;
      display: flex;
      flex-direction: column; }
      .section-category-featured .container .section-sub-content:hover .category-image .category-subcontent {
        display: block; }
      .section-category-featured .container .section-sub-content:hover .category-title {
        background: #ff4000; }
        .section-category-featured .container .section-sub-content:hover .category-title .category-content {
          color: #fff; }
      .section-category-featured .container .section-sub-content .category-image {
        position: relative;
        height: 332px;
        padding: 25px;
        flex: 1 1 auto;
        overflow: hidden; }
        .section-category-featured .container .section-sub-content .category-image .category-img {
          display: block;
          width: calc(100% + 50px);
          max-width: none;
          height: 332px;
          max-height: none;
          aspect-ratio: auto;
          object-fit: contain;
          margin: -25px; }
        .section-category-featured .container .section-sub-content .category-image .category-subcontent {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.7);
          padding: 25px;
          display: none;
          box-sizing: border-box;
          overflow: auto; }
          @media (max-width: 1024px) {
            .section-category-featured .container .section-sub-content .category-image .category-subcontent {
              display: block; } }
          .section-category-featured .container .section-sub-content .category-image .category-subcontent ul {
            margin: 0;
            padding: 0;
            list-style: none; }
            .section-category-featured .container .section-sub-content .category-image .category-subcontent ul li {
              margin: 0 0 15px 0;
              padding: 0;
              line-height: normal; }
              .section-category-featured .container .section-sub-content .category-image .category-subcontent ul li a {
                color: #fff;
                font-size: 15px; }
                .section-category-featured .container .section-sub-content .category-image .category-subcontent ul li a.cateviewLink {
                  font-weight: 700;
                  text-decoration: underline; }
                  .section-category-featured .container .section-sub-content .category-image .category-subcontent ul li a.cateviewLink.link-effect {
                    text-decoration: none; }
                .section-category-featured .container .section-sub-content .category-image .category-subcontent ul li a:hover, .section-category-featured .container .section-sub-content .category-image .category-subcontent ul li a:focus {
                  color: #ff4000; }
              .section-category-featured .container .section-sub-content .category-image .category-subcontent ul li:last-child {
                margin: 0; }
      .section-category-featured .container .section-sub-content .category-title {
        background: rgba(0, 0, 0, 0.8);
        font-size: 24px;
        color: #ccc;
        line-height: 24px;
        letter-spacing: 0.25px;
        text-align: center;
        padding: 15px 20px;
        margin: 0;
        min-height: 54px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center; }
        .section-category-featured .container .section-sub-content .category-title .category-content {
          color: #ccc;
          display: block;
          width: 100%;
          overflow: hidden; }
  .section-category-featured .center-hor {
    text-align: center; }
    .section-category-featured .center-hor .button {
      margin-top: 54px;
      margin-bottom: 0; }
  @media screen and (min-width: 1025px) and (max-width: 1599.98px) {
    .section-category-featured .container .section-title {
      padding-bottom: 28px; }
    .section-category-featured .container .section-sub-content {
      height: auto; }
      .section-category-featured .container .section-sub-content .category-image {
        flex: none;
        height: auto;
        aspect-ratio: 1;
        padding: 0; }
        .section-category-featured .container .section-sub-content .category-image .category-img {
          width: 100%;
          height: 100%;
          min-height: 0;
          max-height: 100%;
          margin: 0; }
      .section-category-featured .container .section-sub-content .category-title {
        flex: 1 1 auto;
        min-height: 48px;
        padding: 12px;
        font-size: 18px;
        line-height: 24px; }
    .section-category-featured .center-hor .button {
      margin-top: 24px; } }
  @media (max-width: 1499px) {
    .section-category-featured .section-content {
      display: grid;
      grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 1024px) {
    .section-category-featured .section-content {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 768px) {
    .section-category-featured .section-content {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 551px) {
    .section-category-featured {
      padding: 32px 0; }
      .section-category-featured > .container {
        display: flex;
        max-width: none;
        padding-right: 10px;
        padding-left: 10px;
        flex-direction: column;
        gap: 12px;
        align-items: center; }
      .section-category-featured .section-title {
        width: 100%;
        padding: 0; }
        .section-category-featured .section-title .section-heading {
          font-size: 24px;
          line-height: normal;
          text-transform: none; }
      .section-category-featured .section-content {
        display: flex;
        width: calc(100vw - 40px);
        max-width: 350px;
        gap: 10px;
        overflow-x: auto;
        overflow-y: hidden;
        overscroll-behavior-x: contain;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch; }
        .section-category-featured .section-content::-webkit-scrollbar {
          display: none; }
      .section-category-featured .container .section-sub-content {
        flex: 0 0 330px;
        width: 330px;
        height: 384px;
        margin: 0;
        scroll-snap-align: start; }
        .section-category-featured .container .section-sub-content .category-image {
          flex: 0 0 330px;
          width: 100%;
          height: 330px;
          padding: 25px;
          overflow: hidden; }
          .section-category-featured .container .section-sub-content .category-image .category-img {
            width: calc(100% + 50px);
            max-width: none;
            height: calc(100% + 50px);
            max-height: none;
            aspect-ratio: auto;
            margin: -25px;
            object-fit: cover; }
          .section-category-featured .container .section-sub-content .category-image .category-subcontent {
            height: 330px;
            overflow: hidden; }
        .section-category-featured .container .section-sub-content .category-title {
          flex: 0 0 54px;
          height: 54px;
          min-height: 54px; }
        .section-category-featured .container .section-sub-content:hover .category-title {
          background: rgba(0, 0, 0, 0.8); }
          .section-category-featured .container .section-sub-content:hover .category-title .category-content {
            color: #cccccc; }
      .section-category-featured .center-hor .button {
        display: inline-flex;
        height: 54px;
        min-height: 54px;
        margin: 0;
        padding: 0 32px;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: 700;
        line-height: 21px;
        letter-spacing: 1px; } }
  @media (min-width: 1500px) {
    .section-category-featured .section-content {
      display: grid;
      grid-template-columns: repeat(5, 1fr); } }

/* lines 3327-3361 */
.section-about-us {
  background: #F8F8F8;
  padding: 60px 0; }
  .section-about-us .section-title {
    padding: 0 0 60px;
    text-align: left; }
    @media (max-width: 767px) {
      .section-about-us .section-title {
        text-align: center;
        padding: 0 0 30px; } }
  @media (max-width: 767px) {
    .section-about-us {
      padding: 0 !important; }
      .section-about-us .container {
        display: flex;
        flex-direction: column; }
      .section-about-us .about-us-image {
        order: 1; }
      .section-about-us .about-us-text {
        order: 3; }
        .section-about-us .about-us-text .about-us-company {
          font-size: 16px; }
      .section-about-us .section-title {
        order: 2; } }
  .section-about-us .about-us-text {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left; }
    @media (max-width: 767px) {
      .section-about-us .about-us-text {
        font-size: 16px; } }
    .section-about-us .about-us-text .about-us-company {
      font-size: 24px;
      font-weight: 700;
      line-height: 36px;
      margin: 0 0 27px;
      color: #1e1e1e; }
    .section-about-us .about-us-text p {
      margin-bottom: 32px;
      color: #1e1e1e;
      line-height: 28px; }
    .section-about-us .about-us-text .button-wrapper {
      text-align: left; }
      @media (max-width: 767px) {
        .section-about-us .about-us-text .button-wrapper {
          text-align: center; } }
  .section-about-us .about-us-image {
    margin-bottom: 32px;
    overflow: hidden; }
    .section-about-us .about-us-image img {
      width: 100%;
      height: auto;
      max-height: 474px;
      object-fit: cover;
      display: block; }
  @media screen and (min-width: 1025px) and (max-width: 1599.98px) {
    .section-about-us {
      padding: 40px 0; }
      .section-about-us .section-title {
        padding-bottom: 28px; }
      .section-about-us .about-us-image img {
        max-height: 300px; }
      .section-about-us .about-us-text {
        font-size: 16px; }
        .section-about-us .about-us-text p {
          margin-bottom: 20px;
          line-height: 24px; }
        .section-about-us .about-us-text .about-us-company {
          margin-bottom: 20px;
          font-size: 22px;
          line-height: 30px; } }
  @media (max-width: 768.01px) {
    .section-about-us {
      padding: 40px 0; }
      .section-about-us > .container {
        display: flex;
        max-width: none !important;
        padding-right: 16px;
        padding-left: 16px;
        flex-direction: column;
        gap: 20px; }
      .section-about-us .section-title {
        width: 100%;
        padding: 0;
        text-align: center; }
        .section-about-us .section-title .section-heading {
          font-size: 24px;
          line-height: 30px; }
      .section-about-us .about-us-image {
        width: 100%;
        margin-bottom: 0; }
        .section-about-us .about-us-image img {
          width: 100%;
          height: 200px;
          max-height: none;
          object-fit: cover; }
      .section-about-us .about-us-text {
        width: 100%;
        font-size: 16px;
        line-height: 24px; }
        .section-about-us .about-us-text .about-us-company {
          margin: 0 0 16px;
          font-size: 24px;
          line-height: 32px; }
        .section-about-us .about-us-text p {
          margin: 0 0 16px;
          line-height: 24px; }
          .section-about-us .about-us-text p:last-of-type {
            margin-bottom: 24px; }
        .section-about-us .about-us-text .button-wrapper {
          width: 100%;
          text-align: left; } }

/* Industries served — desktop grid; mobile carousel Figma 1719:7961 */
.section-industries-service {
  padding: 50px 0 100px; }
  .section-industries-service .section-title {
    padding-bottom: 30px; }
  .section-industries-service .industries-served-wrapper {
    display: flex;
    width: 100%;
    gap: 20px; }
    .section-industries-service .industries-served-wrapper .card-item {
      width: calc((100% - 100px) / 6);
      margin: 0; }
      .section-industries-service .industries-served-wrapper .card-item .wrapper-card {
        padding: 0; }
        .section-industries-service .industries-served-wrapper .card-item .wrapper-card .industries-card-placeholder {
          overflow: hidden; }
          .section-industries-service .industries-served-wrapper .card-item .wrapper-card .industries-card-placeholder .industries-card-image {
            width: 100%;
            height: 200px;
            min-height: 200px;
            object-fit: cover;
            display: block; }
        .section-industries-service .industries-served-wrapper .card-item .wrapper-card .card-title {
          margin: 24px 0 0;
          text-align: center;
          font-size: 18px;
          font-weight: 700;
          line-height: 28px;
          text-transform: uppercase;
          color: #1e1e1e; }
    @media (max-width: 1200px) and (min-width: 1025px) {
      .section-industries-service .industries-served-wrapper {
        flex-wrap: wrap; }
        .section-industries-service .industries-served-wrapper .card-item {
          width: calc((100% - 40px) / 3); } }
  @media screen and (min-width: 1025px) and (max-width: 1599.98px) {
    .section-industries-service {
      padding: 40px 0; }
      .section-industries-service .industries-served-wrapper .card-item .wrapper-card .industries-card-placeholder .industries-card-image {
        height: 160px;
        min-height: 160px; }
      .section-industries-service .industries-served-wrapper .card-item .wrapper-card .card-title {
        margin-top: 16px;
        font-size: 16px;
        line-height: 24px; } }
  @media (max-width: 1024px) {
    .section-industries-service {
      padding: 24px 0; }
      .section-industries-service > .container {
        display: flex;
        max-width: none !important;
        padding-right: 16px;
        padding-left: 16px;
        flex-direction: column;
        gap: 20px;
        align-items: center; }
      .section-industries-service .section-title {
        width: 100%;
        padding: 0; }
        .section-industries-service .section-title .section-heading {
          font-size: 24px;
          line-height: 30px; }
      .section-industries-service .industries-served-wrapper {
        flex-wrap: nowrap;
        justify-content: flex-start;
        width: calc(100% + 16px);
        align-self: flex-start;
        gap: 16px;
        padding-right: 55px;
        overflow-x: auto;
        overflow-y: hidden;
        overscroll-behavior-x: contain;
        scroll-padding-right: 55px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch; }
        .section-industries-service .industries-served-wrapper::-webkit-scrollbar {
          display: none; }
        .section-industries-service .industries-served-wrapper .card-item {
          --iat-rail-card: 175px;
          flex: 0 0 var(--iat-rail-card);
          width: var(--iat-rail-card);
          scroll-snap-align: start; }
          .section-industries-service .industries-served-wrapper .card-item .wrapper-card {
            display: flex;
            flex-direction: column;
            gap: 12px;
            align-items: center; }
            .section-industries-service .industries-served-wrapper .card-item .wrapper-card .industries-card-placeholder {
              width: 100%;
              aspect-ratio: 155 / 150;
              overflow: hidden; }
              .section-industries-service .industries-served-wrapper .card-item .wrapper-card .industries-card-placeholder .industries-card-image {
                width: 100%;
                height: 100%;
                min-height: 0;
                object-fit: cover;
                border-radius: 0; }
            .section-industries-service .industries-served-wrapper .card-item .wrapper-card .card-title {
              display: block;
              min-height: 44px;
              margin: 0;
              font-size: 16px;
              font-weight: 700;
              line-height: 20px;
              text-align: center;
              text-transform: none; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .section-industries-service .industries-served-wrapper {
      --iat-rail-peek: 55px; }
      .section-industries-service .industries-served-wrapper .card-item {
        --iat-rail-card: calc((100vw - 103px) / 3); } }

.section-policy-block .container {
  padding: 10px 20px;
  background: #ebebeb; }

.section-policy-block .policy_service {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px; }
  @media (max-width: 1299px) {
    .section-policy-block .policy_service {
      flex-wrap: wrap;
      gap: 0; }
      .section-policy-block .policy_service .service-item {
        width: 50% !important; } }
  @media (max-width: 551px) {
    .section-policy-block .policy_service .service-item {
      width: 100% !important; } }
  .section-policy-block .policy_service .service-item {
    position: relative;
    text-align: center;
    padding: 0 24px;
    width: 25%; }
    @media (max-width: 1299px) {
      .section-policy-block .policy_service .service-item {
        padding: 0 10px; } }
    .section-policy-block .policy_service .service-item .service-wrapper {
      display: flex;
      align-items: center;
      gap: 20px; }
      .section-policy-block .policy_service .service-item .service-wrapper .service-content {
        text-align: left; }
    .section-policy-block .policy_service .service-item .service-icon {
      height: 80px;
      width: 80px; }
    .section-policy-block .policy_service .service-item .title {
      font-size: 18px;
      font-weight: 700;
      line-height: 1.5;
      text-transform: uppercase;
      color: #FF4000;
      margin: 20px 0 6px; }
    .section-policy-block .policy_service .service-item .description {
      font-size: 14px;
      font-weight: 400;
      line-height: 1.5;
      color: #373839; }

/* Programs — Figma 1689:8030 (card 502, gap 32, image 480, pad 30) */
.section-program {
  padding: 50px 0 60px; }
  .section-program .program-heading-mobile {
    display: none; }
  .section-program > .container {
    overflow-x: clip;
    overflow-y: visible; }
  .section-program .section-title {
    padding: 0 0 30px; }
  .section-program .program-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden; }
    @media (min-width: 1025px) {
      .section-program .program-wrapper:not(.slick-initialized) {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 32px; }
        .section-program .program-wrapper:not(.slick-initialized) .program-item {
          padding: 0; }
          .section-program .program-wrapper:not(.slick-initialized) .program-item:nth-child(n + 4) {
            display: none; }
      .section-program .program-wrapper.slick-initialized {
        display: block; }
      .section-program .program-wrapper .slick-list {
        margin: 0 -16px; }
      .section-program .program-wrapper .slick-track {
        display: flex;
        align-items: stretch; }
      .section-program .program-wrapper .slick-slide {
        height: auto;
        float: none;
        flex: 0 0 auto; }
        .section-program .program-wrapper .slick-slide > div {
          height: 100%; } }
  .section-program .program-item {
    margin: 0;
    padding: 0 16px;
    height: 100%;
    box-sizing: border-box; }
  .section-program .program-box {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    background: #fff; }
  .section-program .program-image {
    position: relative;
    background: #4d4d4d;
    line-height: 0;
    overflow: hidden; }
    .section-program .program-image img {
      width: 100%;
      height: auto;
      aspect-ratio: 502 / 480;
      object-fit: cover;
      object-position: center top;
      display: block;
      border-radius: 0; }
  .section-program .program-content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 30px;
    background: #f8f8f8; }
    .section-program .program-content .title {
      margin: 0 0 16px;
      font-size: 24px;
      font-weight: 700;
      line-height: 36px;
      color: #1e1e1e;
      min-height: 36px; }
      .section-program .program-content .title a {
        color: inherit;
        text-decoration: none; }
        .section-program .program-content .title a::after {
          content: '';
          position: absolute;
          inset: 0;
          z-index: 1; }
        .section-program .program-content .title a:hover, .section-program .program-content .title a:focus {
          color: #ff4000; }
    .section-program .program-content .description {
      margin: 0 0 32px;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      color: #1e1e1e;
      min-height: 72px;
      flex: 1 1 auto; }
    .section-program .program-content .button {
      position: relative;
      z-index: 2;
      align-self: flex-start;
      margin: 0; }
  .section-program .btn-discover {
    text-align: center;
    margin-top: 30px; }
    .section-program .btn-discover .button {
      margin-bottom: 0; }
  @media screen and (min-width: 1025px) and (max-width: 1599.98px) {
    .section-program {
      padding: 40px 0; }
      .section-program .program-image img {
        aspect-ratio: 16 / 10; }
      .section-program .program-content {
        padding: 24px; }
        .section-program .program-content .title {
          font-size: 20px;
          line-height: 28px; }
        .section-program .program-content .description {
          margin-bottom: 24px; } }
  @media (max-width: 1024px) {
    .section-program {
      padding: 24px 0; }
      .section-program > .container {
        display: flex;
        max-width: none !important;
        padding: 0 16px;
        flex-direction: column;
        gap: 20px;
        align-items: center;
        overflow-x: visible; }
      .section-program .section-title {
        width: 100%;
        padding: 0; }
        .section-program .section-title .section-heading {
          font-size: 24px;
          line-height: normal;
          text-align: center; }
      .section-program .program-wrapper {
        --iat-rail-card: 320px;
        display: grid;
        grid-template-rows: repeat(3, 80px);
        grid-template-columns: none;
        grid-auto-flow: column;
        grid-auto-columns: var(--iat-rail-card);
        gap: 16px;
        width: calc(100% + 16px);
        height: 272px;
        margin: 0;
        align-self: flex-start;
        overflow-x: auto;
        overflow-y: hidden;
        overscroll-behavior-x: contain;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch; }
        .section-program .program-wrapper::-webkit-scrollbar {
          display: none; }
        .section-program .program-wrapper .slick-list,
        .section-program .program-wrapper .slick-track {
          display: contents; }
        .section-program .program-wrapper .slick-slide {
          float: none;
          width: auto !important;
          height: auto;
          flex: none; }
        .section-program .program-wrapper .program-item {
          display: block;
          width: var(--iat-rail-card);
          max-width: var(--iat-rail-card);
          height: 80px;
          margin: 0;
          padding: 0;
          scroll-snap-align: start; }
      .section-program .program-box {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        height: 80px;
        overflow: hidden;
        background: #f8f8f8; }
      .section-program .program-image {
        position: relative;
        flex: 0 0 auto;
        width: auto;
        height: 80px;
        aspect-ratio: 136 / 94;
        background: transparent;
        line-height: 0;
        overflow: hidden; }
        .section-program .program-image img {
          display: block;
          width: 100%;
          height: 100%;
          aspect-ratio: auto;
          object-fit: cover;
          object-position: center; }
      .section-program .program-content {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        min-width: 0;
        height: 80px;
        padding: 12px;
        background: transparent; }
        .section-program .program-content .title {
          display: flex;
          flex-direction: column;
          justify-content: center;
          width: 100%;
          height: 40px;
          min-height: 40px;
          margin: 0;
          overflow: visible;
          color: #1e1e1e;
          font-size: 16px;
          font-weight: 700;
          line-height: 20px;
          word-break: break-word; }
          .section-program .program-content .title a {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: visible;
            color: #1e1e1e;
            text-decoration: none; }
            .section-program .program-content .title a:hover, .section-program .program-content .title a:focus {
              color: #1e1e1e; }
        .section-program .program-content .description,
        .section-program .program-content .button,
        .section-program .program-content a.button,
        .section-program .program-content .button--primary,
        .section-program .program-content .button--large {
          display: none !important; }
      .section-program .btn-discover {
        margin: 0; }
        .section-program .btn-discover .button {
          display: inline-flex;
          width: auto;
          min-width: 185px;
          height: 53px;
          min-height: 53px;
          margin: 0;
          padding: 16px 33px;
          align-items: center;
          justify-content: center;
          border-radius: 30px;
          background: #ff4000;
          color: #fff;
          font-size: 14px;
          font-weight: 700;
          line-height: 21px;
          letter-spacing: 1px;
          text-transform: uppercase;
          white-space: nowrap; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .section-program .program-wrapper {
      --iat-rail-card: calc((100vw - 80px) / 2);
      justify-content: center; } }

/* lines 3573-3584 */
.section-product-block {
  background: #F8F8F8;
  padding: 60px 0 30.38px; }
  .section-product-block .section-title {
    padding-bottom: 48px; }
  .section-product-block .home-product-rail {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
    width: 100%;
    max-width: 1433px;
    margin: 0 auto; }
    .section-product-block .home-product-rail::before, .section-product-block .home-product-rail::after {
      display: none;
      content: none; }
    .section-product-block .home-product-rail > .product {
      min-width: 0;
      width: auto;
      max-width: none;
      padding: 0; }
  @media screen and (min-width: 1025px) and (max-width: 1599.98px) {
    .section-product-block {
      padding: 40px 0 24px; }
      .section-product-block .section-title {
        padding-bottom: 28px; }
      .section-product-block .home-product-rail {
        max-width: 100%;
        gap: 12px; } }
  @media (min-width: 769px) and (max-width: 1199px) {
    .section-product-block .home-product-rail {
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media (max-width: 768.01px) {
    .section-product-block {
      padding: 30px 0; }
      .section-product-block > .container {
        max-width: none !important;
        padding-right: 16px;
        padding-left: 16px; }
      .section-product-block .section-title {
        padding-bottom: 24px; }
      .section-product-block .home-product-rail {
        --iat-rail-card: 280px;
        display: flex;
        width: calc(100% + 16px);
        margin: 0;
        padding: 0 16px 0 0;
        flex-flow: row nowrap;
        gap: 16px;
        overflow-x: auto;
        overflow-y: hidden;
        overscroll-behavior-x: contain;
        scroll-padding-right: 16px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch; }
        .section-product-block .home-product-rail::before, .section-product-block .home-product-rail::after {
          display: none;
          content: none; }
        .section-product-block .home-product-rail::-webkit-scrollbar {
          display: none; }
        .section-product-block .home-product-rail .product {
          display: block;
          flex: 0 0 var(--iat-rail-card);
          width: var(--iat-rail-card);
          max-width: 347px;
          padding: 0;
          scroll-snap-align: start;
          white-space: normal; }
        .section-product-block .home-product-rail .card {
          width: 100%;
          margin: 0; } }
  @media (min-width: 600px) and (max-width: 768.01px) {
    .section-product-block .home-product-rail {
      --iat-rail-card: calc((100vw - 32px) / 2); } }

/* Blog — Figma 1721:4626 (card 502, gap 32, image 480, detail py 30) */
.section-blog-home {
  padding: 60px 0 100px; }
  .section-blog-home .section-title {
    padding: 0 0 30px; }
  .section-blog-home .blog-row-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
    height: 738px;
    align-items: start; }
    @media (min-width: 1025px) {
      .section-blog-home .blog-row-wrapper {
        height: auto; } }
  .section-blog-home .blog-col {
    min-width: 0;
    margin: 0; }
  .section-blog-home .blog-box {
    padding: 0;
    background: transparent;
    box-shadow: none;
    border: 0; }
  .section-blog-home .blogImg {
    display: block;
    line-height: 0;
    overflow: hidden;
    border-radius: 0; }
    .section-blog-home .blogImg img {
      width: 100%;
      height: auto;
      aspect-ratio: 502 / 480;
      max-height: none;
      object-fit: cover;
      object-position: center;
      display: block;
      border-radius: 0; }
  .section-blog-home .blog-detail {
    padding: 30px 0 0;
    display: flex;
    flex-direction: column;
    gap: 12px; }
    .section-blog-home .blog-detail .post-info {
      margin: 0;
      font-size: 12px;
      font-style: italic;
      font-weight: 400;
      line-height: 18px;
      color: #1e1e1e;
      font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif; }
      .section-blog-home .blog-detail .post-info .author,
      .section-blog-home .blog-detail .post-info .date {
        font-style: italic; }
    .section-blog-home .blog-detail .post-title {
      margin: 0;
      min-height: 72px; }
      .section-blog-home .blog-detail .post-title a {
        font-size: 24px;
        font-weight: 700;
        line-height: 36px;
        color: #1e1e1e;
        text-transform: none;
        text-decoration: none; }
        .section-blog-home .blog-detail .post-title a:hover, .section-blog-home .blog-detail .post-title a:focus {
          color: #ff4000; }
    .section-blog-home .blog-detail .post-summary {
      margin: 0;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      color: #1e1e1e;
      font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif; }
      .section-blog-home .blog-detail .post-summary .btn-read-more {
        color: inherit;
        text-decoration: underline;
        font-weight: 400; }
        .section-blog-home .blog-detail .post-summary .btn-read-more:hover, .section-blog-home .blog-detail .post-summary .btn-read-more:focus {
          color: #ff4000; }
  .section-blog-home .btn-discover {
    text-align: center;
    margin-top: 30px; }
  @media screen and (min-width: 1025px) and (max-width: 1599.98px) {
    .section-blog-home {
      padding: 40px 0; }
      .section-blog-home .blog-detail {
        padding-top: 20px; }
        .section-blog-home .blog-detail .post-title {
          min-height: 0; }
          .section-blog-home .blog-detail .post-title a {
            font-size: 20px;
            line-height: 28px; } }
  @media (min-width: 769px) and (max-width: 1024px) {
    .section-blog-home {
      padding: 40px 0; }
      .section-blog-home .blog-row-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
        height: auto; } }
  @media (max-width: 768.01px) {
    .section-blog-home {
      padding: 20px 0 24px; }
      .section-blog-home > .container {
        max-width: none !important;
        padding-right: 16px;
        padding-left: 16px; }
      .section-blog-home .section-title {
        padding: 0 0 16px; }
        .section-blog-home .section-title .section-heading {
          text-transform: none; }
      .section-blog-home .blog-row-wrapper {
        --iat-rail-card: clamp(220px, 61.54vw, 240px);
        display: flex;
        width: calc(100% + 16px);
        height: auto;
        padding-right: 16px;
        align-items: flex-start;
        gap: 20px;
        overflow-x: auto;
        overflow-y: hidden;
        overscroll-behavior-x: contain;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch; }
        .section-blog-home .blog-row-wrapper::-webkit-scrollbar {
          display: none; }
      .section-blog-home .blog-col {
        flex: 0 0 var(--iat-rail-card);
        width: var(--iat-rail-card);
        scroll-snap-align: start; }
      .section-blog-home .blogImg img {
        aspect-ratio: 3 / 4; }
      .section-blog-home .blog-detail {
        padding-top: 19px;
        gap: 6px; }
        .section-blog-home .blog-detail .post-info {
          overflow: hidden;
          font-size: 10px;
          line-height: 14px;
          text-overflow: ellipsis;
          white-space: nowrap; }
        .section-blog-home .blog-detail .post-title {
          min-height: 60px; }
          .section-blog-home .blog-detail .post-title a {
            display: -webkit-box;
            overflow: hidden;
            font-size: 16px;
            line-height: 20px;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3; }
        .section-blog-home .blog-detail .post-summary {
          display: none; }
      .section-blog-home .btn-discover {
        margin-top: 22px; }
        .section-blog-home .btn-discover .button {
          width: 185px;
          min-width: 0;
          box-sizing: border-box;
          padding-right: 16px;
          padding-left: 16px; } }
  @media (min-width: 600px) and (max-width: 768.01px) {
    .section-blog-home .blog-row-wrapper {
      --iat-rail-card: calc((100vw - 106px) / 2); } }

/* Shopper Approved — Figma 1689:8070. The widget markup/data remains vendor-owned. */
[data-content-region="home_below_featured_products"] {
  min-height: 322.56px;
  padding-top: 60px; }
  [data-content-region="home_below_featured_products"]:has(.sa-slide-modal.active) {
    position: relative;
    z-index: 9999; }
  @media screen and (min-width: 1025px) and (max-width: 1599.98px) {
    [data-content-region="home_below_featured_products"] {
      min-height: 0;
      padding-top: 40px;
      padding-bottom: 24px; } }
  [data-content-region="home_below_featured_products"] .SA__wrapper .SA__more_review {
    padding: 0 !important; }
  [data-content-region="home_below_featured_products"] #SA_wrapper_85fFXPJSD0rN .sa-fix-slide > span.sa-logo {
    display: flex !important;
    width: 245.84px !important;
    height: 39.56px !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 0 !important; }
    [data-content-region="home_below_featured_products"] #SA_wrapper_85fFXPJSD0rN .sa-fix-slide > span.sa-logo > span.sa-logo {
      display: block !important;
      width: 168px !important;
      height: 26.04px !important;
      line-height: 0 !important; }
    [data-content-region="home_below_featured_products"] #SA_wrapper_85fFXPJSD0rN .sa-fix-slide > span.sa-logo svg {
      display: block !important;
      width: 168px !important;
      height: 26.04px !important;
      transform: scale(1.4633) !important;
      transform-origin: center !important; }
      [data-content-region="home_below_featured_products"] #SA_wrapper_85fFXPJSD0rN .sa-fix-slide > span.sa-logo svg path {
        fill: #fff !important; }
      [data-content-region="home_below_featured_products"] #SA_wrapper_85fFXPJSD0rN .sa-fix-slide > span.sa-logo svg > path:nth-child(-n + 6),
      [data-content-region="home_below_featured_products"] #SA_wrapper_85fFXPJSD0rN .sa-fix-slide > span.sa-logo svg > path:nth-child(9),
      [data-content-region="home_below_featured_products"] #SA_wrapper_85fFXPJSD0rN .sa-fix-slide > span.sa-logo svg > g:nth-child(7) > g:nth-child(2) path {
        fill: #eb7100 !important; }
  [data-content-region="home_below_featured_products"] #SA_wrapper_85fFXPJSD0rN .sa-fix-slide {
    background: #1E1E1E !important; }
    [data-content-region="home_below_featured_products"] #SA_wrapper_85fFXPJSD0rN .sa-fix-slide > div, [data-content-region="home_below_featured_products"] #SA_wrapper_85fFXPJSD0rN .sa-fix-slide span, [data-content-region="home_below_featured_products"] #SA_wrapper_85fFXPJSD0rN .sa-fix-slide a {
      color: #fff !important; }
  [data-content-region="home_below_featured_products"] #SA_wrapper_85fFXPJSD0rN .sa-slide {
    background: #F7F7F7 !important; }
  [data-content-region="home_below_featured_products"] #SA_wrapper_85fFXPJSD0rN .sa-slide, [data-content-region="home_below_featured_products"] #SA_wrapper_85fFXPJSD0rN .sa-fix-slide {
    border: none !important; }
  [data-content-region="home_below_featured_products"] .sa-slide .sa-rotating-slider-name {
    margin-top: 12px !important; }
  [data-content-region="home_below_featured_products"] .sa-slide .sa-rotating-slider-review {
    margin-top: 12px !important; }
  [data-content-region="home_below_featured_products"] .sa-slide .SA__customer_date {
    margin-top: 6px !important; }
  @media (min-width: 769px) {
    [data-content-region="home_below_featured_products"] .sa-slider-container-main.sa-medium-style {
      overflow: visible !important; }
    [data-content-region="home_below_featured_products"] .SA__container.horizontal {
      width: calc(100% - 30px) !important;
      max-width: 1570px !important;
      height: 262.56px !important;
      margin: 0 auto !important; }
    [data-content-region="home_below_featured_products"] .sa-slider-container-main {
      width: 100% !important;
      height: 215.56px !important;
      padding: 0 !important;
      overflow: hidden !important; }
    [data-content-region="home_below_featured_products"] .sa-slides-contain {
      width: 100% !important;
      height: 203.56px !important; }
    [data-content-region="home_below_featured_products"] .sa-fix-slide {
      flex: 0 0 297px !important;
      width: 297px !important;
      height: 203.56px !important;
      min-height: 203.56px !important;
      max-height: 203.56px !important;
      max-width: none !important;
      margin: 0 32px 0 0 !important;
      padding: 24px !important;
      color: #fff !important;
      background: #1e1e1e !important;
      border-radius: 10px !important; }
      [data-content-region="home_below_featured_products"] .sa-fix-slide a,
      [data-content-region="home_below_featured_products"] .sa-fix-slide span,
      [data-content-region="home_below_featured_products"] .sa-fix-slide div {
        color: #fff !important; }
    [data-content-region="home_below_featured_products"] .sa-slider-container {
      flex: 1 1 auto !important;
      width: auto !important;
      max-width: 1241px !important;
      height: 203.56px !important;
      margin: 0 !important; }
    [data-content-region="home_below_featured_products"] .sa-slider-wrapper {
      height: 203.56px !important; }
    [data-content-region="home_below_featured_products"] .sa-slide {
      width: 403px !important;
      height: 203.56px !important;
      min-height: 203.56px !important;
      max-height: 203.56px !important;
      margin: 0 8px !important;
      padding: 12px !important;
      background: #f7f7f7 !important;
      border-radius: 10px !important; }
    [data-content-region="home_below_featured_products"] .SA__more_review {
      width: 100% !important;
      height: 47px !important;
      margin: 0 !important; } }
  @media (min-width: 1600px) {
    [data-content-region="home_below_featured_products"] button.arrow.right.next {
      right: -60px; }
    [data-content-region="home_below_featured_products"] button.arrow.left.prev {
      left: -60px; } }
  @media (max-width: 768px) {
    [data-content-region="home_below_featured_products"] {
      min-height: 473px;
      padding: 24px 0 25px;
      overflow: hidden; }
      [data-content-region="home_below_featured_products"] > div {
        padding-right: 0 !important;
        padding-left: 0 !important; }
      [data-content-region="home_below_featured_products"] #SA_wrapper_85fFXPJSD0rN,
      [data-content-region="home_below_featured_products"] .SA__container.horizontal {
        width: 100% !important;
        height: auto !important;
        margin: 0 !important; }
      [data-content-region="home_below_featured_products"] .sa-slider-container-main {
        width: 100% !important;
        height: auto !important;
        padding: 0 !important;
        overflow: hidden !important; }
      [data-content-region="home_below_featured_products"] .sa-slides-contain {
        width: 100% !important;
        height: auto !important;
        gap: 24px !important;
        align-items: center !important; }
      [data-content-region="home_below_featured_products"] .sa-rotating-slider-review > p {
        -webkit-line-clamp: 2 !important;
        line-clamp: 2 !important; }
      [data-content-region="home_below_featured_products"] .sa-fix-slide {
        flex: 0 0 203px !important;
        width: 297px !important;
        height: 203px !important;
        min-height: 203px !important;
        max-height: 203px !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 24px !important;
        border: 1px solid #ddd !important;
        border-radius: 10px !important; }
      [data-content-region="home_below_featured_products"] .sa-slider-container {
        flex: 0 0 197px !important;
        width: 100% !important;
        height: 197px !important;
        margin: 0 !important;
        overflow: visible !important; }
      [data-content-region="home_below_featured_products"] .sa-slider-wrapper {
        position: relative !important;
        left: calc(50% - 126px) !important;
        width: 100% !important;
        height: 197px !important; }
      [data-content-region="home_below_featured_products"] .sa-slide {
        flex: 0 0 240px !important;
        width: 240px !important;
        height: 177px !important;
        min-height: 177px !important;
        max-height: 177px !important;
        margin: 10px 6px !important;
        padding: 12px !important;
        border-radius: 10px !important; }
      [data-content-region="home_below_featured_products"] .SA__more_review {
        display: none !important; }
      [data-content-region="home_below_featured_products"] .arrow {
        top: 303px !important;
        bottom: auto !important;
        width: 44px !important;
        height: 45px !important;
        transform: none !important; }
      [data-content-region="home_below_featured_products"] .arrow.left {
        right: auto !important;
        left: -10.5px !important; }
      [data-content-region="home_below_featured_products"] .arrow.right {
        right: -10.5px !important;
        left: auto !important; } }

/* Shared Figma pill geometry for homepage calls to action. */
.section-category-featured,
.section-about-us,
.section-program,
.section-blog-home {
  font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif; }
  .section-category-featured .button.button--large,
  .section-about-us .button.button--large,
  .section-program .button.button--large,
  .section-blog-home .button.button--large {
    display: inline-flex;
    width: auto;
    height: 52px;
    min-height: 52px;
    margin-bottom: 0;
    padding: 14px 32px;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap; }

/* USP */
.usp {
  padding: 38px 0 53px;
  background: url(https://cdn11.bigcommerce.com/s-13fb4/images/stencil/original/image-manager/usp-bg.jpg?t=1745919970) no-repeat center/cover; }

.usp-item {
  position: relative;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 68px; }

.usp-item:not(:last-child):after {
  content: "";
  position: absolute;
  width: 1px;
  height: 117px;
  opacity: 0.5;
  background: #D9D9D9;
  top: 50%;
  right: 0;
  transform: translate(0, -50%); }

.usp-item .icon-wrapper {
  width: 91px;
  height: 91px;
  display: flex;
  justify-content: center;
  align-items: center; }

.usp-list .usp-item:last-child .icon-wrapper {
  align-items: end; }

.usp-desc h5 {
  color: #fff;
  font-family: Jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
  text-align: center;
  margin: 0 0 6px 0;
  text-transform: capitalize !important; }

.usp-desc p {
  color: #FFF;
  font-family: Jost;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  max-width: 175px;
  margin: 0 auto; }

@media screen and (max-width: 1820px) {
  .usp-item {
    padding: 0 50px; }
  .usp-desc h5 {
    font-size: 16px; } }

@media screen and (max-width: 1440px) {
  .usp-item {
    padding: 0 30px; }
  .contact-details br {
    display: none; }
  .contact-list .contact-item:nth-child(1) {
    padding-right: 60px; }
  .contact-list .contact-item:nth-child(2) {
    padding: 0 45px; }
  .contact-list .contact-item:nth-child(3) {
    padding-left: 60px; } }

@media screen and (max-width: 1280px) {
  .usp-item {
    padding: 0 30px; } }

@media screen and (max-width: 1024px) {
  .contact-description {
    font-size: 20px; }
  .contact-list .contact-item:nth-child(1) {
    padding-right: 25px; }
  .contact-list .contact-item:nth-child(2) {
    padding: 0 25px; }
  .contact-list .contact-item:nth-child(3) {
    padding-left: 25px; } }

@media screen and (max-width: 991px) {
  .contact {
    margin: 80px 0 0; } }

@media screen and (max-width: 767px) {
  .usp-item {
    padding: 0 20px; }
  .usp-item:not(:last-child):after {
    display: none; }
  .contact {
    margin: 60px 0 0; } }

/* contact phones */
.contact {
  margin: 80px 0 125px; }

.body .container .contact .container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 10px; }

.contact-description {
  color: #000;
  text-align: center;
  font-family: Jost;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 1311px; }

.contact-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 65px; }

.contact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative; }

.contact-list .contact-item:nth-child(1) {
  padding-right: 114px; }

.contact-list .contact-item:nth-child(2) {
  padding: 0 128px; }

.contact-list .contact-item:nth-child(3) {
  padding-left: 114px; }

.contact-item:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 1px;
  height: 190px;
  background: #D9D9D9; }

.contact-item .icon-wrapper {
  margin-bottom: 25px; }

.contact-details {
  max-width: 307px;
  color: #000;
  text-align: center;
  font-family: Jost;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

.contact-details strong {
  font-weight: 600; }

.contact-link {
  color: #F9A13B;
  font-family: Jost;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font; }

img.iat-lazyload.lazyload:not(.lazyloaded) {
  background-color: #f7f7f7;
  background-image: url("../img/loading.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px 28px; }

.iat-minimum-order-notice {
  margin: 0 0 1rem;
  padding: 0.875rem 1rem;
  border: 1px solid #f0c36d;
  border-radius: 8px;
  background: #fff8e8;
  color: #6d4c00;
  font-weight: 600; }

.iat-trust-guard {
  text-align: center; }
  .iat-trust-guard img {
    max-width: 100%;
    height: auto; }

.iat-trust-guard--footer {
  display: inline-block;
  margin-top: 20px; }
  @media (max-width: 767px) {
    .iat-trust-guard--footer {
      margin-top: 4px; } }

.iat-trust-guard--cart {
  text-align: right; }

.iat-trust-guard--product {
  text-align: center; }
  .iat-trust-guard--product .tgBlockText {
    margin: 0 auto;
    border-collapse: collapse;
    vertical-align: middle; }
  .iat-trust-guard--product .tgBlockImg,
  .iat-trust-guard--product .tgBlockSecure {
    vertical-align: middle; }
  .iat-trust-guard--product .tgfloat-inner {
    width: 16px;
    max-width: 16px;
    border: 0; }

.shopperlink.new-sa-seals {
  display: inline-block;
  margin-top: 20px; }
  @media (max-width: 1024px) {
    .shopperlink.new-sa-seals {
      margin-top: 0; } }
  .shopperlink.new-sa-seals img {
    border-radius: 4px;
    max-width: 100%;
    height: auto; }

@media (max-width: 600px) {
  .iat-trust-guard--cart {
    text-align: center; } }

.iat-product-image-disclaimer {
  margin: 1rem 0 0;
  color: dimgray;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center; }

.iat-product-reviews--in-tab {
  margin: 0;
  padding: 0;
  background: transparent; }

.iat-non-returnable {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin: 0 0 1rem;
  padding: 0.875rem 1rem;
  border: 1px solid #f0c36d;
  border-radius: 8px;
  background: #fff8e8; }
  .iat-non-returnable .icon {
    flex: 0 0 20px;
    width: 20px;
    height: 20px; }
  .iat-non-returnable p {
    margin: 0.25rem 0 0; }

.iat-specifications {
  margin: 0; }

.iat-specifications__row {
  display: grid;
  grid-template-columns: minmax(160px, 0.35fr) 1fr;
  gap: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #e6e6e6; }
  .iat-specifications__row dt {
    font-weight: 600; }
  .iat-specifications__row dd {
    margin: 0; }

.iat-prop65 {
  line-height: 1.6; }

.card.has-availability-info {
  z-index: 4;
  overflow: visible; }
  .card.has-availability-info .card-body,
  .card.has-availability-info .card-info {
    overflow: visible; }

.card-availability {
  min-height: 0; }
  .card-availability .productView-info-name {
    display: none; }
  .card-availability .productView-info-item,
  .card-availability .productView-info-value {
    display: block;
    margin: 0;
    padding: 0;
    float: none; }

.card.card--product .card-body .card-info {
  flex: 0 0 116px;
  height: 116px;
  min-height: 116px;
  overflow: visible; }
  .card.card--product .card-body .card-info > .card-availability {
    display: flex;
    flex: 0 0 18px;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center; }

.card.card--product .card-body .card-info .card-availability .iat-availability {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 4px;
  height: 16px;
  max-width: 100%;
  margin: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; }

.card.card--product .card-body .card-info .card-availability .iat-availability__status {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 16px;
  min-width: 0; }

.card.card--product .card-body .card-info .card-availability .iat-availability__status-icon,
.card.card--product .card-body .card-info .card-availability .iat-availability__trigger {
  display: flex;
  flex-basis: 14px;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  line-height: 1;
  vertical-align: middle; }

.card.card--product .card-body .card-info .card-availability .iat-availability__status-icon,
.card.card--product .card-body .card-info .card-availability .iat-availability__icon {
  display: block;
  width: 14px;
  height: 14px; }

.card.card--product .card-body .card-info .card-availability .iat-availability__text {
  display: block;
  overflow: hidden;
  height: 16px;
  line-height: 16px;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap; }

.iat-availability {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  max-width: 100%;
  margin: 0 0 8px;
  color: #008a06;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3; }
  .iat-availability.is-open::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    height: 12px; }

.iat-availability--available,
.iat-availability[data-availability-status*="in stock"] {
  color: #008a06; }

.iat-availability--special {
  color: #008a06; }

.iat-availability--unavailable,
.iat-availability[data-availability-status*="out of stock"],
.iat-availability[data-availability-status*="sold out"],
.iat-availability[data-availability-status*="unavailable"] {
  color: #cc4749; }

.iat-availability--card {
  display: flex; }

.iat-availability-item .productView-info-value {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px; }

.iat-availability-item .iat-availability {
  margin: 0;
  font-size: inherit; }

.iat-availability__status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0; }

.iat-availability__status-icon {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5; }

.iat-availability__text {
  min-width: 0; }

.iat-availability__trigger {
  display: inline-flex;
  flex: 0 0 18px;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  appearance: none; }
  .iat-availability__trigger:hover, .iat-availability__trigger:focus {
    color: #ff4000;
    background: rgba(0, 0, 0, 0.06); }
  .iat-availability__trigger:focus-visible {
    outline: 2px solid #ff4000;
    outline-offset: 2px; }

.iat-availability__icon {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5; }

.iat-availability__popover {
  display: none;
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
  left: 0;
  z-index: 20;
  width: auto;
  max-width: 280px;
  padding: 14px 32px 14px 14px;
  color: #1e1e1e;
  background: white;
  border: 1px solid #1e1e1e;
  border-radius: 4px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  text-align: left;
  white-space: normal; }
  .iat-availability__popover::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 22px;
    border: 7px solid transparent;
    border-top-color: #1e1e1e; }
  .iat-availability__popover::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 23px;
    z-index: 1;
    border: 6px solid transparent;
    border-top-color: white; }

.iat-availability.is-open .iat-availability__popover,
.iat-availability:hover .iat-availability__popover,
.iat-availability:focus-within .iat-availability__popover {
  display: block !important; }

.iat-availability__close {
  position: absolute;
  top: 6px;
  right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  padding: 0;
  color: #1e1e1e;
  background: transparent;
  border: 0;
  cursor: pointer;
  appearance: none;
  font-size: 18px;
  line-height: 1; }

.iat-availability__message {
  margin: 0; }
  .iat-availability__message strong {
    display: inline;
    margin-right: 0.25em; }

.iat-product-recommendations {
  margin-top: 4rem; }

@media (max-width: 600px) {
  .card.card--product .card-info {
    flex-basis: 110px;
    height: 110px;
    min-height: 110px; }
  .iat-specifications__row {
    grid-template-columns: 1fr;
    gap: 0.25rem; } }

.iat-custom-page {
  font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif; }
  .iat-custom-page .page {
    padding-bottom: 0; }
  .iat-custom-page .breadcrumbs {
    padding-bottom: 20px; }
    .iat-custom-page .breadcrumbs .breadcrumb a {
      font-size: 14px;
      font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif; }
  .iat-custom-page .page-heading {
    line-height: 1.25; }
  @media screen and (min-width: 1025px) and (max-width: 1599.98px) {
    .iat-custom-page .page-heading {
      font-size: clamp(28px, 2.5vw, 40px);
      margin-bottom: 28px; }
    .iat-custom-page .breadcrumbs {
      padding-top: 16px;
      padding-bottom: 16px; } }
  .iat-custom-page .iat-custom-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    list-style: none;
    margin: 0; }
    .iat-custom-page .iat-custom-grid--categories {
      grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .iat-custom-page .iat-custom-grid__item {
      min-width: 0;
      width: 100%; }
  @media (min-width: 1025px) {
    .iat-custom-page .iat-custom-grid--two,
    .iat-custom-page .iat-custom-grid--three {
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media (min-width: 1200px) {
    .iat-custom-page .iat-custom-grid--three {
      grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .iat-custom-page .iat-custom-grid--categories {
      grid-template-columns: repeat(4, minmax(0, 1fr)); } }
  @media (max-width: 1199px) {
    .iat-custom-page .breadcrumbs {
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media (max-width: 550px) {
    .iat-custom-page .page-heading {
      margin-top: 20px; } }
  .iat-custom-page .custom-navigation {
    max-width: 1000px;
    margin: 0 auto; }
    .iat-custom-page .custom-navigation .navBar-section {
      float: unset;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap;
      gap: 0;
      list-style: none; }
      .iat-custom-page .custom-navigation .navBar-section .navBar-item {
        float: unset;
        margin: 0;
        flex: 0 0 33.3333%;
        padding: 24px;
        background-color: #F7F7F7; }
        .iat-custom-page .custom-navigation .navBar-section .navBar-item .navBar-action {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          gap: 12px;
          padding: 0;
          line-height: 1.4;
          padding: 0; }
          .iat-custom-page .custom-navigation .navBar-section .navBar-item .navBar-action .icon {
            width: 32px;
            height: 32px; }
          .iat-custom-page .custom-navigation .navBar-section .navBar-item .navBar-action .text {
            display: inline-block;
            line-height: 1.2;
            font-weight: 700;
            font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif; }
        .iat-custom-page .custom-navigation .navBar-section .navBar-item:hover {
          background-color: #FF4000; }
          .iat-custom-page .custom-navigation .navBar-section .navBar-item:hover .navBar-action {
            background-color: #FF4000;
            color: #ffffff; }
            .iat-custom-page .custom-navigation .navBar-section .navBar-item:hover .navBar-action .text {
              color: #ffffff; }
            .iat-custom-page .custom-navigation .navBar-section .navBar-item:hover .navBar-action .icon svg {
              fill: #ffffff; }
      .iat-custom-page .custom-navigation .navBar-section:not(:hover) .navBar-action .text {
        color: dimgray; }
      .iat-custom-page .custom-navigation .navBar-section::before, .iat-custom-page .custom-navigation .navBar-section::after {
        display: none; }
    .iat-custom-page .custom-navigation .navigation-banner .img-box {
      position: relative; }
      .iat-custom-page .custom-navigation .navigation-banner .img-box::after {
        content: "";
        display: block;
        height: 0;
        padding-bottom: 100%;
        width: 100%; }
      .iat-custom-page .custom-navigation .navigation-banner .img-box::after {
        padding-bottom: 16%; }
      .iat-custom-page .custom-navigation .navigation-banner .img-box img {
        bottom: 0;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .iat-custom-page .custom-navigation .navigation-list .title {
      margin-top: 40px;
      margin-bottom: 20px; }
    .iat-custom-page .custom-navigation-wrapper {
      padding-bottom: 40px; }
    @media (max-width: 1024px) {
      .iat-custom-page .custom-navigation .navBar-section .navBar-item {
        padding: 18px;
        flex: 0 0 100%;
        width: 100%; } }
    @media (max-width: 767px) {
      .iat-custom-page .custom-navigation .navigation-banner .img-box::after {
        padding-bottom: 20%; }
      .iat-custom-page .custom-navigation .navigation-banner .img-box img {
        object-position: left center; } }
    @media (min-width: 1025px) {
      .iat-custom-page .custom-navigation .navBar-section .navBar-item:hover {
        background-color: #FF4000; } }
  .iat-custom-page .faqs-wrapper {
    padding: 60px 0; }
    .iat-custom-page .faqs-wrapper .title {
      text-transform: uppercase;
      text-align: center;
      margin-top: 0;
      margin-bottom: 12px; }
    .iat-custom-page .faqs-wrapper .description {
      text-align: center;
      max-width: 695px;
      margin: 0 auto;
      font-family: "Jost", Arial, Helvetica, sans-serif; }
    .iat-custom-page .faqs-wrapper .accordion {
      margin-top: 40px;
      margin-bottom: 0; }
    .iat-custom-page .faqs-wrapper .accordion-item {
      background-color: #ffffff; }
      .iat-custom-page .faqs-wrapper .accordion-item .accordion-icon::before, .iat-custom-page .faqs-wrapper .accordion-item .accordion-icon::after {
        background-color: #7E7E7E; }
      .iat-custom-page .faqs-wrapper .accordion-item.active .accordion-body {
        padding: 0 24px 24px 24px; }
      .iat-custom-page .faqs-wrapper .accordion-item.active .accordion-icon::before, .iat-custom-page .faqs-wrapper .accordion-item.active .accordion-icon::after {
        background-color: #000000; }
    .iat-custom-page .faqs-wrapper .accordion-header {
      background-color: #ffffff;
      padding: 24px 24px 20px 24px;
      font-weight: 700;
      color: #000000; }
    .iat-custom-page .faqs-wrapper .accordion-body {
      background-color: #ffffff;
      padding: 0 24px 0 24px; }
    .iat-custom-page .faqs-wrapper .text-content {
      color: dimgray; }
      .iat-custom-page .faqs-wrapper .text-content * {
        font-family: "Jost", Arial, Helvetica, sans-serif; }
      .iat-custom-page .faqs-wrapper .text-content a {
        text-decoration: underline; }
      .iat-custom-page .faqs-wrapper .text-content p {
        margin-bottom: 0; }
        .iat-custom-page .faqs-wrapper .text-content p + p {
          margin-top: 16px; }
      .iat-custom-page .faqs-wrapper .text-content ul {
        margin-top: 16px;
        margin-bottom: 16px; }
        .iat-custom-page .faqs-wrapper .text-content ul li::marker {
          unicode-bidi: isolate;
          font-variant-numeric: tabular-nums;
          text-transform: none;
          text-indent: 0px !important;
          text-align: start !important;
          text-align-last: auto !important;
          font-size: 14px; }
        .iat-custom-page .faqs-wrapper .text-content ul li a {
          text-decoration: none; }
    @media (max-width: 767px) {
      .iat-custom-page .faqs-wrapper .accordion-header {
        padding: 18px 18px 14px 18px; }
      .iat-custom-page .faqs-wrapper .accordion-body {
        padding: 0 18px 0 18px; }
      .iat-custom-page .faqs-wrapper .accordion-item.active .accordion-body {
        padding: 0 18px 18px 18px; } }
  .iat-custom-page .page-content-wrapper {
    position: relative;
    max-width: 1690px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 40px;
    padding-bottom: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start; }
    .iat-custom-page .page-content-wrapper .nav-sidebar {
      position: sticky;
      top: 0;
      width: 240px; }
    .iat-custom-page .page-content-wrapper .page-content .heading-sm {
      margin-top: 20px;
      margin-bottom: 20px; }
    .iat-custom-page .page-content-wrapper .page-content .construction-content-item {
      scroll-margin-top: 140px; }
      .iat-custom-page .page-content-wrapper .page-content .construction-content-item:not(:first-child) {
        margin-top: 40px; }
        @media (min-width: 1400px) {
          .iat-custom-page .page-content-wrapper .page-content .construction-content-item:not(:first-child) {
            margin-top: 80px; } }
    .iat-custom-page .page-content-wrapper .page-content .text-body:not(.btn-call),
    .iat-custom-page .page-content-wrapper .page-content span:not(.btn-call),
    .iat-custom-page .page-content-wrapper .page-content a:not(.btn-call), .iat-custom-page .page-content-wrapper .page-content p:not(.btn-call) {
      font-family: "Jost", Arial, Helvetica, sans-serif; }
    .iat-custom-page .page-content-wrapper .page-content p {
      margin-bottom: 20px; }
      .iat-custom-page .page-content-wrapper .page-content p:first-child {
        margin-bottom: 0; }
        .iat-custom-page .page-content-wrapper .page-content p:first-child + .construction-content-item {
          margin-top: 20px; }
    .iat-custom-page .page-content-wrapper .page-content .btn-call {
      margin-top: 0; }
    .iat-custom-page .page-content-wrapper .tableOfContent__list {
      max-height: 70vh;
      overflow-y: auto; }
    .iat-custom-page .page-content-wrapper .tableOfContent__item .table-of-content-link {
      font-family: "Jost", Arial, Helvetica, sans-serif; }
    .iat-custom-page .page-content-wrapper .tableOfContent__item.active .table-of-content-link {
      color: #FF4000;
      border-bottom: 2px solid #FF4000; }
    @media (max-width: 1670px) {
      .iat-custom-page .page-content-wrapper {
        display: flex;
        gap: 40px; }
        .iat-custom-page .page-content-wrapper .sidebar-custom {
          position: relative; }
        .iat-custom-page .page-content-wrapper .page-content {
          max-width: 100%; } }
    @media (max-width: 1199px) {
      .iat-custom-page .page-content-wrapper {
        gap: 20px; } }
    @media (max-width: 1024px) {
      .iat-custom-page .page-content-wrapper .nav {
        display: none; }
      .iat-custom-page .page-content-wrapper .nav-sidebar {
        display: none; } }
    @media (max-width: 767px) {
      .iat-custom-page .page-content-wrapper {
        padding-bottom: 50px; } }
    .iat-custom-page .page-content-wrapper .page-content img {
      max-width: 100%;
      height: auto; }
    .iat-custom-page .page-content-wrapper .page-content .heading-sm {
      font-size: 24px;
      line-height: 1.25; }
      @media (max-width: 767px) {
        .iat-custom-page .page-content-wrapper .page-content .heading-sm {
          font-size: 20px; } }
    .iat-custom-page .page-content-wrapper .page-content .text-md {
      font-size: 20px;
      line-height: 1.5; }
      @media (max-width: 767px) {
        .iat-custom-page .page-content-wrapper .page-content .text-md {
          font-size: 16px; } }
    .iat-custom-page .page-content-wrapper .page-content .text-sm {
      font-size: 16px;
      line-height: 1.5; }
      @media (max-width: 767px) {
        .iat-custom-page .page-content-wrapper .page-content .text-sm {
          font-size: 14px; } }
    .iat-custom-page .page-content-wrapper .page-content .line-height-normal {
      line-height: 1.2; }
  .iat-custom-page .page-construction .page-heading,
  .iat-custom-page .page_construction .page-heading,
  .iat-custom-page .iat-custom-page--construction .page-heading {
    margin: 0 auto 24px;
    text-align: center;
    line-height: 1.25; }
  .iat-custom-page .page-construction .btn-call,
  .iat-custom-page .page_construction .btn-call,
  .iat-custom-page .iat-custom-page--construction .btn-call {
    display: inline-block;
    background-color: #FF4000;
    color: #fff;
    font-weight: 700;
    padding: 13px 32px;
    border-radius: 30px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 8px;
    height: auto; }
    @media (max-width: 767px) {
      .iat-custom-page .page-construction .btn-call,
      .iat-custom-page .page_construction .btn-call,
      .iat-custom-page .iat-custom-page--construction .btn-call {
        padding: 10px 15px; } }
    .iat-custom-page .page-construction .btn-call:hover,
    .iat-custom-page .page_construction .btn-call:hover,
    .iat-custom-page .iat-custom-page--construction .btn-call:hover {
      background-color: transparent;
      border-color: #FF4000;
      color: #FF4000; }
  .iat-custom-page .page-construction .sidebar-custom,
  .iat-custom-page .page_construction .sidebar-custom,
  .iat-custom-page .iat-custom-page--construction .sidebar-custom {
    width: 240px;
    background: #F7F7F7;
    padding: 16px 12px 12px;
    margin-bottom: 16px; }
    .iat-custom-page .page-construction .sidebar-custom ul,
    .iat-custom-page .page_construction .sidebar-custom ul,
    .iat-custom-page .iat-custom-page--construction .sidebar-custom ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    .iat-custom-page .page-construction .sidebar-custom li,
    .iat-custom-page .page_construction .sidebar-custom li,
    .iat-custom-page .iat-custom-page--construction .sidebar-custom li {
      padding: 8px 0; }
    .iat-custom-page .page-construction .sidebar-custom a,
    .iat-custom-page .page_construction .sidebar-custom a,
    .iat-custom-page .iat-custom-page--construction .sidebar-custom a {
      display: block;
      margin-bottom: 10px;
      border-bottom: 2px solid transparent; }
      .iat-custom-page .page-construction .sidebar-custom a:hover, .iat-custom-page .page-construction .sidebar-custom a.active,
      .iat-custom-page .page_construction .sidebar-custom a:hover,
      .iat-custom-page .page_construction .sidebar-custom a.active,
      .iat-custom-page .iat-custom-page--construction .sidebar-custom a:hover,
      .iat-custom-page .iat-custom-page--construction .sidebar-custom a.active {
        color: #FF4000;
        border-bottom: 2px solid #FF4000; }
  .iat-custom-page .page-construction .accordion,
  .iat-custom-page .page_construction .accordion,
  .iat-custom-page .iat-custom-page--construction .accordion {
    border: none;
    border-radius: 0;
    margin-top: 24px; }
  .iat-custom-page .page-construction .accordion-item,
  .iat-custom-page .page_construction .accordion-item,
  .iat-custom-page .iat-custom-page--construction .accordion-item {
    border-bottom: 1px solid #ccc;
    background: #F7F7F7; }
  .iat-custom-page .page-construction .accordion-header,
  .iat-custom-page .page_construction .accordion-header,
  .iat-custom-page .iat-custom-page--construction .accordion-header {
    width: 100%;
    text-align: left;
    padding: 16px;
    font-weight: 700;
    background: #F7F7F7;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .iat-custom-page .page-construction .accordion-icon,
  .iat-custom-page .page_construction .accordion-icon,
  .iat-custom-page .iat-custom-page--construction .accordion-icon {
    width: 16px;
    height: 16px;
    position: relative;
    flex-shrink: 0; }
    .iat-custom-page .page-construction .accordion-icon::before, .iat-custom-page .page-construction .accordion-icon::after,
    .iat-custom-page .page_construction .accordion-icon::before,
    .iat-custom-page .page_construction .accordion-icon::after,
    .iat-custom-page .iat-custom-page--construction .accordion-icon::before,
    .iat-custom-page .iat-custom-page--construction .accordion-icon::after {
      content: "";
      position: absolute;
      background: #000;
      transition: transform 0.3s ease, opacity 0.3s ease; }
    .iat-custom-page .page-construction .accordion-icon::before,
    .iat-custom-page .page_construction .accordion-icon::before,
    .iat-custom-page .iat-custom-page--construction .accordion-icon::before {
      width: 12px;
      height: 2px;
      top: 50%;
      left: 2px;
      transform: translateY(-50%); }
    .iat-custom-page .page-construction .accordion-icon::after,
    .iat-custom-page .page_construction .accordion-icon::after,
    .iat-custom-page .iat-custom-page--construction .accordion-icon::after {
      width: 2px;
      height: 12px;
      top: 2px;
      left: 50%;
      transform: translateX(-50%); }
  .iat-custom-page .page-construction .accordion-item.active .accordion-icon::after,
  .iat-custom-page .page_construction .accordion-item.active .accordion-icon::after,
  .iat-custom-page .iat-custom-page--construction .accordion-item.active .accordion-icon::after {
    transform: translateX(-50%) rotate(90deg);
    opacity: 0; }
  .iat-custom-page .page-construction .accordion-body,
  .iat-custom-page .page_construction .accordion-body,
  .iat-custom-page .iat-custom-page--construction .accordion-body {
    max-height: 0;
    overflow: hidden;
    background: #F7F7F7;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 16px; }
    .iat-custom-page .page-construction .accordion-body ul,
    .iat-custom-page .page_construction .accordion-body ul,
    .iat-custom-page .iat-custom-page--construction .accordion-body ul {
      margin: 0;
      padding-left: 18px;
      list-style-type: disc; }
    .iat-custom-page .page-construction .accordion-body li,
    .iat-custom-page .page_construction .accordion-body li,
    .iat-custom-page .iat-custom-page--construction .accordion-body li {
      margin-bottom: 6px; }
  .iat-custom-page .page-construction .accordion-item.active .accordion-body,
  .iat-custom-page .page_construction .accordion-item.active .accordion-body,
  .iat-custom-page .iat-custom-page--construction .accordion-item.active .accordion-body {
    max-height: none;
    padding: 4px 16px 16px; }
    .iat-custom-page .page-construction .accordion-item.active .accordion-body .text-sm,
    .iat-custom-page .page_construction .accordion-item.active .accordion-body .text-sm,
    .iat-custom-page .iat-custom-page--construction .accordion-item.active .accordion-body .text-sm {
      margin-top: 0; }
  .iat-custom-page .banner-list-section {
    margin-top: 50px; }
    .iat-custom-page .banner-list-section .banner-list .item {
      background-color: #F7F7F7;
      height: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: column; }
      .iat-custom-page .banner-list-section .banner-list .item .item-image {
        overflow: hidden;
        width: 100%;
        max-height: 320px; }
        .iat-custom-page .banner-list-section .banner-list .item .item-image .image-with-overlay {
          display: block;
          overflow: hidden;
          position: relative; }
          .iat-custom-page .banner-list-section .banner-list .item .item-image .image-with-overlay::after {
            content: "";
            display: block;
            height: 0;
            padding-bottom: 100%;
            width: 100%; }
          .iat-custom-page .banner-list-section .banner-list .item .item-image .image-with-overlay::after {
            padding-bottom: 68.965%; }
          .iat-custom-page .banner-list-section .banner-list .item .item-image .image-with-overlay img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            transition: all .7s ease;
            object-fit: cover;
            height: 100%; }
          @media (max-width: 550px) {
            .iat-custom-page .banner-list-section .banner-list .item .item-image .image-with-overlay::after {
              padding-bottom: 68.965%; } }
      .iat-custom-page .banner-list-section .banner-list .item .item-content {
        padding: 24px;
        flex: 1;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column; }
        .iat-custom-page .banner-list-section .banner-list .item .item-content .heading {
          margin: 0 0 12px; }
          .iat-custom-page .banner-list-section .banner-list .item .item-content .heading a {
            display: block;
            font-size: 16px;
            text-decoration: none;
            line-height: 1.3;
            font-weight: 700;
            color: #1e1e1e; }
          @media (max-width: 550px) {
            .iat-custom-page .banner-list-section .banner-list .item .item-content .heading {
              margin-bottom: 8px; }
              .iat-custom-page .banner-list-section .banner-list .item .item-content .heading a {
                font-size: 14px;
                text-transform: capitalize; } }
        .iat-custom-page .banner-list-section .banner-list .item .item-content .summary {
          font-size: 16px;
          line-height: 1.5;
          font-weight: normal;
          margin-bottom: 24px; }
          .iat-custom-page .banner-list-section .banner-list .item .item-content .summary * {
            color: #696969;
            font-family: "Jost", Arial, Helvetica, sans-serif; }
          .iat-custom-page .banner-list-section .banner-list .item .item-content .summary p {
            margin-bottom: 10px; }
            .iat-custom-page .banner-list-section .banner-list .item .item-content .summary p:last-child {
              margin-bottom: 0; }
          @media (max-width: 550px) {
            .iat-custom-page .banner-list-section .banner-list .item .item-content .summary {
              font-size: 14px; } }
        .iat-custom-page .banner-list-section .banner-list .item .item-content .actions .button {
          padding: 14px 26px; }
    @media (min-width: 1025px) {
      .iat-custom-page .banner-list-section .banner-list .item:hover .item-content .heading {
        color: #FF4000; } }
  .iat-custom-page .catalog-content {
    margin-bottom: 60px; }
    .iat-custom-page .catalog-content .catalog-content-item {
      margin-top: 60px; }
    .iat-custom-page .catalog-content .catalog-banner {
      overflow: hidden; }
      .iat-custom-page .catalog-content .catalog-banner .img-box {
        position: relative; }
        .iat-custom-page .catalog-content .catalog-banner .img-box::after {
          content: "";
          display: block;
          height: 0;
          padding-bottom: 100%;
          width: 100%; }
        .iat-custom-page .catalog-content .catalog-banner .img-box::after {
          padding-bottom: 7.482%; }
        .iat-custom-page .catalog-content .catalog-banner .img-box img {
          bottom: 0;
          left: 0;
          margin: auto;
          position: absolute;
          right: 0;
          top: 0;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: left; }
    .iat-custom-page .catalog-content .catalog-item-wrapper .catalog-item {
      display: flex;
      flex-direction: column; }
      .iat-custom-page .catalog-content .catalog-item-wrapper .catalog-item img {
        width: 100%;
        height: auto;
        object-fit: cover;
        aspect-ratio: 322.50/455.66; }
      .iat-custom-page .catalog-content .catalog-item-wrapper .catalog-item p {
        margin: 12px 0 0;
        font-size: 16px;
        text-align: center;
        line-height: 1.5; }
        .iat-custom-page .catalog-content .catalog-item-wrapper .catalog-item p a {
          color: #000; }
    .iat-custom-page .catalog-content .catalog-item-wrapper .catalog-list {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 40px 60px;
      margin-top: 40px; }
      @media (max-width: 1440px) {
        .iat-custom-page .catalog-content .catalog-item-wrapper .catalog-list {
          gap: 40px; } }
      @media (max-width: 1024px) {
        .iat-custom-page .catalog-content .catalog-item-wrapper .catalog-list {
          grid-template-columns: repeat(3, 1fr);
          gap: 50px 20px; } }
      @media (max-width: 768px) {
        .iat-custom-page .catalog-content .catalog-item-wrapper .catalog-list {
          grid-template-columns: repeat(2, 1fr);
          gap: 40px 20px; } }
    .iat-custom-page .catalog-content .catalog-item-wrapper .actions {
      width: 100%;
      text-align: center; }
      .iat-custom-page .catalog-content .catalog-item-wrapper .actions .showmore-button {
        margin-top: 40px; }
    @media (min-width: 1025px) {
      .iat-custom-page .catalog-content .catalog-item-wrapper .catalog-item:hover a {
        color: #FF4000; } }
    @media (max-width: 1024px) {
      .iat-custom-page .catalog-content .catalog-banner .img-box::after {
        padding-bottom: 12%; } }
    @media (max-width: 767px) {
      .iat-custom-page .catalog-content .catalog-banner {
        min-height: 100px; }
        .iat-custom-page .catalog-content .catalog-banner .img-box::after {
          padding-bottom: 18%; } }
    @media (max-width: 550px) {
      .iat-custom-page .catalog-content .catalog-banner .img-box::after {
        padding-bottom: 24%; } }
  .iat-custom-page .contact-us-form {
    background-color: #F7F7F7;
    padding: 32px; }
  .iat-custom-page .head-banner-section {
    overflow: hidden; }
  .iat-custom-page .line-cards-section .catalog-content .text-body {
    max-width: 1070px;
    margin: 0 auto;
    font-family: "Jost", Arial, Helvetica, sans-serif; }
  .iat-custom-page .line-cards-section .catalog-content .catalog-item-wrapper .catalog-list {
    margin-top: 60px; }
  .iat-custom-page .line-cards-section .catalog-content .catalog-item-wrapper .line-card-item .line-card-image .img-box {
    position: relative; }
    .iat-custom-page .line-cards-section .catalog-content .catalog-item-wrapper .line-card-item .line-card-image .img-box::after {
      content: "";
      display: block;
      height: 0;
      padding-bottom: 100%;
      width: 100%; }
    .iat-custom-page .line-cards-section .catalog-content .catalog-item-wrapper .line-card-item .line-card-image .img-box::after {
      padding-bottom: 130.43%; }
    .iat-custom-page .line-cards-section .catalog-content .catalog-item-wrapper .line-card-item .line-card-image .img-box img {
      bottom: 0;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: left; }
  .iat-custom-page .line-cards-section .catalog-content .catalog-item-wrapper .line-card-item .line-card-content p {
    color: #000000;
    font-family: "Jost", Arial, Helvetica, sans-serif; }
  @media (min-width: 1025px) {
    .iat-custom-page .line-cards-section .catalog-content .catalog-item-wrapper .line-card-item:hover .line-card-content p {
      color: #FF4000; } }
  .iat-custom-page .line-card-content .btn {
    margin-top: 12px; }
  .iat-custom-page--about-us {
    padding-bottom: 0; }
    .iat-custom-page--about-us img {
      border-radius: 0; }
    @media (min-width: 1200px) {
      .iat-custom-page--about-us {
        padding-bottom: 48px; } }
    @media (min-width: 1920px) {
      .iat-custom-page--about-us {
        padding-bottom: 100px; } }
    .iat-custom-page--about-us .breadcrumbs-content {
      padding: 0;
      border-radius: 0; }
    .iat-custom-page--about-us .breadcrumbs {
      padding: 0 16px;
      text-align: center; }
      @media (min-width: 1200px) {
        .iat-custom-page--about-us .breadcrumbs {
          padding: 20px 0 0; } }
      @media (min-width: 1920px) {
        .iat-custom-page--about-us .breadcrumbs {
          padding: 40px 0 0; } }
    .iat-custom-page--about-us .breadcrumb-label {
      line-height: 22px; }
    .iat-custom-page--about-us .breadcrumb,
    .iat-custom-page--about-us .breadcrumb.is-active {
      font-size: 14px;
      line-height: 22px; }
    .iat-custom-page--about-us .breadcrumb:not(:first-child)::before {
      content: "/";
      width: auto;
      height: auto;
      margin: 0 4px 0 6px;
      background: none;
      color: #6e6e6e;
      font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
      font-size: 14px;
      line-height: 22px;
      vertical-align: baseline; }
    .iat-custom-page--about-us .page {
      max-width: 1920px;
      margin: 0 auto;
      padding: 20px 16px 0; }
      @media (min-width: 1200px) {
        .iat-custom-page--about-us .page {
          padding: 20px clamp(24px, 2.083333vw, 50px) 0; } }
      @media (min-width: 1920px) {
        .iat-custom-page--about-us .page {
          padding: 20px 225px 0; } }
    .iat-custom-page--about-us .page-heading {
      margin: 0 0 20px;
      color: #000;
      font-size: 40px;
      font-weight: 700;
      line-height: 1.25;
      text-align: center;
      text-transform: uppercase; }
      @media (min-width: 1025px) {
        .iat-custom-page--about-us .page-heading {
          margin: 0 0 40px; } }
    .iat-custom-page--about-us .about-hero {
      display: block;
      height: 240px;
      overflow: hidden;
      background: #f5f5f5; }
      @media (min-width: 1025px) {
        .iat-custom-page--about-us .about-hero {
          height: 390px; } }
      .iat-custom-page--about-us .about-hero picture {
        display: block;
        width: 100%;
        height: 100%; }
      .iat-custom-page--about-us .about-hero img,
      .iat-custom-page--about-us .about-hero .about-hero__image {
        display: block;
        width: 100%;
        height: 240px;
        object-fit: cover;
        object-position: center; }
        @media (min-width: 1025px) {
          .iat-custom-page--about-us .about-hero img,
          .iat-custom-page--about-us .about-hero .about-hero__image {
            height: 390px; } }
    .iat-custom-page--about-us .about-quicklinks {
      display: flex;
      flex-direction: column;
      gap: 12px;
      justify-content: center;
      width: 100%;
      max-width: 800px;
      margin: 0 auto 30px; }
      @media (min-width: 768px) {
        .iat-custom-page--about-us .about-quicklinks {
          margin: 0 auto 40px; } }
      @media (min-width: 1025px) {
        .iat-custom-page--about-us .about-quicklinks {
          flex-direction: row;
          flex-wrap: wrap;
          gap: 24px;
          max-width: 1260px;
          margin: 0 auto 48px; } }
      @media (min-width: 1920px) {
        .iat-custom-page--about-us .about-quicklinks {
          gap: 40px;
          margin: 0 auto 80px; } }
    .iat-custom-page--about-us .about-quicklink {
      display: flex;
      align-items: center;
      gap: 12px;
      width: 100%;
      min-width: 0;
      padding: 24px;
      background: #f7f7f7;
      color: #1e1e1e;
      font-size: 16px;
      font-weight: 700;
      line-height: 20px;
      text-decoration: none; }
      @media (min-width: 1025px) {
        .iat-custom-page--about-us .about-quicklink {
          width: auto;
          flex: 1 1 280px;
          max-width: 380px; } }
      .iat-custom-page--about-us .about-quicklink:hover {
        color: #ff4000; }
    .iat-custom-page--about-us .about-quicklink__icon {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      height: 32px;
      flex: 0 0 32px; }
      .iat-custom-page--about-us .about-quicklink__icon > img {
        display: block; }
    .iat-custom-page--about-us .about-quicklink__icon--factory > img {
      width: 32px;
      height: 26.6667px; }
    .iat-custom-page--about-us .about-quicklink__icon--history > img {
      width: 30px;
      height: 29.5624px; }
    .iat-custom-page--about-us .about-quicklink__icon--guarantee > img {
      position: absolute;
      max-width: none; }
    .iat-custom-page--about-us .about-quicklink__guarantee-thumb {
      top: 40.72%;
      left: 29.69%;
      width: 45.31%;
      height: 53.03%; }
    .iat-custom-page--about-us .about-quicklink__guarantee-star {
      width: 29.1%;
      height: 27.77%; }
    .iat-custom-page--about-us .about-quicklink__guarantee-star--center {
      top: 7.58%;
      left: 35.45%; }
    .iat-custom-page--about-us .about-quicklink__guarantee-star--right {
      top: 15.06%;
      left: 63.58%; }
    .iat-custom-page--about-us .about-quicklink__guarantee-star--left {
      top: 15.06%;
      left: 7.33%; }
    .iat-custom-page--about-us .about-quicklink__guarantee-bar {
      top: 59.38%;
      left: 12.5%;
      width: 12.5%;
      height: 31.25%; }
    .iat-custom-page--about-us .about-split {
      display: flex;
      flex-direction: column;
      background: #f7f7f7; }
      @media (min-width: 1025px) {
        .iat-custom-page--about-us .about-split {
          display: grid;
          grid-template-columns: 1fr 1fr;
          min-height: 0; } }
      @media (min-width: 1920px) {
        .iat-custom-page--about-us .about-split {
          min-height: 460px; } }
    .iat-custom-page--about-us .about-split__copy {
      order: 1;
      padding: 25px; }
      @media (min-width: 1200px) {
        .iat-custom-page--about-us .about-split__copy {
          padding: 40px clamp(24px, 2.083333vw, 40px) 40px clamp(24px, 2.083333vw, 50px); } }
      @media (min-width: 1920px) {
        .iat-custom-page--about-us .about-split__copy {
          padding: 75px clamp(40px, 4vw, 75px) 75px 225px; } }
      .iat-custom-page--about-us .about-split__copy h2 {
        margin: 0 0 24px;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.2;
        text-transform: none; }
      .iat-custom-page--about-us .about-split__copy p,
      .iat-custom-page--about-us .about-split__copy li {
        margin: 0;
        color: #1e1e1e;
        font-family: "Jost", Arial, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 24px; }
      .iat-custom-page--about-us .about-split__copy p + p {
        margin-top: 16px; }
      .iat-custom-page--about-us .about-split__copy ul {
        list-style: none;
        margin: 0;
        padding-left: 24px; }
      .iat-custom-page--about-us .about-split__copy li {
        position: relative; }
        .iat-custom-page--about-us .about-split__copy li::before {
          content: "\00b7";
          position: absolute;
          left: -14px; }
      @media (min-width: 1025px) {
        .iat-custom-page--about-us .about-split__copy h2 {
          font-size: 24px;
          line-height: 1.25; }
        .iat-custom-page--about-us .about-split__copy p,
        .iat-custom-page--about-us .about-split__copy li {
          font-size: 20px;
          line-height: 1.5; }
        .iat-custom-page--about-us .about-split__copy ul {
          padding-left: 30px; } }
    .iat-custom-page--about-us .about-split:not(.about-split--reverse) .about-split__copy {
      height: 434px; }
      @media (min-width: 1025px) {
        .iat-custom-page--about-us .about-split:not(.about-split--reverse) .about-split__copy {
          height: auto; } }
    @media (min-width: 1200px) {
      .iat-custom-page--about-us .about-split--reverse .about-split__copy {
        height: auto;
        align-self: center;
        padding: 40px clamp(24px, 2.083333vw, 50px) 40px clamp(24px, 2.083333vw, 40px); } }
    @media (min-width: 1920px) {
      .iat-custom-page--about-us .about-split--reverse .about-split__copy {
        height: 364px;
        padding: 75px 225px 75px clamp(40px, 4vw, 75px); } }
    .iat-custom-page--about-us .about-split--reverse .about-split__copy h2 {
      font-size: 20px;
      line-height: 1.2;
      text-transform: none; }
      @media (min-width: 1025px) {
        .iat-custom-page--about-us .about-split--reverse .about-split__copy h2 {
          font-size: 32px;
          line-height: 1.25;
          text-transform: uppercase; } }
    .iat-custom-page--about-us .about-split__media {
      order: 2; }
    @media (min-width: 1025px) {
      .iat-custom-page--about-us .about-split__copy,
      .iat-custom-page--about-us .about-split__media {
        order: initial; } }
    .iat-custom-page--about-us .about-split__media img {
      display: block;
      width: 100%;
      height: 195px;
      object-fit: cover; }
      @media (min-width: 1025px) {
        .iat-custom-page--about-us .about-split__media img {
          height: 100%;
          min-height: 280px; } }
    .iat-custom-page--about-us .about-split--reverse .about-split__media img {
      height: auto;
      aspect-ratio: 960 / 460; }
      @media (min-width: 1025px) {
        .iat-custom-page--about-us .about-split--reverse .about-split__media img {
          height: 100%;
          aspect-ratio: auto; } }
    .iat-custom-page--about-us .about-values {
      padding: 60px 16px;
      text-align: center; }
      @media (max-width: 767px) {
        .iat-custom-page--about-us .about-values {
          padding: 40px 16px; } }
      @media (min-width: 1200px) {
        .iat-custom-page--about-us .about-values {
          margin: 40px 0;
          padding: 40px clamp(24px, 2.083333vw, 50px); } }
      @media (min-width: 1920px) {
        .iat-custom-page--about-us .about-values {
          margin: 80px 0;
          padding: 60px 225px; } }
      .iat-custom-page--about-us .about-values > h2 {
        font-size: 24px;
        font-weight: 700;
        line-height: 1.25;
        text-transform: uppercase;
        margin: 0 0 24px; }
        @media (min-width: 1025px) {
          .iat-custom-page--about-us .about-values > h2 {
            font-size: 40px;
            margin: 0 0 48px; } }
    .iat-custom-page--about-us .about-values__grid {
      display: flex;
      gap: 12px;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      margin: 0 -16px;
      padding: 0 16px;
      scroll-padding-inline: 55px;
      scroll-snap-type: x mandatory;
      scrollbar-width: none; }
      .iat-custom-page--about-us .about-values__grid::-webkit-scrollbar {
        display: none; }
      @media (min-width: 1025px) {
        .iat-custom-page--about-us .about-values__grid {
          display: grid;
          grid-template-columns: repeat(3, minmax(0, 1fr));
          gap: 24px;
          overflow: visible;
          margin: 0;
          padding: 0;
          scroll-snap-type: none; } }
      .iat-custom-page--about-us .about-values__grid article {
        flex: 0 0 280px;
        min-height: 0;
        padding: 16px 8px;
        background: #f7f7f7;
        text-align: center;
        scroll-snap-align: center; }
        @media (min-width: 1025px) {
          .iat-custom-page--about-us .about-values__grid article {
            flex: none;
            min-height: 0;
            padding: 32px 24px;
            text-align: center;
            scroll-snap-align: none; } }
        @media (min-width: 1920px) {
          .iat-custom-page--about-us .about-values__grid article {
            min-height: 240px;
            padding: 48px; } }
      .iat-custom-page--about-us .about-values__grid h3 {
        margin: 0 0 12px;
        font-size: 16px;
        font-weight: 700;
        line-height: 20px; }
        @media (min-width: 1025px) {
          .iat-custom-page--about-us .about-values__grid h3 {
            font-size: 24px;
            line-height: 1; } }
      .iat-custom-page--about-us .about-values__grid p {
        margin: 0;
        font-family: "Jost", Arial, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 24px; }
        @media (min-width: 1025px) {
          .iat-custom-page--about-us .about-values__grid p {
            font-size: 20px;
            line-height: 1.5; } }
    .iat-custom-page--about-us .about-history {
      --iat-history-gutter: 16px;
      position: relative;
      overflow: visible;
      padding: 60px var(--iat-history-gutter); }
      @media (min-width: 1200px) {
        .iat-custom-page--about-us .about-history {
          --iat-history-gutter: clamp(24px, 2.083333vw, 50px);
          margin-bottom: 48px;
          padding: 0 var(--iat-history-gutter); } }
      @media (min-width: 1920px) {
        .iat-custom-page--about-us .about-history {
          --iat-history-gutter: 225px;
          margin-bottom: 80px; } }
    .iat-custom-page--about-us .about-history__pin {
      display: block;
      min-height: 0;
      overflow: visible; }
      @media (min-width: 801px) {
        .iat-custom-page--about-us .about-history__pin {
          position: relative;
          width: calc(100% + var(--iat-history-gutter));
          max-width: none;
          margin-right: calc(var(--iat-history-gutter) * -1); }
          .iat-custom-page--about-us .about-history__pin::before {
            content: "";
            position: absolute;
            top: calc(80px + 24px + (32px - 7px) / 2);
            left: calc(var(--iat-history-gutter) * -1);
            width: 100vw;
            height: 7px;
            background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #727272 15%, #d9d9d9 67%, rgba(255, 255, 255, 0) 100%);
            pointer-events: none;
            z-index: 0; } }
    .iat-custom-page--about-us .about-history__intro {
      display: grid;
      gap: 24px;
      margin-bottom: 24px;
      text-align: center; }
      @media (min-width: 801px) {
        .iat-custom-page--about-us .about-history__intro {
          grid-template-columns: 1fr 1fr;
          align-items: start;
          text-align: left;
          margin-bottom: 24px; } }
    .iat-custom-page--about-us .about-history__title {
      margin: 0;
      font-size: 24px;
      font-weight: 700;
      line-height: 1.25;
      text-transform: uppercase; }
      @media (min-width: 801px) {
        .iat-custom-page--about-us .about-history__title {
          font-size: 40px; } }
    .iat-custom-page--about-us .about-history__title--mobile {
      display: block; }
      @media (min-width: 801px) {
        .iat-custom-page--about-us .about-history__title--mobile {
          display: none; } }
    .iat-custom-page--about-us .about-history__title--desktop,
    .iat-custom-page--about-us .about-history__intro-copy {
      display: none; }
      @media (min-width: 801px) {
        .iat-custom-page--about-us .about-history__title--desktop,
        .iat-custom-page--about-us .about-history__intro-copy {
          display: block; } }
    .iat-custom-page--about-us .about-history__intro-copy p {
      margin: 0;
      font-family: "Jost", Arial, Helvetica, sans-serif;
      font-size: 16px;
      line-height: 24px;
      text-align: left; }
      .iat-custom-page--about-us .about-history__intro-copy p:last-child {
        margin-bottom: 0; }
    .iat-custom-page--about-us .about-history__mobile-nav {
      display: none;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 8px 16px;
      align-items: center;
      margin-bottom: 20px; }
    .iat-custom-page--about-us .about-history__hint,
    .iat-custom-page--about-us .about-history__counter {
      color: #5f5f5f;
      font-size: 13px;
      font-weight: 600;
      line-height: 18px; }
    .iat-custom-page--about-us .about-history__counter {
      color: #1e1e1e;
      font-variant-numeric: tabular-nums; }
    .iat-custom-page--about-us .about-history__progress {
      grid-column: 1 / -1;
      display: block;
      height: 3px;
      overflow: hidden;
      background: #dedede; }
    .iat-custom-page--about-us .about-history__progress-bar {
      display: block;
      width: 100%;
      height: 100%;
      background: #ff4000;
      transform: scaleX(0);
      transform-origin: left center;
      will-change: transform; }
    .iat-custom-page--about-us .about-history__viewport {
      margin: 0 -16px;
      padding: 0 16px;
      overflow-x: auto;
      overflow-y: visible;
      -webkit-overflow-scrolling: touch;
      scroll-padding-inline: 16px;
      scroll-snap-type: x mandatory;
      scrollbar-width: none; }
      .iat-custom-page--about-us .about-history__viewport::-webkit-scrollbar {
        display: none; }
      @media (min-width: 801px) {
        .iat-custom-page--about-us .about-history__viewport {
          margin: 0;
          padding: 0;
          overflow-x: hidden;
          overflow-y: hidden;
          scroll-padding-inline: 0;
          scroll-snap-type: none;
          width: 100%;
          position: relative;
          z-index: 1; } }
    .iat-custom-page--about-us .about-history__track {
      position: relative;
      display: flex;
      align-items: flex-start;
      gap: 16px;
      width: max-content;
      padding: 0 0 24px;
      backface-visibility: hidden; }
      .iat-custom-page--about-us .about-history__track.is-animating {
        will-change: transform; }
      .iat-custom-page--about-us .about-history__track::before {
        content: "";
        position: absolute;
        top: calc(24px + (16px - 7px) / 2);
        left: -16px;
        width: calc(100% + 32px);
        height: 7px;
        background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #d9d9d9 13%, #d9d9d9 18%, rgba(255, 255, 255, 0) 100%);
        pointer-events: none; }
        @media (min-width: 801px) {
          .iat-custom-page--about-us .about-history__track::before {
            display: none; } }
      @media (min-width: 801px) {
        .iat-custom-page--about-us .about-history__track {
          gap: 24px;
          padding: 80px 0; } }
    .iat-custom-page--about-us .about-history__year {
      width: calc(100vw - 32px);
      flex: 0 0 auto;
      overflow: visible;
      scroll-snap-align: start;
      scroll-snap-stop: always; }
      @media (min-width: 801px) {
        .iat-custom-page--about-us .about-history__year {
          width: min(1000px, 86vw);
          scroll-snap-align: none;
          scroll-snap-stop: normal; } }
    .iat-custom-page--about-us .about-history__marker {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 4px;
      padding: 24px 0; }
      @media (min-width: 801px) {
        .iat-custom-page--about-us .about-history__marker {
          align-items: flex-start;
          padding: 24px; } }
    .iat-custom-page--about-us .about-history__dot {
      position: relative;
      z-index: 2;
      display: block;
      width: 16px;
      height: 16px;
      flex-shrink: 0;
      background: #ff4000; }
      @media (min-width: 801px) {
        .iat-custom-page--about-us .about-history__dot {
          width: 32px;
          height: 32px; } }
    .iat-custom-page--about-us .about-history__year-label {
      margin: 0;
      color: #ff4000;
      font-size: 24px;
      font-weight: 700;
      line-height: 1.25;
      text-align: center;
      text-transform: uppercase; }
      @media (min-width: 801px) {
        .iat-custom-page--about-us .about-history__year-label {
          font-size: 32px;
          text-align: left; } }
    .iat-custom-page--about-us .about-history__card {
      position: relative;
      display: flex;
      flex-direction: column;
      gap: 24px;
      padding: 24px;
      background: #f7f7f7; }
      @media (min-width: 801px) {
        .iat-custom-page--about-us .about-history__card {
          gap: 0; } }
      .iat-custom-page--about-us .about-history__card h3 {
        margin: 0 0 12px;
        font-size: 16px;
        font-weight: 700;
        line-height: 20px; }
        @media (min-width: 801px) {
          .iat-custom-page--about-us .about-history__card h3 {
            font-size: 20px;
            line-height: 1.2; } }
      .iat-custom-page--about-us .about-history__card p {
        margin: 0;
        color: #1e1e1e;
        font-family: "Jost", Arial, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 24px; }
    .iat-custom-page--about-us .about-history__text {
      display: contents; }
    @media (max-width: 1599px) {
      .iat-custom-page--about-us .about-history.has-mobile-collapse .about-history__year:not(.about-history__year--no-collapse) .about-history__card {
        max-height: 440px;
        overflow: hidden; }
        .iat-custom-page--about-us .about-history.has-mobile-collapse .about-history__year:not(.about-history__year--no-collapse) .about-history__card > h3,
        .iat-custom-page--about-us .about-history.has-mobile-collapse .about-history__year:not(.about-history__year--no-collapse) .about-history__card > .about-history__thumbs {
          flex-shrink: 0; }
        .iat-custom-page--about-us .about-history.has-mobile-collapse .about-history__year:not(.about-history__year--no-collapse) .about-history__card > .about-history__text {
          position: relative;
          display: block;
          min-height: 0;
          overflow: hidden; } }
    @media (max-width: 800px) {
      .iat-custom-page--about-us .about-history.has-mobile-collapse .about-history__year:not(.about-history__year--no-collapse) .about-history__card .about-history__text p + p {
        margin-top: 24px; } }
    @media screen and (min-width: 768px) and (max-width: 1599.98px) {
      .iat-custom-page--about-us .about-history.has-mobile-collapse .about-history__year:not(.about-history__year--no-collapse) .about-history__card {
        max-height: 360px; } }
    .iat-custom-page--about-us .about-history__year--no-collapse .about-history__toggle {
      display: none !important; }
    .iat-custom-page--about-us .about-history__year.has-overflow:not(.is-expanded) .about-history__text::after {
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      height: 48px;
      max-height: 50%;
      background: linear-gradient(180deg, rgba(247, 247, 247, 0), #f7f7f7 88%);
      pointer-events: none; }
      @media (min-width: 1600px) {
        .iat-custom-page--about-us .about-history__year.has-overflow:not(.is-expanded) .about-history__text::after {
          display: none; } }
    .iat-custom-page--about-us .about-history__year.is-expanded .about-history__card {
      max-height: none; }
    .iat-custom-page--about-us .about-history__toggle {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      width: 100%;
      margin: 0;
      padding: 12px 24px 18px;
      border: 0;
      border-top: 1px solid #dedede;
      background: #f7f7f7;
      color: #1e1e1e;
      font-size: 14px;
      font-weight: 700;
      line-height: 20px;
      text-align: left;
      cursor: pointer;
      transition: color 200ms ease, background-color 200ms ease; }
      .iat-custom-page--about-us .about-history__toggle:hover, .iat-custom-page--about-us .about-history__toggle:focus-visible {
        background: #efefef;
        color: #d93600; }
      .iat-custom-page--about-us .about-history__toggle:focus-visible {
        outline: 2px solid #ff4000;
        outline-offset: -3px; }
      .iat-custom-page--about-us .about-history__toggle[hidden] {
        display: none; }
      @media (min-width: 1600px) {
        .iat-custom-page--about-us .about-history__toggle {
          display: none; } }
    .iat-custom-page--about-us .about-history__image {
      display: block;
      width: 100%;
      height: auto;
      aspect-ratio: 4 / 3;
      object-fit: cover;
      margin-top: 12px; }
      @media screen and (min-width: 768px) and (max-width: 1024.98px) {
        .iat-custom-page--about-us .about-history__image {
          width: 50%; } }
      @media (min-width: 801px) {
        .iat-custom-page--about-us .about-history__image {
          width: auto;
          max-width: 320px;
          height: 160px;
          aspect-ratio: auto; } }
    .iat-custom-page--about-us .about-history__thumbs {
      display: flex;
      gap: 12px;
      height: 160px;
      overflow-x: auto;
      overflow-y: hidden; }
      @media (min-width: 801px) {
        .iat-custom-page--about-us .about-history__thumbs {
          margin-top: 24px; } }
      .iat-custom-page--about-us .about-history__thumbs a {
        display: block;
        flex: 0 0 auto;
        height: 100%;
        padding: 0;
        border: 0;
        background: transparent;
        cursor: pointer; }
      .iat-custom-page--about-us .about-history__thumbs img {
        display: block;
        height: 160px;
        width: auto;
        object-fit: cover;
        content-visibility: auto;
        contain-intrinsic-size: 240px 160px; }
    .iat-custom-page--about-us .about-history__dialog {
      position: fixed;
      inset: 0;
      z-index: 1050;
      display: none;
      place-items: center;
      padding: 12px;
      background: rgba(0, 0, 0, 0.72);
      color: #1e1e1e; }
      .iat-custom-page--about-us .about-history__dialog.is-open {
        display: grid; }
      .iat-custom-page--about-us .about-history__dialog[hidden] {
        display: none; }
    .iat-custom-page--about-us .about-history__dialog-panel {
      display: grid;
      grid-template-rows: auto minmax(0, 1fr) auto;
      width: 100%;
      max-width: 760px;
      max-height: calc(100dvh - 24px);
      overflow: hidden;
      background: #fff;
      box-shadow: 0 24px 72px rgba(30, 30, 30, 0.24); }
    .iat-custom-page--about-us .about-history__dialog-header {
      position: relative;
      padding: 20px 64px 18px 20px;
      border-bottom: 1px solid #dedede;
      background: #fff; }
      @media (min-width: 768px) {
        .iat-custom-page--about-us .about-history__dialog-header {
          padding: 24px 72px 20px 32px; } }
    .iat-custom-page--about-us .about-history__dialog-year {
      margin: 0 0 6px;
      color: #ff4000;
      font-size: 22px;
      font-weight: 700;
      line-height: 1;
      font-variant-numeric: tabular-nums; }
    .iat-custom-page--about-us .about-history__dialog-title {
      margin: 0;
      font-size: 18px;
      font-weight: 700;
      line-height: 1.3;
      text-wrap: balance; }
      @media (min-width: 768px) {
        .iat-custom-page--about-us .about-history__dialog-title {
          font-size: 22px; } }
    .iat-custom-page--about-us .about-history__dialog-close {
      position: absolute;
      top: 16px;
      right: 16px;
      display: grid;
      width: 40px;
      height: 40px;
      place-items: center;
      padding: 0;
      border: 1px solid #d9d9d9;
      background: #fff;
      color: #1e1e1e;
      font-size: 28px;
      line-height: 1;
      cursor: pointer; }
      .iat-custom-page--about-us .about-history__dialog-close:focus-visible {
        outline: 2px solid #ff4000;
        outline-offset: 2px; }
    .iat-custom-page--about-us .about-history__dialog-content {
      padding: 20px;
      overflow-y: auto;
      overscroll-behavior: contain;
      -webkit-overflow-scrolling: touch; }
      @media (min-width: 768px) {
        .iat-custom-page--about-us .about-history__dialog-content {
          padding: 28px 32px; } }
      .iat-custom-page--about-us .about-history__dialog-content .about-history__card {
        max-height: none;
        padding: 0;
        overflow: visible;
        background: #fff; }
      .iat-custom-page--about-us .about-history__dialog-content .about-history__card > h3 {
        display: none; }
    .iat-custom-page--about-us .about-history__dialog-nav {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
      gap: 12px;
      align-items: center;
      padding: 12px 16px;
      border-top: 1px solid #dedede;
      background: #fff; }
    .iat-custom-page--about-us .about-history__dialog-nav-button {
      display: flex;
      gap: 6px;
      align-items: center;
      min-width: 0;
      padding: 8px 0;
      border: 0;
      background: transparent;
      color: #1e1e1e;
      font-size: 13px;
      font-weight: 600;
      cursor: pointer; }
      .iat-custom-page--about-us .about-history__dialog-nav-button--next {
        justify-content: flex-end; }
      .iat-custom-page--about-us .about-history__dialog-nav-button:disabled {
        opacity: 0.35;
        cursor: default; }
      .iat-custom-page--about-us .about-history__dialog-nav-button:focus-visible {
        outline: 2px solid #ff4000;
        outline-offset: 2px; }
      .iat-custom-page--about-us .about-history__dialog-nav-button strong {
        color: #ff4000;
        font-variant-numeric: tabular-nums; }
    .iat-custom-page--about-us .about-history__dialog-count {
      color: #6e6e6e;
      font-size: 12px;
      font-variant-numeric: tabular-nums;
      white-space: nowrap; }
    .iat-custom-page--about-us .about-cta {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      min-height: 606px;
      overflow: hidden;
      padding: 25px 16px;
      background: #000;
      color: #fff; }
      @media (min-width: 1025px) {
        .iat-custom-page--about-us .about-cta {
          flex-direction: row;
          align-items: center;
          min-height: 396px;
          padding: 64px 20px; } }
      @media (min-width: 1200px) {
        .iat-custom-page--about-us .about-cta {
          padding: 48px clamp(24px, 2.083333vw, 50px); } }
      @media (min-width: 1920px) {
        .iat-custom-page--about-us .about-cta {
          padding: 64px 225px; } }
    .iat-custom-page--about-us .about-cta__bg {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 240px;
      object-fit: cover;
      pointer-events: none;
      mask-image: linear-gradient(180deg, transparent, #000 40%); }
      @media (min-width: 1025px) {
        .iat-custom-page--about-us .about-cta__bg {
          top: 0;
          bottom: auto;
          width: min(1041px, 70%);
          height: 100%;
          mask-image: linear-gradient(90deg, transparent, #000 24%); } }
    .iat-custom-page--about-us .about-cta::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, #000 42%, rgba(0, 0, 0, 0.2) 88%);
      pointer-events: none; }
      @media (min-width: 1025px) {
        .iat-custom-page--about-us .about-cta::after {
          background: linear-gradient(90deg, #000 28%, rgba(0, 0, 0, 0.2) 72%); } }
    .iat-custom-page--about-us .about-cta__copy {
      position: relative;
      z-index: 2;
      max-width: none; }
      @media (min-width: 1025px) {
        .iat-custom-page--about-us .about-cta__copy {
          max-width: 487px; } }
      .iat-custom-page--about-us .about-cta__copy > p:first-child {
        margin-bottom: 24px; }
      .iat-custom-page--about-us .about-cta__copy p a {
        color: white; }
      .iat-custom-page--about-us .about-cta__copy p,
      .iat-custom-page--about-us .about-cta__copy li {
        margin: 0;
        font-family: "Jost", Arial, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 24px; }
      .iat-custom-page--about-us .about-cta__copy ul {
        list-style: none;
        margin: 0;
        padding-left: 24px; }
      .iat-custom-page--about-us .about-cta__copy li {
        position: relative; }
        .iat-custom-page--about-us .about-cta__copy li::before {
          content: "\00b7";
          position: absolute;
          left: -14px; }
    .iat-custom-page--about-us .about-cta__btn {
      position: relative;
      z-index: 2;
      margin-top: 24px;
      margin-bottom: 0; }
    .iat-custom-page--about-us .about-border {
      display: grid;
      gap: 40px;
      align-items: center;
      padding: 60px 16px; }
      @media (min-width: 1200px) {
        .iat-custom-page--about-us .about-border {
          grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1fr);
          gap: 24px;
          padding: 48px clamp(24px, 2.083333vw, 50px) 0; } }
      @media (min-width: 1920px) {
        .iat-custom-page--about-us .about-border {
          grid-template-columns: 420px minmax(0, 1fr);
          gap: 40px;
          padding: 80px 225px 0; } }
      .iat-custom-page--about-us .about-border h2 {
        margin: 0 0 12px;
        font-size: 24px;
        font-weight: 700; }
        @media (min-width: 1025px) {
          .iat-custom-page--about-us .about-border h2 {
            margin: 0 0 24px; } }
      .iat-custom-page--about-us .about-border p {
        margin: 0;
        font-family: "Jost", Arial, Helvetica, sans-serif;
        font-size: 20px;
        line-height: 1.5; }
      .iat-custom-page--about-us .about-border img {
        display: block;
        width: 100%;
        height: auto; }
    .iat-custom-page--about-us .about-history__controls {
      display: none; }
    .iat-custom-page--about-us .about-history.is-static-scroll .about-history__viewport {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; }
      @media (min-width: 1025px) {
        .iat-custom-page--about-us .about-history.is-static-scroll .about-history__viewport {
          padding-bottom: 16px;
          scroll-snap-type: x proximity;
          scrollbar-width: thin;
          scrollbar-color: #777 #eee; }
          .iat-custom-page--about-us .about-history.is-static-scroll .about-history__viewport::-webkit-scrollbar {
            display: block;
            height: 8px; }
          .iat-custom-page--about-us .about-history.is-static-scroll .about-history__viewport::-webkit-scrollbar-thumb {
            background: #777; }
          .iat-custom-page--about-us .about-history.is-static-scroll .about-history__viewport::-webkit-scrollbar-track {
            background: #eee; }
          .iat-custom-page--about-us .about-history.is-static-scroll .about-history__viewport:focus-visible {
            outline: 2px solid #ff4000;
            outline-offset: 4px; }
          .iat-custom-page--about-us .about-history.is-static-scroll .about-history__viewport .about-history__year {
            scroll-snap-align: start; } }
    @media screen and (min-width: 1025px) and (max-width: 1599.98px) {
      .iat-custom-page--about-us .page-heading,
      .iat-custom-page--about-us .about-history__title {
        font-size: 32px; }
      .iat-custom-page--about-us .about-hero,
      .iat-custom-page--about-us .about-hero img,
      .iat-custom-page--about-us .about-hero .about-hero__image {
        height: 280px; }
      .iat-custom-page--about-us .about-history {
        --iat-history-gutter: 32px; }
      .iat-custom-page--about-us .about-history__intro {
        gap: 32px; }
      .iat-custom-page--about-us .about-history__year {
        width: min(800px, 78vw); } }
    @media (max-width: 1024px) {
      .iat-custom-page--about-us .about-history__viewport {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; } }
    .iat-custom-page--about-us .about-history.is-scroll-driven .about-history__viewport {
      overflow-x: hidden;
      overscroll-behavior-x: contain;
      overscroll-behavior-y: auto;
      touch-action: pan-y pinch-zoom; }
    @media (min-width: 1025px) {
      .iat-custom-page--about-us .about-history.is-scroll-driven .about-history__track {
        will-change: transform; }
      .iat-custom-page--about-us .about-history.is-scroll-driven .about-history__thumbs img {
        content-visibility: visible;
        contain-intrinsic-size: none; } }
  .iat-custom-page--construction .btn-call {
    letter-spacing: 0; }
  html:has(.iat-custom-page--about-us) {
    scroll-behavior: auto; }
  body.iat-about-us-page,
  body:has(.iat-custom-page--about-us) {
    scroll-behavior: auto; }
    body.iat-about-us-page .recently-viewed-products-sidebar,
    body.iat-about-us-page .halo-social-media,
    body:has(.iat-custom-page--about-us) .recently-viewed-products-sidebar,
    body:has(.iat-custom-page--about-us) .halo-social-media {
      display: none !important; }
    body.iat-about-us-page .pin-spacer,
    body:has(.iat-custom-page--about-us) .pin-spacer {
      overflow: visible !important; }
  body.iat-history-dialog-open {
    overflow: hidden; }
  .iat-custom-page--line-cards .page-heading {
    margin-bottom: 20px; }
  .iat-custom-page--programs {
    --programs-pad-x: 16px;
    overflow-x: clip; }
    .iat-custom-page--programs .programs-hero {
      position: relative;
      height: 390px;
      overflow: hidden;
      background: #ff4000; }
      @media screen and (min-width: 1025px) and (max-width: 1599.98px) {
        .iat-custom-page--programs .programs-hero {
          height: 280px; } }
    .iat-custom-page--programs .programs-hero__media {
      position: absolute;
      top: 94px;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%; }
    .iat-custom-page--programs .programs-hero__media picture,
    .iat-custom-page--programs .programs-hero__photo {
      display: block;
      width: 100%;
      height: 100%; }
    .iat-custom-page--programs .programs-hero__photo {
      border-radius: 0;
      object-fit: cover;
      object-position: center right; }
      @media screen and (min-width: 768px) and (max-width: 1024.98px) {
        .iat-custom-page--programs .programs-hero__photo {
          object-position: center center; } }
    .iat-custom-page--programs .programs-hero__copy {
      position: absolute;
      inset: 0;
      z-index: 1;
      padding: 24px 16px;
      background: #ff4000;
      clip-path: polygon(0 0, 100% 0, 100% 32.05%, 0 43.08%); }
    .iat-custom-page--programs .programs-hero__title {
      margin: 0;
      width: auto;
      max-width: 358px;
      color: #fff;
      font-size: 24px;
      font-weight: 700;
      line-height: normal;
      text-transform: uppercase; }
    .iat-custom-page--programs > .breadcrumbs-content {
      height: 42px;
      padding: 0 16px;
      border-radius: 0;
      overflow: visible; }
    .iat-custom-page--programs .breadcrumbs {
      height: 42px;
      margin: 0;
      padding: 20px 0 0;
      overflow: visible;
      text-align: center; }
      .iat-custom-page--programs .breadcrumbs::before, .iat-custom-page--programs .breadcrumbs::after {
        display: none; }
    .iat-custom-page--programs ol.breadcrumbs.disable-srollbar {
      margin: 0;
      padding: 20px 0 0; }
    .iat-custom-page--programs .breadcrumb {
      margin: 0;
      color: #696969;
      font-size: 14px;
      line-height: 22px; }
      .iat-custom-page--programs .breadcrumb:not(:first-child):not(:last-child) {
        display: none; }
      .iat-custom-page--programs .breadcrumb:not(:first-child)::before {
        content: "/";
        width: auto;
        height: auto;
        margin: 0 4px 0 6px;
        background: none;
        color: #696969;
        font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 22px;
        vertical-align: baseline; }
      .iat-custom-page--programs .breadcrumb .breadcrumb-label,
      .iat-custom-page--programs .breadcrumb.is-active .breadcrumb-label {
        padding: 0;
        color: #696969;
        font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px; }
      .iat-custom-page--programs .breadcrumb.is-active .breadcrumb-label {
        color: #1e1e1e;
        font-weight: 600; }
    .iat-custom-page--programs .page {
      box-sizing: border-box;
      max-width: 1920px;
      margin: 20px auto 0;
      padding: 0 var(--programs-pad-x);
      overflow-x: clip; }
    .iat-custom-page--programs .page-heading {
      margin: 0 0 20px;
      color: #000;
      font-size: 24px;
      font-weight: 700;
      line-height: 1.25;
      text-align: left;
      text-transform: uppercase; }
    .iat-custom-page--programs .programs-chips {
      display: none; }
    .iat-custom-page--programs .programs-chip {
      padding: 8px;
      background: #f7f7f7;
      color: #1e1e1e;
      font-family: "Jost", Arial, Helvetica, sans-serif;
      font-size: 20px;
      font-weight: 400;
      line-height: 1.5;
      text-decoration: none;
      white-space: nowrap; }
      .iat-custom-page--programs .programs-chip:hover, .iat-custom-page--programs .programs-chip:focus {
        color: #ff4000; }
    .iat-custom-page--programs .programs-grid {
      display: grid;
      gap: 12px; }
    .iat-custom-page--programs .programs-card {
      display: flex;
      flex-direction: column;
      gap: 12px;
      min-width: 0;
      scroll-margin-top: 140px;
      background: transparent; }
    .iat-custom-page--programs .programs-card__toggle {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      height: 46px;
      padding: 8px;
      border: 0;
      background: #f7f7f7;
      color: #1e1e1e;
      font-family: "Jost", Arial, Helvetica, sans-serif;
      font-size: 20px;
      font-weight: 400;
      line-height: 30px;
      text-align: left; }
      @media (max-width: 380px) {
        .iat-custom-page--programs .programs-card__toggle {
          font-size: 18px; } }
    .iat-custom-page--programs .programs-card__chevron {
      width: 12px;
      height: 12px;
      margin: -5px 4px 0 12px;
      border-right: 2px solid #444;
      border-bottom: 2px solid #444;
      transform: rotate(45deg);
      transition: transform 0.2s ease; }
    .iat-custom-page--programs .programs-card.active .programs-card__chevron {
      margin-top: 5px;
      transform: rotate(225deg); }
    .iat-custom-page--programs .programs-card__content {
      display: none;
      flex-direction: column;
      min-width: 0; }
    .iat-custom-page--programs .programs-card.active .programs-card__content {
      display: flex; }
    .iat-custom-page--programs .programs-card__media {
      aspect-ratio: 463.333333 / 320;
      overflow: hidden; }
      .iat-custom-page--programs .programs-card__media img {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 0;
        object-fit: cover; }
    .iat-custom-page--programs .programs-card__body {
      display: flex;
      flex: 1 1 auto;
      flex-direction: column;
      align-items: flex-start;
      padding: 12px;
      background: #f7f7f7; }
    .iat-custom-page--programs .programs-card__title {
      margin: 0 0 12px;
      color: #000;
      font-size: 16px;
      font-weight: 700;
      line-height: 20px; }
    .iat-custom-page--programs .programs-card__copy {
      margin: 0;
      color: #444;
      font-family: "Jost", Arial, Helvetica, sans-serif;
      font-size: 14px;
      line-height: 20px; }
    .iat-custom-page--programs .programs-btn {
      flex: 0 0 auto;
      margin: 24px 0 0;
      padding: 14px 32px;
      border: 0;
      border-radius: 30px;
      background: #ff4000;
      color: #fff;
      font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 700;
      line-height: 24px;
      text-transform: uppercase;
      letter-spacing: 0; }
      .iat-custom-page--programs .programs-btn:hover, .iat-custom-page--programs .programs-btn:focus {
        background: #e53a00;
        color: #fff; }
    .iat-custom-page--programs .programs-consult {
      display: flex;
      flex-direction: column;
      box-sizing: border-box;
      width: calc(100% + (2 * var(--programs-pad-x)));
      max-width: none;
      margin: 30px 0 0 calc(-1 * var(--programs-pad-x));
      overflow-x: clip; }
    .iat-custom-page--programs .programs-consult__intro {
      position: relative;
      display: flex;
      flex-direction: column;
      gap: 25px;
      overflow: hidden;
      background: #e2e2e2; }
    .iat-custom-page--programs .programs-consult__backdrop {
      position: absolute;
      inset: 0;
      pointer-events: none; }
      .iat-custom-page--programs .programs-consult__backdrop img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.15; }
      .iat-custom-page--programs .programs-consult__backdrop::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 57%); }
    .iat-custom-page--programs .programs-consult__intro-copy,
    .iat-custom-page--programs .programs-consult__shirt {
      position: relative;
      z-index: 1; }
    .iat-custom-page--programs .programs-consult__intro-copy {
      order: 2;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 25px 15px; }
    .iat-custom-page--programs .programs-consult__shirt {
      order: 1;
      aspect-ratio: 845 / 594; }
      .iat-custom-page--programs .programs-consult__shirt img {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 0;
        object-fit: cover;
        object-position: center top; }
    .iat-custom-page--programs .programs-consult__title {
      margin: 0;
      color: #1e1e1e;
      font-size: 24px;
      font-weight: 700;
      line-height: 1.25;
      text-transform: uppercase; }
    .iat-custom-page--programs .programs-consult__copy {
      margin: 24px 0 0;
      color: #1e1e1e;
      font-family: "Jost", Arial, Helvetica, sans-serif;
      font-size: 16px;
      line-height: 24px; }
    .iat-custom-page--programs .programs-consult__detail {
      --programs-detail-pad-x: 15px;
      display: block;
      box-sizing: border-box;
      width: 100%;
      max-width: none;
      padding: 25px var(--programs-detail-pad-x);
      background: #fff; }
    .iat-custom-page--programs .programs-consult__worker {
      width: 100%;
      aspect-ratio: 400 / 600; }
      .iat-custom-page--programs .programs-consult__worker img {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 0;
        object-fit: cover;
        object-position: bottom center; }
    .iat-custom-page--programs .programs-consult__panel {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      min-width: 0;
      width: 100%; }
    .iat-custom-page--programs .programs-consult__panel-copy {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 24px;
      box-sizing: border-box;
      width: 100%;
      max-width: 724px;
      padding: 24px 0; }
      .iat-custom-page--programs .programs-consult__panel-copy .programs-consult__title {
        margin: 0;
        line-height: 1.15; }
        .iat-custom-page--programs .programs-consult__panel-copy .programs-consult__title .programs-consult__title-line {
          display: block; }
      .iat-custom-page--programs .programs-consult__panel-copy .programs-btn {
        width: auto;
        max-width: 100%;
        margin-top: 0;
        justify-content: center;
        white-space: normal;
        text-align: center; }
    .iat-custom-page--programs .programs-consult__panel-text {
      display: flex;
      flex-direction: column;
      gap: 12px;
      width: 100%;
      max-width: 675px; }
    .iat-custom-page--programs .programs-consult__lead {
      margin: 0;
      color: #1e1e1e;
      font-family: "Jost", Arial, Helvetica, sans-serif;
      font-size: 16px;
      line-height: 1.5; }
    .iat-custom-page--programs .programs-consult__features {
      display: flex;
      flex-direction: column;
      gap: 24px;
      box-sizing: border-box;
      width: 100%;
      padding: 24px 16px;
      background: linear-gradient(90deg, #35373c 0%, #ff4000 100%);
      color: #fff; }
    .iat-custom-page--programs .programs-consult__feature {
      min-width: 0; }
      .iat-custom-page--programs .programs-consult__feature h3 {
        margin: 0 0 12px;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.25; }
      .iat-custom-page--programs .programs-consult__feature p {
        margin: 0;
        font-family: "Jost", Arial, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 24px; }
    @media (min-width: 768px) {
      .iat-custom-page--programs {
        --programs-pad-x: 40px; }
        .iat-custom-page--programs .programs-hero {
          display: block;
          height: 440px;
          background: #722207; }
        .iat-custom-page--programs .programs-hero__media {
          top: 0;
          right: 0;
          bottom: 0;
          left: auto;
          width: 60%;
          height: 100%; }
        .iat-custom-page--programs .programs-hero__copy {
          inset: 0 auto 0 0;
          display: flex;
          align-items: center;
          box-sizing: border-box;
          width: min(48%, 820px);
          max-width: 100%;
          padding: 32px clamp(16px, 4vw, 40px);
          background: transparent;
          clip-path: none; }
          .iat-custom-page--programs .programs-hero__copy::before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: -16px;
            width: calc(100% + 88px);
            height: 100%;
            background: linear-gradient(90deg, #722207 0%, #ff4000 100%);
            clip-path: polygon(0 0, 100% 0, 91.8% 100%, 0 100%);
            pointer-events: none; }
        .iat-custom-page--programs .programs-hero__title {
          position: relative;
          z-index: 1;
          width: 100%;
          max-width: 623px;
          font-size: clamp(24px, 3.2vw, 40px);
          line-height: 1.15; }
        .iat-custom-page--programs > .breadcrumbs-content {
          padding-right: var(--programs-pad-x);
          padding-left: var(--programs-pad-x); }
        .iat-custom-page--programs .page-heading {
          font-size: clamp(28px, 3.2vw, 40px);
          line-height: 1.25;
          text-align: center; }
        .iat-custom-page--programs .programs-chips {
          display: flex;
          flex-wrap: wrap;
          gap: 12px;
          justify-content: center;
          box-sizing: border-box;
          width: 100%;
          max-width: 1070px;
          margin: 0 auto 40px; }
        .iat-custom-page--programs .programs-chip {
          white-space: normal; }
        .iat-custom-page--programs .programs-grid {
          grid-template-columns: repeat(2, minmax(0, 1fr));
          gap: 24px; }
        .iat-custom-page--programs .programs-card {
          gap: 0;
          min-width: 0;
          background: #f7f7f7; }
        .iat-custom-page--programs .programs-card__toggle {
          display: none; }
        .iat-custom-page--programs .programs-card__content,
        .iat-custom-page--programs .programs-card.active .programs-card__content {
          display: flex;
          height: 100%;
          min-width: 0;
          justify-content: flex-start; }
        .iat-custom-page--programs .programs-card__media {
          flex: 0 0 auto;
          width: 100%;
          aspect-ratio: 463.333 / 320; }
        .iat-custom-page--programs .programs-card__body {
          flex: 1 1 auto;
          min-width: 0;
          padding: 24px; }
        .iat-custom-page--programs .programs-card__title {
          font-size: 20px;
          line-height: 1.2; }
        .iat-custom-page--programs .programs-card__copy {
          height: auto;
          min-height: 0;
          font-size: 16px;
          line-height: 24px; }
        .iat-custom-page--programs .programs-consult__detail {
          --programs-detail-pad-x: 30px;
          padding: 32px var(--programs-detail-pad-x); }
        .iat-custom-page--programs .programs-consult__worker {
          max-width: 400px; }
        .iat-custom-page--programs .programs-consult__panel-copy {
          gap: 32px;
          padding: 40px 0 32px; }
          .iat-custom-page--programs .programs-consult__panel-copy .programs-consult__title {
            font-size: 28px;
            line-height: 1; }
          .iat-custom-page--programs .programs-consult__panel-copy .programs-btn {
            white-space: nowrap; }
        .iat-custom-page--programs .programs-consult__lead {
          font-size: 18px;
          line-height: 1.5; }
        .iat-custom-page--programs .programs-consult__features {
          gap: 32px;
          padding: 32px 24px; }
        .iat-custom-page--programs .programs-consult__feature h3 {
          font-size: 20px;
          line-height: 1; } }
    @media (min-width: 1025px) {
      .iat-custom-page--programs .programs-consult__detail {
        display: flex;
        align-items: flex-start;
        padding: 40px var(--programs-detail-pad-x); }
      .iat-custom-page--programs .programs-consult__worker {
        flex: 400 1 0%;
        width: auto;
        max-width: 400px;
        min-width: 180px;
        margin: 0;
        height: auto;
        aspect-ratio: 400 / 600; }
        .iat-custom-page--programs .programs-consult__worker img {
          height: 100%; }
      .iat-custom-page--programs .programs-consult__panel {
        flex: 1170 1 0%;
        min-width: 0;
        max-width: 1170px; }
      .iat-custom-page--programs .programs-consult__panel-copy {
        max-width: 724px;
        gap: 32px;
        padding: 40px 24px 32px 40px; }
        .iat-custom-page--programs .programs-consult__panel-copy .programs-consult__title {
          font-size: 28px;
          line-height: 1; }
      .iat-custom-page--programs .programs-consult__lead {
        font-size: 18px; }
      .iat-custom-page--programs .programs-consult__features {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 24px;
        padding: 32px 24px 32px 40px; }
      .iat-custom-page--programs .programs-consult__feature {
        flex: 1 1 0;
        min-width: 0; } }
    @media (min-width: 1200px) {
      .iat-custom-page--programs {
        --programs-pad-x: clamp(24px, 2.083333vw, 50px); }
        .iat-custom-page--programs .programs-hero__media {
          width: 57.2916667%; }
        .iat-custom-page--programs .programs-hero__copy {
          width: 42.7083333%;
          padding: 32px 24px 40px clamp(24px, 2.083333vw, 50px); }
        .iat-custom-page--programs .programs-hero__copy::before {
          left: -1.40625vw;
          width: calc(100% + 5.234375vw); }
        .iat-custom-page--programs .programs-grid {
          grid-template-columns: repeat(3, minmax(0, 1fr));
          gap: 24px;
          grid-auto-rows: auto; }
        .iat-custom-page--programs .programs-consult {
          margin-top: 60px; }
        .iat-custom-page--programs .programs-consult__intro {
          flex-direction: row;
          align-items: stretch;
          gap: clamp(24px, 3.9vw, 75px);
          height: auto;
          min-height: 0; }
        .iat-custom-page--programs .programs-consult__backdrop img {
          width: 123.75%;
          max-width: none;
          margin-left: -18.4%; }
        .iat-custom-page--programs .programs-consult__intro-copy {
          box-sizing: border-box;
          flex: 1 1 42%;
          order: 1;
          min-width: 0;
          max-width: 1000px;
          padding: 40px 24px 40px var(--programs-pad-x); }
        .iat-custom-page--programs .programs-consult__shirt {
          flex: 1 1 45%;
          order: 2;
          min-width: 0;
          height: auto;
          max-height: 594px;
          aspect-ratio: 845 / 594; }
        .iat-custom-page--programs .programs-consult__title {
          font-size: clamp(24px, 1.67vw, 32px);
          line-height: 1.25; }
        .iat-custom-page--programs .programs-consult__copy {
          max-width: 660px; }
        .iat-custom-page--programs .programs-consult__detail {
          --programs-detail-pad-x: clamp(24px, 2.083333vw, 50px);
          display: flex;
          align-items: flex-start;
          box-sizing: border-box;
          width: 100%;
          max-width: none;
          height: auto;
          margin: 0;
          padding: 50px var(--programs-detail-pad-x); }
        .iat-custom-page--programs .programs-consult__worker {
          flex: 400 1 0%;
          width: auto;
          max-width: 400px;
          min-width: 220px;
          height: auto;
          max-height: none;
          aspect-ratio: 400 / 600; }
          .iat-custom-page--programs .programs-consult__worker img {
            height: 100%; }
        .iat-custom-page--programs .programs-consult__panel {
          display: flex;
          flex: 1170 1 0%;
          flex-direction: column;
          align-items: stretch;
          min-width: 0;
          max-width: 1170px; }
        .iat-custom-page--programs .programs-consult__panel-copy {
          box-sizing: border-box;
          width: 100%;
          max-width: 724px;
          gap: 24px;
          padding: 40px 24px 24px 32px; }
          .iat-custom-page--programs .programs-consult__panel-copy .programs-consult__title {
            width: 100%;
            max-width: 644px;
            margin: 0;
            font-size: clamp(24px, 1.67vw, 32px);
            line-height: 1.15; }
          .iat-custom-page--programs .programs-consult__panel-copy .programs-btn {
            margin-top: 0;
            padding: 14px 32px;
            white-space: nowrap; }
        .iat-custom-page--programs .programs-consult__lead {
          width: 100%;
          font-size: 18px;
          line-height: 1.5; }
        .iat-custom-page--programs .programs-consult__features {
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          gap: 20px;
          box-sizing: border-box;
          width: 100%;
          margin-top: 0;
          padding: 24px 24px 24px 32px;
          background: linear-gradient(90deg, #35373c 0%, #ff4000 100%); }
        .iat-custom-page--programs .programs-consult__feature {
          flex: 1 1 0;
          min-width: 0; }
        .iat-custom-page--programs .programs-consult__feature h3 {
          font-size: 24px;
          line-height: 1; } }
    @media (min-width: 1920px) {
      .iat-custom-page--programs {
        --programs-pad-x: 225px; }
        .iat-custom-page--programs .programs-hero__copy {
          padding: 32px 32px 48px 175px; }
        .iat-custom-page--programs .programs-grid {
          gap: 40px; }
        .iat-custom-page--programs .programs-consult__intro {
          gap: 75px; }
        .iat-custom-page--programs .programs-consult__intro-copy {
          padding: 75px 75px 75px var(--programs-pad-x); }
        .iat-custom-page--programs .programs-consult__detail {
          --programs-detail-pad-x: 175px; }
        .iat-custom-page--programs .programs-consult__worker {
          flex: 0 1 400px;
          width: 400px;
          max-width: 400px;
          height: 600px;
          aspect-ratio: auto; }
        .iat-custom-page--programs .programs-consult__panel {
          flex: 1 1 1170px;
          width: auto;
          max-width: 1170px; }
        .iat-custom-page--programs .programs-consult__panel-copy {
          gap: 32px;
          padding: 64px 0 32px 64px; }
        .iat-custom-page--programs .programs-consult__features {
          gap: 32px;
          padding: 32px 32px 32px 64px; } }
  .iat-custom-page .form-subtitle {
    margin-bottom: 40px; }
    .iat-custom-page .form-subtitle p {
      text-align: left; }

.about-history-fancybox.fancybox-container .fancybox-bg {
  background: #000; }

.about-history-fancybox.fancybox-container.fancybox-is-open .fancybox-bg {
  opacity: 0.88; }

.about-history-fancybox.fancybox-container.fancybox-show-thumbs .fancybox-inner {
  right: 0 !important;
  bottom: 0; }

.about-history-fancybox.fancybox-container .fancybox-stage {
  top: 56px;
  right: 0;
  bottom: 196px;
  left: 0; }

.about-history-fancybox.fancybox-container .fancybox-slide--image {
  padding: 16px 40px 72px !important; }

.about-history-fancybox.fancybox-container .fancybox-slide--image .fancybox-content {
  max-width: 1100px !important;
  max-height: 100% !important; }

.about-history-fancybox.fancybox-container .fancybox-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain; }

.about-history-fancybox.fancybox-container .fancybox-thumbs {
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 148px;
  padding: 12px 24px 24px;
  background: transparent; }

.about-history-fancybox.fancybox-container .fancybox-thumbs__list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content !important;
  max-width: 100%;
  height: 120px;
  margin: 0 auto !important;
  overflow-x: auto;
  overflow-y: hidden; }

.about-history-fancybox.fancybox-container .fancybox-thumbs__list a {
  float: none;
  flex: 0 0 auto;
  width: auto;
  min-width: 72px;
  height: 120px;
  max-width: none;
  max-height: 120px;
  margin: 0 6px;
  background-size: cover; }

.about-history-fancybox.fancybox-container .fancybox-thumbs__list a.fancybox-thumbs-active:before {
  border: 0;
  background: rgba(255, 64, 0, 0.5); }

.about-history-fancybox.fancybox-container .fancybox-caption {
  bottom: 148px;
  left: 50%;
  width: auto;
  max-width: 90%;
  padding: 12px 16px;
  background: transparent;
  transform: translateX(-50%);
  font-family: "Jost", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  color: #fff; }

@media (max-width: 800px) {
  .about-history-fancybox.fancybox-container .fancybox-toolbar {
    top: calc(12px + env(safe-area-inset-top, 0px));
    right: calc(12px + env(safe-area-inset-right, 0px));
    z-index: 100000; }
  .about-history-fancybox.fancybox-container .fancybox-toolbar .fancybox-button--close {
    width: 44px;
    height: 44px;
    padding: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
    color: #1e1e1e; }
  .about-history-fancybox.fancybox-container .fancybox-toolbar .fancybox-button--close svg {
    width: 24px;
    height: 24px; }
  .about-history-fancybox.fancybox-container .fancybox-stage {
    top: calc(68px + env(safe-area-inset-top, 0px));
    bottom: calc(156px + env(safe-area-inset-bottom, 0px)); }
  .about-history-fancybox.fancybox-container .fancybox-slide--image {
    padding: 8px 20px 52px !important; }
  .about-history-fancybox.fancybox-container .fancybox-navigation .fancybox-button {
    top: 50%;
    width: 44px;
    height: 44px;
    transform: translateY(-50%); }
  .about-history-fancybox.fancybox-container .fancybox-navigation .fancybox-button--arrow_left {
    left: 8px; }
  .about-history-fancybox.fancybox-container .fancybox-navigation .fancybox-button--arrow_right {
    right: 8px; }
  .about-history-fancybox.fancybox-container .fancybox-caption {
    bottom: calc(104px + env(safe-area-inset-bottom, 0px));
    width: calc(100% - 32px);
    max-width: 420px;
    padding: 8px 12px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.72);
    font-size: 18px;
    line-height: 1.25; }
  .about-history-fancybox.fancybox-container .fancybox-thumbs {
    height: calc(104px + env(safe-area-inset-bottom, 0px));
    padding: 8px 12px calc(12px + env(safe-area-inset-bottom, 0px)); }
  .about-history-fancybox.fancybox-container .fancybox-thumbs__list {
    justify-content: flex-start;
    width: 100% !important;
    height: 84px;
    margin: 0 !important;
    padding: 0 4px; }
  .about-history-fancybox.fancybox-container .fancybox-thumbs__list a {
    min-width: 64px;
    height: 84px;
    max-height: 84px;
    margin: 0 4px; } }

.page-catalogs .page-heading,
.page-type-page_contact_form .page-heading {
  margin: 0 auto 40px;
  text-align: center;
  line-height: 1.25; }

.page-type-page .breadcrumbs-content,
.page-type-page ol.breadcrumbs,
.page-type-page_contact_form .breadcrumbs-content,
.page-type-page_contact_form ol.breadcrumbs {
  text-align: center; }

.hover-image {
  display: block;
  overflow: hidden; }
  .hover-image img {
    width: 100%;
    height: auto;
    will-change: transform;
    transition: transform 0.6s ease; }
  .hover-image:hover img {
    transform: scale3d(1.1, 1.1, 1); }

.js .custom-fadeZoom,
.js .custom-fadeInUp {
  opacity: 0; }

.js .animated.custom-fadeZoom,
.js .animated .custom-fadeZoom {
  animation: iat-custom-fadeZoom 0.5s both; }

.js .animated.custom-fadeInUp,
.js .animated .custom-fadeInUp {
  animation: iat-custom-fadeInUp 0.5s both; }

@keyframes iat-custom-fadeZoom {
  from {
    transform: scale(1.2);
    opacity: 0.01; }
  to {
    transform: scale(1);
    opacity: 1; } }

@keyframes iat-custom-fadeInUp {
  from {
    transform: translateY(20px);
    opacity: 0.01; }
  to {
    transform: translateY(0);
    opacity: 1; } }

.catalog-content {
  margin-bottom: 60px; }
  .catalog-content .catalog-content-item {
    margin-top: 60px; }
  .catalog-content .catalog-banner {
    overflow: hidden; }
    .catalog-content .catalog-banner .img-box {
      position: relative; }
      .catalog-content .catalog-banner .img-box::after {
        content: "";
        display: block;
        height: 0;
        padding-bottom: 100%;
        width: 100%; }
      .catalog-content .catalog-banner .img-box::after {
        padding-bottom: 7.482%; }
      .catalog-content .catalog-banner .img-box img {
        bottom: 0;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: left; }
  .catalog-content .catalog-item-wrapper .catalog-item {
    display: flex;
    flex-direction: column; }
    .catalog-content .catalog-item-wrapper .catalog-item img {
      width: 100%;
      height: auto;
      object-fit: cover;
      aspect-ratio: 322.5 / 455.66; }
    .catalog-content .catalog-item-wrapper .catalog-item p {
      margin: 12px 0 0;
      font-family: "Jost", Arial, Helvetica, sans-serif;
      font-size: 16px;
      line-height: 1.5;
      text-align: center; }
      .catalog-content .catalog-item-wrapper .catalog-item p a {
        color: #000; }
  .catalog-content .catalog-item-wrapper .catalog-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px 60px;
    margin-top: 40px; }
    @media (max-width: 1440px) {
      .catalog-content .catalog-item-wrapper .catalog-list {
        gap: 40px; } }
    @media (max-width: 1024px) {
      .catalog-content .catalog-item-wrapper .catalog-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 50px 20px; } }
    @media (max-width: 768px) {
      .catalog-content .catalog-item-wrapper .catalog-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 40px 20px; } }
  .catalog-content .catalog-item-wrapper .actions {
    width: 100%;
    text-align: center; }
    .catalog-content .catalog-item-wrapper .actions .showmore-button {
      margin-top: 40px; }
  @media (min-width: 1025px) {
    .catalog-content .catalog-item-wrapper .catalog-item:hover a {
      color: #ff4000; } }
  @media (max-width: 1024px) {
    .catalog-content .catalog-banner .img-box::after {
      padding-bottom: 12%; } }
  @media (max-width: 767px) {
    .catalog-content .catalog-banner {
      min-height: 100px; }
      .catalog-content .catalog-banner .img-box::after {
        padding-bottom: 18%; } }
  @media (max-width: 550px) {
    .catalog-content .catalog-banner .img-box::after {
      padding-bottom: 24%; } }

.catalogs-contact {
  margin: 40px auto 60px; }
  .catalogs-contact .form-subtitle {
    margin-bottom: 24px;
    font-family: "Jost", Arial, Helvetica, sans-serif;
    text-align: left; }

[data-content-region="cart_below_totals"] [data-layout-id] [data-widget-id]:not(:first-child) {
  display: none; }

.iat-cordless-landing .hero-mobile-img {
  display: none;
  width: 100%;
  height: auto; }

.iat-cordless-landing .hero-banner img.hero-desktop-img {
  width: 100%;
  object-fit: cover; }

.iat-cordless-landing .about-ingersoll {
  margin: 60px 0; }

.iat-cordless-landing .about-ingersoll .container {
  display: flex;
  gap: 80px;
  align-items: center;
  justify-content: center;
  max-width: 1585px;
  margin: 0 auto; }

.iat-cordless-landing .about-img {
  position: relative;
  flex-shrink: 0; }

.iat-cordless-landing .about-arrow {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(120px, -60px); }

.iat-cordless-landing .about-description p {
  max-width: 896px;
  margin: 0;
  color: #1e1e1e;
  font-size: 1.25rem;
  line-height: 1.5; }

.iat-cordless-landing .usp {
  padding: 38px 0 53px;
  background: url("https://cdn11.bigcommerce.com/s-13fb4/images/stencil/original/image-manager/usp-bg.jpg?t=1745919970") center/cover no-repeat; }

.iat-cordless-landing .usp-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  max-width: 1600px;
  margin: 0 auto; }

.iat-cordless-landing .usp-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  text-align: center; }

.iat-cordless-landing .usp-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 117px;
  background: #d9d9d9;
  opacity: 0.5;
  transform: translateY(-50%); }

.iat-cordless-landing .usp-item .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 91px;
  height: 91px;
  margin-bottom: 12px; }

.iat-cordless-landing .usp-desc h5,
.iat-cordless-landing .usp-desc p {
  margin: 0 auto;
  color: #fff; }

.iat-cordless-landing .usp-desc h5 {
  margin-bottom: 6px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: capitalize; }

.iat-cordless-landing .usp-desc p {
  max-width: 175px;
  font-size: 0.875rem;
  line-height: 1.25; }

.iat-cordless-landing .contact {
  margin: 80px 0; }

.iat-cordless-landing .contact .container {
  max-width: 1380px;
  margin: 0 auto; }

.iat-cordless-landing .contact-description {
  max-width: 1311px;
  margin: 0 auto;
  color: #1e1e1e;
  font-size: 1.375rem;
  line-height: 1.5;
  text-align: center; }

.iat-cordless-landing .contact-list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-top: 65px; }

.iat-cordless-landing .contact-item {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 0 40px;
  text-align: center; }

.iat-cordless-landing .contact-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 190px;
  background: #d9d9d9;
  transform: translateY(-50%); }

.iat-cordless-landing .contact-item .icon-wrapper {
  margin-bottom: 25px; }

.iat-cordless-landing .contact-details {
  max-width: 307px;
  color: #1e1e1e;
  font-size: 1rem;
  line-height: 1.4; }

.iat-cordless-landing .contact-link {
  color: #f9a13b;
  font-weight: 600;
  text-decoration: underline; }

.iat-cordless-landing .product-grid {
  margin: 80px 0; }

.iat-cordless-landing .products-row1 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px; }

.iat-cordless-landing .product-container {
  padding: 20px;
  border: 1px solid #c9c9c9;
  background: #fff; }

.iat-cordless-landing .product-container.flex-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px; }

.iat-cordless-landing .product-container.flex-row {
  display: flex;
  gap: 24px;
  align-items: center; }

.iat-cordless-landing .product-container.bg-grey {
  border-color: #f5f5f5;
  background: #f5f5f5; }

.iat-cordless-landing .product-container .img-wrapper {
  display: flex;
  align-items: center;
  mix-blend-mode: darken; }

.iat-cordless-landing .products-row1 .product-container .img-wrapper {
  max-width: 300px;
  margin-bottom: 20px; }

.iat-cordless-landing .product-container .img-wrapper img {
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.3s ease; }

.iat-cordless-landing .product-container .img-wrapper:hover img {
  transform: scale(0.95); }

.iat-cordless-landing .product-title {
  display: inline-block;
  color: #1e1e1e;
  font-size: 1rem;
  line-height: 1.3;
  text-align: center; }

.iat-cordless-landing .product-container.flex-col .product-title {
  max-width: 199px; }

.iat-cordless-landing .product-container.flex-col .product-info,
.iat-cordless-landing .product-container.flex-row .product-info {
  display: flex;
  flex-direction: column; }

.iat-cordless-landing .view-all {
  margin-top: 18px;
  color: #f9a13b;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
  text-underline-offset: 2px; }

.iat-cordless-landing .products-row2 {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  gap: 30px;
  margin-top: 20px; }

.iat-cordless-landing .product-col .product-container:not(:first-child),
.iat-cordless-landing .product-container.flex-col.small:not(:first-child) {
  margin-top: 30px; }

.iat-cordless-landing .product-container.flex-row .img-wrapper {
  width: 100%;
  max-width: 281px; }

.iat-cordless-landing .product-container.flex-row .product-info {
  align-items: flex-start; }

.iat-cordless-landing .product-container.flex-row .product-title {
  max-width: 339px;
  text-align: left; }

.iat-cordless-landing .product-container.flex-row .view-all {
  margin-top: 10px; }

.iat-cordless-landing .product-col-center .product-container .img-wrapper {
  margin-bottom: 18px; }

.iat-cordless-landing .products-row1.bg-dark {
  margin-top: 20px;
  padding: 30px;
  background: #2e3742; }

.iat-cordless-landing .products-row1.bg-dark .product-title,
.iat-cordless-landing .products-row1.bg-dark .view-all {
  color: #fff; }

@media (max-width: 1440px) {
  .iat-cordless-landing .contact-item {
    padding: 0 24px; }
  .iat-cordless-landing .product-container.flex-row .img-wrapper {
    max-width: 200px; } }

@media (max-width: 1024px) {
  .iat-cordless-landing .usp-list,
  .iat-cordless-landing .products-row1 {
    grid-template-columns: repeat(3, 1fr); }
  .iat-cordless-landing .usp-item:not(:last-child)::after {
    display: none; }
  .iat-cordless-landing .products-row2 {
    grid-template-columns: 1fr; }
  .iat-cordless-landing .product-container.flex-row {
    flex-direction: column;
    text-align: center; }
  .iat-cordless-landing .product-container.flex-row .product-info {
    align-items: center; }
  .iat-cordless-landing .product-container.flex-row .product-title {
    text-align: center; } }

@media (max-width: 800px) {
  .iat-cordless-landing .hero-desktop-img {
    display: none; }
  .iat-cordless-landing .hero-mobile-img {
    display: block; } }

@media (max-width: 767px) {
  .iat-cordless-landing .about-ingersoll .container {
    flex-direction: column;
    gap: 30px; }
  .iat-cordless-landing .about-arrow {
    display: none; }
  .iat-cordless-landing .about-description p {
    font-size: 1.125rem;
    text-align: center; }
  .iat-cordless-landing .usp-list,
  .iat-cordless-landing .products-row1 {
    grid-template-columns: 1fr 1fr; }
  .iat-cordless-landing .contact-list {
    flex-direction: column;
    gap: 24px;
    margin-top: 30px; }
  .iat-cordless-landing .contact-item:not(:last-child)::after {
    display: none; } }

.custom-navigation-wrapper {
  padding-bottom: 40px; }
  .custom-navigation-wrapper .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px; }
    @media (min-width: 768px) {
      .custom-navigation-wrapper .row {
        margin-left: -8px;
        margin-right: -8px; } }
    @media (min-width: 1025px) {
      .custom-navigation-wrapper .row {
        margin-left: -12px;
        margin-right: -12px; } }
  .custom-navigation-wrapper .col {
    box-sizing: border-box;
    min-width: 0;
    padding-left: 4px;
    padding-right: 4px; }
    @media (min-width: 768px) {
      .custom-navigation-wrapper .col {
        padding-left: 8px;
        padding-right: 8px; } }
    @media (min-width: 1025px) {
      .custom-navigation-wrapper .col {
        padding-left: 12px;
        padding-right: 12px; } }
  .custom-navigation-wrapper .row.custom-gutter {
    --f-gap: 20px;
    --f-gap-y: 0px;
    margin-left: calc(var(--f-gap) / -2);
    margin-right: calc(var(--f-gap) / -2);
    margin-top: calc(var(--f-gap-y) * -1); }
    .custom-navigation-wrapper .row.custom-gutter .col {
      padding-left: calc(var(--f-gap) / 2);
      padding-right: calc(var(--f-gap) / 2);
      margin-top: var(--f-gap-y); }
  .custom-navigation-wrapper .c-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  @media (min-width: 768px) {
    .custom-navigation-wrapper .m-6 {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 1025px) {
    .custom-navigation-wrapper .l-4 {
      flex: 0 0 33.3333%;
      max-width: 33.3333%; } }

.custom-navigation {
  max-width: 1000px;
  margin: 0 auto; }
  .custom-navigation .navBar-section {
    float: unset;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0; }
    .custom-navigation .navBar-section::before, .custom-navigation .navBar-section::after {
      display: none; }
    .custom-navigation .navBar-section .navBar-item-wrapper {
      display: flex;
      margin: 0; }
    .custom-navigation .navBar-section .navBar-item {
      float: unset;
      display: flex;
      width: 100%;
      margin: 0;
      padding: 24px;
      background-color: #F7F7F7; }
      .custom-navigation .navBar-section .navBar-item .navBar-action {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 12px;
        padding: 0;
        line-height: 1.4; }
        .custom-navigation .navBar-section .navBar-item .navBar-action .icon {
          width: 32px;
          height: 32px;
          flex-shrink: 0; }
          .custom-navigation .navBar-section .navBar-item .navBar-action .icon svg {
            width: 32px;
            height: 32px;
            fill: currentColor; }
        .custom-navigation .navBar-section .navBar-item .navBar-action .text {
          display: inline-block;
          line-height: 1.2;
          font-weight: 700;
          font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
          color: dimgray; }
      .custom-navigation .navBar-section .navBar-item:hover {
        background-color: #FF4000; }
        .custom-navigation .navBar-section .navBar-item:hover .navBar-action {
          color: #ffffff; }
          .custom-navigation .navBar-section .navBar-item:hover .navBar-action .text {
            color: #ffffff; }
          .custom-navigation .navBar-section .navBar-item:hover .navBar-action .icon svg {
            fill: #ffffff; }
  .custom-navigation .navigation-banner .img-box {
    position: relative;
    overflow: hidden; }
    .custom-navigation .navigation-banner .img-box img {
      display: block;
      width: 100%;
      height: auto;
      aspect-ratio: 100 / 16;
      object-fit: cover; }
  .custom-navigation .navigation-list .title {
    margin-top: 40px;
    margin-bottom: 20px; }
  @media (max-width: 1024px) {
    .custom-navigation .navBar-section .navBar-item {
      padding: 18px; } }
  @media (max-width: 767px) {
    .custom-navigation .navigation-banner .img-box img {
      aspect-ratio: 5 / 1;
      object-position: left center; } }

.faqs-wrapper {
  padding: 60px 0; }
  .faqs-wrapper .title {
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
    margin-bottom: 12px; }
  .faqs-wrapper .description {
    text-align: center;
    max-width: 695px;
    margin: 0 auto;
    font-family: "Jost", Arial, Helvetica, sans-serif; }
    .faqs-wrapper .description a {
      text-decoration: underline; }
  .faqs-wrapper .accordion {
    margin-top: 40px;
    margin-bottom: 0;
    border: none;
    border-radius: 0; }
  .faqs-wrapper .accordion-item {
    border-bottom: 1px solid #ccc;
    background-color: #ffffff; }
  .faqs-wrapper .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 24px 24px 20px;
    border: none;
    outline: none;
    background-color: #ffffff;
    color: #000000;
    font-weight: 700;
    text-align: left;
    cursor: pointer; }
  .faqs-wrapper .accordion-icon {
    position: relative;
    width: 16px;
    height: 16px;
    flex-shrink: 0; }
    .faqs-wrapper .accordion-icon::before, .faqs-wrapper .accordion-icon::after {
      content: "";
      position: absolute;
      background-color: #7E7E7E;
      transition: transform 0.3s ease, opacity 0.3s ease; }
    .faqs-wrapper .accordion-icon::before {
      width: 12px;
      height: 2px;
      top: 50%;
      left: 2px;
      transform: translateY(-50%); }
    .faqs-wrapper .accordion-icon::after {
      width: 2px;
      height: 12px;
      top: 2px;
      left: 50%;
      transform: translateX(-50%); }
  .faqs-wrapper .accordion-body {
    max-height: 0;
    overflow: hidden;
    padding: 0 24px;
    background-color: #ffffff;
    transition: max-height 0.3s ease, padding 0.3s ease; }
  .faqs-wrapper .accordion-item.active .accordion-body {
    max-height: none;
    padding: 0 24px 24px; }
  .faqs-wrapper .accordion-item.active .accordion-icon::before, .faqs-wrapper .accordion-item.active .accordion-icon::after {
    background-color: #000000; }
  .faqs-wrapper .accordion-item.active .accordion-icon::after {
    transform: translateX(-50%) rotate(90deg);
    opacity: 0; }
  .faqs-wrapper .text-content {
    color: dimgray; }
    .faqs-wrapper .text-content * {
      font-family: "Jost", Arial, Helvetica, sans-serif; }
    .faqs-wrapper .text-content a {
      text-decoration: underline; }
    .faqs-wrapper .text-content h3 {
      margin: 16px 0 8px;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.4; }
    .faqs-wrapper .text-content p {
      margin-bottom: 0; }
      .faqs-wrapper .text-content p + p {
        margin-top: 16px; }
    .faqs-wrapper .text-content ul,
    .faqs-wrapper .text-content ol {
      margin-top: 16px;
      margin-bottom: 16px;
      padding-left: 18px; }
    .faqs-wrapper .text-content ul {
      list-style-type: disc; }
    .faqs-wrapper .text-content li {
      margin-bottom: 6px; }
      .faqs-wrapper .text-content li a {
        text-decoration: none; }
    .faqs-wrapper .text-content img {
      display: inline-block;
      width: 20px;
      height: auto;
      vertical-align: middle; }
  @media (max-width: 767px) {
    .faqs-wrapper {
      padding: 40px 0; }
      .faqs-wrapper .accordion-header {
        padding: 18px 18px 14px; }
      .faqs-wrapper .accordion-body {
        padding: 0 18px; }
      .faqs-wrapper .accordion-item.active .accordion-body {
        padding: 0 18px 18px; } }

.custom-navigation-wrapper .text-sm,
.faqs-wrapper .text-sm {
  font-size: 16px;
  line-height: 1.5; }
  @media (max-width: 767px) {
    .custom-navigation-wrapper .text-sm,
    .faqs-wrapper .text-sm {
      font-size: 14px; } }

.custom-navigation-wrapper .heading-sm,
.faqs-wrapper .heading-sm {
  font-size: 24px;
  line-height: 1.25; }
  @media (max-width: 767px) {
    .custom-navigation-wrapper .heading-sm,
    .faqs-wrapper .heading-sm {
      font-size: 20px; } }

.custom-navigation-wrapper .heading-md,
.faqs-wrapper .heading-md {
  font-size: 32px;
  line-height: 1.25; }
  @media (max-width: 767px) {
    .custom-navigation-wrapper .heading-md,
    .faqs-wrapper .heading-md {
      font-size: 28px; } }

.iat-legacy-webpage .container-1070 {
  box-sizing: border-box;
  width: 100%;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }

.iat-legacy-webpage .iat-legacy-webpage__subnav {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto 24px;
  padding-top: 0;
  padding-bottom: 0; }
  .iat-legacy-webpage .iat-legacy-webpage__subnav .navBar-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 12px;
    float: none;
    margin: 0;
    padding: 0;
    list-style: none; }
    .iat-legacy-webpage .iat-legacy-webpage__subnav .navBar-section::before, .iat-legacy-webpage .iat-legacy-webpage__subnav .navBar-section::after {
      display: none; }
  .iat-legacy-webpage .iat-legacy-webpage__subnav .navBar-item {
    display: flex;
    float: none;
    min-width: 0;
    margin: 0;
    padding: 0; }
  .iat-legacy-webpage .iat-legacy-webpage__subnav .navBar-action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px 16px;
    background: #f6f6f6;
    color: #1e1e1e;
    font-family: "Jost", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    overflow-wrap: anywhere;
    transition: color 160ms ease, background-color 160ms ease; }
    .iat-legacy-webpage .iat-legacy-webpage__subnav .navBar-action:hover, .iat-legacy-webpage .iat-legacy-webpage__subnav .navBar-action:focus-visible {
      background: #ff4000;
      color: white; }
  @media (max-width: 1024px) {
    .iat-legacy-webpage .iat-legacy-webpage__subnav .navBar-item {
      flex: 0 0 calc(50% - 6px); } }
  @media (max-width: 550px) {
    .iat-legacy-webpage .iat-legacy-webpage__subnav .navBar-item {
      flex-basis: 100%; } }

.iat-legacy-webpage .btn-call,
.iat-legacy-webpage .btn--secondary {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 13px 32px;
  border: 1px solid #ff4000;
  border-radius: 30px;
  background: #ff4000;
  color: white;
  font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
  overflow-wrap: anywhere;
  transition: color 160ms ease, background-color 160ms ease; }
  .iat-legacy-webpage .btn-call:hover, .iat-legacy-webpage .btn-call:focus-visible,
  .iat-legacy-webpage .btn--secondary:hover,
  .iat-legacy-webpage .btn--secondary:focus-visible {
    background: transparent;
    color: #ff4000;
    border-color: #ff4000; }
  @media (max-width: 767px) {
    .iat-legacy-webpage .btn-call,
    .iat-legacy-webpage .btn--secondary {
      padding: 10px 20px; } }

.iat-legacy-webpage .content-intro:not(:last-child) {
  margin-bottom: 60px; }

.iat-legacy-webpage .content-intro .content-image {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  background: #cccccc; }
  .iat-legacy-webpage .content-intro .content-image > a {
    display: block; }
  .iat-legacy-webpage .content-intro .content-image h2 {
    position: absolute;
    z-index: 1;
    right: 16px;
    bottom: 16px;
    left: 16px;
    margin: 0;
    color: white;
    font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
    font-size: clamp(24px, 2.5vw, 32px);
    line-height: 1.2;
    overflow-wrap: anywhere;
    pointer-events: none; }
  .iat-legacy-webpage .content-intro .content-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 200px;
    object-fit: cover; }

.iat-legacy-webpage .content-intro p {
  margin: 0 0 20px; }

@media (max-width: 767px) {
  .iat-legacy-webpage .content-intro:not(:last-child) {
    margin-bottom: 40px; } }

.iat-legacy-webpage .page-content .text-body {
  font-family: "Jost", Arial, Helvetica, sans-serif; }

.iat-legacy-webpage .page-content .text-sm {
  font-size: 16px;
  line-height: 1.5; }

.iat-legacy-webpage .page-content .text-md {
  font-size: 20px;
  line-height: 1.5; }

.iat-legacy-webpage .page-content .text-lg {
  font-size: 24px;
  line-height: 1.5; }

.iat-legacy-webpage .page-content .heading-sm {
  font-size: 24px;
  line-height: 1.25; }

.iat-legacy-webpage .page-content .heading-md {
  font-size: 32px;
  line-height: 1.25; }

.iat-legacy-webpage .page-content .heading-lg {
  font-size: 40px;
  line-height: 1.25; }

.iat-legacy-webpage .page-content .heading-xs {
  font-size: 20px;
  line-height: 1.25; }

.iat-legacy-webpage .page-content .line-height-normal {
  line-height: 1.4; }

@media (max-width: 767px) {
  .iat-legacy-webpage .page-content .text-md {
    font-size: 18px; }
  .iat-legacy-webpage .page-content .text-lg {
    font-size: 20px; }
  .iat-legacy-webpage .page-content .heading-sm {
    font-size: 22px; }
  .iat-legacy-webpage .page-content .heading-md {
    font-size: 26px; }
  .iat-legacy-webpage .page-content .heading-lg {
    font-size: 30px; }
  .iat-legacy-webpage .page-content .heading-xs {
    font-size: 18px; } }

.iat-legacy-webpage--industries .page-content-wrapper {
  display: block;
  padding: 8px 0 60px; }
  .iat-legacy-webpage--industries .page-content-wrapper > .page-content {
    float: none;
    width: 100%;
    padding: 0; }

.iat-legacy-webpage--cms > .page-heading {
  font-size: clamp(28px, 2.5vw, 40px);
  line-height: 1.25;
  margin-bottom: 28px; }

.iat-legacy-webpage .iat-legacy-webpage__content {
  float: none;
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
  padding: 0 0 60px;
  font-family: "Jost", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: anywhere; }
  .iat-legacy-webpage .iat-legacy-webpage__content .body {
    margin: 0;
    padding: 0;
    line-height: inherit; }
  .iat-legacy-webpage .iat-legacy-webpage__content .container {
    width: 100%;
    max-width: 100%;
    padding: 0; }
  .iat-legacy-webpage .iat-legacy-webpage__content [data-sub-layout-container] {
    display: flow-root; }
  .iat-legacy-webpage .iat-legacy-webpage__content h1, .iat-legacy-webpage .iat-legacy-webpage__content h2, .iat-legacy-webpage .iat-legacy-webpage__content h3, .iat-legacy-webpage .iat-legacy-webpage__content h4, .iat-legacy-webpage .iat-legacy-webpage__content h5, .iat-legacy-webpage .iat-legacy-webpage__content h6 {
    font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
    line-height: 1.3;
    margin: 24px 0 16px;
    scroll-margin-top: 160px; }
  .iat-legacy-webpage .iat-legacy-webpage__content h1 {
    font-size: 30px; }
  .iat-legacy-webpage .iat-legacy-webpage__content h2 {
    font-size: 26px; }
  .iat-legacy-webpage .iat-legacy-webpage__content h3 {
    font-size: 22px; }
  .iat-legacy-webpage .iat-legacy-webpage__content h4, .iat-legacy-webpage .iat-legacy-webpage__content h5, .iat-legacy-webpage .iat-legacy-webpage__content h6 {
    font-size: 18px; }
  .iat-legacy-webpage .iat-legacy-webpage__content p {
    margin: 0 0 20px; }
  .iat-legacy-webpage .iat-legacy-webpage__content ul, .iat-legacy-webpage .iat-legacy-webpage__content ol {
    margin: 0 0 20px;
    padding-left: 24px; }
  .iat-legacy-webpage .iat-legacy-webpage__content li {
    margin-bottom: 8px; }
  .iat-legacy-webpage .iat-legacy-webpage__content li > ul, .iat-legacy-webpage .iat-legacy-webpage__content li > ol {
    margin-top: 8px; }
  .iat-legacy-webpage .iat-legacy-webpage__content p a:not(.button):not(.btn-call):not(.btn--secondary),
  .iat-legacy-webpage .iat-legacy-webpage__content li a:not(.button):not(.btn-call):not(.btn--secondary) {
    text-decoration: underline;
    text-underline-offset: 3px; }
  .iat-legacy-webpage .iat-legacy-webpage__content img {
    max-width: 100%;
    height: auto; }
  .iat-legacy-webpage .iat-legacy-webpage__content .float-center {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .iat-legacy-webpage .iat-legacy-webpage__content .align-center {
    text-align: center; }
  .iat-legacy-webpage .iat-legacy-webpage__content .align-left {
    text-align: left; }
  .iat-legacy-webpage .iat-legacy-webpage__content img[style*="height"] {
    height: auto !important; }
  .iat-legacy-webpage .iat-legacy-webpage__content iframe, .iat-legacy-webpage .iat-legacy-webpage__content video, .iat-legacy-webpage .iat-legacy-webpage__content embed, .iat-legacy-webpage .iat-legacy-webpage__content object {
    max-width: 100%; }
  .iat-legacy-webpage .iat-legacy-webpage__content iframe[src*="youtube"], .iat-legacy-webpage .iat-legacy-webpage__content iframe[src*="vimeo"] {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9; }
  .iat-legacy-webpage .iat-legacy-webpage__content table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
    margin-bottom: 24px; }
  .iat-legacy-webpage .iat-legacy-webpage__content th, .iat-legacy-webpage .iat-legacy-webpage__content td {
    padding: 8px 12px;
    vertical-align: top; }
  .iat-legacy-webpage .iat-legacy-webpage__content .construction-content-item {
    margin-top: 32px;
    scroll-margin-top: 160px; }
    .iat-legacy-webpage .iat-legacy-webpage__content .construction-content-item:first-child {
      margin-top: 0; }
  @media (max-width: 767px) {
    .iat-legacy-webpage .iat-legacy-webpage__content {
      padding-bottom: 40px; }
      .iat-legacy-webpage .iat-legacy-webpage__content h1 {
        font-size: 26px; }
      .iat-legacy-webpage .iat-legacy-webpage__content h2 {
        font-size: 24px; }
      .iat-legacy-webpage .iat-legacy-webpage__content h3 {
        font-size: 20px; }
      .iat-legacy-webpage .iat-legacy-webpage__content [data-sub-layout][style*="float"] {
        float: none !important;
        max-width: 100%;
        padding: 0 !important; } }

@media (prefers-reduced-motion: reduce) {
  .iat-legacy-webpage .btn-call,
  .iat-legacy-webpage .btn--secondary,
  .iat-legacy-webpage .iat-legacy-webpage__subnav .navBar-action {
    transition: none; } }

[data-content-region="custom_page_section_1"] {
  padding-bottom: 24px; }

.productGrid:before, .productGrid:after {
  display: none; }

.previewCart-additionalCheckoutButtons .PayPalCheckout,
.cart-additionalCheckoutButtons .PayPalCheckout {
  order: 1; }

.previewCart-additionalCheckoutButtons .GooglePayCheckout,
.cart-additionalCheckoutButtons .GooglePayCheckout {
  order: 2; }

.previewCart-additionalCheckoutButtons .PaypalCommerceCreditCheckout,
.cart-additionalCheckoutButtons .PaypalCommerceCreditCheckout {
  order: 3; }

.previewCart-additionalCheckoutButtons .ApplePayCheckout,
.cart-additionalCheckoutButtons .ApplePayCheckout {
  order: 4; }

.previewCart-additionalCheckoutButtons .or-use-label,
.cart-additionalCheckoutButtons .or-use-label {
  display: none; }

.previewCart-additionalCheckoutButtons apple-pay-button,
.cart-additionalCheckoutButtons apple-pay-button,
.add-to-cart-wallet-buttons apple-pay-button {
  --apple-pay-button-border-radius: 60px !important; }

.previewCart-additionalCheckoutButtons .paypal-buttons,
.previewCart-additionalCheckoutButtons .paypal-buttons-context-iframe,
.previewCart-additionalCheckoutButtons .paypal-buttons iframe,
.previewCart-additionalCheckoutButtons #gpay-button-online-api-id,
.previewCart-additionalCheckoutButtons .gpay-card-info-container,
.cart-additionalCheckoutButtons .paypal-buttons,
.cart-additionalCheckoutButtons .paypal-buttons-context-iframe,
.cart-additionalCheckoutButtons .paypal-buttons iframe,
.cart-additionalCheckoutButtons #gpay-button-online-api-id,
.cart-additionalCheckoutButtons .gpay-card-info-container,
.add-to-cart-wallet-buttons .paypal-buttons,
.add-to-cart-wallet-buttons .paypal-buttons-context-iframe,
.add-to-cart-wallet-buttons .paypal-buttons iframe,
.add-to-cart-wallet-buttons #gpay-button-online-api-id,
.add-to-cart-wallet-buttons .gpay-card-info-container {
  border-radius: 60px;
  overflow: hidden; }

.previewCart-additionalCheckoutButtons .CheckoutButton:has(.ApplePayContainer apple-pay-button[disabled]),
.previewCart-additionalCheckoutButtons [data-smart-button-container-id*="applepay"]:has(apple-pay-button[disabled]),
.previewCart-additionalCheckoutButtons [data-smart-button-container-id*="applepay"]:has(apple-pay-button[hidden]),
.cart-additionalCheckoutButtons .CheckoutButton:has(.ApplePayContainer apple-pay-button[disabled]),
.cart-additionalCheckoutButtons [data-smart-button-container-id*="applepay"]:has(apple-pay-button[disabled]),
.cart-additionalCheckoutButtons [data-smart-button-container-id*="applepay"]:has(apple-pay-button[hidden]),
.add-to-cart-wallet-buttons .CheckoutButton:has(.ApplePayContainer apple-pay-button[disabled]),
.add-to-cart-wallet-buttons [data-smart-button-container-id*="applepay"]:has(apple-pay-button[disabled]),
.add-to-cart-wallet-buttons [data-smart-button-container-id*="applepay"]:has(apple-pay-button[hidden]) {
  display: none !important; }

.add-to-cart-wallet-buttons [data-smart-button-container-id] {
  width: 100%; }

.add-to-cart-wallet-buttons .paypal-buttons,
.add-to-cart-wallet-buttons .paypal-buttons-context-iframe {
  width: 100% !important;
  min-width: 0 !important; }

.add-to-cart-wallet-buttons apple-pay-button {
  --apple-pay-button-width: 100%;
  display: block;
  width: 100%; }

.add-to-cart-wallet-buttons #gpay-button-online-api-id,
.add-to-cart-wallet-buttons .gpay-card-info-container {
  width: 100% !important; }

.previewCart-additionalCheckoutButtons {
  margin-top: 12px;
  width: 100%;
  padding: 0 !important; }
  .previewCart-additionalCheckoutButtons .CheckoutButton {
    margin-bottom: 10px;
    width: 100%; }
    .previewCart-additionalCheckoutButtons .CheckoutButton:last-child {
      margin-bottom: 0; }

.cart-additionalCheckoutButtons {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 12px;
  width: 100% !important; }
  .cart-additionalCheckoutButtons::before, .cart-additionalCheckoutButtons::after {
    content: none !important;
    display: none !important; }
  @media (min-width: 1400px) {
    .cart-additionalCheckoutButtons {
      margin-top: 0 !important; } }
  .cart-additionalCheckoutButtons > .CheckoutButton {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important; }
  .cart-additionalCheckoutButtons .paypal-buttons,
  .cart-additionalCheckoutButtons .paypal-buttons-context-iframe {
    width: 100% !important;
    min-width: 0 !important; }

@media (min-width: 768px) and (max-width: 1024px) {
  .cart-additionalCheckoutButtons {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }

.product-thumb {
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center; }
  .product-thumb img {
    aspect-ratio: 1 / 1;
    object-fit: contain; }

.card-square img {
  aspect-ratio: 1 / 1;
  object-fit: contain; }

.body:has(.iat-custom-page--about-us) [data-content-region="custom_page_head_banner"] {
  display: none; }

.link-line .navUser-icon--social {
  background-image: none; }

.halo-bottomHeader .navPages .navPages-action.navPage-subMenu-toggle {
  display: none; }

.page-cart .cart-item:last-child .cart-item-block {
  border-bottom: none; }

@media (min-width: 1025px) {
  .navPages-item--categories.has-megamenu.is-open > .navPage-subMenu > .container.iat-mega {
    border-top: 1px solid #E6E6E6; } }

[data-content-region="brand_below_price"] {
  margin-top: 20px; }

.halo-topHeader:has(.navUser-action--social.is-open) {
  z-index: 9999; }
  .halo-topHeader:has(.navUser-action--social.is-open) #headerSocialLinks {
    left: 0 !important; }
