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

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

html {
  font-size: 16px; }
  @media (min-width: 769px) {
    html {
      font-size: 16px; } }
  @media (min-width: 1025px) {
    html {
      font-size: 16px; } }
  @media (min-width: 1281px) {
    html {
      font-size: 16px; } }

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

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

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1b1a40;
  font-family: "Merriweather", 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: #6e6e6e;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 50px; }

h2 {
  font-size: 44px; }

h3 {
  font-size: 38px; }

h4 {
  font-size: 32px; }

h5 {
  font-size: 26px; }

h6 {
  font-size: 20px; }

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

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

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

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

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

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

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

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

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

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

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


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

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

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


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

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

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

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

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

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

These are all the button

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

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

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

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

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Merriweather", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: #1b1a40;
  border-color: #1b1a40;
  color: white;
  font-size: 1rem;
  padding: 0.875rem 2.25rem;
  border-radius: 100px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: #f9df2c;
    border-color: #1b1a40;
    color: #1b1a40; }
  .button:active {
    background-color: #f9df2c;
    border: 1px solid #1b1a40;
    color: #1b1a40; }
  .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: #1b1a40;
  border-color: #1b1a40;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #f9df2c;
    border-color: #1b1a40;
    color: #1b1a40; }
  .button--primary:active {
    background-color: #f9df2c;
    border: 1px solid #1b1a40;
    color: #1b1a40; }

.button--tertiary {
  background-color: #1b1a40;
  border-color: #1b1a40;
  color: white; }
  .button--tertiary:hover, .button--tertiary:focus, .button--tertiary.is-active, .button--tertiary.active {
    background-color: #f9df2c;
    border-color: #1b1a40;
    color: #1b1a40; }
  .button--tertiary:active {
    background-color: #f9df2c;
    border: 1px solid #1b1a40;
    color: #1b1a40; }

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

.button--small {
  font-size: 20px;
  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: #6e6e6e; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-input {
  appearance: none;
  background-color: white;
  border-color: darkgray;
  border-style: solid;
  border-width: 1px;
  border-radius: 100px;
  color: #6e6e6e;
  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: #e5e5e5;
    border-color: #999999;
    color: #6e6e6e;
    cursor: text; }
  .form-input:focus {
    border-color: #474747;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder {
    color: #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: darkgray;
  color: #6e6e6e;
  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: #474747; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #474747; }

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

We provide a couple of component styles to layout forms.

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

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

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

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

.form-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .form-row:before, .form-row:after {
    content: " ";
    display: table; }
  .form-row:after {
    clear: both; }
  .form-row .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    max-width: none; }
  @media (min-width: 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 darkgray;
      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(0, 27, 68, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(0, 27, 68, 0.999);
  content: "";
  font-size: 0.875rem;
  line-height: 1;
  text-align: center; }

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

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

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

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

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

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

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

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

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

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

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

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

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

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

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

Switch

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

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

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

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

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

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

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

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

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

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

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

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

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

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

### Form Actions --fixed

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

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

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

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

Form inline errors

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb {
  color: #6e6e6e;
  float: left;
  font-size: 20px;
  line-height: 20px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #6e6e6e; }
  .breadcrumb.current {
    color: #6e6e6e;
    cursor: default; }
    .breadcrumb.current a {
      color: #6e6e6e;
      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: #6e6e6e;
    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: #284ac8;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #6e6e6e;
    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: 24px;
  padding: 0.75rem 1.5rem; }
  .tab-title:hover {
    color: black; }

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

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

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

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

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

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

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

.navList:after {
  clear: both; }

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

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

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

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

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

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

.navList-action {
  color: #1b1a40;
  font-size: 24px;
  padding: 0.1875rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #1b1a40;
    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: #1b1a40;
      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: #1b1a40;
  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: #e5e5e5;
  border-color: #e5e5e5;
  color: white; }
  .alertBox .icon {
    height: 1.25rem;
    width: 1.25rem; }
  .alertBox .button {
    margin: 0 0 0 0.75rem; }

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

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

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

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

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

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #f4f6f7;
  padding: 2.25rem 2.25rem;
  border: solid 0 #e5e5e5;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 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 #e5e5e5;
  padding: 1rem 0;
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 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 #999999;
  width: 100%; }

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

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

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

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

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

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

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

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

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 0.8; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: inherit;
        font-size: 60px;
        line-height: 20px;
        text-align: center;
        color: #333333;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #6e6e6e;
      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='darkgray' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-next:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%23474747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

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

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

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

.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: 36px;
  margin: 0 0 16px;
  text-align: center; }
  @media (min-width: 768px) {
    .page-heading {
      font-size: 44px;
      margin: 0 0 24px; } }
  @media (min-width: 1025px) {
    .page-heading {
      font-size: 50px;
      margin: 0 0 32px; } }

h1 {
  font-size: 26px; }
  @media (min-width: 551px) {
    h1 {
      font-size: 36px; } }
  @media (min-width: 1025px) {
    h1 {
      font-size: 50px; } }

h2 {
  font-size: 20px; }
  @media (min-width: 551px) {
    h2 {
      font-size: 30px; } }
  @media (min-width: 1025px) {
    h2 {
      font-size: 44px; } }

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

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

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

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

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

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #1b1a40;
  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(110, 110, 110, 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: #1b1a40;
  float: none;
  text-transform: none; }

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

.table-actions {
  margin: 1.5rem;
  text-align: center; }
  .table-actions .form {
    margin-bottom: 0; }
  .table-actions .button {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    @media (min-width: 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: #e5e5e5;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: #f4f6f7;
    border-color: #e5e5e5;
    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 #e5e5e5; }
    .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: black; }

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

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

.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: 8px 12px; }
  @media (min-width: 768px) {
    .breadcrumbs-content {
      padding: 12px; } }
  @media (min-width: 1025px) {
    .breadcrumbs-content {
      padding: 16px; } }

ol.breadcrumbs {
  display: block;
  font-size: 0;
  overflow: visible;
  margin: 0; }
  @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 {
  font-size: 12px;
  line-height: 1.2;
  display: inline-block;
  float: none;
  margin-right: 0.25rem; }
  .breadcrumb .breadcrumb-label {
    font-weight: 600;
    color: #6e6e6e; }
  .breadcrumb.is-active {
    font-size: 14px; }
    .breadcrumb.is-active > .breadcrumb-label {
      color: #1b1a40;
      cursor: pointer; }
    @media (min-width: 1025px) {
      .breadcrumb.is-active {
        font-size: 16px; } }
  .breadcrumb:not(:first-child):before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    margin: 0 11px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="24" viewBox="0 0 25 24" fill="none"><path d="M17.5705 12.5607L9.08445 20.7861C8.94286 20.9234 8.75474 21 8.55912 21C8.3635 21 8.17538 20.9234 8.03379 20.7861L8.02465 20.7768C7.95577 20.7102 7.90093 20.6301 7.86345 20.5413C7.82597 20.4525 7.80664 20.3568 7.80664 20.2602C7.80664 20.1635 7.82597 20.0679 7.86345 19.9791C7.90093 19.8903 7.95577 19.8102 8.02465 19.7436L16.0158 11.9985L8.02465 4.25641C7.95577 4.18984 7.90093 4.10972 7.86345 4.02091C7.82597 3.9321 7.80664 3.83646 7.80664 3.73981C7.80664 3.64316 7.82597 3.54752 7.86345 3.45871C7.90093 3.3699 7.95577 3.28978 8.02465 3.22321L8.03379 3.21391C8.17538 3.0766 8.3635 3 8.55912 3C8.75474 3 8.94286 3.0766 9.08445 3.21391L17.5705 11.4393C17.6451 11.5116 17.7045 11.5986 17.7451 11.695C17.7857 11.7914 17.8066 11.8951 17.8066 12C17.8066 12.1049 17.7857 12.2086 17.7451 12.305C17.7045 12.4014 17.6451 12.4884 17.5705 12.5607Z" fill="%236E6E6E"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -2px; }
  @media (min-width: 768px) {
    .breadcrumb {
      font-size: 14px; }
      .breadcrumb:not(:first-child):before {
        width: 18px;
        height: 18px; } }
  @media (min-width: 1025px) {
    .breadcrumb {
      font-size: 16px; }
      .breadcrumb:not(:first-child):before {
        width: 22px;
        height: 22px; } }

.breadcrumb-wrapper {
  padding: 9px 0; }
  @media (min-width: 768px) {
    .breadcrumb-wrapper {
      padding: 12px 0; } }
  @media (min-width: 1025px) {
    .breadcrumb-wrapper {
      padding: 16px 0; } }

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

.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: #284ac8; }
  .pagination-item.pagination-item--current {
    border-color: #e5e5e5;
    border-radius: 100px;
    margin: 0 0.375rem 0 0.75rem;
    pointer-events: none; }
    .pagination-item.pagination-item--current > a {
      background-color: #1b1a40; }
  .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: #1b1a40; }
        .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
          fill: #1b1a40; }
    @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: #1b1a40;
    cursor: inherit;
    line-height: 1.5; }
  .pagination-list--small .pagination-link {
    padding: 0 0.375rem; }
  .pagination-list--small .pagination-item--previous,
  .pagination-list--small .pagination-item--next {
    position: absolute;
    top: 0; }
  .pagination-list--small .pagination-item--previous {
    left: 0; }
  .pagination-list--small .pagination-item--next {
    right: 0; }

.button {
  transition: all 0.3s ease;
  font-size: 12px;
  font-weight: 600;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  min-height: 36px;
  line-height: 34px;
  padding: 0 10px;
  border-radius: 50px;
  overflow: hidden; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 1025px) {
      .button + .button {
        margin-left: 0.75rem; } }
  .button.button--secondary {
    color: white;
    background-color: #1b1a40;
    border-color: #1b1a40; }
    .button.button--secondary:active {
      color: #1b1a40;
      border-color: #1b1a40;
      background-color: #f9df2c; }
  .button.button--tertiary {
    min-height: 36px;
    line-height: 34px;
    color: white;
    background-color: #1b1a40;
    border-color: #1b1a40; }
    .button.button--tertiary:active {
      color: #1b1a40;
      border-color: #1b1a40;
      background-color: #f9df2c; }
    @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: 14px;
      border-radius: 100px; } }
  @media (min-width: 1025px) {
    .button {
      min-height: 46px;
      line-height: 44px;
      font-size: 16px; }
      .button:hover svg, .button:focus svg {
        fill: #1b1a40; }
      .button.button--secondary:hover, .button.button--secondary:focus {
        color: #1b1a40;
        border-color: #1b1a40;
        background-color: #f9df2c; }
        .button.button--secondary:hover svg, .button.button--secondary:focus svg {
          fill: #1b1a40; }
      .button.button--tertiary:hover, .button.button--tertiary:focus {
        color: #1b1a40;
        border-color: #1b1a40;
        background-color: #f9df2c; }
        .button.button--tertiary:hover svg, .button.button--tertiary:focus svg {
          fill: #1b1a40; }
      .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: #181818; }

.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: 67px;
      line-height: 65px; } }

.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; } }
  @media (min-width: 1025px) {
    .button--large {
      min-width: 150px;
      min-height: 68px;
      line-height: 66px; } }

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

.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: #f4f6f7; }
    .productView-description table tr:nth-child(odd) td:last-child {
      border-radius: 0 10px 10px 0;
      background: #f4f6f7; }
  .productView-description table td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    padding: 11px 14px;
    text-align: left;
    color: black; }
    .productView-description table td.tb-title {
      color: #1b1a40;
      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: black; }
        .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: black; }
        .productView-description .tabs-contents .toggleLink.is-open .icon-plus:before, .productView-description .tabs-contents .toggleLink.is-open .icon-plus:after {
          background: black; }
        .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: 20px;
  color: black;
  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: #1b1a40;
      background: #1b1a40; }
  .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: #333333; }

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

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

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

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

.form-label--alternate {
  font-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: 20px;
  height: 2.25rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.5625rem 0.75rem;
  padding-right: 2rem; }

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

.form-file {
  margin-bottom: 0.5rem;
  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: #6e6e6e; }

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

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

.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: #1b1a40;
    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 darkgray;
  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: #474747; }
  .form-radio:checked + .form-option {
    border-color: #001b44;
    color: #001b44;
    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: 20px;
  height: 2.25rem;
  line-height: 1rem;
  padding: 0.5625rem 0.75rem; }

.form-minMaxRow {
  margin-left: -0.375rem;
  margin-right: -0.375rem; }
  .form-minMaxRow:before, .form-minMaxRow:after {
    content: " ";
    display: table; }
  .form-minMaxRow:after {
    clear: both; }
  .form-minMaxRow .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
    padding-left: 0.375rem;
    padding-right: 0.375rem; }
  .form-minMaxRow .button {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    min-height: 57px;
    line-height: 55px;
    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: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: #1b1a40; }
    .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: #001b44;
  display: block;
  text-decoration: none; }
  .card-title:hover {
    color: #284ac8; }

.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: #6e6e6e; }
    .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: #1b1a40; }
  .price-section.price-none + .price-section--withTax {
    color: #1b1a40; }

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

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

.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: #e2edff;
  background: linear-gradient(to right, #e2edff 4%, #CDE1FF 25%, #e2edff 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: 30px; }

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

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

.navUser {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  top: 26px;
  width: 100%;
  z-index: 5; }
  .navUser:before, .navUser:after {
    content: " ";
    display: table; }
  .navUser:after {
    clear: both; }
  .navUser ul,
  .navUser ol {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0; }
    .navUser ul ul,
    .navUser ul ol,
    .navUser ol ul,
    .navUser ol ol {
      list-style: none;
      margin-bottom: 0; }
    .navUser ul li,
    .navUser ol li {
      margin: 0;
      padding: 0; }
  .navUser-section {
    float: left; }
    .navUser-section:before, .navUser-section:after {
      content: " ";
      display: table; }
    .navUser-section:after {
      clear: both; }
  .navUser-section--alt {
    float: right;
    margin-left: 1.5rem; }
  .navUser-section + .navUser-section {
    margin-left: 1.5rem; }
  @media (min-width: 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 #e5e5e5;
  color: #1b1a40;
  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: #1b1a40; }
  @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 #e5e5e5 transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

.dropdown--quickSearch {
  background-color: #e5e5e5;
  display: none;
  padding: 1.5rem 0; }
  @media (min-width: 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: 32px;
    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: #1b1a40;
  border-radius: 50%; }
  @media (min-width: 1025px) {
    .countPill {
      position: relative;
      top: -1px;
      right: auto;
      font-size: 14px;
      height: 1.375rem;
      width: 1.375rem;
      background-color: white; } }

.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: #001b44;
  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;
        -webkit-text-stroke: 0.5px #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: #1b1a40; }

.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: #F7FCFF;
      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-childList-action {
  font-weight: 400;
  padding: 0 0 0.375rem; }

.navPages-quickSearch {
  border-bottom: 1px solid #e5e5e5;
  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.is-open > .navPages-action {
    -webkit-text-stroke: 0.5px #001b44; }
  .has-megamenu > .navPage-subMenu.is-open .container {
    display: flex; }
  .has-megamenu > .navPage-subMenu .container {
    padding: 0; }
    .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 #cecece;
  position: relative; }
  .halo-menu-sidebar .navPages-item .navPages-action {
    color: black;
    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: black;
        color: black;
        stroke: black;
        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 #cecece; }
    .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 #cecece; }

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

.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: #6e6e6e;
    display: inline-block;
    padding: 10px 12px;
    text-decoration: none; }
    .tag a:hover {
      color: #284ac8; }

.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: #999999; }
    .socialLinks .icon svg {
      height: 1.5rem;
      width: 1.5rem;
      fill: #1b1a40;
      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: #6e6e6e; }

.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: 34px; } }
  @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: #2a2a2a; }

.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: 26px; }
  .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: 26px;
  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: #6e6e6e;
    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 svg {
    width: 50px;
    height: 50px;
    fill: rgba(166, 199, 226, 0.8); }
  @media (min-width: 551px) {
    .halo-productVideos svg {
      width: 60px;
      height: 60px; } }
  @media (min-width: 1025px) {
    .halo-productVideos {
      bottom: 28px;
      left: 28px; }
      .halo-productVideos 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: #284ac8; }
  @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: 26px; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }
  .productView-price .price-section {
    display: inline-block; }

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

.productView-shortDes p {
  color: black;
  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: #6e6e6e;
  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: #6e6e6e; }

.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: 409px; }
    .productView--quickView .add-to-cart-buttons .button {
      max-width: 285px; }
    @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: #1b1a40;
    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: #d3b906; }

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

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

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

.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 #6e6e6e;
      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: #d3b906;
      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 #e5e5e5;
  table-layout: fixed;
  width: 100%; }

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

.compareTable-heading {
  font-family: "Merriweather", Arial, Helvetica, sans-serif;
  font-size: 20px;
  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: #e5e5e5;
  border-radius: 50%;
  height: 2.5rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  transition: background-color 0.15s ease;
  width: 2.5rem; }
  .compareTable-removeProduct .icon {
    fill: black;
    height: 1.5rem;
    margin-top: 0.5rem;
    width: 1.5rem; }
  @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(244, 246, 247, 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: #f4f6f7;
  bottom: 0;
  padding-top: 10px;
  position: absolute;
  width: 100%; }

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

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

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

.toggleLink-text {
  font-family: "Open Sans", 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: 75rem;
  width: 100%;
  border: #e5e5e5 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: #1b1a40;
  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: #6e6e6e;
  color: white;
  padding: 0.75rem 0;
  text-align: center; }
  .banners p:last-child {
    margin-bottom: 0; }
  .banners a {
    color: white; }

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

.facetLabel {
  background: #e5e5e5;
  border-radius: 4px;
  padding: 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;
  margin: 0;
  vertical-align: middle;
  min-height: 44px; }

.cart-item-quantity .form-input--incrementTotal {
  min-height: 44px;
  max-width: 124px;
  background-color: transparent; }

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

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

.cart-item-brand {
  color: #1b1a40;
  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: black;
  margin: 0 7px 0 0;
  position: relative; }

.cart-remove {
  background-color: #e5e5e5;
  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: black;
    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: black;
      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%, #1b1a40 3%);
          background-repeat: repeat-x;
          background-position-y: 0; }
    .cart-totals .cart-total-value {
      font-size: 16px;
      font-weight: 600;
      color: black;
      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: #1b1a40;
        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: black;
      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: #d3b906; }
      .cart-totals .cart-total-label a:hover .text {
        background-image: linear-gradient(transparent 97%, #d3b906 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 #e5e5e5; } }
  .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: #1b1a40;
  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: 32px;
  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: #1b1a40;
  padding: 0;
  text-decoration: underline;
  transition: color 0.15s ease;
  font-weight: 500;
  font-size: 16px; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: #1b1a40; }

.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%; }
  @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: 75rem;
  width: 100%;
  display: table-row;
  line-height: 19px; }
  .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: #1b1a40; }

.previewCartAction {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  display: block; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  @media (min-width: 320px) {
    .previewCartAction {
      padding: 0.75rem 0.375rem; } }
  @media (min-width: 481px) {
    .previewCartAction {
      padding: 1.5rem 0.75rem; } }
  .previewCartAction .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:before, .cart-content-wrapper:after {
    content: " ";
    display: table; }
  .cart-content-wrapper:after {
    clear: both; }
  .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: black;
    margin: 0 2px 0 0; }
  @media (min-width: 1025px) {
    .cart-item-edit:hover .text {
      text-decoration: underline; } }

.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: #1b1a40;
  font-weight: 400; }

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #d3b906; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    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: 50px;
  line-height: 1; }

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

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

.videoGallery-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  vertical-align: top; }
  @media (min-width: 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: #333333;
    opacity: 1; }

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

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

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

.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: #6e6e6e;
  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: #1b1a40;
  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: black; } }
  .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: 34px; }
        @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: 57px;
            line-height: 55px; } }
    .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: "Open Sans", 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: black; }
    .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: #1b1a40;
  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: #1b1a40;
    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: #1b1a40; }
    .previewCartCheckout .previewCartCheckout-subtotal p {
      margin: 0; }
  .previewCartCheckout [data-cart-quantity] {
    color: #1b1a40;
    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 #2a2a2a; }
    .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: #1b1a40;
        margin-bottom: 0; }
      .product-edit-wrapper .product-edit-content .product-edit-price .price-section--saving {
        color: #1b1a40;
        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%, #d3b906 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: #1b1a40; }
      .product-edit-action .product-add-more .add-more:after {
        content: "";
        position: absolute;
        top: 4px;
        width: 2px;
        height: 12px;
        right: calc(100% + 14px);
        background-color: #1b1a40; }
  .product-edit-action .product-edit-button {
    max-width: 200px;
    margin: 0 auto; }
    .product-edit-action .product-edit-button .button {
      min-height: 57px;
      line-height: 55px;
      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: #1b1a40; } }
      .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: #d3b906; }
      .login-form .form-actions .forgot-password:hover .text {
        background-image: linear-gradient(transparent 97%, #d3b906 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: #1b1a40; }
  .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: #1b1a40; }
    .quickSearch .button svg {
      position: relative;
      width: 16px;
      height: 16px;
      fill: white; }
    @media (min-width: 1025px) {
      .quickSearch .button:hover, .quickSearch .button:focus {
        background-color: #1b1a40; } }

.haloQuickSearchResults .quickSearchMessage {
  display: block;
  color: #1b1a40;
  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; }

.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 #6e6e6e;
      color: #6e6e6e; }
    .quickResults-wrapper .productGrid-search .icon {
      height: 1.125rem;
      width: 1.125rem;
      fill: #6e6e6e; }
  .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: #1b1a40;
      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: #d3b906; }
          .category-suggestion-list .category-suggestion > a:hover .text {
            background-image: linear-gradient(transparent 97%, #d3b906 3%);
            background-repeat: repeat-x;
            background-position-y: 0; } }

.search-refine {
  display: inline-block;
  vertical-align: top;
  font-style: italic;
  text-transform: unset;
  color: #1b1a40;
  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%, #1b1a40 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%, #d3b906 3%); } }

.search-nav {
  display: flex;
  justify-content: center;
  margin: 30px 0 30px 0;
  position: relative; }
  .search-nav .navBar-section {
    width: 100%;
    border: 1px solid black; }
  .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: black; }
  .search-nav .navBar-action-color--active {
    color: #d3b906; }
  @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: #1b1a40; }
  #search-results-content .actionBar .form-select {
    border: 1px solid #c5c5cf;
    padding-left: 15px;
    color: black;
    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: #1b1a40;
        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: black !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: #6e6e6e; }
          .navBar--account .navBar-section .navBar-item .navBar-action:hover {
            border: 1px solid black;
            color: #1b1a40; }
        .navBar--account .navBar-section .navBar-item.is-active .navBar-action {
          border: 1px solid black; }
        .navBar--account .navBar-section .navBar-item + .navBar-item {
          border-left: none; } }

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

.account-description {
  color: #1b1a40;
  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 #6e6e6e;
  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: black; }

.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 #e5e5e5;
  font-weight: 700;
  padding: 2rem 0; }
  .account-listShipping .account-listShipping-title {
    margin: 0;
    text-transform: inherit; }

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

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

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

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

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

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

.account-product-figure {
  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: "Merriweather", 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: #1b1a40;
  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: black; }

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

.account-orderTotal-value {
  border-bottom: 1px solid #6e6e6e;
  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: 26px; }
  .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: #6e6e6e;
  font-weight: 400;
  margin-top: 1.5rem; }

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

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

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

@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: #1b1a40; }
  .form-label small {
    float: none; }

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

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

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

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

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

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

.icon--ratingEmpty svg {
  fill: darkgray; }

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

[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 #e5e5e5;
  border-radius: 0.1875rem;
  display: flex;
  flex-flow: column nowrap;
  height: 100%; }
  .paymentMethod-row {
    padding: 1.5rem; }
    .paymentMethod-row:first-child {
      background-color: #fff; }
    .paymentMethod-row:last-child {
      margin-top: auto; }
    .paymentMethod-row:only-child {
      height: 100%; }
  .paymentMethod .button {
    margin-bottom: 0; }

.methodHeader {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between; }
  .methodHeader-icon {
    margin-right: 0.75rem;
    width: 1.75rem; }
    @media (min-width: 1281px) {
      .methodHeader-icon {
        width: 2.625rem; } }
  .methodHeader-title {
    font-size: 20px;
    font-weight: 600; }
    @media (min-width: 1281px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    color: #6e6e6e;
    font-size: 20px;
    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: #6e6e6e;
    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: 26px;
    text-transform: capitalize; }

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

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

@media (min-width: 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: #333333;
  font-family: "Open Sans", 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: 26px;
  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: black; }
  .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: #1b1a40; } }
  @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; } }

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

.header {
  position: relative;
  background-color: #001b44;
  height: auto;
  width: 100%;
  z-index: 100; }
  .header .halo-bottomHeader {
    background-color: white; }
  .header .navUser-section--link .navUser-action {
    font-size: 16px;
    font-weight: 800; }
  .header.is-sticky {
    background-color: #001b44;
    box-shadow: none;
    position: fixed;
    top: 0;
    animation: halo-fadeInDown 0.6s cubic-bezier(0, 0, 0.3, 1) forwards; }

.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: #e5e5e5;
        margin: 0;
        padding: 0.375rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    align-items: center;
    color: #333333;
    display: flex;
    height: inherit;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 70%;
    z-index: 20; }
    .header-logo__link:before, .header-logo__link:after {
      content: " ";
      display: table; }
    .header-logo__link:after {
      clear: both; }
    @media (min-width: 1025px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline-flex;
        padding: 0;
        width: auto; } }
    .header-logo__link:hover {
      color: #284ac8; }
    .header-logo__link:active {
      color: #284ac8; }

.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: "Merriweather", 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: 44px; } }

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

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

.header-logo-image {
  display: block;
  margin: 0 auto;
  max-height: 24px;
  border-radius: 0; }
  @media (min-width: 768px) {
    .header-logo-image {
      max-height: 40px; } }
  @media (min-width: 1025px) {
    .header-logo-image {
      max-height: none; } }

.header-logo-image-unknown-size {
  max-height: 1.9375rem; }
  @media (min-width: 1025px) {
    .header-logo-image-unknown-size {
      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;
  width: 100%;
  float: left;
  position: relative;
  background-color: #f4f6f7; }
  .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: 30px; } }
  @media (min-width: 1600px) {
    .page-sidebar {
      width: 370px; }
      .page-sidebar + .page-content {
        width: calc(100% - 370px); } }
  @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 0 20px 0; }
  .page-sidebar-mobile-wrapper .page-sidebar-mobile {
    position: relative;
    display: inline-block;
    z-index: 2;
    cursor: pointer;
    pointer-events: auto;
    border: 1px solid #a9a9a9;
    padding: 8px 16px; }
    .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: 15px; }
  @media (min-width: 1025px) {
    .page-sidebar-mobile-wrapper {
      display: none;
      margin-bottom: 0; } }

.footer {
  background-color: #f4f6f7;
  padding: 30px 0 20px;
  position: relative;
  transform: translateZ(0); }
  @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: #1b1a40;
  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 #6e6e6e; } }

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

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

@media (max-width: 550px) {
  .footer-info-heading--toggle {
    border-top: 1px solid #6e6e6e;
    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: #1b1a40; }
      .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: #1b1a40; } }

.footer-intro {
  color: #1b1a40;
  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: #1b1a40;
    text-decoration: none; }
    @media (min-width: 1025px) {
      .footer-info-list a:hover {
        color: #d3b906; } }
  @media (max-width: 550px) {
    .footer-info-list {
      display: none; } }

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

.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: #1b1a40; }
    @media (max-width: 550px) {
      .footer-copyright > .powered-by {
        max-width: 282px;
        margin: 0 auto 16px; } }
  .footer-copyright a {
    color: #1b1a40;
    text-decoration: none; }
    @media (min-width: 1025px) {
      .footer-copyright a:hover {
        color: #d3b906; } }
  @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: black; }

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

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: 100%; }
  .container .container {
    padding-left: 0;
    padding-right: 0; }
  .container.container--large {
    max-width: 1670px;
    margin-left: auto;
    margin-right: auto; }
  .container.container--medium {
    max-width: 1470px;
    margin-left: auto;
    margin-right: auto; }
  .container.container--small {
    max-width: 1270px;
    margin-left: auto;
    margin-right: auto; }
  .container.container-full {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 768px) {
    .container {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (min-width: 1600px) {
    .container {
      max-width: 1670px; }
      .container.container-1200 {
        max-width: 1270px; }
      .container.container-1400 {
        max-width: 1470px; }
      .container.container-1500 {
        max-width: 1570px; }
      .container.container-1600 {
        max-width: 1670px; }
      .container.container-1800 {
        max-width: 1870px; } }

.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: 26.0px;
  margin: 40px 0 20px; }
  @media (min-width: 551px) {
    .blog-title {
      font-size: 30.0px; } }
  @media (min-width: 1025px) {
    .blog-title {
      font-size: 44px; } }

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

.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: #1b1a40;
      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: 14px; }
  .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: 20px; }
    .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: 26px; }
    .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: black;
  text-transform: capitalize;
  padding: 16px 0; }

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

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

.page-brands .page-heading {
  margin-bottom: 32px; }

.haloAZBrandsTable {
  display: flex;
  font-size: 0;
  letter-spacing: 0;
  flex-flow: row nowrap;
  margin: 0 0 30px 0;
  overflow-x: auto;
  padding-bottom: 5px; }
  .haloAZBrandsTable li {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #d6d6d6;
    border-left: none; }
    .haloAZBrandsTable li a {
      font-size: 16px;
      font-weight: 700;
      color: black;
      display: block;
      height: 40px;
      min-width: 40px;
      line-height: 40px;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase; }
    .haloAZBrandsTable li:first-child {
      min-width: 70px;
      border-left: 1px solid #d6d6d6; }
    .haloAZBrandsTable li.disable {
      pointer-events: none; }
      .haloAZBrandsTable li.disable a {
        color: #999999;
        pointer-events: none; }
    .haloAZBrandsTable li.is-active {
      border-color: #1b1a40;
      background-color: #f9df2c; }
      .haloAZBrandsTable li.is-active a {
        color: #1b1a40; }
  @media (min-width: 1025px) {
    .haloAZBrandsTable {
      margin: 0 0 40px 0; }
      .haloAZBrandsTable li {
        width: 10%; }
        .haloAZBrandsTable li:hover {
          border-color: #1b1a40;
          background-color: #f9df2c; }
          .haloAZBrandsTable li:hover a {
            color: #1b1a40; } }

.haloAZBrandsWrapper .azBrands-group {
  display: none;
  margin: 0 0 30px 0; }
  .haloAZBrandsWrapper .azBrands-group-title {
    font-size: 20px;
    font-weight: 700;
    color: black;
    line-height: 35px;
    margin: 0 0 10px 0;
    padding: 0;
    text-transform: uppercase; }
  .haloAZBrandsWrapper .azBrands-group-list {
    margin: 0;
    list-style: none; }
    .haloAZBrandsWrapper .azBrands-group-list .brand-name .title {
      margin: 0;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 16px;
      color: black;
      line-height: 35px;
      text-transform: capitalize; }
      .haloAZBrandsWrapper .azBrands-group-list .brand-name .title .link {
        color: #1b1a40;
        padding: 0 0 1px 0;
        transition: unset; }
  .haloAZBrandsWrapper .azBrands-group.is-active {
    display: block; }

.haloAZBrandsWrapper.active-all {
  column-count: 2; }
  .haloAZBrandsWrapper.active-all .azBrands-group {
    display: block;
    break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid;
    column-count: unset; }

.haloAZBrandsWrapper.is-loading .loadingOverlay {
  display: block; }

@media (min-width: 768px) {
  .haloAZBrandsWrapper .azBrands-group {
    column-count: 3; }
  .haloAZBrandsWrapper.active-all {
    column-count: 3; } }

@media (min-width: 1025px) {
  .haloAZBrandsWrapper .azBrands-group {
    column-count: 4; }
    .haloAZBrandsWrapper .azBrands-group-list .brand-name .title .link:hover {
      color: #d3b906;
      background-image: linear-gradient(transparent 97%, #d3b906 3%);
      background-repeat: repeat-x;
      background-position-y: 0; }
  .haloAZBrandsWrapper.active-all {
    column-count: 4; } }

@media (min-width: 1280px) {
  .haloAZBrandsWrapper .azBrands-group {
    column-count: 5; }
  .haloAZBrandsWrapper.active-all {
    column-count: 5; } }

@media (min-width: 1600px) {
  .haloAZBrandsWrapper .azBrands-group {
    column-count: 6; }
  .haloAZBrandsWrapper.active-all {
    column-count: 6; } }

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

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin: 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 (min-width: 768px) {
    .productGrid {
      margin: 0 -8px; }
      .productGrid .product {
        padding: 0 8px; } }
  @media (min-width: 1025px) {
    .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: #1b1a40; }
  @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%; } }

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

@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: right;
        overflow: hidden; } }
  @media (min-width: 1025px) {
    .productView-images {
      width: calc(50% - 25px);
      margin-right: 25px; } }
  @media (min-width: 1920px) {
    .productView-images .productView-images-wrapper {
      float: none; } }

.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: #1b1a40;
  border: 1px solid #1b1a40;
  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: #f4f6f7;
  border: 1px solid #474747;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

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

.form-option-image {
  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: #f4f6f7;
    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: #1b1a40;
  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 .button {
    display: block;
    width: 100%;
    text-transform: uppercase;
    margin: 20px 0 0 0; }
  @media (min-width: 768px) {
    .forgot-password-form .button {
      width: auto;
      margin-left: 20px;
      margin-top: 0;
      min-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: #1b1a40;
      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: #1b1a40; }
      [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: #1b1a40;
        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: #1b1a40;
        border-color: #1b1a40;
        background-color: #f9df2c; }
      [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-recent-viewed-products {
    border-top: 1px solid #a9a9a9; }
  @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, #9ee3f1 2.41%, #cae7ed 31.17%, #daf0f5 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: #1b1a40;
    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: 24px;
        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: 32px;
        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: #1b1a40; }

.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: 20px;
    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: 26px; }
      @media (min-width: 768px) {
        .featuredCategories .content-wrapper .title h4 {
          font-size: 24px; } }
      @media (min-width: 1025px) {
        .featuredCategories .content-wrapper .title h4 {
          font-size: 32px; } }
    .featuredCategories2 .content-wrapper .title {
      padding: 36px 12px; }
  .content-wrapper .desc {
    margin-bottom: 30px; }
    @media (min-width: 551px) {
      .content-wrapper .desc {
        font-size: 26px;
        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: 20px;
          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: 20.0px; }
  .subscribe .content-left {
    width: 100%; }
  .subscribe .content-right {
    width: 100%; }
  @media (min-width: 551px) {
    .subscribe {
      padding-top: 60px; }
      .subscribe h3 {
        font-size: 30.0px; }
      .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: 38px; }
      .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: #1b1a40; }
  .input-newsletter::-webkit-input-placeholder {
    color: #1b1a40; }
  .input-newsletter::-ms-input-placeholder {
    color: #1b1a40; }
  @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: #f4f6f7; }
  .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 .title {
      display: block;
      font-family: "Merriweather", Arial, Helvetica, sans-serif;
      font-size: 20px;
      font-weight: 700;
      line-height: 1.2335;
      text-transform: capitalize;
      padding-bottom: 24px;
      color: #1b1a40; }
      .halo-auth-sidebar .halo-sidebar-header .title {
        border-bottom: 1px solid #a9a9a9; }
    @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%; } }
  @media (min-width: 1025px) {
    .halo-sidebar.halo-search-sidebar {
      transform: translate3d(0, -112%, 0);
      top: 96px;
      bottom: auto;
      max-width: 100%;
      height: auto;
      z-index: 10;
      overflow-y: auto;
      max-height: calc(100% - 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: 9999; }
  .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); }

.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: #6e6e6e;
  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%, #1b1a40 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 #6e6e6e; }
    .account-dropdown-sidebar .account-item .account-action {
      display: block;
      width: 100%;
      color: black;
      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: black;
        stroke: black;
        margin: 0 10px 0 0;
        width: 18px;
        height: 18px; }
    .account-dropdown-sidebar .account-item:last-child {
      border-bottom: 0; }

.site-loaded .preload-screen {
  opacity: 0;
  visibility: hidden; }

.preload-screen {
  background: #ffffff; }
  .preload-screen:before, .preload-screen:after {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(45deg, #f0f0f0, #f0f0f0 50px, #ffffff 50px, #ffffff 100px);
    animation: fadeInOut 1.5s infinite ease-in-out; }
  .preload-screen:before {
    mask: linear-gradient(-15deg, transparent 60%, #1b1a40); }
  .preload-screen:after {
    mask: linear-gradient(160deg, transparent 60%, #1b1a40); }

.site-preload .preload-screen,
.preload-screen {
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  transition: opacity .3s ease, visibility .3s ease; }

.logo-loading {
  animation: loading-fadeInUp .3s; }
  .site-loaded .logo-loading {
    animation: loading-fadeInOut 0.6s cubic-bezier(0.5, 0, 0.1, 1) forwards; }

.loading-bar {
  width: 130px;
  height: 4px;
  background-color: #e6e6e6;
  border-radius: 4px; }
  .loading-bar:after {
    content: "";
    height: 100%;
    width: 68px;
    position: absolute;
    transform: translate(-50%);
    background-color: #1b1a40;
    border-radius: 4px;
    animation: loading-translate 1.5s infinite ease-in-out; }

@keyframes fadeInOut {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0.3; } }

@keyframes loading-translate {
  0%, 100% {
    opacity: 1;
    transform: translate(-3.4rem); }
  50% {
    opacity: 0.3;
    transform: translate(9.6rem); } }

@keyframes loading-fadeInUp {
  from {
    transform: translateY(101%);
    opacity: 0.01; }
  to {
    transform: translateY(0);
    opacity: 1; } }

@keyframes loading-fadeInOut {
  from {
    transform: translateY(0);
    opacity: 1; }
  to {
    transform: translateY(-101%);
    opacity: 0.01; } }

.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: #1b1a40; }
    .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: #1b1a40;
      border-color: #1b1a40;
      color: white; }
  .login-form-popup .form .forgot-password {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    line-height: 25px;
    color: #1b1a40;
    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: #d3b906;
    background-image: linear-gradient(transparent 97%, #d3b906 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: black; }
  #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 15px; } }
    #recently_bought_list .product-info .text-wrap {
      display: inline-block;
      width: 100%;
      color: #737373;
      margin-bottom: 5px; }
      @media (min-width: 551px) {
        #recently_bought_list .product-info .text-wrap {
          margin-bottom: 7px; } }
    #recently_bought_list .product-info .product-name a {
      text-decoration: underline; }
    #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: #f4f6f7;
    transition: all .3s ease;
    position: relative; }
    .wrap-icons div:last-child {
      margin-bottom: 0; }
    @media (min-width: 1025px) {
      .wrap-icons div:hover {
        background-color: #1b1a40; }
        .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: black;
  background: #f4f6f7;
  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: #1b1a40;
      line-height: 18px;
      margin-top: 0;
      text-transform: capitalize;
      font-family: "Open Sans", 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: #f4f6f7; }
      .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: #1b1a40;
          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: #d3b906;
        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: black;
        background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 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: black;
  background: #f4f6f7;
  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: #1b1a40;
      line-height: 18px;
      margin-top: 0;
      margin-bottom: 10px;
      text-transform: capitalize;
      font-family: "Open Sans", 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: black; }
          .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: #1b1a40; }
    .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: "Merriweather", Arial, Helvetica, sans-serif;
      font-size: 20px;
      margin: 0 3px 0 0;
      color: #1b1a40; }
      .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: 24px; } }
      @media (min-width: 1200px) {
        .halo-bundle-products .halo-product-total .price {
          font-size: 26px; } }
    .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: #f4f6f7;
    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: black;
      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: black; }
    .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 {
  pointer-events: none;
  display: none; }
  .compare-link .button {
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
    min-width: 129px;
    padding: 0 10px; }
    .compare-link .button .countPill {
      position: relative;
      top: unset;
      left: unset;
      bottom: unset;
      right: unset;
      display: inline;
      background: transparent;
      border-radius: 0;
      color: inherit;
      font-size: inherit;
      font-weight: inherit;
      line-height: inherit;
      height: auto;
      width: auto;
      vertical-align: unset; }
  @media (min-width: 1025px) {
    .compare-link {
      display: block;
      position: fixed;
      top: auto;
      bottom: 130px;
      right: 30px;
      z-index: 100;
      pointer-events: auto;
      transform: translateY(-50%); }
      .compare-link .button {
        display: none; }
        .compare-link .button.show {
          display: block; } }

#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; }
    @media (min-width: 768px) {
      #halo_sticky_addToCart > .container {
        padding-left: 50px;
        padding-right: 50px; } }
  #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: 20px;
      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: #f4f6f7;
    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: 20px;
        margin-bottom: 8px;
        color: #001b44; }
    #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: #6e6e6e;
  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: black; }

.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: #1b1a40;
      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(0, 27, 68, 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 #1b1a40;
    color: #1b1a40; }

.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: #d3b906; }
    .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: black;
    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: black;
        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: black;
        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: 34px;
    font-weight: 700;
    line-height: 1;
    color: black;
    margin: 0 0 20px 0;
    text-transform: capitalize;
    padding-bottom: 10px;
    border-bottom: 1px solid #6e6e6e; }
  .sitemap-list--subItem {
    display: block; }
    .sitemap-list--subItem > a {
      font-size: 18px;
      font-weight: 700;
      line-height: 45px;
      text-transform: capitalize;
      color: black;
      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: black;
      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: #1b1a40;
      text-transform: capitalize; }
      .sitemap-list--subItem.sitemap-list--viewAll > a span {
        padding: 0 0 1px 0;
        background-image: linear-gradient(transparent 97%, #1b1a40 3%);
        background-repeat: repeat-x;
        background-position-y: 0; }
  @media (min-width: 1025px) {
    .sitemap-list li a:hover {
      color: #d3b906; }
      .sitemap-list li a:hover span {
        background-image: linear-gradient(transparent 97%, #d3b906 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: #1b1a40;
        background-color: #1b1a40; } }

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

.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: #1b1a40; }
    #consent-manager div p {
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 400;
      font-style: italic;
      line-height: 26px;
      color: #1b1a40; }
      #consent-manager div p a {
        text-decoration: none;
        color: #1b1a40;
        background-image: linear-gradient(transparent 97%, #1b1a40 3%);
        background-repeat: repeat-x;
        background-position-y: 0; }
    #consent-manager div button {
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 700;
      border-color: #1b1a40;
      color: white;
      background-color: #1b1a40;
      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: #1b1a40;
        border-color: #1b1a40;
        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; } }

img {
  border-radius: 16px; }

.bg-global {
  background: #1b1a40; }

.bg-global-color {
  background: #a6c7e2; }

.bg-primary {
  background: #1b1a40; }

.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: "Merriweather", Arial, Helvetica, sans-serif; }

.f-body {
  font-family: "Open Sans", 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: #d3b906; }
  @media (min-width: 1025px) {
    .link:hover {
      color: #1b1a40; } }

.link-line span {
  background-image: linear-gradient(to top, currentColor 0, currentColor 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; } }

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

.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: 26px; }
  @media (min-width: 551px) {
    .f-h1 {
      font-size: 36px; } }
  @media (min-width: 1025px) {
    .f-h1 {
      font-size: 50px; } }

.f-h2 {
  font-size: 20px; }
  @media (min-width: 551px) {
    .f-h2 {
      font-size: 30px; } }
  @media (min-width: 1025px) {
    .f-h2 {
      font-size: 44px; } }

.f-h3 {
  font-size: 24px; }
  @media (min-width: 1025px) {
    .f-h3 {
      font-size: 38px; } }

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

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

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

.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: 60px;
      padding-bottom: 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: 100px;
      padding-bottom: 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: #F7FCFF; }

.color-black {
  color: black; }

.color-gray {
  color: #d0d0d0; }

.color-global {
  color: #a6c7e2; }

.color-heading {
  color: #1b1a40; }

.color-secondary {
  color: #6e6e6e; }

.color-link {
  color: #d3b906; }

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

@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: #1b1a40;
  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 #1b1a40; }

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

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

.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) {
  .hover-zoom:hover img {
    transform: scale3d(1.05, 1.05, 1); }
  .hover-zoom:hover .title {
    color: #d3b906; }
    .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; }

.productView .productView-right .productView-title {
  margin: 0; }

.productView .productView-right .product-social .socialLinks-item--print {
  display: none; }

.productView .productView-images .productView-for {
  margin: 20px 20px 0;
  padding: 0;
  position: relative; }
  @media (min-width: 1600px) {
    .productView .productView-images .productView-for {
      margin: 20px 63px 0; } }
  .productView .productView-images .productView-for .swiper-arrow {
    top: 50%;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #cdcdcd;
    border-radius: 50%; }
    .productView .productView-images .productView-for .swiper-arrow.swiper-button-prev {
      left: 0;
      transform: translate(-50%, -50%); }
    .productView .productView-images .productView-for .swiper-arrow.swiper-button-next {
      right: 0;
      transform: translate(50%, -50%); }
    .productView .productView-images .productView-for .swiper-arrow .icon-inner svg {
      width: 24px;
      height: 24px; }
    @media screen and (max-width: 1024px) {
      .productView .productView-images .productView-for .swiper-arrow.swiper-button-prev {
        transform: translateX(-50%); }
      .productView .productView-images .productView-for .swiper-arrow.swiper-button-next {
        transform: translateX(50%); } }

@media only screen and (max-width: 768px) {
  .productView-description .toggle-content table {
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow-x: scroll; } }

.header .header-logo-image-container {
  display: flex;
  align-items: center; }

.card.card-hover .card-img-container .card-image:not(.card-image-hover) {
  opacity: 1; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  pointer-events: visible; }

.featuredBrands .featuredBrands__wrapper {
  align-items: center; }
  .featuredBrands .featuredBrands__wrapper .featuredBrands__item .image {
    text-align: center; }

.page-type-category .page-header--wrapper {
  min-height: unset; }
  .page-type-category .page-header--wrapper .content-wrapper {
    position: unset;
    min-height: unset;
    padding: 0; }

.page-type-category .category-sub {
  min-width: 270px;
  margin-bottom: 12px; }
  @media screen and (min-width: 1600px) {
    .page-type-category .category-sub {
      min-width: 370px; } }
  @media screen and (min-width: 1025px) {
    .page-type-category .category-sub {
      min-width: 270px; } }

.page-type-page_contact_form #contact-us-page form[data-contact-form] .form-input {
  min-height: 50px; }

@media (min-width: 768px) {
  .page-type-page_contact_form #contact-us-page form[data-contact-form] textarea.form-input {
    height: 180px; } }

.page-type-product .yotpo-app .yotpo-base-layout {
  padding-left: 50px;
  padding-right: 50px; }
  @media screen and (max-width: 768px) {
    .page-type-product .yotpo-app .yotpo-base-layout {
      padding-left: 10px;
      padding-right: 10px; } }

.halo-block-product-tabs .tab.is-active > a {
  background-color: #1B1A40;
  color: #FFFFFF; }
  .halo-block-product-tabs .tab.is-active > a:hover {
    background-color: #1B1A40;
    color: #FFFFFF; }

@media only screen and (max-width: 768px) {
  .slideshow .heroCarousel-image-wrapper {
    height: auto;
    min-height: unset; }
    .slideshow .heroCarousel-image-wrapper .image > img {
      height: auto; } }

@media only screen and (min-width: 1025px) {
  .slideshow .heroCarousel-image-wrapper .image > img {
    object-fit: cover;
    max-height: 70vh; } }

.halo-block-product-tabs .halo-block-header {
  position: relative; }
  .halo-block-product-tabs .halo-block-header .link-viewAll {
    position: absolute;
    right: 0;
    top: 16px; }
    @media only screen and (max-width: 992px) {
      .halo-block-product-tabs .halo-block-header .link-viewAll {
        top: 10px; } }
    @media only screen and (max-width: 550px) {
      .halo-block-product-tabs .halo-block-header .link-viewAll {
        top: 2px; } }

@media only screen and (max-width: 768px) {
  .halo-block-product-tabs .halo-productbyTabs .tabs {
    display: flex;
    overflow-x: auto; }
    .halo-block-product-tabs .halo-productbyTabs .tabs .tab-title span {
      text-wrap: nowrap; } }

.card-hover .card-image img {
  height: 100% !important;
  object-fit: cover !important; }

@media screen and (max-width: 552px) {
  .page .grid.grid_product_page {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important; }
  .page .grid.grid_product_page .product-card {
    flex: unset !important;
    max-width: 100% !important; } }

@media (min-width: 1025px) {
  .halo-bottomHeader .container {
    display: flex !important;
    flex-direction: column !important; }
  .bottomHeader-item.right {
    width: 100% !important;
    padding-bottom: 10px !important; } }
