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

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

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

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

a {
  color: black;
  line-height: inherit;
  text-decoration: none; }
  a:hover, a:focus {
    color: black; }

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #202020;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: -0.02rem;
  margin-bottom: 0.75rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: black;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 80px; }

h2 {
  font-size: 80px; }

h3 {
  font-size: 60px; }

h4 {
  font-size: 40px; }

h5 {
  font-size: 24px; }

h6 {
  font-size: 16px; }

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

abbr {
  text-transform: none; }

blockquote { }

blockquote,
blockquote p {
  font-size: 60px;
  line-height: 1; }

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: "Montserrat", 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: black;
  border-color: black;
  color: white;
  font-size: 1rem;
  padding: 0.875rem 2.25rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: #001817;
    border-color: #001817;
    color: white; }
  .button:active {
    background-color: #001817;
    border: 1px solid #001817;
    color: white; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.75rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button--tiny { }

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<div class="form-field">
    <label class="form-label" for="disabled_input2">Input Label</label>
    <input class="form-input" id="disabled_input2" readonly type="text" value="Readonly text">
</div>
```
*/ }
  .form-input:disabled {
    background-color: white;
    color: #a7a7a7;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #e5e5e5;
    border-color: #999999;
    color: black;
    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: #8f8f8f;
  color: black;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: 0.75rem;
  border-radius: 0;
  cursor: pointer;
  height: 3rem;
  margin: 0;
  outline: 0; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.radius {
    border-radius: 4px; }
  .form-select:focus {
    border-color: #474747; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #474747; }

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

We provide a couple of component styles to layout forms.

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

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

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

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

.form-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .form-row:before, .form-row:after {
    content: " ";
    display: table; }
  .form-row:after {
    clear: both; }
  .form-row .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    max-width: none; }
  @media (min-width: 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 #8f8f8f;
      border-width: 1px;
      height: 1rem;
      left: 0;
      top: 0;
      width: 1rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 0.875rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 0.875rem; }

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

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

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

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

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

.form-radio + .form-label::after {
  background: rgba(0, 0, 0, 0.999);
  border: 3px solid white;
  border-radius: 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: black;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); }

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

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

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

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

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

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

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

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

.tab.is-active .tab-title {
  color: #333333;
  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: 20px;
  padding: 0.75rem; }

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

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

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

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

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

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

.navList:after {
  clear: both; }

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

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

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

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

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

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

.navList-action {
  color: black;
  font-size: 20px;
  padding: 0.1875rem 0; }

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

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

li.pagination-item--current a, li.pagination-item--current button {
  color: black;
  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: black;
  border-color: black;
  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: #333333;
    padding: 1.875rem;
    display: block;
    font-family: "Source Sans Pro", 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: #f0efed;
  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: 1400px; }

.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: 24px;
  margin: 0 0 0.75rem; }
  @media (min-width: 481px) {
    .modal-footer-link {
      display: inline;
      margin: 1.5rem; } }

.modal-close {
  color: black;
  cursor: pointer;
  font-size: 80px;
  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: black;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 24px;
  padding: 0.375rem 0.75rem; }

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

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

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

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

```sass_file_example
src/settings/bigcommerce/actionBar/_settings.scss
```
*/
.actionBar {
  margin: 1.5rem 0; }
  .actionBar:before, .actionBar:after {
    content: " ";
    display: table; }
  .actionBar:after {
    clear: both; }
  .actionBar .button {
    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: black; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel-tooltip {
  display: none;
  height: 1px;
  margin-top: 10px;
  position: relative; }
  .carousel-tooltip::before {
    border-color: transparent transparent #313440 transparent;
    border-style: solid;
    border-width: 0.625rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .carousel-tooltip::after {
    background-color: #313440;
    border-radius: 0.5rem;
    color: white;
    content: attr(aria-label);
    cursor: default;
    font-size: 1rem;
    padding: 0.25rem 0.375rem;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap; }
  .carousel-tooltip::before, .carousel-tooltip::after {
    display: none; }
  .carousel-tooltip:focus::before, .carousel-tooltip:focus::after {
    display: block; }
  @media (min-width: 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: 1rem;
  font-weight: 400;
  line-height: 1.5; }

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

h5,
h6 {
  text-transform: uppercase; }

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 {
  margin: 0 0 30px;
  text-align: center; }

h1 {
  font-size: 30px; }
  @media (max-width: 374px) {
    h1 {
      font-size: 24px; } }
  @media (min-width: 1200px) {
    h1 {
      font-size: 60px; } }
  @media (min-width: 1600px) {
    h1 {
      font-size: 80px; } }

h2 {
  font-size: 30px; }
  @media (max-width: 374px) {
    h2 {
      font-size: 24px; } }
  @media (min-width: 1200px) {
    h2 {
      font-size: 60px; } }
  @media (min-width: 1600px) {
    h2 {
      font-size: 80px; } }

h3 {
  font-size: 30px; }
  @media (max-width: 374px) {
    h3 {
      font-size: 24px; } }
  @media (min-width: 1200px) {
    h3 {
      font-size: 60px; } }

h4 {
  font-size: 30px; }
  @media (min-width: 1200px) {
    h4 {
      font-size: 40px; } }

h5 {
  font-size: 24px; }

h6 {
  font-size: 16px; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

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

.form-label small {
  display: inline-block;
  font-size: 12px;
  margin: 0 10px 2px 3px; }

.form-label--inlineSmall small {
  color: black;
  float: none;
  margin-left: 3px;
  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: #f0efed;
    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; }
  .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: #333333; }

.dropdown-menu-item {
  text-align: left; }
  .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; }

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

@media (min-width: 1025px) {
  .modal--large {
    min-height: 730px; } }

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

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

.modal-header-title {
  font-size: 24px;
  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: 2.25rem 2.25rem; }

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

.hide-content {
  opacity: 0; }

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

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

@media (max-width: 767px) {
  .breadcrumbs-content.is-scroll {
    margin: 0 -10px;
    padding: 0 10px; } }

ol.breadcrumbs {
  display: block;
  font-size: 0;
  overflow: visible;
  margin: 0; }
  @media (max-width: 767px) {
    .is-scroll ol.breadcrumbs {
      display: block;
      white-space: nowrap;
      overflow: auto hidden; }
      .is-scroll ol.breadcrumbs .breadcrumb.is-active .breadcrumb-label {
        padding-right: 20px; }
      .is-scroll ol.breadcrumbs:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(270deg, #f0efed, rgba(240, 239, 237, 0));
        width: 12px;
        height: 40px;
        z-index: 1;
        transform: rotate(180deg); }
      .is-scroll ol.breadcrumbs:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        background: linear-gradient(90deg, rgba(240, 239, 237, 0), #f0efed);
        width: 50px;
        height: 40px;
        z-index: 1; }
      .is-scroll ol.breadcrumbs .breadcrumb {
        float: none; } }

.breadcrumb {
  display: inline-block;
  float: none;
  margin-right: 0.25rem; }
  .breadcrumb .breadcrumb-label {
    font-size: 14px;
    color: #333333; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #333333;
    cursor: pointer; }
  .breadcrumb:not(:first-child):before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 10px;
    margin: 0 11px;
    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="%23202020"/></svg>');
    background-size: 24px;
    background-repeat: no-repeat; }

.breadcrumb-wrapper {
  padding-top: 60px;
  padding-bottom: 24px; }

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

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

.pagination-list {
  font-size: 0;
  margin: 1.5rem 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;
    min-height: 36px; }
    .pagination-list .pagination-item:not(.pagination-item--previous):not(.pagination-item--next) {
      margin: 5px 0; }
      @media (min-width: 551px) {
        .pagination-list .pagination-item:not(.pagination-item--previous):not(.pagination-item--next) {
          margin: 15px 0; } }
      @media (min-width: 1600px) {
        .pagination-list .pagination-item:not(.pagination-item--previous):not(.pagination-item--next) {
          margin: 20px 0; } }

.pagination-item {
  border: 1px solid transparent;
  line-height: 1; }
  .pagination-item .pagination-link {
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 18px;
    padding: 10px; }
    .pagination-item .pagination-link:hover {
      color: #019d99; }
    @media (min-width: 551px) {
      .pagination-item .pagination-link {
        font-size: 24px;
        padding: 10px 15px; } }
  .pagination-item.pagination-item--current {
    border-color: black;
    border-radius: 4px; }
  .pagination-item.pagination-item--previous > a:not(.button), .pagination-item.pagination-item--next > a:not(.button) {
    color: black; }
    .pagination-item.pagination-item--previous > a:not(.button):hover, .pagination-item.pagination-item--next > a:not(.button):hover {
      color: black; }
  @media (max-width: 550px) {
    .pagination-item .button:not(.button--iconCustom) {
      font-size: 0;
      min-width: 44px;
      min-height: 44px;
      padding: 0; }
      .pagination-item .button:not(.button--iconCustom) svg {
        display: inline-block;
        transform: scale(1);
        width: 24px;
        height: 44px;
        margin: 0; } }
  @media (min-width: 551px) {
    .pagination-item .button:not(.button--iconCustom) {
      font-size: 16px;
      min-width: 100px;
      min-height: 50px;
      line-height: 48px; }
      .pagination-item .button:not(.button--iconCustom) svg {
        display: none; } }
  @media (min-width: 1025px) {
    .pagination-item .button:not(.button--iconCustom) {
      font-size: 18px;
      min-width: 120px; } }
  @media (min-width: 1600px) {
    .pagination-item .button:not(.button--iconCustom) {
      font-size: 20px;
      min-width: 160px;
      min-height: 64px;
      line-height: 62px; } }

.pagination-item--previous {
  float: left; }

.pagination-item--next {
  float: right; }

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

.button {
  transition: all 0.3s ease;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  min-height: 46px;
  line-height: 44px;
  padding: 0 10px;
  border-radius: 0;
  text-transform: uppercase; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 1025px) {
      .button + .button {
        margin-left: 0.75rem; } }
  .button.button--secondary {
    color: white;
    background-color: black;
    border-color: black; }
    .button.button--secondary:active {
      color: white;
      border-color: #001817;
      background-color: #001817; }
  .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] {
    pointer-events: none;
    color: white;
    background-color: #cccccc;
    border-color: rgba(0, 0, 255, 0); }
  @media (min-width: 1025px) {
    .button.button--secondary:hover, .button.button--secondary:focus {
      color: white;
      border-color: #001817;
      background-color: #001817; }
    .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:not(.button--iconCustom) svg {
  position: relative;
  top: -2px;
  width: 38px;
  height: 12px;
  margin-left: 10px;
  transform: scale(0);
  width: 0;
  fill: white !important;
  stroke: white !important;
  stroke-width: .1;
  transition: transform 0.3s, all 0.3s ease; }

@media (min-width: 1025px) {
  .button:not(.button--iconCustom):hover svg {
    transform: scale(1);
    width: 38px; } }

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

.button--iconCustom {
  margin: 0;
  padding: 0;
  line-height: 1; }
  .button--iconCustom.button {
    background-color: transparent;
    border: none; }
  .button--iconCustom svg {
    width: 30px;
    height: 25px; }
    @media (min-width: 551px) {
      .button--iconCustom svg {
        width: 43px;
        height: 34px; } }
    @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: 44px; } }
  @media (min-width: 1920px) {
    .button--iconCustom + .button--iconCustom {
      margin-left: 16px; } }

.button--small {
  font-size: 16px;
  min-width: 200px;
  min-height: 50px;
  line-height: 48px; }
  @media (min-width: 1025px) {
    .button--small {
      min-height: 70px;
      line-height: 68px; } }
  @media (min-width: 1600px) {
    .button--small {
      font-size: 20px;
      min-height: 84px;
      line-height: 82px; } }

.button--large {
  font-size: 16px;
  min-width: 270px;
  min-height: 50px;
  line-height: 48px; }
  @media (min-width: 1025px) {
    .button--large {
      min-height: 70px;
      line-height: 68px; } }
  @media (min-width: 1600px) {
    .button--large {
      font-size: 24px;
      min-width: 370px;
      min-height: 100px;
      line-height: 98px; } }

.tab {
  border-top: none;
  float: none; }
  @media (min-width: 1025px) {
    .tab {
      float: left; } }
  .tab.is-active .tab-title {
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-color: #019d99; }
  @media (min-width: 1025px) {
    .tab.is-active {
      border: none; } }

.tab-title {
  color: #333333;
  font-weight: 600;
  padding: 0.625rem 0; }
  @media (max-width: 1599px) {
    .tab-title {
      font-size: 16px; } }

.tab-content {
  margin-top: 10px; }
  .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) {
      background: #e4e4e4; }
  .productView-description table td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    padding: 11px 14px;
    text-align: left;
    color: #333333; }
    .productView-description table td.tb-title {
      color: #202020;
      font-weight: 500; }

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

@media (max-width: 1024px) {
  .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;
    padding-bottom: 50px; }
    .productView-description .tabs-contents .tab-content {
      display: block;
      padding: 0;
      margin: 0;
      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; }
    .productView-description .tabs-contents .toggleLink {
      display: block;
      float: none;
      width: 100%;
      padding: 18px 45px 18px 0;
      position: relative;
      font-weight: 600;
      text-transform: uppercase;
      border-bottom: 1px solid #a7a7a7;
      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: 50%;
        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: #333333; }
        .productView-description .tabs-contents .toggleLink .icon-plus:before {
          right: 9px;
          width: 2px;
          height: 20px; }
        .productView-description .tabs-contents .toggleLink .icon-plus:after {
          right: 0;
          width: 20px;
          height: 2px; }
      .productView-description .tabs-contents .toggleLink.is-open {
        color: #333333; }
        .productView-description .tabs-contents .toggleLink.is-open .icon-plus:before, .productView-description .tabs-contents .toggleLink.is-open .icon-plus:after {
          background: #333333; }
        .productView-description .tabs-contents .toggleLink.is-open .icon-plus:before {
          transform: translateY(-50%) rotate(90deg); }
    .productView-description .tabs-contents .toggle-content {
      position: relative; }
      .productView-description .tabs-contents .toggle-content.is-open {
        padding-top: 15px;
        padding-bottom: 15px; } }

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

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

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

.accordion-content {
  padding: 0;
  border: 0;
  margin: 16px 0 24px 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 {
    width: 14px;
    height: 14px;
    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: 14px;
    margin: 0;
    padding: 0 0 0 24px; }
    .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%; }
    .accordion--navList .accordion-content .navList-item a:before {
      background-color: white;
      border: 1px solid #d0d0d0;
      border-radius: 4px;
      width: 16px;
      height: 16px;
      top: calc(50% - 1px);
      bottom: auto;
      left: 0;
      margin: 0;
      border-radius: 0;
      transform: translateY(-50%);
      z-index: 11; }
    .accordion--navList .accordion-content .navList-item a:after {
      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: #333333;
      background: #333333; }
  .accordion--navList .accordion-content .navList-item + .navList-item {
    margin-top: 16px; }

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

.inlineList--labels > li {
  float: none;
  margin-bottom: 12px;
  margin-left: 0; }

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

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

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

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

.form-inlineMessage {
  display: block;
  font-size: 16px; }

.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: 769px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 769px) {
      .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: 769px) {
        .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: 0.75rem; }

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

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

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

.form-file {
  margin-bottom: 0.5rem;
  font-size: 14px; }

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

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

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

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

.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: 1281px) {
  .form-prefixPostfix .form-input {
    width: auto; } }

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

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

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

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

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

.form-increment {
  position: relative;
  max-width: 179px;
  min-height: 62px; }
  .form-increment .button {
    color: black;
    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: 15px;
      width: 12px;
      height: 2px; }
  .form-increment [data-action="inc"] {
    bottom: 0;
    right: 0; }
    .form-increment [data-action="inc"]:before {
      right: 15px;
      width: 12px;
      height: 2px; }
    .form-increment [data-action="inc"]:after {
      right: 20px;
      width: 2px;
      height: 12px; }

.form-input--incrementTotal {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  min-height: 62px;
  color: black;
  border: 1px solid #cbcbcb;
  border-radius: 4px;
  padding: 10px 30px;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle; }
  .form-field--success .form-input--incrementTotal {
    float: none; }

.form-option {
  background-color: white;
  border: 1px solid #8f8f8f;
  color: black;
  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: black;
    box-shadow: 0 0 0 1px black;
    font-weight: 700; }

.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: -4px;
    left: -4px;
    width: 48px;
    height: 48px;
    z-index: 2;
    border-radius: 50%;
    border: 1px solid black;
    transition: all 0.3s ease; }

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

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

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

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

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

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

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

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

.card {
  margin-bottom: 8px; }
  .card:focus-within .card-figcaption {
    opacity: 1; }
  .card.focus-within .card-figcaption {
    opacity: 1; }
  @media (min-width: 1025px) {
    .card:hover .button--quickview {
      transform: scale(1); }
    .card:hover .button--compare {
      animation: halo-fadeInDown 0.3s cubic-bezier(0, 0, 0.3, 1) forwards; } }

@media (min-width: 1025px) {
  .card-hover:hover .card-image {
    opacity: 0;
    backface-visibility: visible; }
  .card-hover:hover .card-image-2 {
    opacity: 1;
    backface-visibility: visible;
    z-index: 1; }
    .card-hover:hover .card-image-2 img {
      transform: scale3d(1.1, 1.1, 1); } }

.card-image-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  backface-visibility: hidden;
  z-index: -1;
  transform: translate(-50%, -50%);
  transition: opacity 0.8s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18) 0s; }
  .card-image-2 img {
    display: inline-block;
    vertical-align: top;
    max-height: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: opacity 0.8s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18) 0s; }
    .card-image-2 img.lazyload, .card-image-2 img.lazyloading {
      opacity: 0;
      top: auto;
      left: auto;
      transform: none;
      position: relative;
      transition: all 0.3s ease; }

.card-figure {
  margin-top: 0;
  overflow: hidden;
  position: relative; }
  .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; }

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

.card-image {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  /* Object-fit polyfill */
  font-family: "object-fit: contain;";
  max-height: 100%;
  object-fit: contain;
  width: 100%;
  opacity: 1;
  backface-visibility: visible;
  transition: opacity .8s ease; }

.card-title {
  font-size: 16px;
  color: black;
  display: block;
  text-decoration: none; }
  .card-title:hover {
    color: #019d99; }

.card-brand {
  margin-bottom: 5px; }
  .card-brand a {
    color: #333333; }

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

.card-figcaption-button {
  margin: 0.375rem 0 0; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.375rem 0 0; }

.card-body {
  text-align: left;
  padding: 10px; }
  @media (min-width: 1920px) {
    .card-body {
      padding: 20px 30px; } }

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

.price-section.price-section--withoutTax, .price-section.price-section--withTax {
  color: #019d99; }

.price-section.non-sale-price--withoutTax, .price-section.non-sale-price--withTax {
  color: black; }

.price-section.price-none + .price-section--withoutTax {
  color: black; }

.price-section.price-none + .price-section--withTax {
  color: black; }

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

.card-name {
  font-size: 10px; }

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

@media (min-width: 1025px) {
  .form-option-tooltip {
    display: none;
    color: white;
    text-align: center;
    background: #333333;
    position: absolute;
    bottom: 80%;
    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: -7px;
      left: 50%;
      height: 0;
      width: 0;
      border-top: 7px solid #333333;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      transform: translateX(-50%); } }

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

.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: 11px 0 0 0;
    border-radius: 50%; }
  .halo-options .showmore {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 6px 0 0 7px; }
  .halo-options .form-option {
    vertical-align: top;
    border: 0;
    margin: 0 5px 0 0;
    position: relative;
    text-align: center;
    font-weight: 500; }
    .halo-options .form-option:not(.form-option-swatch) {
      border-radius: 4px;
      padding: 12px 0;
      min-width: 50px; }
    .halo-options .form-option.active .form-option-variant:before {
      content: "";
      position: absolute;
      top: -3px;
      left: -3px;
      width: 32px;
      height: 32px;
      z-index: 2;
      border-radius: 17px;
      border: 1px solid black;
      transition: all 0.3s ease; }
    @media (min-width: 1025px) {
      .halo-options .form-option {
        margin: 0 10px 0 0; }
        .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-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 #8f8f8f;
    border-width: 1px;
    height: 1rem;
    left: 0;
    top: 0;
    width: 1rem; }
  .navList-action--checkbox::after {
    height: 0.875rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 0.875rem; }
  .navList-action--checkbox::before {
    border-radius: 4px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(0, 0, 0, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(0, 0, 0, 0.999);
    content: "";
    font-size: 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: black; }
  .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; } }
    @media (min-width: 1025px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #333333; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: black; }
    @media (min-width: 1025px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid black;
        margin: 0;
        padding-left: 0.75rem; } }
  .navBar--sub .navBar-action {
    color: black;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #019d99; }

.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: #d1d1d1;
  background: linear-gradient(to right, #d1d1d1 4%, #f0efed 25%, #d1d1d1 36%);
  background-size: 1200px 100%; }
  .animated-loading .progress-shipping,
  .animated-loading .shipping-message {
    opacity: 0; }

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

@keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 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: 20px; }
  @media (min-width: 1400px) {
    .actionBar-wrapper {
      padding-bottom: 52px; } }

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

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

.actionBar-section .form-label,
.actionBar-section .form-input,
.actionBar-section .form-select {
  display: inline-block; }
  @media (min-width: 1025px) and (max-width: 1399px) {
    .actionBar-section .form-label,
    .actionBar-section .form-input,
    .actionBar-section .form-select {
      display: block;
      padding: 0 30px 0 0;
      margin: 0; } }

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

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

.btn-view {
  padding: 6px 7px;
  width: 40px;
  height: 40px;
  vertical-align: top;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%; }
  .btn-view svg {
    height: 15px;
    fill: #808080;
    pointer-events: none; }
  .btn-view.grid-view {
    border-right: none; }
  .btn-view.current-view {
    border: 1px solid #404040; }
    .btn-view.current-view svg {
      fill: #404040; }
  .btn-view + .btn-view {
    margin-left: 4px; }

@media (max-width: 1024px) {
  [data-sort-by="product"] {
    position: absolute;
    top: 0;
    right: 0; }
    [data-sort-by="product"] .form-select {
      bottom: 0;
      min-height: 46px;
      background-position: right 0.5rem top 0.8rem; } }

.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: 700;
  text-decoration: none; }
  .navUser-action:hover, .navUser-action.is-open {
    color: black; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: black;
      stroke: black; }
  .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: black;
  display: inline-block;
  padding: 0 1.25rem 0 0;
  text-decoration: none; }

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

@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: 0 32px 0 0; }
  .navUser-item--alt .navUser-action .navUser-icon {
    padding: 10px 0; }

.navUser-item--alt:last-child .navUser-action {
  padding: 10px 0; }

.navUser-item--wishlist .wishlist-loaded {
  display: block; }

.navUser-item--cart {
  display: block; }
  .navUser-item--cart__hidden-s .countPill {
    display: none; }
  .navUser-item--cart .navUser-action {
    color: white; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: black; }
  .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: 40px;
    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: -5px;
  height: 10px;
  width: 10px;
  background-color: #841616;
  border-radius: 50%;
  font-size: 0; }

.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: #401d42;
  height: 100%; }
  @media (min-width: 1025px) {
    .navPages {
      margin: 0 auto;
      max-width: 75rem;
      width: 100%;
      background: none;
      font-size: 0;
      overflow-y: visible;
      padding: 0; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages ul,
      .navPages ol {
        list-style: none;
        margin-left: 0;
        margin: 0;
        padding: 0; }
        .navPages ul ul,
        .navPages ul ol,
        .navPages ol ul,
        .navPages ol ol {
          list-style: none;
          margin-bottom: 0; }
        .navPages ul li,
        .navPages ol li {
          margin: 0;
          padding: 0; }
      .navPages-section {
        float: left; }
        .navPages-section:before, .navPages-section:after {
          content: " ";
          display: table; }
        .navPages-section:after {
          clear: both; }
      .navPages-section--alt {
        float: right;
        margin-left: 1.5rem; }
      .navPages-section + .navPages-section {
        margin-left: 1.5rem; } }
  @media (min-width: 1025px) and (min-width: 769px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 1025px) {
      .navPages-item, .navPages-action {
        display: block; }
      .header-logo-position--left .navPages {
        text-align: center; }
      .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 .imageArea {
    width: 40%;
    display: inline-block; }
  .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; } }

.navPages-action {
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 0.75rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 1025px) {
    .navPages-action {
      color: white;
      display: inline-block;
      padding: 5px 30px 5px 0; }
      .navPages-action.is-open {
        background-color: #401d42; }
      .navPages-action:hover, .navPages-action.activePage {
        color: #019d99; }
        .navPages-action:hover svg, .navPages-action.activePage svg {
          fill: #019d99;
          stroke: #019d99; } }
  @media (min-width: 1600px) {
    .navPages-action {
      font-size: 16px;
      padding: 10px 32px 10px 0; } }
  @media (min-width: 1920px) {
    .text-left .navPages-action {
      padding: 10px 50px 10px 0; } }
  .navPages-list .navPages-action.has-subMenu {
    align-items: center;
    display: flex;
    justify-content: space-between; }
  .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: black; }

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

.navPages-action-moreIcon {
  height: 0.5rem;
  width: 0.5rem;
  margin-left: 0.75rem;
  transform: rotate(-90deg); }
  @media (min-width: 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: #401d42;
      padding: 90px 25px 60px;
      position: absolute;
      text-align: left; }
      .navPage-subMenu.is-open {
        display: block;
        left: 0;
        width: 100%; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  @media (min-width: 1600px) {
    .navPage-subMenu {
      padding: 90px 55px 60px; } }
  @media (min-width: 1600px) {
    .navPage-subMenu {
      padding: 90px 210px 60px; } }
  .navPage-subMenu .navPage-subMenu-item-child {
    position: relative; }
    .navPage-subMenu .navPage-subMenu-item-child .navPage-subMenu {
      left: 215px;
      top: 0;
      animation: halo-fadeInLeft 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: 13.4375rem; } }

@media (min-width: 1025px) {
  .navPage-subMenu-horizontal.is-open {
    padding: 0; } }

@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 {
      font-size: 16px;
      font-weight: normal;
      padding: 6px 10px 6px;
      width: 100%;
      text-transform: unset; }
      .navPage-subMenu-item-child .navPage-subMenu-action.has-subMenu,
      .navPage-subMenu-item-parent .navPage-subMenu-action.has-subMenu {
        padding: 8px 10px 8px; } }

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

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

@media (min-width: 1025px) {
  .has-megamenu > .navPage-subMenu.is-open {
    display: flex; }
  .has-megamenu > .navPage-subMenu > .navPage-subMenu-list {
    display: flex;
    column-count: 3;
    width: 60%; }
  .has-megamenu > .navPage-subMenu .navPage-subMenu {
    display: block;
    padding: 0;
    position: unset;
    animation: none; }
  .has-megamenu .has-subMenu {
    font-weight: 700; }
  .has-megamenu.no-image > .navPage-subMenu > .navPage-subMenu-list {
    width: 100%; }
  .has-megamenu.has-image > .navPage-subMenu > .navPage-subMenu-list {
    width: 80%; }
  .has-megamenu.has-image .imageArea {
    width: 20%; }
  .has-megamenu.has-image .image {
    width: 100%; } }

.imageArea .image {
  width: 50%;
  padding: 0 5px; }

.imageArea img {
  width: 100%;
  object-fit: cover; }

.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 #7f7f7f;
  position: relative; }
  .halo-menu-sidebar .navPages-item .navPages-action {
    color: #333333;
    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;
    letter-spacing: -0.02rem;
    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: #333333;
        color: #333333;
        stroke: #333333;
        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 #7f7f7f; }
    .halo-menu-sidebar .navPages-item .navPage-subMenu-item-child > .navPages-action .navPages-action-moreIcon {
      right: 16px; }
    .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;
      left: 30px;
      right: auto; }
      .halo-menu-sidebar .navPages-item .navPage-subMenu-title > .navPages-action .navPages-action-moreIcon svg {
        transform: unset;
        width: 25px;
        height: 25px;
        margin: 0; }
    .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 .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: #333333; }

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

@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;
  text-align: center; }
  .tags ul,
  .tags ol {
    list-style: none;
    margin-bottom: 0; }

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

.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 {
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #999999; }
    .socialLinks .icon svg {
      fill: #ffffff;
      transition: all 0.3s ease; }

.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: 0.75rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }
  .socialLinks-item .socialLinks__link {
    height: 2rem;
    position: relative; }

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

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

@media (max-width: 550px) {
  .heroCarousel-image-overlay .image: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: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.6) 100%); }
  .heroCarousel-image-mobile + img {
    display: none;
    width: 1px;
    height: 1px; } }

.heroCarousel-content {
  position: absolute;
  background-color: rgba(0, 0, 255, 0);
  top: 50%;
  left: 0;
  right: 0;
  z-index: 3;
  width: 100%;
  max-width: 500px;
  text-align: center;
  padding: 0 10px;
  transform: translateY(-50%);
  white-space: normal;
  margin: 0; }
  @media (max-width: 550px) {
    .heroCarousel-content {
      top: auto;
      bottom: 50px;
      transform: unset; }
      .heroCarousel-image-wrapper:not(.heroCarousel-image-overlay) .heroCarousel-content {
        margin: 0 auto;
        max-height: 80%;
        overflow: auto;
        position: relative;
        top: 0;
        transform: unset; } }
  .heroCarousel-content.heroCarousel-content--empty {
    background-color: transparent; }
  @media (min-width: 551px) {
    .heroCarousel-content {
      padding: 0 15px; }
      .heroCarousel-content.heroCarousel-content--left {
        left: 20px;
        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: 20px;
        text-align: right;
        transform: translateY(-50%); } }
  @media (min-width: 1025px) {
    .heroCarousel-content {
      max-width: 800px; }
      .heroCarousel-content.heroCarousel-content--left {
        left: 50px; }
      .heroCarousel-content.heroCarousel-content--right {
        right: 50px; } }
  @media (min-width: 1600px) {
    .heroCarousel-content {
      max-width: 950px; } }

.heroCarousel-title {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 40px;
  font-weight: 700;
  color: white;
  padding-top: 30px;
  margin: 0 0 15px 0; }
  @media (min-width: 551px) {
    .heroCarousel-title {
      color: #841616;
      padding-top: 82px;
      margin: 0 0 24px 0; } }
  @media (min-width: 1200px) {
    .heroCarousel-title {
      font-size: 60px; } }
  @media (min-width: 1400px) {
    .heroCarousel-title {
      font-size: 80px; } }
  @media (min-width: 1600px) {
    .heroCarousel-title {
      font-size: 120px; } }

.heroCarousel-description {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
  color: white;
  max-width: 680px; }
  @media (min-width: 551px) {
    .heroCarousel-description {
      color: #333333;
      margin-bottom: 30px; } }
  @media (min-width: 1025px) {
    .heroCarousel-description {
      font-size: 28px;
      margin-bottom: 60px; } }
  @media (min-width: 1600px) {
    .heroCarousel-description {
      font-size: 34px; } }

.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: black;
    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: 24px; }
  .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: 24px;
  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),
[data-per-view-tab="3"]:not(.swiper-initialized),
[data-per-view-tab="2"]:not(.swiper-initialized),
[data-per-view-mob="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,
  [data-per-view-tab="3"]:not(.swiper-initialized) .swiper-slide,
  [data-per-view-tab="2"]:not(.swiper-initialized) .swiper-slide,
  [data-per-view-mob="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,
  [data-per-view-tab="3"]:not(.swiper-initialized) .content-wrapper,
  [data-per-view-tab="2"]:not(.swiper-initialized) .content-wrapper,
  [data-per-view-mob="2"]:not(.swiper-initialized) .content-wrapper {
    white-space: normal; }

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

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

.button--quickview {
  width: 70px;
  height: 70px;
  background-color: #019d99;
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.3s ease; }
  .button--quickview svg {
    width: 70px;
    height: 70px; }
  @media (min-width: 1025px) {
    .button--quickview:hover {
      animation: animateIcon .5s infinite ease; } }

.productView-reviews-wrapper {
  display: block;
  position: relative;
  padding: 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: 0; }
    .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 {
    margin: 30px 0 0 0; }
    .productView-reviews-wrapper .button-createReview .button {
      width: 100%; }
  @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 {
      padding-top: 33px; }
      .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 {
        margin-top: 30px; }
        .productView-reviews-wrapper .button-createReview .button {
          min-width: 250px;
          width: auto; } }

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

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

.productReviews .productReview {
  width: 100%;
  float: none;
  display: block;
  margin-bottom: 0;
  padding: 20px 0; }
  .productReviews .productReview .productReview-rating {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 0 0 10px; }
  .productReviews .productReview .productReview-author {
    color: #a6a6a6;
    margin-top: 10px;
    margin-bottom: 15px; }
  .productReviews .productReview .productReview-ratingNumber {
    display: none; }
  .productReviews .productReview .productReview-body {
    margin-bottom: 0; }
  .productReviews .productReview .icon {
    width: 24px;
    height: 24px; }

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

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

.productView-image {
  margin: 0 0 10px; }

.halo-productlayoutSlide {
  padding-top: 10px; }
  @media (max-width: 550px) {
    .halo-productlayoutSlide .productView-details {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1200px) {
    .halo-productlayoutSlide {
      padding-top: 30px; } }
  @media (min-width: 1400px) {
    .halo-productlayoutSlide {
      padding-top: 65px; } }

@media (min-width: 1025px) {
  .productView-images {
    margin-bottom: 50px; }
    .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-for:not(.swiper-initialized) {
  margin: 0 -5px; }
  .productView-for:not(.swiper-initialized) .swiper-slide {
    width: 20%;
    padding: 0 5px; }

.halo-productVideos {
  bottom: 10px;
  left: 10px;
  z-index: 100; }
  .halo-productVideos svg {
    width: 50px;
    height: 50px;
    fill: rgba(1, 157, 153, 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-product > :last-child {
  margin-bottom: 0; }

.productView-title {
  font-size: 24px;
  margin: 0 0 15px 0; }
  @media (min-width: 1025px) {
    .productView-title {
      font-size: 40px;
      margin-top: 1.5rem; } }
  @media (min-width: 1400px) {
    .productView-title {
      font-size: 60px; } }

.productView-brand {
  color: black;
  font-size: 16px;
  margin: 15px 0; }
  @media (min-width: 1400px) {
    .productView-brand {
      font-size: 20px;
      margin: 60px 0 16px; } }
  .productView-brand a {
    color: black; }
    .productView-brand a:hover {
      color: #019d99; }

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

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

.productView-info {
  display: table;
  margin: 16px 0; }
  .productView-info-item {
    display: block;
    margin: 0; }
    .productView-info-item span {
      display: inline-block;
      vertical-align: middle;
      margin: 0;
      padding: 0; }
      .productView-info-item span.productView-info-name {
        color: black; }

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

.productView-info-name {
  clear: both;
  margin-bottom: 0.1875rem;
  margin-right: 0.375rem; }
  @media (min-width: 551px) {
    .productView-info-name {
      font-size: 16px;
      font-weight: 400; } }

.productView-info-value {
  margin-bottom: 0; }

.productView-options {
  padding: 30px 0;
  border-top: 1px solid #a7a7a7;
  border-bottom: 1px solid #a7a7a7; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 1025px) {
    .productView-options {
      padding: 40px 0; } }
  .productView-options .card-wishlist,
  .productView-options .shareLinkSocial {
    display: inline-block;
    vertical-align: bottom; }
  @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: 2rem; }
    .productView-options .form-field--error > .form-inlineMessage {
      font-size: 1rem; }
    .productView-options .form-field > .form-checkbox + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      text-align: justify; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }

.add-to-cart-buttons {
  display: inline-grid;
  float: left;
  width: 100%; }
  @media (min-width: 1025px) {
    .add-to-cart-buttons {
      margin-bottom: 1rem; } }
  .add-to-cart-buttons .button {
    font-size: 20px;
    padding: 19px 10px;
    margin: 0;
    width: 100%; }

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

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

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

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

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

.shareProduct {
  text-align: center; }

.productView-image .large {
  position: absolute;
  width: 140px;
  height: 140px;
  left: auto;
  top: auto;
  border-radius: 100%;
  box-shadow: 0 0 0 0.2rem #019d99;
  z-index: 50;
  transition: 0.1s cubic-bezier(0.44, 0.15, 0, 1.54) width, 0.1s cubic-bezier(0.44, 0.15, 0, 1.54) height, 0.5s cubic-bezier(0.44, 0.15, 0, 1.54) opacity;
  transform: scale(1.6);
  opacity: 0;
  background-repeat: no-repeat;
  cursor: none; }

.productView-image .large.hover {
  opacity: 1; }

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

.productView-item {
  margin: 0 0 20px 0; }
  .productView-item:last-child {
    margin-bottom: 0; }
  @media (min-width: 1800px) {
    .productView-item {
      margin: 0; }
      .productView-item + .productView-item {
        margin: 0 0 0 40px; }
        .productView--quickView .productView-item + .productView-item {
          margin: 20px 0 0; } }

.productView-rating > span,
.productView-rating > a {
  vertical-align: middle;
  color: #333333; }

.productView-rating .icon,
.productView-rating svg {
  width: 16px;
  height: 16px; }

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

.productView-soldProduct .icon {
  margin: 0 8px 0 0;
  position: relative;
  top: -2px; }

.productView-ViewingProduct .icon {
  margin-right: 8px;
  position: relative;
  top: -1px; }

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

.halo-hotStock-progress {
  max-width: 100%;
  height: 10px;
  background-color: #019d99;
  text-align: left;
  margin: 3px 0 0;
  display: block;
  overflow: hidden; }

.halo-hotStock-progress-item {
  width: 100%;
  height: 100%;
  background-color: #841616;
  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: 20px; }

.shareLinkSocial {
  margin: 0;
  font-size: 0;
  letter-spacing: 0; }
  .shareLinkSocial .socialLinks .icon {
    position: unset; }
  .shareLinkSocial .icon {
    width: 35px;
    height: 35px; }
  .shareLinkSocial__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    padding: 0; }
  .shareLinkSocial__popup {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 101;
    padding: 13px 20px 18px 20px;
    width: 326px;
    background-color: white;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
    margin-top: 10px; }
    .shareLinkSocial__popup .title {
      margin-bottom: 12px;
      font-size: 13px;
      font-weight: 500;
      line-height: 24px;
      letter-spacing: -0.02rem;
      color: #202020;
      text-transform: uppercase; }
    .shareLinkSocial__popup .shareLinkSocial__close {
      width: 24px;
      height: 24px;
      margin: 12px 15px; }
      .shareLinkSocial__popup .shareLinkSocial__close .icon {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 1px;
        right: 2px;
        left: auto;
        fill: #202020; }
    .shareLinkSocial__popup .shareLinkSocial__link {
      position: relative;
      margin-bottom: 24px; }
      .shareLinkSocial__popup .shareLinkSocial__link input {
        border: 1px solid #cbcbcb;
        background-color: #f5f5f5;
        padding: 11px 18px 10px;
        display: block;
        width: 100%;
        color: #a0a0a0;
        font-size: 15px; }
    .shareLinkSocial__popup .shareLinkSocial__social .title {
      margin-bottom: 7px; }
    .shareLinkSocial__popup .shareLinkSocial__social svg {
      fill: black; }
    .shareLinkSocial__popup.is-open {
      display: block; }

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

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

.itemProduct-options {
  padding-bottom: 30px;
  border-bottom: 1px solid #a7a7a7; }
  @media (min-width: 1025px) {
    .itemProduct-options {
      padding-bottom: 40px; } }
  .itemProduct-options .icon {
    width: 16px;
    height: 16px;
    margin-top: -4px; }

@media (min-width: 1025px) {
  .productView-images {
    position: sticky;
    top: 0; }
    .is-sticky .productView-images {
      top: 100px;
      transition: all 0.3s ease; }
  .productView-right {
    width: 50%;
    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; } }

.itemProduct-options div + div {
  padding-left: 24px; }

.halo-compareColors-link {
  display: flex;
  align-items: center; }
  .halo-compareColors-link .icon {
    display: inherit;
    width: 18px;
    height: 18px;
    margin: 0 10px 0 0; }
    .halo-compareColors-link .icon img {
      width: 100%;
      height: 100%; }

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

.productView-action {
  padding-bottom: 10px; }

.card-wishlist .js-wishlist {
  display: inline-block;
  width: 55px;
  height: 35px;
  padding: 0; }

.card-wishlist .icon {
  width: 100%;
  height: 100%; }

.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: black;
      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-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500; }

.price-from {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  margin-bottom: 5px; }
  @media (max-width: 1599px) {
    .price-from {
      margin-right: 5px;
      margin-bottom: 0; } }

.button--compare {
  padding: 8px; }
  .button--compare span {
    padding-left: 20px;
    transition: all 0.3s ease; }
  .button--compare input[type=checkbox]:checked + span {
    color: #019d99; }
  .button--compare input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 0px;
    height: 0px; }
  .button--compare input[type=checkbox]:before {
    content: "";
    position: absolute;
    top: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #000; }
  .button--compare input[type=checkbox]:after {
    content: "+";
    color: #fff;
    position: absolute;
    top: 0;
    left: 3px;
    transition: all 0.3s ease; }
  .button--compare input[type=checkbox]:checked:before {
    background-color: #019d99;
    transition: all 0.3s ease; }
  .button--compare input[type=checkbox]:checked:after {
    content: "🗸"; }

.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: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  padding: 10px 5px;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 1025px) {
    .compareTable-heading {
      width: 10%; } }

.compareTable-headingText {
  position: absolute;
  top: 1.25rem;
  white-space: nowrap; }
  @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: #019d99; } }

.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(240, 239, 237, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99; }

.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: #f0efed;
  bottom: 0;
  padding-top: 10px;
  position: absolute;
  width: 100%; }

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

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

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

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

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

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

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

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  border: #e5e5e5 solid;
  border-radius: 4px;
  border-width: 1px;
  display: 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 {
    padding-top: 10px;
    padding-left: 25px;
    border-left: 1px solid #a7a7a7; }

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

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

.facetedSearch-refineFilters {
  display: block;
  border-bottom: 1px solid #a7a7a7; }

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

.facetedSearch-noFilters {
  font-size: 16px;
  font-weight: 400;
  color: black;
  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 {
  top: 20px;
  right: 24px; }

.remove-item {
  top: 20px;
  right: 48px; }

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

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

.facetLabel {
  background: #e5e5e5;
  border-radius: 4px;
  padding: 5px 10px;
  text-decoration: none; }
  .facetLabel .icon {
    height: 1rem;
    width: 1rem;
    display: inline-block;
    fill: black;
    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: 11px 15px;
    background-color: white; }
  @media (min-width: 1025px) {
    .cart-header {
      display: table-header-group;
      text-align: left; } }

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

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

.cart-item {
  border: 1px solid #cccccc;
  clear: both;
  display: block;
  padding: 20px 10px; }
  .cart-item:before, .cart-item:after {
    content: " ";
    display: table; }
  .cart-item:after {
    clear: both; }
  @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; } }
  .cart-item-block .definitionList {
    margin-bottom: 0.375rem; }

.cart-item-figure {
  float: left;
  margin-bottom: 0;
  position: relative;
  text-align: center;
  width: 100px; }
  .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 24px 24px; } }

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

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

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

.cart-item-info {
  clear: none;
  float: left;
  overflow: hidden;
  width: 33.33333%;
  font-size: 18px;
  font-weight: 500;
  padding: 18px 5px; }
  .cart-item-info + .cart-item-info {
    margin-top: 0; }
  @media (min-width: 1025px) {
    .cart-item-info {
      float: none;
      width: 16.66667%;
      padding: 24px 5px; }
      .cart-item-info:last-child {
        text-align: right; } }

.cart-item-remove {
  padding: 24px; }
  @media (max-width: 1024px) {
    .cart-item-remove {
      position: absolute;
      top: 0;
      right: 0;
      padding: 10px; } }

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

.cart-item-quantity .form-increment {
  display: inline-block;
  margin: 0;
  vertical-align: middle; }

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

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

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

.cart-item-name {
  display: inline-block;
  font-size: 20px;
  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: #333333;
  margin: 0 7px 0 0;
  position: relative; }

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

.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: #333333;
      letter-spacing: -0.02rem;
      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%, black 3%);
          background-repeat: repeat-x;
          background-position-y: 0; }
    .cart-totals .cart-total-value {
      font-size: 16px;
      font-weight: 600;
      color: #333333;
      letter-spacing: -0.02rem;
      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: black;
        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: #333333;
      margin: 0;
      line-height: 50px; }
    .cart-totals .cart-total .form-input {
      display: inline-block;
      vertical-align: top;
      font-style: normal;
      padding-left: 20px;
      padding-right: 20px;
      height: 50px;
      line-height: 50px;
      margin: 0;
      border-color: #cccccc; }
    .cart-totals .cart-total .button {
      height: 50px;
      line-height: 50px; }
    .cart-totals .cart-total .form-select {
      display: inline-block;
      vertical-align: top;
      background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='chevron-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-chevron-down fa-w-14 fa-3x'%3E%3Cpath fill='%23787878' d='M443.5 162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L224 351 28.5 155.5c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.7 4.8-12.3.1-17z' class=''%3E%3C/path%3E%3C/svg%3E");
      background-size: 13px;
      background-position: right 13px top 18px;
      background-repeat: no-repeat;
      height: 50px;
      line-height: 50px;
      width: 100%;
      padding: 0 20px;
      font-size: 16px;
      font-weight: 400;
      color: black;
      border-color: #cccccc; }
    .cart-totals .cart-total .form-inlineMessage {
      text-align: left; }
    .cart-totals .cart-total + .cart-total {
      border-top: 1px solid #e6e6e6; }
    .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: black; }
      .cart-totals .cart-total-label a:hover .text {
        background-image: linear-gradient(transparent 97%, black 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;
    height: 2rem;
    padding: 0.5rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.3125rem center;
    background-size: 1.25rem 1.25rem;
    height: 2rem;
    margin-bottom: 0.75rem;
    padding: 0 0.75rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label {
  color: black;
  width: 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: 40px;
  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: black;
  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: black; }

.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 0 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 + .previewCartItem {
    border-top: 1px solid #e5e5e5; }

.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 {
  color: black;
  display: inline-block;
  font-size: 16px; }

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

.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 .progress-meter .progress-percent {
  font-size: 12px;
  color: white;
  display: block;
  height: 14px;
  line-height: 16px;
  letter-spacing: 0.02rem; }

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

.halo-cart-notification {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fffdea;
  padding: 10px 15px 10px 15px;
  color: #f1a500;
  margin: 0 0 35px 0; }
  .halo-cart-notification .time {
    font-weight: 700; }
  .halo-cart-notification .icon {
    display: none;
    width: 28px;
    height: 28px;
    margin: 0 7px 0 0;
    position: relative;
    top: -1px; }
    .halo-cart-notification .icon svg {
      width: 100%;
      height: 100%;
      fill: #f1a500;
      stroke: transparent; }
  @media (min-width: 768px) {
    .halo-cart-notification .icon {
      display: inline-block; } }

.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-content-wrapper .cart-content-item[data-cart-totals] {
      padding: 20px 0 0 0; }
  @media (min-width: 1400px) {
    .cart-content-wrapper {
      display: flex; }
      .cart-content-wrapper .cart-content-padding-right {
        display: inline-block;
        vertical-align: top; }
        .cart-content-wrapper .cart-content-padding-right[data-cart-content] {
          width: calc(100% - 370px);
          padding-right: 30px; }
        .cart-content-wrapper .cart-content-padding-right[data-cart-totals] {
          width: 370px;
          padding-top: 0; } }
  @media (min-width: 1600px) {
    .cart-content-wrapper .cart-content-padding-right[data-cart-content] {
      width: calc(100% - 500px); }
    .cart-content-wrapper .cart-content-padding-right[data-cart-totals] {
      width: 500px; } }

.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: #333333;
    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 4.5rem; } }
  .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; } }
    .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: 24px;
  font-size: 18px; }

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

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

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: black; }
  .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: 120px;
  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 {
  padding: 10px 0 5px 0; }
  .halo-free-shipping-message .progress-shipping {
    width: 100%;
    height: 7px;
    margin: 0 0 5px 0;
    background-color: #d1d1d1; }
    .halo-free-shipping-message .progress-shipping .progress-meter {
      position: relative;
      display: block;
      height: 100%;
      text-align: center;
      animation: 2s linear 0s infinite progress-bar-stripes;
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-size: 40px 40px;
      transition: .9s linear;
      transition-property: width, background-color; }
    .halo-free-shipping-message .progress-shipping.progress-shipping-50 .progress-meter {
      background-color: #c12f49; }
    .halo-free-shipping-message .progress-shipping.progress-shipping-90 .progress-meter {
      background-color: #ffc206; }
    .halo-free-shipping-message .progress-shipping.progress-shipping-100 .progress-meter {
      background-color: #69c69c; }
  .halo-free-shipping-message .shipping-message {
    font-size: 16px;
    font-weight: 400;
    color: #3b3b3b;
    letter-spacing: -0.02rem;
    line-height: 20px;
    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: black;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: -0.02rem;
    background: transparent; }

.previewCartHeader {
  padding: 0 0 15px; }
  .previewCartHeader .text {
    display: inline-block; }

.previewCart {
  margin: 0; }
  .previewCart .previewCartList {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    overflow: auto;
    max-height: calc(100vh - 400px); }
  .previewCart .previewCartItem {
    display: block;
    max-width: 100%;
    padding: 25px 0;
    font-size: 0;
    margin: 0;
    border-bottom: 1px solid #7f7f7f; }
    .previewCart .previewCartItem:last-child {
      padding-bottom: 50px; }
  .previewCart .previewCartItem-image {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    padding: 0;
    position: relative;
    text-align: center; }
  .previewCart .previewCartItem-content {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 100px);
    padding: 0 0 0 22px;
    position: relative;
    top: 7px;
    text-align: left; }
  .previewCart .previewCartItem-name {
    overflow-wrap: break-word;
    margin: 0 0 7px 0;
    position: relative;
    top: -10px; }
  .previewCart .previewCartItem-options {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 30px 0 0;
    width: auto; }
  .previewCart .previewCartItem-variant {
    display: block;
    width: 100%;
    margin: 0 0 7px 0; }
    .previewCart .previewCartItem-variant span + span:before {
      content: '/';
      margin: 0 4px 0 0; }
  .previewCart .previewCartItem-edit {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: -3px;
    right: 0; }
    .previewCart .previewCartItem-edit .icon {
      width: 16px;
      height: 16px;
      fill: #888888; }
    @media (min-width: 1025px) {
      .previewCart .previewCartItem-edit:hover .icon {
        fill: #333333; } }
  .previewCart .previewCartItem-price {
    display: block;
    width: 100%;
    margin: 4px 0 0 0; }
    .previewCart .previewCartItem-price p {
      margin: 0; }
  .previewCart .previewCartItem-qty {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 130px;
    margin: 17px 0 0 0;
    padding: 0;
    position: relative; }
    .previewCart .previewCartItem-qty .form-input--incrementTotal {
      font-weight: 400; }
  .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 (min-width: 1025px) {
      .previewCart .previewCartItem-remove:hover svg {
        fill: #333333; } }
  .previewCart .previewCartTotalsPrice {
    list-style: none;
    margin: 0;
    padding: 20px 0 12px; }
  .previewCart .previewCartTotals {
    display: block;
    font-size: 0;
    padding: 0;
    letter-spacing: 0;
    margin-bottom: 10px; }
    .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-label {
      font-size: 18px; }
    .previewCart .previewCartTotals.grandTotal .previewCartTotals-value {
      font-size: 18px;
      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 {
      border-bottom: 1px solid #7f7f7f;
      margin-bottom: 25px; }
    .previewCart .previewCartAction .previewCartAction-checkout,
    .previewCart .previewCartAction .previewCartAction-viewCart {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      padding: 0; }
    .previewCart .previewCartAction .previewCartAction-viewCart {
      margin: 25px 0 0 0; }
    .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: "Source Sans Pro", 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: #333333; }
    .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;
  font-weight: 400;
  letter-spacing: -0.02rem;
  color: black;
  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: black;
    margin: 0 0 8px 0; }
  .previewCartCheckout .previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
    margin-bottom: 1rem; }
    .previewCartCheckout .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:first-child {
      margin-top: 13px; }
    .previewCartCheckout .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:last-child {
      margin-bottom: 1.5rem; }
  .previewCartCheckout .previewCartCheckout-subtotal {
    display: block;
    margin: 37px 0 0 0;
    border: 1px solid #c5c5cf;
    border-radius: 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: black; }
    .previewCartCheckout .previewCartCheckout-subtotal p {
      margin: 0; }
  .previewCartCheckout [data-cart-quantity] {
    color: black;
    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 #7f7f7f; }
    .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;
      margin: -6px 0 7px 0; }
    .product-edit-wrapper .product-edit-content .product-edit-variant {
      margin: 0 0 7px 0;
      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 {
        color: black; }
        .product-edit-wrapper .product-edit-content .product-edit-price .price-section.price-section--withoutTax {
          color: #019d99; }
        .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;
          color: black;
          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;
            color: black; }
          .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: black;
        margin-bottom: 0; }
      .product-edit-wrapper .product-edit-content .product-edit-price .price-section--saving {
        color: black;
        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,
  .product-edit-wrapper .product-edit-itemFirst .product-edit-title .subtitle {
    display: inline-block;
    vertical-align: middle;
    background-image: linear-gradient(transparent 97%, black 3%);
    background-repeat: repeat-x;
    background-position-y: -1px; }
    .product-edit-wrapper .product-edit-itemFirst .product-edit-title span + span,
    .product-edit-wrapper .product-edit-itemFirst .product-edit-title .subtitle + span {
      font-size: 16px; }
  @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; }
      .product-edit-wrapper .product-edit-content .product-edit-increment .form-increment {
        width: calc(100% - 88px); } }
  @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;
    border-top: 1px solid #e6e6e6; }
    .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: black; }
      .product-edit-action .product-add-more .add-more:after {
        content: "";
        position: absolute;
        top: 4px;
        width: 2px;
        height: 12px;
        right: calc(100% + 14px);
        background-color: black; }
  .product-edit-action .product-edit-button .button {
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 0;
    border-radius: 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: black; } }
    .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: black; }
      .login-form .form-actions .forgot-password:hover .text {
        background-image: linear-gradient(transparent 97%, black 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: black; }
  .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: 0;
    padding: 15px 0; }
  .quickSearch .form-input {
    border-radius: 0;
    border-color: #e5e5e5;
    padding: 0;
    min-height: unset;
    height: auto;
    padding: 9px 15px;
    width: 230px; }
    .quickSearch .form-input::-webkit-input-placeholder {
      text-transform: uppercase; }
    .quickSearch .form-input:-ms-input-placeholder {
      text-transform: uppercase; }
    .quickSearch .form-input::placeholder {
      text-transform: uppercase; }
  .quickSearch .button {
    min-width: 40px;
    height: auto;
    padding: 0;
    text-align: center; }
    .quickSearch .button svg {
      position: relative;
      width: 20px;
      height: 20px;
      fill: white; }

.haloQuickSearchResults {
  margin: 0 auto;
  padding: 30px 0 0;
  position: relative;
  width: 100%;
  z-index: 11; }
  .haloQuickSearchResults.quickSearchResultsCustom {
    padding: 0; }
  .haloQuickSearchResults .productGrid .product {
    width: 50%; }
  .haloQuickSearchResults .productGrid .card-body {
    padding: 10px; }
  .haloQuickSearchResults .productGrid .card-wrapper {
    display: block; }
  .haloQuickSearchResults .productGrid .card-text {
    text-align: left;
    margin-top: 10px; }
  .haloQuickSearchResults .productGrid .card-action {
    padding-top: 10px;
    text-align: left; }
  .haloQuickSearchResults .productGrid .price-section {
    display: inline-block; }
  .haloQuickSearchResults .productGrid .non-sale-price--withoutTax + .price-section,
  .haloQuickSearchResults .productGrid .non-sale-price--withTax + .price-section {
    margin-left: 5px; }
  .haloQuickSearchResults .productGrid .price-from {
    display: inline-block;
    margin-right: 5px; }
  .haloQuickSearchResults .quickSearchMessage {
    display: block;
    color: black;
    margin: 0;
    text-align: center;
    padding: 10px 15px; }

.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 .quickResults-title {
    padding: 30px 0; }
  .quickResults-wrapper .productGrid-search {
    list-style: none;
    margin: 0;
    text-align: left;
    font-size: 0;
    letter-spacing: 0; }
    .quickResults-wrapper .productGrid-search .search-item {
      display: inline-block;
      vertical-align: top;
      margin: 0 10px 10px 0; }
      .quickResults-wrapper .productGrid-search .search-item:last-child {
        margin-right: 0; }
    .quickResults-wrapper .productGrid-search .text {
      display: block;
      font-size: 15px;
      font-weight: 400;
      letter-spacing: -0.02rem;
      padding: 7px 12px;
      cursor: pointer;
      pointer-events: auto;
      border: 1px solid #7f7f7f;
      color: #333333; }
    .quickResults-wrapper .productGrid-search .icon {
      position: relative;
      top: -2px;
      margin: 0 9px 0 0;
      width: 16px;
      height: 16px;
      fill: #333333;
      color: #333333; }
  .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: black;
      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;
      font-size: 0;
      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: black; }
          .category-suggestion-list .category-suggestion > a:hover .text {
            background-image: linear-gradient(transparent 97%, black 3%);
            background-repeat: repeat-x;
            background-position-y: 0; } }

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

.search-nav {
  display: flex;
  justify-content: center;
  margin: 30px 0 30px 0;
  position: relative; }
  .search-nav .navBar-section {
    width: 100%;
    border: 1px solid #333333; }
  .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: #333333; }
  .search-nav .navBar-action-color--active {
    color: black; }
  @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: #202020; }
  #search-results-content .actionBar .form-select {
    border: 1px solid #c5c5cf;
    padding-left: 15px;
    color: #333333;
    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: black;
        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: #333333 !important;
        background-color: white !important; }
      .navBar--account .navBar-section .navBar-item + .navBar-item {
        border-left: 1px solid #cbcbcb; }
  @media (max-width: 1024px) {
    .navBar--account {
      display: none; } }
  @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: black; }
          .navBar--account .navBar-section .navBar-item .navBar-action:hover {
            border: 1px solid #333333;
            color: black; }
        .navBar--account .navBar-section .navBar-item.is-active .navBar-action {
          border: 1px solid #333333; }
        .navBar--account .navBar-section .navBar-item + .navBar-item {
          border: none; } }

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

.account-description {
  color: black;
  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 #e6e6e6;
  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: #333333; }

.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: "Montserrat", 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: #202020;
  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: #333333; }

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

.account-orderTotal-value {
  border-bottom: 1px solid #e6e6e6;
  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: #019d99;
  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: 24px; }
  .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: black;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #e5e5e5;
  font-size: 24px;
  padding-bottom: 1.5rem; }

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

.account-downloadsItem {
  margin-bottom: 1.5rem; }
  .account-downloadsItem > :first-child {
    margin-top: 0; }
  .account-downloadsItem > :last-child {
    margin-bottom: 0; }

.account-downloadsItem-title {
  color: black;
  font-size: 24px;
  margin-bottom: 0.1875rem;
  text-transform: inherit; }

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

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

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

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

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

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

[data-test-info-type="productRating"] {
  min-height: 34px; }
  [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: 16px;
    font-weight: 600; }
    @media (min-width: 1281px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    color: black;
    font-size: 16px;
    font-weight: 600; }
    @media (min-width: 1281px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-left: 0.75rem; }
  .methodHeader-default {
    fill: black;
    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: 24px;
    text-transform: capitalize; }

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

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

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

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

.paymentMethodForm-heading {
  color: #333333;
  font-family: "Source Sans Pro", 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: 24px;
  font-weight: 600;
  letter-spacing: -0.02rem; }

[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: #333333; }
  .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: 300px; }
  @media (min-width: 1025px) {
    .page-header--wrapper {
      min-height: 600px; } }

.page-header--banner {
  margin-bottom: 60px; }
  .page-header--banner img {
    width: 100%;
    height: 200px;
    object-fit: cover; }
    @media (min-width: 1025px) {
      .page-header--banner img {
        min-height: 600px; } }
  .page-header--banner .content-right {
    font-size: 20px; }
  @media (min-width: 1025px) {
    .page-header--banner {
      background: #401d42; }
      .page-header--banner .page-heading,
      .page-header--banner .content-right {
        color: white; }
      .page-header--banner .content-wrapper {
        bottom: 35px; }
      .page-header--banner .content-right {
        font-size: 28px;
        max-width: 660px; } }
  @media (max-width: 1024px) {
    .page-header--banner .content-wrapper {
      position: relative; } }

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

.header {
  position: relative;
  background-color: #401d42;
  height: auto;
  width: 100%;
  z-index: 100; }
  .openMenu .header {
    background-color: #401d42 !important; }
  .header.is-open {
    height: 100%; }
  .page-type-default .header.is-transparent,
  .page-type-category .header.is-transparent {
    width: 100%;
    transition: all 0.3s ease; }
    @media (min-width: 1025px) {
      .page-type-default .header.is-transparent:not(.is-sticky):hover, .page-type-default .header.is-transparent:not(.is-sticky):focus-within,
      .page-type-category .header.is-transparent:not(.is-sticky):hover,
      .page-type-category .header.is-transparent:not(.is-sticky):focus-within {
        background-color: #401d42; } }
    .page-type-default .header.is-transparent.is-sticky,
    .page-type-category .header.is-transparent.is-sticky {
      background-color: #401d42;
      box-shadow: none;
      position: fixed;
      top: 0; }
    @media (min-width: 1025px) {
      .page-type-default .header.is-transparent,
      .page-type-category .header.is-transparent {
        position: absolute;
        top: 0px;
        background-color: transparent; } }
  .header .halo-bottomHeader {
    padding: 23px 0; }
  .header .navUser-section--link .navUser-action {
    font-size: 16px;
    font-weight: 800; }
  .header.is-sticky {
    background-color: #401d42;
    box-shadow: none;
    position: fixed;
    top: 0;
    animation: halo-fadeInDown 0.6s cubic-bezier(0, 0, 0.3, 1) forwards; }
    .header.is-sticky .halo-topHeader {
      display: none; }

.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: black; }
    .header-logo__link:active {
      color: black; }

.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: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 400;
  letter-spacing: 0.125rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 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: 80px; } }

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

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

.header-logo-image {
  display: block;
  margin: 0 auto;
  max-height: 1.9375rem; }
  @media (min-width: 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 {
  width: 32px;
  height: 32px; }

.halo-topHeader {
  position: relative;
  z-index: 12;
  padding: 0;
  color: white; }
  .halo-topHeader .navUser {
    display: block;
    padding: 0;
    border-bottom: 1px solid #b0b0b0; }
    .halo-topHeader .navUser .navUser-action--account {
      color: #019d99; }
      .halo-topHeader .navUser .navUser-action--account span {
        color: white; }
    .halo-topHeader .navUser:before, .halo-topHeader .navUser:after {
      display: none; }
    @media (min-width: 1025px) {
      .halo-topHeader .navUser {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        min-height: 56px; }
        .halo-topHeader .navUser > * {
          width: 50%; } }
  .halo-topHeader .navUser-section--alt {
    display: none; }
    @media (min-width: 1025px) {
      .halo-topHeader .navUser-section--alt {
        display: flex;
        align-items: center;
        justify-content: flex-end; }
        .halo-topHeader .navUser-section--alt .navUser-item {
          padding: 0 16px; }
          .halo-topHeader .navUser-section--alt .navUser-item:last-child {
            padding-right: 0; } }
  .halo-topHeader .navUser-section {
    padding: 10px 0; }
  .halo-topHeader .navUser-action {
    font-weight: 400; }
  .halo-topHeader .navUser-item--text {
    padding-right: 0; }
    .halo-topHeader .navUser-item--text .navUser-action {
      text-transform: unset; }
      .halo-topHeader .navUser-item--text .navUser-action a {
        background-image: linear-gradient(transparent 95%, white 5%);
        background-repeat: repeat-x;
        background-position-y: -1px; }
  @media (max-width: 1024px) {
    .halo-topHeader .navUser {
      position: relative;
      top: 0;
      transform: unset; }
    .halo-topHeader .navUser-item {
      display: none; }
      .halo-topHeader .navUser-item.navUser-item--text {
        display: block;
        padding-right: 0; }
    .halo-topHeader .navUser-action {
      text-align: center; } }

.halo-middleHeader {
  z-index: 11;
  padding: 0;
  margin: 0;
  position: relative; }
  .halo-middleHeader .container {
    padding-left: 10px;
    padding-right: 10px;
    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__item {
        display: inline-block;
        width: 100%; }
        .halo-middleHeader .container .middleHeader-item__item:not(.item--logo) {
          width: auto; }
        .halo-middleHeader .container .middleHeader-item__item.item--searchMobile, .halo-middleHeader .container .middleHeader-item__item.item--account, .halo-middleHeader .container .middleHeader-item__item.item--cart {
          display: block;
          padding: 10px 15px; }
        .halo-middleHeader .container .middleHeader-item__item.item--account {
          margin-left: 0 !important; }
      .halo-middleHeader .container .middleHeader-item.text-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 {
        width: 25px;
        height: 25px;
        margin: 0;
        transition: unset; }
  @media (min-width: 1025px) {
    .halo-middleHeader {
      margin-top: -40px;
      display: none; }
      .halo-middleHeader .container {
        align-items: flex-end; }
        .halo-middleHeader .container .middleHeader-item {
          flex: 0 0 125px; }
          .halo-middleHeader .container .middleHeader-item__item.item--account {
            display: none; }
          .halo-middleHeader .container .middleHeader-item.text-left {
            opacity: 0;
            visibility: visible;
            pointer-events: none; }
          .halo-middleHeader .container .middleHeader-item.text-center {
            flex: 0 0 calc(100% - 250px); }
          .halo-middleHeader .container .middleHeader-item.text-right {
            opacity: 0;
            visibility: visible;
            pointer-events: none; }
      .halo-middleHeader .navUser-action svg {
        width: 20px;
        height: 20px; } }

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

.mobileMenu-toggle {
  width: 44px;
  height: 44px;
  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: 80%;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 50%;
    width: calc(100%);
    transform: translateY(-50%);
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -10px; }
  .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: 30px;
      height: 30px; } }

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

.body {
  margin-bottom: 50px;
  margin-top: 0;
  line-height: 1.5;
  letter-spacing: -0.02rem; }
  .page-type-default .body,
  .page-type-product .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; }
  .page-sidebar nav {
    display: block;
    width: 100%;
    height: 100%;
    overflow-x: hidden; }
    .page-sidebar nav > div:last-child {
      border-bottom: 0; }
  @media (min-width: 1025px) {
    .page-sidebar {
      width: 300px;
      background-color: white; }
      .page-sidebar .halo-sidebar-header {
        display: none; }
      .page-sidebar + .page-content {
        padding-left: 10px;
        width: calc(100% - 300px); } }
  @media (min-width: 1400px) {
    .page-sidebar {
      width: 420px; }
      .page-sidebar + .page-content {
        padding-left: 30px;
        width: calc(100% - 420px); } }
  @media (max-width: 1024px) {
    .page-sidebar {
      position: fixed;
      top: 0;
      left: -101%;
      bottom: 0;
      width: 100%;
      height: 100%;
      z-index: 102;
      max-width: 340px;
      transition: all 0.3s ease;
      background-color: white; }
      .openSidebar .page-sidebar.is-open {
        left: 0; } }

.page-sidebar-mobile-wrapper {
  display: inline-block;
  position: relative;
  margin: 0 0 30px 0; }
  .page-sidebar-mobile-wrapper .page-sidebar-mobile {
    position: relative;
    display: inline-block;
    z-index: 2;
    cursor: pointer;
    pointer-events: auto; }
    .page-sidebar-mobile-wrapper .page-sidebar-mobile .text {
      display: none;
      vertical-align: middle;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: -0.02rem;
      margin: 0;
      padding: 0;
      line-height: 1;
      color: #333333;
      text-transform: uppercase; }
      .page-blog .page-sidebar-mobile-wrapper .page-sidebar-mobile .text {
        display: inline-block;
        margin-right: 10px; }
    .page-sidebar-mobile-wrapper .page-sidebar-mobile .icon {
      display: inline-block;
      vertical-align: middle;
      width: 46px;
      height: 46px;
      padding: 14px;
      fill: #333333;
      stroke: transparent;
      pointer-events: none;
      background: #e5e5e5; }
  @media (min-width: 1025px) {
    .page-sidebar-mobile-wrapper {
      display: none;
      margin-bottom: 0; } }

.footer {
  background-color: black;
  padding: 50px 0;
  position: relative;
  transform: translateZ(0); }
  @media (min-width: 1025px) {
    .footer {
      padding: 100px 0; } }

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

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

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

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

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

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

.footer-info-heading {
  color: white;
  text-transform: inherit;
  margin-bottom: 12px; }

@media (max-width: 550px) {
  .footer-info-heading--toggle {
    border-bottom: 1px solid white;
    margin-bottom: 0;
    padding: 15px 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: white; }
    .footer-info-heading--toggle:after {
      top: 50%;
      right: 0;
      z-index: 2;
      content: "";
      width: 12px;
      height: 2px;
      position: absolute;
      transform: translateY(-50%);
      background-color: white; } }

.footer-newsletter-heading {
  margin-bottom: 8px;
  font-size: 30px; }
  @media (min-width: 1200px) {
    .footer-newsletter-heading {
      font-size: 40px; } }

.footer-intro {
  color: white;
  margin-bottom: 24px; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list li {
    padding: 4px 0; }
  .footer-info-list a {
    color: white;
    text-decoration: none; }
    @media (min-width: 1025px) {
      .footer-info-list a:hover {
        color: white; } }
  @media (max-width: 550px) {
    .footer-info-list {
      margin-top: 20px;
      display: none; } }

address,
.phone {
  color: white; }

.footer-copyright {
  text-align: center; }
  @media (min-width: 551px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: black;
    font-size: 12px;
    margin: 30px 0; }
    @media (min-width: 551px) {
      .footer-copyright > .powered-by {
        margin: 0; } }
  .footer-copyright a {
    color: black;
    text-decoration: none; }
    @media (min-width: 1025px) {
      .footer-copyright a:hover {
        color: #019d99; } }
  @media (max-width: 1024px) {
    .footer-copyright .socialLinks-item {
      margin: 10px 10px 10px 0; } }

.footer-payment-icons {
  height: 2.5rem; }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: 0.375rem;
    vertical-align: middle;
    width: 3.125rem; }
  .footer-payment-icons svg {
    fill: black; }

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

.input-newsletter {
  max-width: 461px;
  height: 88px;
  background-color: #1A1A1A;
  color: #808080;
  border: none; }
  .input-newsletter::-webkit-input-placeholder {
    color: #808080 !important; }

.button-newsletter {
  min-height: calc(100% - 14px);
  top: 7px;
  right: 7px; }

[data-section-type="newsletterSubscription"] {
  padding: 0; }
  [data-section-type="newsletterSubscription"] .form-field {
    margin: 0; }
  @media (max-width: 1024px) {
    [data-section-type="newsletterSubscription"] {
      width: 100%;
      text-align: center; }
      [data-section-type="newsletterSubscription"] form {
        margin: 0 auto; } }

[action="/subscribe.php"].form {
  max-width: 461px;
  width: 100%; }

.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: 1570px;
    margin-left: auto;
    margin-right: auto; }
  .container.container--medium {
    max-width: 1370px;
    margin-left: auto;
    margin-right: auto; }
  .container.container--small {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto; }
  .container.container-full {
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 1200px) {
    .container {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1400px) {
    .container {
      padding-left: 60px;
      padding-right: 60px; }
      .container.container-full-right {
        padding-left: 65px;
        padding-right: 65px; } }
  @media (min-width: 1600px) {
    .container.container-1600 {
      padding-left: 175px;
      padding-right: 175px; } }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 1025px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #e5e5e5;
    margin-top: 3rem;
    padding-top: 3rem; }
  .blog .tags {
    margin-top: 3rem;
    text-align: center; }
  .blog .socialLinks {
    text-align: center; }
  .blog .addthis_toolbox {
    margin-top: 3rem; }

.blog-date,
.blog-author {
  color: black; }

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

.blog-post {
  font-size: 24px;
  text-align: left;
  margin-bottom: 10px; }

.blog-thumbnail {
  margin: 0 auto 2rem;
  max-width: 490px;
  position: relative; }
  .blog-thumbnail img {
    width: 100%; }

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

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  @media (min-width: 769px) {
    .blog-post-body {
      width: 83.33333%; } }
  @media (min-width: 1025px) {
    .blog-post-body {
      width: 66.66667%; } }
  @media (min-width: 1281px) {
    .blog-post-body {
      width: 50%; } }

.sidebarBlock {
  padding: 0 24px;
  position: relative;
  border-bottom: 1px solid #a7a7a7; }
  .sidebarBlock:last-child {
    padding-bottom: 0; }
  .sidebarBlock .loadingOverlay {
    display: block; }

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

.sidebarBlock-content {
  margin: 16px 0 24px 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: #333333;
      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: #019d99;
      background-color: #019d99; }
      .haloAZBrandsTable li.is-active a {
        color: white; }
  @media (min-width: 1025px) {
    .haloAZBrandsTable {
      margin: 0 0 40px 0; }
      .haloAZBrandsTable li {
        width: 10%; }
        .haloAZBrandsTable li:hover {
          border-color: #019d99;
          background-color: #019d99; }
          .haloAZBrandsTable li:hover a {
            color: white; } }

.haloAZBrandsWrapper .azBrands-group {
  display: none;
  margin: 0 0 30px 0; }
  .haloAZBrandsWrapper .azBrands-group-title {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    letter-spacing: -0.02rem;
    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: "Source Sans Pro", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 400;
      color: #333333;
      letter-spacing: -0.02rem;
      line-height: 35px;
      text-transform: capitalize; }
      .haloAZBrandsWrapper .azBrands-group-list .brand-name .title .link {
        color: black;
        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: black;
      background-image: linear-gradient(transparent 97%, black 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: 190px; }
  .brand .card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.57895%;
    width: 100%; }

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin: 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: 769px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 1025px) {
      .productGrid .product {
        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"] .product.product-advertisment {
      display: none;
      margin-bottom: 0; }
  [data-layout="product-col1"] .card-figure .card-figcaption-bottom {
    display: none; }
  [data-layout="product-col1"] .card-body .card-option .form-field {
    text-align: left;
    margin-bottom: 0; }
    [data-layout="product-col1"] .card-body .card-option .form-field + .form-field {
      margin-top: 19px; }
  [data-layout="product-col1"] .card-body .card-figcaption-bottom {
    display: block;
    position: relative;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    padding-top: 10px;
    padding-bottom: 12px;
    background-color: transparent; }
    [data-layout="product-col1"] .card-body .card-figcaption-bottom .card-figcaption-button {
      height: 50px;
      line-height: 48px;
      max-width: 305px; }
  [data-layout="product-col1"] .card-body .number-review {
    top: 1px; }
  @media (min-width: 1025px) {
    [data-layout="product-col1"] .card-body .card-compare {
      position: relative;
      bottom: 0;
      opacity: 1;
      z-index: 1;
      overflow: visible;
      display: inline-block; } }
  [data-layout="product-col1"] .card-link .card-img-container {
    margin: 0 auto;
    max-width: 100%; }
  [data-layout="product-col1"] .card-option {
    margin-top: 0;
    margin-bottom: 31px; }
  [data-layout="product-col1"] .card-brand {
    margin-bottom: 3px; }
  [data-layout="product-col1"] .card-title {
    font-size: 20px;
    margin-bottom: 24px; }
  [data-layout="product-col1"] .card-desc {
    display: block;
    margin: 0 0 32px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.02rem;
    color: black; }
  [data-layout="product-col1"] .card-wrapper {
    display: block; }
    [data-layout="product-col1"] .card-wrapper .card-text {
      text-align: left; }
  [data-layout="product-col1"] .price-from {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px; }
  [data-layout="product-col1"] .price {
    display: inline-block;
    vertical-align: middle; }
  [data-layout="product-col1"] .price-section {
    display: inline-block;
    font-size: 24px;
    margin-right: 8px; }
  [data-layout="product-col1"] .card-action {
    display: flex; }
  [data-layout="product-col1"] .button:not(.wishlist) {
    order: -1; }
  [data-layout="product-col1"] .button--iconCustom {
    margin: 0; }
  [data-layout="product-col1"] .wishlist {
    margin-left: 16px; }
  [data-layout="product-col1"] .card-figcaption-button {
    border: 1px solid; }
  [data-layout="product-col1"] .button {
    min-width: 260px;
    min-height: 70px;
    line-height: 68px;
    font-size: 20px; }
  [data-layout="product-col1"] .text {
    display: block;
    position: relative;
    top: unset;
    left: unset;
    visibility: visible;
    opacity: 1;
    transform: unset;
    bottom: unset;
    line-height: inherit;
    padding: 0;
    margin: 0;
    background-color: unset;
    color: inherit; }
    [data-layout="product-col1"] .text:before {
      content: none; }
  [data-layout="product-col1"] .button--iconCustom:not(.button--secondary) {
    border: 1px solid #a7a7a7;
    color: black; }
  [data-layout="product-col1"] .button--iconCustom.button--secondary {
    color: white;
    background-color: black;
    border-color: black; }
    @media (min-width: 1025px) {
      [data-layout="product-col1"] .button--iconCustom.button--secondary:hover, [data-layout="product-col1"] .button--iconCustom.button--secondary:focus {
        color: white;
        border-color: #001817;
        background-color: #001817; } }
  [data-layout="product-col1"] .button--iconCustom svg {
    display: none; }
  @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: 440px; }
      [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% - 390px); }
      [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: 768px) {
  [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: -1rem;
  margin-right: -1rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 1025px) {
    .productView {
      display: block; } }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

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

.productView-images {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 1025px) {
    .productView-images {
      width: 50%; }
      .productView-images .productView-images-wrapper {
        max-width: 100%;
        margin-left: calc(100% - 830px);
        float: right;
        overflow: hidden; } }
  @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: 30px 10px;
  max-width: 830px; }
  @media (min-width: 768px) {
    .productView-details {
      padding: 30px 15px; } }
  @media (min-width: 1025px) {
    .productView-details {
      clear: right;
      padding: 30px 35px; } }
  @media (min-width: 1400px) {
    .productView-details {
      padding: 60px 65px; } }
  .productView--quickView .productView-details {
    position: relative; }
  .productView-details.product-data {
    padding-bottom: 30px; }
    @media (min-width: 1025px) {
      .productView-details.product-data {
        padding-bottom: 40px; } }
    .productView--quickView .productView-details.product-data {
      padding-bottom: 10px; }

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

.halo-badges {
  position: absolute;
  top: 8px;
  left: auto;
  right: 8px;
  z-index: 10; }

.halo-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 3px 10px;
  margin: 0;
  min-width: 40px;
  background: white;
  color: black;
  border: 1px solid black; }
  .halo-badge + .halo-badge {
    margin-left: 4px; }

.form-option.form-option-swatch {
  overflow: visible;
  height: 40px; }

.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: #f0efed;
  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 .form-radio {
  display: inherit; }

.halo-productOptions .form-option {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px 0;
  padding: 0;
  line-height: 1; }
  .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 {
    width: 40px;
    height: 40px; }
  .halo-productOptions .form-option-expanded {
    display: none;
    background-color: #f0efed;
    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;
  padding-top: 15px;
  padding-bottom: 15px; }

.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 -15px;
    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 15px;
      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; }
  [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: black;
  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: 40%;
  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 -15px;
    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 15px;
      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 -15px;
    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 15px;
      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 -15px;
    max-width: unset; }
    [data-giftcertificates-form] .form-row .form-field {
      display: inline-block;
      vertical-align: top;
      padding: 0 15px;
      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: black;
      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: black; }
      [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: black;
        background-color: transparent; }
      [data-giftcertificates-form] .form-actions .button + .button {
        margin-top: 20px;
        margin-left: 0; }
  @media (min-width: 768px) {
    [data-giftcertificates-form] .form-row {
      margin-left: -15px;
      margin-right: -15px; }
      [data-giftcertificates-form] .form-row .form-field {
        padding-left: 15px;
        padding-right: 15px;
        width: 50%; }
      [data-giftcertificates-form] .form-row .form-column .form-field {
        width: 100%; }
    [data-giftcertificates-form] .form-column {
      width: 50%; }
      [data-giftcertificates-form] .form-column + .form-column {
        margin-top: 0; }
    [data-giftcertificates-form] .form-actions {
      text-align: right;
      width: 50%;
      float: right; }
      [data-giftcertificates-form] .form-actions .button {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 15px); }
        [data-giftcertificates-form] .form-actions .button + .button {
          width: calc(100% - 15px);
          margin-top: 15px; } }
  @media (min-width: 1025px) {
    [data-giftcertificates-form] .form-row {
      margin-left: -35px;
      margin-right: -35px; }
      [data-giftcertificates-form] .form-row .form-field {
        padding-left: 35px;
        padding-right: 35px; }
    [data-giftcertificates-form] .form-actions .button {
      width: 190px; }
      [data-giftcertificates-form] .form-actions .button:first-child:hover {
        color: white;
        border-color: #019d99;
        background-color: #019d99; }
      [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); } }

.center-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  /* or whatever fits */ }

/**
 * 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-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 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-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  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--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 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; }
  @media (min-width: 1025px) {
    .fancybox-content {
      max-width: 75%; } }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  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;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .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-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.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: 24px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  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; }

/* Fix IE11 */
.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--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.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; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 15px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 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; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 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 fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (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; } }

/* Share */
.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: 500;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  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: 15px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  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: center center;
  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; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

.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: black; }
    #consent-manager div p {
      font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 400;
      font-style: italic;
      line-height: 26px;
      color: black; }
      #consent-manager div p a {
        text-decoration: none;
        color: #202020;
        background-image: linear-gradient(transparent 97%, #202020 3%);
        background-repeat: repeat-x;
        background-position-y: 0; }
    #consent-manager div button {
      font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 700;
      border-color: black;
      color: white;
      background-color: black;
      border-width: 1px;
      border-radius: 0;
      margin: 0;
      height: 50px;
      line-height: 48px;
      padding: 0 10px;
      text-transform: uppercase; }
      #consent-manager div button + button {
        margin-left: 5px; }
  #consent-manager > div {
    width: 100% !important;
    max-width: 1800px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin: 0 auto !important; }
    #consent-manager > div > div {
      padding-left: 0;
      padding-right: 0; }
      #consent-manager > div > div > div {
        flex-wrap: wrap !important;
        margin-top: 0 !important; }
        #consent-manager > div > div > div > div {
          margin-top: 0; }
          #consent-manager > div > div > div > div + div {
            margin-top: 10px;
            text-align: left; }
  @media (max-width: 480px) {
    #consent-manager div button {
      font-size: 13px;
      height: 36px; }
    #consent-manager .css-1wn42nw {
      width: 100%;
      flex-direction: column;
      justify-content: stretch;
      -webkit-box-align: stretch;
      align-items: stretch; }
      #consent-manager .css-1wn42nw button {
        -webkit-box-pack: center;
        justify-content: center;
        margin: 0 0 5px 0; } }
  @media (min-width: 481px) and (max-width: 767px) {
    #consent-manager div button {
      height: 40px; } }
  @media (min-width: 1025px) {
    #consent-manager > div > div {
      padding-top: 15px;
      padding-bottom: 15px; }
      #consent-manager > div > div > div {
        flex-wrap: nowrap !important;
        align-items: center !important; }
        #consent-manager > div > div > div > div {
          width: 60%; }
          #consent-manager > div > div > div > div + div {
            margin-top: 0;
            width: 40%;
            text-align: right; } }
  @media (min-width: 1280px) {
    #consent-manager > div {
      padding-left: 30px !important;
      padding-right: 30px !important;
      max-width: 1920px !important; } }
  @media (min-width: 1400px) {
    #consent-manager > div {
      padding-left: 60px !important;
      padding-right: 60px !important;
      max-width: 100% !important; } }
  @media (min-width: 1600px) {
    #consent-manager > div {
      padding-left: 75px !important;
      padding-right: 75px !important; }
      #consent-manager > div > div {
        padding-top: 15px;
        padding-bottom: 15px; }
        #consent-manager > div > div > div > div {
          width: 800px; }
          #consent-manager > div > div > div > div + div {
            margin-top: 0;
            width: calc(100% - 1030px);
            text-align: right; } }

.bg-global {
  background: #001817; }

.bg-gray {
  background: #F0EFED; }

.font-heading {
  font-family: "Montserrat", Arial, Helvetica, sans-serif; }

.title-small {
  font-size: 20px;
  margin-bottom: 24px; }
  @media (min-width: 1200px) {
    .title-small {
      font-size: 30px; } }

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

.subtitle {
  display: block;
  font-size: 16px;
  margin-bottom: 24px; }
  @media (min-width: 551px) {
    .subtitle {
      font-size: 24px; } }
  @media (min-width: 1025px) {
    .subtitle {
      font-size: 30px; } }

.link {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 20px; }
  .link svg {
    width: 38px;
    height: 12px;
    margin: 0 0 1px 10px;
    fill: black;
    transition: transform .3s ease; }
  @media (min-width: 1025px) {
    .link:hover svg {
      transform: translate(10px); } }

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

.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-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-none {
  display: none; }

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

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

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

.mi-w {
  min-width: 100%; }

.m-h {
  max-height: 100%; }

.mi-h {
  min-height: 100%; }

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

.m-0 {
  margin: 0; }

.m-auto {
  margin: 0 auto; }

.m-t {
  margin-top: 30px; }

.m-b {
  margin-bottom: 30px; }

.m-l {
  margin-left: 30px; }

.m-r {
  margin-right: 30px; }

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

.mb-24 {
  margin-bottom: 24px; }

.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-0 {
  padding: 0; }

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

.b-none {
  border: none; }

.b-top {
  border-top: 0.1rem solid #333333; }

.b-bottom {
  border-bottom: 0.1rem solid #333333; }

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

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

.color-gray {
  color: #d0d0d0; }

.color-global {
  color: #019d99; }

.color-heading {
  color: #202020; }

.color-secondary {
  color: black; }

.bg-transparent {
  background: transparent; }

.uppercase {
  text-transform: uppercase; }

.capitalize {
  text-transform: capitalize; }

.l-h-1 {
  line-height: 1; }

.break {
  word-break: break-word; }

.w-s-nowrap {
  white-space: nowrap; }

.w-s-normal {
  white-space: normal; }

.visibility-hidden {
  visibility: hidden; }

@media (max-width: 1799px) {
  .d-block-xxxl {
    display: inline-block; } }

@media (max-width: 1599px) {
  .d-inline-block-xxl {
    display: inline-block; }
  .left-xxl {
    text-align: left; } }

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

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

@media (min-width: 1025px) {
  a:focus svg,
  button:focus svg {
    fill: black; } }

.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 {
  margin-top: 18px;
  margin-bottom: 30px; }
  @media (min-width: 1025px) {
    .halo-block-header .title {
      margin-top: 0;
      margin-bottom: 60px; } }

.halo-banner-image {
  position: relative;
  overflow: hidden; }
  .halo-banner-image .image-with-overlay img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    transition: all 0.6s ease; }
  @media (max-width: 767px) {
    .halo-banner-image .image-mobile {
      display: block; }
      .halo-banner-image .image-mobile + img {
        display: none; } }
  @media (min-width: 768px) {
    .halo-banner-image .image-mobile {
      display: none;
      width: auto; } }
  .halo-banner-image > a:after,
  .halo-banner-image > .image-with-overlay:after {
    content: "";
    display: block;
    height: 0;
    width: 100%; }
  .halo-banner-image .image .image-with-overlay {
    background: #d1d1d1; }

.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 img.lazyload, .image-with-overlay img.lazyloading {
    width: auto;
    height: auto;
    object-fit: contain;
    margin: auto; }
  .image-with-overlay img.lazyloaded {
    width: 100%;
    height: auto;
    transition: all .6s ease; }
  @media (min-width: 1025px) {
    .image-with-overlay:before {
      content: "";
      width: 100%;
      height: 100%;
      top: 100%;
      right: 0;
      left: auto;
      z-index: 2;
      transform: none;
      position: absolute;
      transition: all 0.3s ease;
      background-color: rgba(0, 0, 0, 0.3); } }

.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-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: 30px; }
  .arrow-custom-center-center .swiper-button-next {
    right: 30px; } }

.arrow-custom-right-top {
  --swiper-navigation-top-offset: -50px; }
  @media (min-width: 1025px) {
    .arrow-custom-right-top {
      --swiper-navigation-top-offset: -118px; } }
  .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: 90px; } }
  .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: #019d99;
  width: 50px;
  height: 50px;
  border-radius: 50%; }
  .arrow-custom .icon-inner {
    width: 30px;
    height: 30px; }
  .arrow-custom svg {
    fill: #ffffff; }
  @media (min-width: 551px) {
    .arrow-custom {
      width: 60px;
      height: 60px; } }
  @media (min-width: 1025px) {
    .arrow-custom {
      width: 70px;
      height: 70px;
      border-radius: 50%; }
      .arrow-custom .icon-inner {
        width: 38px;
        height: 38px; } }

.swiper-button-next, .swiper-button-prev {
  transition: all 0.3s ease; }

.haloSwiper {
  --swiper-pagination-bullet-inactive-opacity: 0.3;
  --swiper-pagination-bullet-width: 16px;
  --swiper-pagination-bullet-size: 16px;
  --swiper-pagination-bullet-horizontal-gap: 5px; }

.swiper-pagination-bullet {
  transition: all 0.3s ease; }

.close {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 0;
  width: 40px;
  height: 40px;
  padding: 5px;
  border-radius: 50%; }
  .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: #019d99; }
        .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,
.no-js .halo-fadeRotateIn {
  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,
.js .halo-fadeRotateIn {
  opacity: 0; }

.js .halo-fadeInLoad {
  animation: halo-fadeIn 0.6s cubic-bezier(0, 0, 0.3, 1) forwards; }

.js .animated .halo-fadeIn,
.js .swiper-slide-active .halo-fadeIn {
  animation: halo-fadeIn 0.6s cubic-bezier(0, 0, 0.3, 1) forwards; }

.js .animated .halo-fadeInLeft,
.js .swiper-slide-active .halo-fadeInLeft {
  animation: halo-fadeInLeft 0.6s cubic-bezier(0, 0, 0.3, 1) forwards; }

.js .animated .halo-fadeInRight,
.js .swiper-slide-active .halo-fadeInRight {
  animation: halo-fadeInRight 0.6s cubic-bezier(0, 0, 0.3, 1) forwards; }

.js .animated .halo-fadeInUp,
.js .swiper-slide-active .halo-fadeInUp {
  animation: halo-fadeInUp 0.6s cubic-bezier(0, 0, 0.3, 1) forwards; }

.js .animated .halo-fadeInDown,
.js .swiper-slide-active .halo-fadeInDown {
  animation: halo-fadeInDown 0.6s cubic-bezier(0, 0, 0.3, 1) forwards; }

.js .animated .halo-fadeZoom,
.js .swiper-slide-active .halo-fadeZoom {
  animation: halo-fadeZoom 1s cubic-bezier(0, 0, 0.3, 1) forwards; }

.js .animated .halo-fadeRotateIn,
.js .swiper-slide-active .halo-fadeRotateIn {
  animation: halo-fadeRotateIn 1s cubic-bezier(0, 0, 0.3, 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(-20px);
    opacity: 0.01; }
  to {
    transform: translateX(0);
    opacity: 1; } }

@keyframes halo-fadeInRight {
  from {
    transform: translateX(20px);
    opacity: 0.01; }
  to {
    transform: translateX(0);
    opacity: 1; } }

@keyframes halo-fadeInUp {
  from {
    transform: translateY(20px);
    opacity: 0.01; }
  to {
    transform: translateY(0);
    opacity: 1; } }

@keyframes halo-fadeInDown {
  from {
    transform: translateY(-20px);
    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 halo-fadeRotateIn {
  from {
    transform: translateY(100px) rotate(5deg);
    opacity: 0.01; }
  to {
    transform: rotate(0);
    opacity: 1; } }

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(24px, 0); } }

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

.halo-block-product {
  padding-top: 25px;
  padding-bottom: 30px; }
  .halo-block-product .title {
    margin-top: 0; }
  @media (max-width: 550px) {
    .halo-block-product .halo-block-header {
      padding-right: 120px; } }
  @media (min-width: 551px) {
    .halo-block-product {
      padding-top: 110px;
      padding-bottom: 110px; } }

.featuredCategories {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 551px) {
    .featuredCategories {
      padding-top: 110px;
      padding-bottom: 110px; } }
  .featuredCategories.featuredCategories3 {
    padding-top: 0; }
  .featuredCategories__item {
    position: relative;
    padding: 0; }
    .featuredCategories__item .featuredCategories__img:after {
      padding-bottom: 135.59322%; }
    @media (min-width: 1025px) {
      .featuredCategories__item:hover .image-with-overlay img {
        transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1); }
      .featuredCategories__item:hover .image-with-overlay:before {
        opacity: 1;
        visibility: visible; } }
  .featuredCategories .content-wrapper .title {
    padding-bottom: 15px;
    max-width: 400px;
    margin: 0 auto; }
    .featuredCategories .content-wrapper .title:after {
      content: ''; }
  .featuredCategories .content-wrapper .desc {
    margin-bottom: 5px; }

.content-wrapper {
  position: absolute;
  top: auto;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  z-index: 3;
  width: 100%;
  padding: 0 10px;
  text-align: center; }
  @media (min-width: 1025px) {
    .content-wrapper {
      padding: 0 60px;
      bottom: 60px; } }
  .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: #019d99; }
  .content-wrapper .desc {
    margin-bottom: 30px; }
    @media (min-width: 551px) {
      .content-wrapper .desc {
        font-size: 24px;
        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.center {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    top: 20px;
    bottom: auto;
    height: calc(100% - 40px);
    text-align: center; }
    @media (min-width: 768px) {
      .content-wrapper.center {
        top: 60px;
        height: calc(100% - 120px); } }
  .content-wrapper.right {
    text-align: right; }
    .content-wrapper.right .title {
      margin: 0 0 0 auto; }
      .content-wrapper.right .title:after {
        right: 0;
        left: auto;
        transform: none; }
  .content-wrapper.right-middle {
    text-align: right;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%); }
    .content-wrapper.right-middle .title {
      margin: 0 0 24px auto;
      max-width: 1000px;
      font-size: 30px; }
      @media (min-width: 1200px) {
        .content-wrapper.right-middle .title {
          font-size: 60px; } }
      @media (min-width: 1600px) {
        .content-wrapper.right-middle .title {
          font-size: 120px; } }
      .content-wrapper.right-middle .title:after {
        right: 0;
        left: auto;
        transform: none; }
  .content-wrapper.left-bottom {
    text-align: left;
    top: auto;
    bottom: 20px; }
    .content-wrapper.left-bottom .title {
      margin: 0 auto 0 0; }
    @media (min-width: 1025px) {
      .content-wrapper.left-bottom {
        bottom: 50px; } }

@media (min-width: 1025px) {
  .content-left,
  .content-right {
    width: 50%; } }

.content-top {
  margin-bottom: 10px; }
  @media (min-width: 1200px) {
    .content-top {
      margin-bottom: 55px; } }

.content-bottom {
  max-width: 1110px;
  margin: 0 auto; }

.categoriesBanner {
  padding-top: 0;
  padding-bottom: 0; }
  .categoriesBanner__banner .categoriesBanner__img:after {
    padding-bottom: 62.5%; }

.featuredBrands {
  padding-top: 0;
  padding-bottom: 0; }
  .featuredBrands__banner {
    min-height: 800px; }
  .featuredBrands__carousel .brand-item {
    display: inline-block; }
  .featuredBrands .featuredBrands__carousel {
    font-size: 0; }
  @media (max-width: 767px) {
    .featuredBrands .brand-item {
      width: 50%;
      display: inline-block; } }
  .featuredBrands .content-wrapper {
    top: 10%;
    bottom: auto; }
    @media (min-width: 551px) {
      .featuredBrands .content-wrapper {
        top: 5%; } }
    @media (min-width: 1025px) {
      .featuredBrands .content-wrapper {
        top: 42%;
        transform: translate(-50%, -50%); } }

.haloBannerParallax {
  padding-top: 20px;
  padding-bottom: 20px; }
  .haloBannerParallax.haloBannerParallax2 {
    padding-top: 20px;
    padding-bottom: 20px; }
  @media (min-width: 1025px) {
    .haloBannerParallax {
      padding-top: 140px;
      padding-bottom: 60px; }
      .haloBannerParallax.haloBannerParallax2 {
        padding-top: 60px;
        padding-bottom: 140px; } }
  .haloBannerParallax .container {
    position: relative;
    white-space: normal;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    @media (max-width: 1024px) {
      .haloBannerParallax .container .item-image {
        order: -1; } }
    .haloBannerParallax .container .haloBannerParallax__img {
      position: relative;
      display: block;
      z-index: 1;
      overflow: hidden; }
      .haloBannerParallax .container .haloBannerParallax__img img {
        bottom: 0;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 100%;
        object-fit: contain; }
      .haloBannerParallax .container .haloBannerParallax__img:after {
        content: '';
        display: block;
        height: 0;
        width: 100%;
        padding-bottom: 67.03911%; }
    .haloBannerParallax .container .haloBannerParallax__content {
      padding: 20px 0;
      max-width: 610px;
      text-align: left; }
      .haloBannerParallax .container .haloBannerParallax__content .title {
        position: relative;
        margin-top: 0;
        margin-bottom: 32px; }
      .haloBannerParallax .container .haloBannerParallax__content .desc {
        margin-bottom: 40px; }
  .haloBannerParallax .item-image + .item-content {
    margin-left: 0; }
  @media (min-width: 1025px) {
    .haloBannerParallax .container {
      align-items: center;
      flex-direction: row; }
      .haloBannerParallax .container .item-image {
        width: 50%; }
      .haloBannerParallax .container .item-content {
        width: 50%; }
    .haloBannerParallax .item-image + .item-content {
      padding-left: 60px; }
    .haloBannerParallax .item:first-child.item-content {
      padding-right: 60px; } }
  @media (min-width: 1400px) {
    .haloBannerParallax .container .item-image {
      width: 895px; }
    .haloBannerParallax .container .item-content {
      width: calc(100% - 895px); }
    .haloBannerParallax .item-image + .item-content {
      padding-left: 135px; } }
  @media (min-width: 1920px) {
    .haloBannerParallax .container .item-image {
      width: 60%; }
    .haloBannerParallax .container .item-content {
      width: 40%; } }

.blockVideo {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 1025px) {
    .blockVideo {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .blockVideo__banner .blockVideo__img:after {
    padding-bottom: 38.21656%; }
  @media (max-width: 767px) {
    .blockVideo__banner .blockVideo__img {
      min-height: 300px; }
      .blockVideo__banner .blockVideo__img img {
        height: 100%;
        object-fit: cover; } }
  .blockVideo .item-left a {
    width: 50px;
    height: 50px; }
    @media (min-width: 551px) {
      .blockVideo .item-left a {
        width: 70px;
        height: 70px; } }
    @media (min-width: 1025px) {
      .blockVideo .item-left a {
        width: 100px;
        height: 100px; } }
  .blockVideo .item-right {
    margin-left: 35px; }
  .blockVideo svg {
    width: 50px;
    height: 50px;
    fill: rgba(0, 0, 0, 0.1); }
    @media (min-width: 551px) {
      .blockVideo svg {
        width: 70px;
        height: 70px; } }
    @media (min-width: 1025px) {
      .blockVideo svg {
        width: 100px;
        height: 100px; }
        .blockVideo svg:hover {
          fill: rgba(1, 157, 153, 0.3); } }
  .blockVideo .subtitle {
    margin-bottom: 12px; }

.joinMailList {
  padding-top: 0;
  padding-bottom: 0; }
  .joinMailList.is-open .title {
    display: none; }
  .joinMailList.is-open form {
    display: block; }
  .joinMailList .form-field {
    margin-bottom: 40px; }
  .joinMailList__banner {
    min-height: 400px; }
  .joinMailList__banner .joinMailList__img img {
    height: 100%;
    object-fit: cover; }
  .joinMailList__banner .joinMailList__img:after {
    padding-bottom: 80%; }
    @media (min-width: 1025px) {
      .joinMailList__banner .joinMailList__img:after {
        padding-bottom: 20.83333%; } }
  .joinMailList__carousel .brand-item {
    display: inline-block; }
  .joinMailList .content-wrapper {
    height: 100%;
    bottom: 0; }
  .joinMailList .title {
    margin-bottom: 40px;
    color: white; }
  .joinMailList .subtitle {
    margin-bottom: 20px; }

.halo-block-post {
  padding-top: 30px;
  padding-bottom: 25px; }
  @media (min-width: 551px) {
    .halo-block-post {
      padding-top: 110px; } }
  @media (min-width: 1025px) {
    .halo-block-post .halo-recent-post {
      align-items: center; }
      .halo-block-post .halo-recent-post [data-index="1"],
      .halo-block-post .halo-recent-post [data-index="3"] {
        width: calc(33.3334% - 50px) !important; }
      .halo-block-post .halo-recent-post [data-index="2"] {
        width: calc(33.3334% + 40px) !important; } }
  .halo-block-post .haloSwiper:not(.swiper-initialized) {
    margin: 0 -15px; }
    .halo-block-post .haloSwiper:not(.swiper-initialized) .swiper-slide {
      padding: 0 15px; }
      @media (min-width: 1025px) {
        .halo-block-post .haloSwiper:not(.swiper-initialized) .swiper-slide[data-index="1"], .halo-block-post .haloSwiper:not(.swiper-initialized) .swiper-slide[data-index="3"] {
          width: calc(33.3334% - 50px) !important; }
        .halo-block-post .haloSwiper:not(.swiper-initialized) .swiper-slide[data-index="2"] {
          width: calc(33.3334% + 100px) !important; } }
  .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: 1025px) {
    .halo-block-post .item:hover .image-with-overlay:before {
      top: 0; } }

.halo-image-instagram {
  --swiper-pagination-bottom: -50px;
  padding-top: 30px;
  padding-bottom: 100px; }
  @media (min-width: 1025px) {
    .halo-image-instagram {
      padding-top: 110px;
      padding-bottom: 110px; } }
  @media (min-width: 1025px) {
    .halo-image-instagram .swiper-pagination {
      display: none; } }

@media (min-width: 1025px) {
  .image-instagram-wrapper {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0; }
  .item-instagram-1 {
    grid-area: 1 / 1 / 3 / 3; }
  .item-instagram-2 {
    grid-area: 1 / 3 / 2 / 4; }
  .item-instagram-3 {
    grid-area: 1 / 4 / 2 / 5; }
  .item-instagram-4 {
    grid-area: 1 / 5 / 2 / 6; }
  .item-instagram-5 {
    grid-area: 1 / 6 / 3 / 8; }
  .item-instagram-6 {
    grid-area: 2 / 3 / 3 / 4; }
  .item-instagram-7 {
    grid-area: 2 / 4 / 3 / 5; }
  .item-instagram-8 {
    grid-area: 2 / 5 / 3 / 6; } }

@media (min-width: 1025px) and (min-width: 1025px) {
  .item-instagram:hover .icon-instagram {
    opacity: 1;
    visibility: visible; }
  .item-instagram:hover .image-wrapper:before {
    top: 0; } }

.icon-instagram {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden; }

.findBoutique {
  padding-top: 0;
  padding-bottom: 0; }
  .findBoutique__banner {
    min-height: 685px; }
  .findBoutique .content-wrapper {
    padding: 0 10px;
    top: 10%;
    bottom: auto;
    max-height: 446px;
    min-height: 446px; }
    .findBoutique .content-wrapper .findBoutique__imgRight {
      max-height: 446px;
      min-height: 446px; }
    @media (min-width: 1025px) {
      .findBoutique .content-wrapper {
        top: 50%;
        transform: translate(-50%, -50%);
        padding: 0 30px; } }
    @media (min-width: 1600px) {
      .findBoutique .content-wrapper {
        padding: 0 175px; } }
    @media (min-width: 1920px) {
      .findBoutique .content-wrapper {
        min-height: calc(100% - 240px); }
        .findBoutique .content-wrapper .findBoutique__imgRight {
          min-height: calc(100% - 240px); } }
  .findBoutique .content-left {
    padding: 30px;
    background-color: #FFE8E8; }
    @media (min-width: 1600px) {
      .findBoutique .content-left {
        padding: 30px 60px;
        width: 658px; } }
    @media (max-width: 1024px) {
      .findBoutique .content-left {
        width: 80%;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, -50%); } }
  @media (min-width: 1600px) {
    .findBoutique .content-right {
      width: calc(100% - 658px); } }
  .findBoutique__banner .findBoutique__img img {
    height: 100%;
    object-fit: cover; }
  .findBoutique__banner .findBoutique__img:after {
    padding-bottom: 100%; }
    @media (min-width: 551px) {
      .findBoutique__banner .findBoutique__img:after {
        padding-bottom: 80%; } }
    @media (min-width: 1025px) {
      .findBoutique__banner .findBoutique__img:after {
        padding-bottom: 35.67708%; } }
  .findBoutique__banner .findBoutique__imgRight:after {
    padding-bottom: 48.90351%; }
  .findBoutique__carousel .brand-item {
    display: inline-block; }

.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: #f0efed; }
  .halo-sidebar-header {
    position: relative;
    padding: 10px 15px; }
    .halo-sidebar-header .title {
      display: block;
      font-size: 24px;
      font-weight: 600;
      text-transform: capitalize;
      margin: 0; }
  .halo-sidebar-wrapper {
    position: relative;
    padding: 0 15px 30px 15px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    height: calc(100% - 56px); }
    @media (min-width: 1025px) {
      .halo-sidebar-wrapper {
        padding: 15px; } }
  .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 .previewCart .previewCartList {
    max-height: 100%; }
  .halo-sidebar.halo-search-sidebar {
    visibility: hidden;
    opacity: 0; }
    .openQuickSearch .halo-sidebar.halo-search-sidebar {
      visibility: visible;
      opacity: 1; }
    .halo-sidebar.halo-search-sidebar.haloCustomScrollbar {
      overflow-y: unset; }
  .halo-sidebar.halo-menu-sidebar .navPages-container {
    display: block; }
    .halo-sidebar.halo-menu-sidebar .navPages-container .navPages {
      background: transparent; }
  @media (min-width: 551px) {
    .halo-sidebar.halo-auth-sidebar {
      max-width: 500px;
      width: 100%; }
    .halo-sidebar.halo-cart-sidebar {
      max-width: 500px;
      width: 100%; }
    .halo-sidebar.halo-search-sidebar {
      max-width: 500px;
      width: 100%; }
    .halo-sidebar.halo-leave-sidebar {
      max-width: 500px;
      width: 100%; } }

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

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

.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:not(.modal--editOptions) {
    z-index: 100; }
  @media (min-width: 1025px) {
    .openCartSidebar {
      padding-right: 10px; } }

.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: 10px; }
      .openQuickSearch .header {
        z-index: 102; } }

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

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

.openBeforeYouLeave {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }
  .openBeforeYouLeave .halo-leave-sidebar {
    right: 0;
    transform: translate3d(0, 0, 0); }
  .openBeforeYouLeave .halo-background {
    z-index: 102;
    opacity: 1;
    display: block;
    visibility: visible; }
  @media (min-width: 1025px) {
    .openBeforeYouLeave {
      padding-right: 10px; } }

.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 .login-form-wrapper {
  padding: 5px 0 0; }

.login-form-sidebar .form-field {
  margin-bottom: 0; }
  .login-form-sidebar .form-field + .form-field {
    margin-top: 18px; }

.login-form-sidebar .form-actions {
  margin: 15px 0 0; }

.login-form-sidebar .forgot-password {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  padding: 16px 0 0 0;
  margin: 0 !important;
  text-decoration: unset;
  text-align: left; }
  .login-form-sidebar .forgot-password span {
    display: inline;
    background-image: linear-gradient(transparent 97%, black 3%);
    background-repeat: repeat-x;
    background-position-y: -3px;
    padding: 0 0 2px 0; }

.login-form-sidebar .create-account {
  margin: 28px 0 0 0 !important; }

.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 #e6e6e6; }
    .account-dropdown-sidebar .account-item .account-action {
      display: block;
      width: 100%;
      color: #333333;
      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; }

.all-categories-list {
  list-style: none;
  margin: 0; }
  .all-categories-list .navPages-item {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    float: none; }
    .all-categories-list .navPages-item a {
      font-size: 16px;
      height: 36px;
      line-height: 34px;
      text-transform: capitalize;
      color: #202020;
      z-index: 11;
      transition: unset;
      font-weight: 500;
      display: inline-block;
      border-bottom: none;
      margin-bottom: 0;
      padding: 0; }
    .all-categories-list .navPages-item > a > .text {
      background-image: none; }
  .all-categories-list .navPage-subMenu-item {
    width: 100%;
    display: block;
    position: relative;
    margin: 0;
    padding: 0 0 0 18px; }
    .all-categories-list .navPage-subMenu-item a {
      text-transform: capitalize; }
  .all-categories-list .navPages-level-2 .navPage-subMenu-item a span {
    font-weight: 400; }
  .all-categories-list .navPages-level-3 .navPage-subMenu-item {
    border: 0; }
    .all-categories-list .navPages-level-3 .navPage-subMenu-item a {
      color: #333333; }
      .all-categories-list .navPages-level-3 .navPage-subMenu-item a span {
        font-weight: 400; }
  .all-categories-list .dropdown-category-list {
    display: none;
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0; }
  .all-categories-list .icon-dropdown {
    position: absolute;
    top: 0;
    text-align: right;
    z-index: 10;
    display: inline-block;
    vertical-align: top;
    left: 0px;
    width: 100%;
    height: 40px;
    cursor: pointer; }
    .all-categories-list .icon-dropdown svg {
      position: relative;
      top: 4px;
      right: 0;
      height: 13px;
      width: 13px;
      fill: #333333; }
  .all-categories-list .is-clicked > a {
    text-decoration: underline;
    text-underline-position: under; }
  .all-categories-list .is-clicked > .icon-dropdown > svg {
    transform: rotate(-180deg); }

.featured-products .card-body {
  padding: 0; }

.advertisement-image {
  position: relative; }
  @media (min-width: 1025px) {
    .advertisement-image .image:hover:before {
      top: 0; } }

.advertisement-content p {
  font-size: 16px;
  color: #333333;
  margin: 16px 0; }
  .advertisement-content p:last-child {
    margin-bottom: 0; }

.advertisement-content .title {
  font-size: 20px; }

.advertisement-content .link {
  padding: 1px 0; }

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

.preload-screen {
  background: #ffffff; }

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

.halo-preload {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }

.halo-preload div {
  position: absolute;
  top: 33px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #019d99;
  animation-timing-function: cubic-bezier(0.5, 1, 1, 0.5); }

.halo-preload div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite; }

.halo-preload div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite; }

.halo-preload div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite; }

.halo-preload div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite; }

.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: #202020; }
    .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: #202020;
      border-color: #202020;
      color: white; }
  .login-form-popup .form .forgot-password {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    line-height: 25px;
    color: #202020;
    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: black;
    background-image: linear-gradient(transparent 97%, black 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 .account-item:hover .text {
    color: #019d99;
    background-image: linear-gradient(transparent 97%, #019d99 3%);
    background-repeat: no-repeat;
    background-position-y: 0; }
  .account-popup .account-dropdown .text {
    display: inherit;
    padding: 0; } }

#halo-newsletter-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(47, 47, 47, 0.6);
  display: block;
  overflow: visible;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1050;
  transition: all 0.3s ease; }
  #halo-newsletter-popup .newsletter-popup-container {
    position: relative;
    width: auto;
    pointer-events: none;
    display: flex;
    align-items: center;
    max-width: calc(100% - 30px);
    min-height: calc(100% - (1.75rem * 2));
    margin: 0 auto; }
  #halo-newsletter-popup .newsletter-popup-inner {
    position: relative;
    overflow-x: hidden;
    padding: 0;
    height: 100%;
    margin: 0 auto;
    max-height: 90vh;
    width: 100%;
    max-width: 100%;
    pointer-events: auto;
    background-color: white;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); }
  #halo-newsletter-popup [data-close-newsletter-popup] {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 34px;
    height: 34px;
    border-radius: 4px;
    z-index: 5;
    padding: 0;
    text-align: center;
    background: black; }
    #halo-newsletter-popup [data-close-newsletter-popup] svg {
      fill: white;
      stroke: white;
      width: 100%;
      height: 100%;
      padding: 5px; }
  #halo-newsletter-popup .newsletter-right {
    display: block;
    width: 100%;
    padding: 30px 15px; }
    #halo-newsletter-popup .newsletter-right:before, #halo-newsletter-popup .newsletter-right:after {
      content: " ";
      display: table; }
    #halo-newsletter-popup .newsletter-right:after {
      clear: both; }
  #halo-newsletter-popup .newsletter-left {
    display: none; }
  #halo-newsletter-popup .newsletter-heading {
    position: relative;
    margin: 0 0 10px 0; }
  #halo-newsletter-popup .socialLinks {
    padding: 0 0 25px; }
    #halo-newsletter-popup .socialLinks svg {
      fill: #333333; }
  #halo-newsletter-popup #popupSubcribeForm {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 0; }
    #halo-newsletter-popup #popupSubcribeForm .form {
      margin: 0;
      max-width: 100%; }
    #halo-newsletter-popup #popupSubcribeForm .form-field {
      display: block;
      margin: 0; }
    #halo-newsletter-popup #popupSubcribeForm .form-input {
      width: 100%;
      display: inline-block;
      vertical-align: top;
      text-align: center;
      margin: 0 15px 10px 0;
      border-color: #cccccc; }
      #halo-newsletter-popup #popupSubcribeForm .form-input::placeholder {
        color: #787878; }
    #halo-newsletter-popup #popupSubcribeForm input[type="submit"] {
      width: 100%;
      display: inline-block;
      vertical-align: top;
      padding: 0 10px; }
  #halo-newsletter-popup .form-show-again {
    display: block;
    line-height: 20px; }
    #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 {
      margin: 0; }
      #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 input:checked + label {
          color: #333333; }
          #halo-newsletter-popup .form-show-again .form input:checked + label span {
            background-image: linear-gradient(transparent 97%, #333333 3%); }
          #halo-newsletter-popup .form-show-again .form input:checked + label:before {
            border-color: #333333;
            background: #333333; }
      #halo-newsletter-popup .form-show-again .form label {
        cursor: pointer;
        position: relative;
        display: inline-block;
        vertical-align: top;
        padding: 2px 0 0 24px; }
        #halo-newsletter-popup .form-show-again .form label span {
          text-decoration: underline; }
        #halo-newsletter-popup .form-show-again .form label:before {
          content: '';
          position: absolute;
          top: 8px;
          left: 0;
          width: 14px;
          height: 14px;
          background: transparent;
          border: 1px solid #d0d0d0; }
        #halo-newsletter-popup .form-show-again .form label:after {
          content: '';
          display: block;
          width: 12px;
          height: 12px;
          position: absolute;
          left: 1px;
          top: 9px;
          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%; }
    #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 .newsletter-popup-container {
      margin: 1.75rem auto;
      min-height: calc(100% - (1.75rem * 2)); }
    #halo-newsletter-popup .newsletter-right {
      padding: 30px; }
    #halo-newsletter-popup .newsletter-heading {
      margin: 0 0 15px 0; } }
  @media (min-width: 768px) {
    #halo-newsletter-popup .newsletter-popup-container {
      max-width: 700px; }
    #halo-newsletter-popup .newsletter-popup-inner {
      display: flex;
      align-items: center; }
    #halo-newsletter-popup .newsletter-right {
      width: 50%;
      padding: 50px 30px; }
    #halo-newsletter-popup .newsletter-left {
      width: 50%;
      display: inline-block;
      position: relative;
      overflow: hidden; } }
  @media (min-width: 1025px) {
    #halo-newsletter-popup .newsletter-popup-container {
      max-width: 880px; }
    #halo-newsletter-popup .newsletter-right {
      padding: 20px 50px; }
    #halo-newsletter-popup .newsletter-left img {
      transition: all .6s ease; }
    #halo-newsletter-popup .newsletter-left:hover img {
      transform: scale3d(1.1, 1.1, 1); }
    #halo-newsletter-popup .newsletter-heading {
      margin: 0 0 12px 0; }
    #halo-newsletter-popup #popupSubcribeForm {
      margin-top: 15px;
      margin-bottom: 15px; } }
  @media (min-width: 1025px) {
    #halo-newsletter-popup.halo-newsletter-popup-noImage .newsletter-popup-container {
      max-width: 700px; } }
  @media (min-width: 768px) {
    #halo-newsletter-popup.halo-newsletter-popup-noImage .newsletter-right {
      width: 100%; } }

#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 {
  cursor: pointer;
  height: 45px;
  transition: all .3s ease;
  font-size: 0; }
  .backtoTop .icon {
    font-size: 20px;
    width: 20px;
    height: 20px;
    fill: #333333;
    stroke: #333333;
    line-height: 20px;
    text-align: center;
    color: #333333; }
  .backtoTop.bottom {
    opacity: 0;
    visibility: hidden;
    height: 0px;
    transform: translateY(-45px);
    -webkit-transform: translateY(-45px);
    -moz-transform: translateY(-45px);
    -ms-transform: translateY(-45px); }

.wrap-icons {
  background: #f0efed;
  transition: right .5s ease;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); }
  .wrap-icons svg {
    width: 20px;
    height: 20px;
    position: relative; }
  .wrap-icons .text {
    display: none; }
  .wrap-icons .progress-scroll-wrapper {
    display: block;
    position: absolute;
    width: 120px;
    height: 2px;
    transform: rotate(90deg);
    top: 59px;
    left: -60px;
    z-index: 1; }
  .wrap-icons .progress-scroll {
    height: 2px;
    width: var(--scroll);
    background-color: #019d99;
    transition: all .25s ease; }
  .wrap-icons div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
    width: 40px;
    height: 40px;
    color: #f0efed;
    transition: all .3s ease;
    position: relative; }
    @media (min-width: 1025px) {
      .wrap-icons div:hover {
        background-color: #e5e5e5; } }
    .wrap-icons div + div {
      border-top: 1px solid #cccccc; }
    .wrap-icons div.backtoTop .icon {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center; }
  .wrap-icons .expand-recently-viewed.is-open:before,
  .wrap-icons .expand-social-media.is-open:before {
    content: "";
    display: block;
    background: white;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100; }
  .wrap-icons .expand-recently-viewed.is-open .icon,
  .wrap-icons .expand-social-media.is-open .icon {
    z-index: 101; }

.recently-viewed-products-sidebar {
  overflow: initial;
  top: 50%;
  left: auto;
  width: 40px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  z-index: 100;
  border-radius: 0 !important;
  position: fixed;
  right: 0;
  transform: translateY(-50%);
  display: block;
  height: 120px; }
  .recently-viewed-products-sidebar.slided-up .top {
    opacity: 1;
    visibility: visible;
    height: 50px;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px); }
  .recently-viewed-products-sidebar.slided-up .in-content {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; }
  .recently-viewed-products-sidebar.slided-up .backtoTop.bottom {
    opacity: 1;
    visibility: visible;
    height: 45px;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px); }

.halo-seen-widget {
  position: fixed;
  top: 0;
  right: 40px;
  width: 80px;
  height: auto;
  z-index: 9;
  user-select: none;
  color: #333333;
  background: #f0efed;
  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 {
      letter-spacing: 0.02em;
      font-size: 16px;
      padding: 0 5px;
      position: relative;
      margin-bottom: 24px;
      font-weight: 400;
      color: black;
      line-height: 18px;
      margin-top: 0;
      text-transform: capitalize;
      font-family: "Source Sans Pro", 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: #f0efed; }
      .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: black;
          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: black;
        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: #333333;
        background-image: linear-gradient(transparent 96%, rgba(51, 51, 51, 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: #333333;
  background: #f0efed;
  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 {
      letter-spacing: 0.02em;
      font-size: 14px;
      padding: 0 5px;
      position: relative;
      margin-bottom: 24px;
      font-weight: 400;
      color: black;
      line-height: 18px;
      margin-top: 0;
      margin-bottom: 10px;
      text-transform: capitalize;
      font-family: "Source Sans Pro", 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: #333333; }
          .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: black; }
    .halo-social-media .list-social .mail-newsletter .list-social__info {
      min-width: 140px; }

#halo-recently-viewed-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(47, 47, 47, 0.6);
  display: block;
  overflow: visible;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1050;
  transition: all 0.3s ease; }
  #halo-recently-viewed-popup .halo-block-content {
    padding: 30px; }
    #halo-recently-viewed-popup .halo-block-content svg {
      width: 50px;
      height: 50px; }
  #halo-recently-viewed-popup .recently-viewed-popup-container {
    position: relative;
    width: auto;
    pointer-events: none;
    display: flex;
    align-items: center;
    max-width: calc(100% - 30px);
    min-height: calc(100% - (1.75rem * 2));
    margin: 0 auto; }
  #halo-recently-viewed-popup .recently-viewed-popup-inner {
    position: relative;
    padding: 20px;
    height: auto;
    margin: 0 auto;
    max-height: 90vh;
    overflow-y: auto;
    width: 100%;
    max-width: 100%;
    pointer-events: auto;
    background-color: white;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); }
  #halo-recently-viewed-popup [data-close-recently-viewed-popup] {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 34px;
    height: 34px;
    border-radius: 4px;
    z-index: 5;
    padding: 0;
    line-height: 1;
    text-align: center;
    background: black; }
    #halo-recently-viewed-popup [data-close-recently-viewed-popup] svg {
      fill: white;
      stroke: white;
      width: 20px;
      height: 20px; }
  #halo-recently-viewed-popup.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden; }
  @media (min-width: 551px) {
    #halo-recently-viewed-popup .recently-viewed-popup-container {
      margin: 1.75rem auto;
      min-height: calc(100% - (1.75rem * 2)); } }
  @media (min-width: 768px) {
    #halo-recently-viewed-popup .recently-viewed-popup-container {
      max-width: 700px; } }
  @media (min-width: 1025px) {
    #halo-recently-viewed-popup .recently-viewed-popup-container {
      max-width: 946px; } }
  @media (min-width: 1400px) {
    #halo-recently-viewed-popup .recently-viewed-popup-container {
      max-width: 1400px; } }

.halo-bundle-products {
  padding: 30px 0 10px;
  z-index: 20; }
  .halo-bundle-products.is-loading {
    opacity: 0; }
  .halo-bundle-products.arrow-custom-right-top {
    --swiper-navigation-top-offset: -35px; }
  .halo-bundle-products .arrow-custom {
    width: 50px;
    height: 50px; }
  .halo-bundle-products .icon-inner {
    width: 30px;
    height: 30px; }
  .halo-bundle-products .swiper-button-prev {
    right: 60px; }
  .halo-bundle-products .halo-block-header .title {
    font-size: 20px;
    margin: 0;
    padding: 0 0 4px 0; }
  .halo-bundle-products .halo-block-header .desc {
    margin: 0;
    padding: 0 0 10px 0;
    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 {
    margin: 32px 0 0 0; }
  .halo-bundle-products .halo-product-image {
    display: block;
    position: relative;
    margin-bottom: 16px; }
    .halo-bundle-products .halo-product-image:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: white;
      opacity: .4;
      z-index: 1; }
  .halo-bundle-products .halo-product-item {
    opacity: .5; }
    .halo-bundle-products .halo-product-item.halo-product-itemFirst .halo-product-link {
      pointer-events: none; }
    .halo-bundle-products .halo-product-item.isChecked {
      opacity: 1; }
      .halo-bundle-products .halo-product-item.isChecked .halo-product-image:after {
        display: none; }
  .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;
    padding: 14px 0 0 0;
    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-size: 24px;
      margin: 0 3px 0 0;
      color: #019d99; }
      .halo-bundle-products .halo-product-total .price.price-sale {
        color: black; }
      @media (min-width: 1200px) {
        .halo-bundle-products .halo-product-total .price {
          font-size: 30px; } }
    .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: 549px; } }
  .halo-bundle-products .price-section {
    display: inline-block;
    font-size: 20px; }
  .halo-bundle-products .halo-detail-options {
    width: 100%; }
  .halo-bundle-products .halo-detail-label {
    display: inline-block !important;
    vertical-align: top;
    padding: 0;
    margin: 0 !important; }
    .halo-bundle-products .halo-detail-label:before {
      position: absolute;
      display: inline-block;
      vertical-align: top;
      top: 10px;
      left: 10px;
      border-radius: 4px;
      width: 20px;
      height: 20px;
      background: transparent;
      z-index: 1; }
    .halo-bundle-products .halo-detail-label:after {
      background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' 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='%23000000' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z' class=''%3E%3C/path%3E%3C/svg%3E");
      top: 14px;
      left: 14px;
      width: 12px;
      height: 12px;
      z-index: 1; }
  .halo-bundle-products .halo-detail-name {
    padding: 0;
    text-align: left;
    margin-bottom: 8px; }
  .halo-bundle-products .halo-detail-price {
    margin-bottom: 15px; }
  .halo-bundle-products .halo-detail-options {
    display: none;
    position: absolute;
    text-align: left;
    top: 0;
    left: auto;
    background: #f0efed;
    border: 1px solid #cccccc;
    z-index: 101;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease; }
    .halo-bundle-products .halo-detail-options .halo-option-header {
      display: block;
      position: relative;
      background-color: #fafafa;
      padding: 10px 20px 10px 20px; }
    .halo-bundle-products .halo-detail-options .halo-option-title {
      display: block;
      color: #333333;
      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 {
        width: 16px;
        height: 16px;
        fill: #333333; }
    .halo-bundle-products .halo-detail-options .halo-option-content {
      display: block;
      padding: 20px;
      max-height: 100%;
      overflow-x: hidden; }
      .halo-bundle-products .halo-detail-options .halo-option-content::-webkit-scrollbar {
        width: 4px; }
      @media (max-width: 375px) {
        .halo-bundle-products .halo-detail-options .halo-option-content {
          max-height: 200px; } }
    .halo-bundle-products .halo-detail-options .alertBox-message {
      display: block;
      color: #019d99;
      margin: 5px 0 0 0; }
    .halo-bundle-products .halo-detail-options .productView-optionsStock {
      display: block;
      color: #019d99;
      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] {
          font-size: 16px;
          font-weight: 400;
          color: #333333;
          text-transform: capitalize;
          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;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 0;
    height: 45px;
    line-height: 42px;
    width: 100%;
    max-width: 100%; }
  .halo-bundle-products .hasOptions--selected .halo-toggle-options {
    color: white;
    border-color: #333333;
    background-color: #333333; }
  .halo-bundle-products.halo-block-disable .loadingOverlay {
    display: block; }
  .halo-bundle-products.halo-block-disable .halo-block-content {
    opacity: 0; }
  @media (max-width: 550px) {
    .halo-bundle-products .halo-block-header {
      padding-right: 120px; }
    .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 {
      padding: 40px 0; }
      .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 15px;
  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; }
    #halo_sticky_addToCart > .container:before, #halo_sticky_addToCart > .container:after {
      content: none; }
    #halo_sticky_addToCart > .container .item {
      width: 100%;
      display: inline-block;
      vertical-align: middle; }
      #halo_sticky_addToCart > .container .item:first-child, #halo_sticky_addToCart > .container .item.item-product {
        display: none; }
  #halo_sticky_addToCart .countDown {
    display: none; }
  #halo_sticky_addToCart .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: 24px;
      margin: 0 0 8px 0; }
    #halo_sticky_addToCart .product-wrapper .productView-price {
      font-size: 0;
      margin: 0;
      position: relative; }
      #halo_sticky_addToCart .product-wrapper .productView-price .price-section {
        font-size: 20px; }
        #halo_sticky_addToCart .product-wrapper .productView-price .price-section.rrp-price--withoutTax {
          margin-bottom: 5px; }
        #halo_sticky_addToCart .product-wrapper .productView-price .price-section.non-sale-price--withoutTax {
          margin-right: 8px;
          display: inline-block;
          vertical-align: top; }
          #halo_sticky_addToCart .product-wrapper .productView-price .price-section.non-sale-price--withoutTax + .price-section--withoutTax {
            display: inline-block;
            vertical-align: top; }
        #halo_sticky_addToCart .product-wrapper .productView-price .price-section.price-none {
          margin-right: 0; }
      #halo_sticky_addToCart .product-wrapper .productView-price .price-section--saving {
        color: black;
        margin-top: 8px;
        font-style: italic; }
      #halo_sticky_addToCart .product-wrapper .productView-price .sold-product {
        display: block;
        top: -1px;
        right: 0;
        margin-top: 0;
        position: absolute; }
        @media (min-width: 1025px) {
          #halo_sticky_addToCart .product-wrapper .productView-price .sold-product {
            top: -1px;
            right: 0;
            margin-top: 0;
            position: absolute; } }
  #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: #f0efed;
    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 .data-product-option {
      padding: 0 5px; }
    #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: 24px;
        margin-bottom: 8px;
        color: black; }
    #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 {
      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 .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: -10px; }
    #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: 101;
      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,
    .openPopupOption #halo_sticky_addToCart .productView-actions {
      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: 500px;
  height: 1px;
  background: #e6e6e6;
  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: #333333; }

.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: black;
      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, 0, 0, 0.999)' /%3E%3C/svg%3E");
      background-size: contain;
      background-repeat: no-repeat; }
  .halo-ask-an-expert .form-field-checkbox .link {
    border-bottom: 1px solid black;
    color: black; }

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

.page--faqs {
  margin-top: 10px; }
  @media (min-width: 768px) {
    .page--faqs {
      margin-top: 45px; } }

.halo-faqs-title {
  margin: 0;
  padding: 0 0 10px 0;
  text-align: left; }

.halo-faqs-content .card {
  margin-bottom: 0; }

.halo-faqs-content .card-header {
  position: relative; }

.halo-faqs-content .card-body {
  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: 15px 55px 17px 0;
  transition: all 0.3s ease; }
  .halo-faqs-content .title span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 96%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .5s; }
  .halo-faqs-content .title.collapsed {
    position: relative;
    padding-left: 80px;
    color: black; }
    .halo-faqs-content .title.collapsed span {
      background-size: 100% 1px; }
    .halo-faqs-content .title.collapsed:before {
      width: 66px; }
    .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: 0;
  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 {
  padding: 45px 0 0 0;
  text-align: center; }
  .halo-faqs-content .faq-content p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin: 0; }
  .halo-faqs-content .faq-content .button {
    margin: 15px 0 0 0;
    min-width: 200px; }

@media (min-width: 551px) {
  .halo-faqs-content .faq-content {
    text-align: right; }
    .halo-faqs-content .faq-content .button {
      margin: 15px 0 0 23px;
      min-width: 255px; } }

@media (min-width: 768px) {
  .halo-faqs-content .faq-content .button {
    margin-top: 0; } }

@media (min-width: 1025px) {
  .halo-faqs-title {
    padding-bottom: 17px; }
  .halo-faqs-sidebar {
    position: sticky;
    top: 90px; }
    .halo-faqs-sidebar .faqs-group a {
      text-decoration: none; }
      .halo-faqs-sidebar .faqs-group a:hover .icon {
        fill: black; }
      .halo-faqs-sidebar .faqs-group a:hover .text {
        color: black;
        background-image: linear-gradient(transparent 97%, black 3%);
        background-repeat: repeat-x;
        background-position-y: -3px; } }

@media (max-width: 1024px) {
  .halo-faqs-sidebar {
    width: 500px; }
    .halo-faqs-sidebar + .halo-faqs-content {
      width: 100%;
      padding-left: 0; } }

@media (max-width: 767px) {
  .haloFaqs-header .page-heading {
    margin-bottom: -13px; }
  .halo-faqs-sidebar {
    width: 100%; }
    .halo-faqs-sidebar + .halo-faqs-content {
      width: 100%;
      padding-left: 0;
      padding-top: 30px; }
  .halo-faqs-content .faqs-paragraph + .faqs-paragraph {
    margin-top: 30px; } }

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

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

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

.carousel {
  position: relative;
  box-sizing: border-box; }

.carousel *, .carousel :before, .carousel :after {
  box-sizing: inherit; }

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

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

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%; }

.carousel__track {
  display: flex; }

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain; }

.has-dots {
  margin-bottom: calc(0.5rem + 22px); }

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  user-select: none; }

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer; }

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: .25;
  transition: opacity .15s ease-in-out; }

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1; }

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity .15s ease; }

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.carousel__button.is-prev {
  left: 10px; }

.carousel__button.is-next {
  right: 10px; }

.carousel__button[disabled] {
  cursor: default;
  opacity: .3; }

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none; }

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

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none; }

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width:48px;
  --carousel-button-height:48px;
  --carousel-button-svg-width:24px;
  --carousel-button-svg-height:24px;
  --carousel-button-svg-stroke-width:2.5;
  --carousel-button-svg-filter:drop-shadow(1px 1px 1px rgba(0,0,0,0.4)); }

.fancybox__container *, .fancybox__container ::before, .fancybox__container ::after {
  box-sizing: inherit; }

.fancybox__container :focus {
  outline: none; }

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94)); }

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width:48px;
    --carousel-button-height:48px;
    --carousel-button-svg-width:27px;
    --carousel-button-svg-height:27px; } }

.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92)); }

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10; }

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px); }

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default; }

.fancybox__track {
  display: flex;
  height: 100%; }

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width:36px;
  --carousel-button-height:36px;
  --carousel-button-svg-width:22px;
  --carousel-button-svg-height:22px; }

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto; }

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px; } }

.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20; }

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none; }

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere; }

.is-loading .fancybox__caption {
  visibility: hidden; }

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff); }

.fancybox__nav .carousel__button {
  z-index: 40; }

.fancybox__nav .carousel__button.is-next {
  right: 8px; }

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px; } }

.fancybox__nav .carousel__button.is-prev {
  left: 8px; }

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px; } }

.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top,0px) + 8px);
  right: calc(env(safe-area-inset-right,0px) + 8px);
  z-index: 40; }

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px; } }

.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff); }

.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none; }

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor); }

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053; }

.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%; }

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px; } }

.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1); }

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  animation: .15s ease backwards fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: .15s ease both fancybox-fadeOut; }

.fancybox-fadeIn {
  animation: .15s ease both fancybox-fadeIn; }

.fancybox-fadeOut {
  animation: .1s ease both fancybox-fadeOut; }

.fancybox-zoomInUp {
  animation: .2s ease both fancybox-zoomInUp; }

.fancybox-zoomOutDown {
  animation: .15s ease both fancybox-zoomOutDown; }

.fancybox-throwOutUp {
  animation: .15s ease both fancybox-throwOutUp; }

.fancybox-throwOutDown {
  animation: .15s ease both fancybox-throwOutDown; }

@keyframes fancybox-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

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

@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0; }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0; } }

@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0; } }

@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0; } }

.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1); }

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1); }

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2); }

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab; }

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing; }

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto; }

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in; }

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out; }

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab; }

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing; }

.fancybox__image {
  transform-origin: 0 0;
  user-select: none;
  transition: none; }

.has-image .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px; }

.is-closing .has-image .fancybox__content {
  overflow: visible; }

.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none; }

.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap; }

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto; }

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto; }

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto; }

.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none; }

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%; }

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible; }

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%; }

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%; }

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff; }

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df; }

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0); }

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0 3px;
  opacity: var(--fancybox-opacity, 1); }

@media (max-width: 1024px) {
  .fancybox__thumbs, .fancybox__button--thumbs {
    display: none; } }

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  animation: .15s ease-in backwards fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0; }

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer; }

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  transition: opacity .15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px); }

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: .92; }

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  user-select: none; }

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100%/(var(--fancybox-thumbs-ratio,1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px); }

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width:20px;
  --carousel-button-svg-height:20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4)); }

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px; } }

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  animation: .15s ease-in backwards fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0; }

.fancybox__toolbar__items {
  display: flex; }

.fancybox__toolbar__items--left {
  margin-right: auto; }

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

.fancybox__toolbar__items--right {
  margin-left: auto; }

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none; } }

.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  user-select: none; }

.fancybox__container:fullscreen::backdrop {
  opacity: 0; }

.fancybox__button--fullscreen g:nth-child(2) {
  display: none; }

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none; }

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block; }

.fancybox__button--slideshow g:nth-child(2) {
  display: none; }

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none; }

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block; }

.container--small {
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px; }

.page {
  margin: 0; }

.page-heading {
  margin: 1rem 0;
  font-size: 40px; }
  @media (min-width: 1025px) {
    .page-heading {
      margin: 0 0 1rem;
      font-size: 80px; } }

.page-subHeading {
  font-size: 16px;
  font-weight: 500; }
  @media (min-width: 1025px) {
    .page-subHeading {
      font-size: 20px; } }

.page-title {
  color: #202020;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 1.25rem;
  margin-top: 0; }

.page-desc {
  color: #404040;
  margin-bottom: 20px; }
  @media (min-width: 1025px) {
    .page-desc {
      font-size: 18px; } }

.mb-0 {
  margin-bottom: 0; }

.m-0 {
  margin: 0; }

.pt-100 {
  padding-top: 100px; }
  @media (max-width: 767px) {
    .pt-100 {
      padding-top: 60px; } }

.pb-100 {
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    .pb-100 {
      padding-bottom: 60px; } }

.pt-60 {
  padding-top: 60px; }
  @media (max-width: 767px) {
    .pt-60 {
      padding-top: 40px; } }

.pb-60 {
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    .pb-60 {
      padding-bottom: 40px; } }

.pt-40 {
  padding-top: 40px; }
  @media (max-width: 767px) {
    .pt-40 {
      padding-top: 20px; } }

.pb-40 {
  padding-bottom: 40px; }
  @media (max-width: 767px) {
    .pb-40 {
      padding-bottom: 20px; } }

.pt-24 {
  padding-top: 24px; }
  @media (max-width: 767px) {
    .pt-24 {
      padding-top: 12px; } }

.pb-24 {
  padding-bottom: 24px; }
  @media (max-width: 767px) {
    .pb-24 {
      padding-bottom: 12px; } }

@media (min-width: 1025px) {
  .aboutUsPageTop {
    min-height: 33.6875rem; } }

.aboutUsPageTop__content {
  padding-top: 36px; }
  .aboutUsPageTop__content .page-subHeading {
    margin-bottom: 20px; }
    @media (min-width: 1025px) {
      .aboutUsPageTop__content .page-subHeading {
        margin-bottom: 50px; } }

.aboutUsPageTop__image {
  position: relative; }
  @media (min-width: 1025px) {
    .aboutUsPageTop__image {
      margin-top: -240px;
      top: 240px; } }

.aboutUsPageContent {
  padding: 1.875rem 0; }
  @media (min-width: 1025px) {
    .aboutUsPageContent {
      margin-top: 9.375rem;
      padding: 100px 0 50px; } }
  @media (min-width: 1200px) {
    .aboutUsPageContent {
      margin-top: 300px; } }
  .aboutUsPageContent .page-title {
    margin-bottom: 1.875rem; }
    @media (min-width: 1025px) {
      .aboutUsPageContent .page-title {
        margin-bottom: 3.75rem; } }
  .aboutUsPageContent .content-row {
    --f-columns: 1;
    --f-gap: 0px;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(-1 * var(--f-gap));
    margin-bottom: calc(-1 * var(--f-gap)); }
    @media (min-width: 551px) {
      .aboutUsPageContent .content-row {
        --f-columns: 2;
        --f-gap: 40px; } }
    .aboutUsPageContent .content-row .content-col {
      margin-left: var(--f-gap);
      margin-bottom: var(--f-gap);
      width: calc((100% / var(--f-columns) - var(--f-gap))); }
      .aboutUsPageContent .content-row .content-col .quote {
        color: #000;
        font-size: 20px;
        font-style: normal;
        font-weight: 400; }
        @media (min-width: 1025px) {
          .aboutUsPageContent .content-row .content-col .quote {
            font-size: 30px; } }

.aboutUsPageBannerText {
  padding: 50px 0 161px; }
  @media (max-width: 1024px) {
    .aboutUsPageBannerText {
      padding: 40px 0 100px; } }
  @media (max-width: 767px) {
    .aboutUsPageBannerText {
      padding: 40px 0; } }
  .aboutUsPageBannerText.reverse {
    padding-bottom: 60px; }
    .aboutUsPageBannerText.reverse .bannerText__col {
      width: 100%; }
      .aboutUsPageBannerText.reverse .bannerText__col.col--left {
        margin-left: 101px; }
        .aboutUsPageBannerText.reverse .bannerText__col.col--left smax-l {
          margin-left: 40px; }
        .aboutUsPageBannerText.reverse .bannerText__col.col--left smax-s {
          margin-left: 0; }
      .aboutUsPageBannerText.reverse .bannerText__col.col--right {
        margin-left: 0; }
  @media (max-width: 767px) {
    .aboutUsPageBannerText .bannerText__row {
      flex-direction: column; } }
  .aboutUsPageBannerText .bannerText__col {
    width: 100%; }
    @media (max-width: 1024px) {
      .aboutUsPageBannerText .bannerText__col {
        width: 50%; } }
    @media (max-width: 767px) {
      .aboutUsPageBannerText .bannerText__col {
        width: 100%;
        max-width: 100% !important;
        margin-left: 0 !important; } }
    .aboutUsPageBannerText .bannerText__col.col--left {
      max-width: 504px; }
    .aboutUsPageBannerText .bannerText__col.col--right {
      max-width: calc(100% - 504px);
      margin-left: 101px; }
      .aboutUsPageBannerText .bannerText__col.col--right smax-l {
        margin-left: 40px; }
      .aboutUsPageBannerText .bannerText__col.col--right smax-s {
        margin-left: 0; }
  .aboutUsPageBannerText.reverse {
    padding: 60px 0;
    background-color: #F8F8F8; }
    @media (min-width: 551px) {
      .aboutUsPageBannerText.reverse .bannerText__row {
        flex-direction: row-reverse; } }
  @media (min-width: 768px) {
    .aboutUsPageBannerText .banner__image.has-dropshadow {
      position: relative;
      display: block;
      background: #001817;
      max-width: 464px;
      width: 100%;
      height: 495px; }
      .aboutUsPageBannerText .banner__image.has-dropshadow img {
        position: absolute;
        left: 61px;
        top: 61px;
        transition: all 0.3s ease; }
      .aboutUsPageBannerText .banner__image.has-dropshadow:hover img {
        left: 20px;
        top: 20px; } }
  .aboutUsPageBannerText .banner__content {
    padding-top: 40px; }
  .aboutUsPageBannerText.reverse .button {
    min-width: 320px; }

.blogTop {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    .blogTop {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (max-width: 1399px) {
    .blogTop .container {
      padding: 0 10px; } }
  .blogTop .arrow-custom::after {
    content: unset; }
  @media (max-width: 767px) {
    .blogTop .arrow-custom {
      transform: translateY(50%); } }
  .blogTop__sliderPost .item {
    flex-direction: column; }
    @media (min-width: 1025px) {
      .blogTop__sliderPost .item {
        flex-direction: row; } }
  .blogTop__sliderPost .item-image {
    width: 100%; }
    @media (min-width: 1025px) {
      .blogTop__sliderPost .item-image {
        width: calc(50% - 20px); } }
  .blogTop__sliderPost .item-content {
    width: 100%; }
    @media (min-width: 1025px) {
      .blogTop__sliderPost .item-content {
        padding-left: 50px;
        width: calc(50% + 20px); } }
    .blogTop__sliderPost .item-content .blogPost__title {
      margin: 8px 0 32px; }
      .blogTop__sliderPost .item-content .blogPost__title > a {
        display: block;
        font-size: 30px; }
        @media (min-width: 551px) {
          .blogTop__sliderPost .item-content .blogPost__title > a {
            font-size: 40px; } }
        @media (min-width: 1025px) {
          .blogTop__sliderPost .item-content .blogPost__title > a {
            font-size: 60px; } }
    .blogTop__sliderPost .item-content .blogPost__sumary {
      font-size: 18px;
      margin-bottom: 32px; }
  .blogTop__sliderPost .blogPost__tags {
    margin-top: 32px;
    margin-bottom: 8px; }
  .blogTop__sliderPost .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; }
  .blogTop__sliderPost .breadcrumb .breadcrumb-label {
    color: white; }

.blogPost__tags {
  margin-top: 16px;
  margin-bottom: 8px; }

.blogPost__tag {
  color: #808080;
  font-size: 20px;
  text-transform: uppercase; }

.blogPost__info {
  margin-bottom: 32px; }
  .page-type-blog_post .blogPost__info {
    margin-bottom: 60px; }
  .blogPost__info .info__list {
    display: flex;
    align-items: center;
    margin: 0;
    list-style: none; }
    .blogPost__info .info__list .info__item {
      display: flex;
      align-items: center;
      color: #808080;
      font-size: 16px; }
      .blogPost__info .info__list .info__item:not(:last-child) {
        margin-right: 32px; }
      .blogPost__info .info__list .info__item .icon {
        margin-right: 8px;
        color: #ffffff; }
        .page-type-blog_post .blogPost__info .info__list .info__item .icon {
          color: #000000; }
      .blogPost__info .info__list .info__item .text--author {
        color: #019d99; }

.postTag__title {
  padding: 24px 0;
  background-color: white; }
  .postTag__title .tag__list {
    list-style: none;
    margin: 0; }
    @media (max-width: 767px) {
      .postTag__title .tag__list {
        justify-content: flex-start; } }
  .postTag__title .tag__item {
    margin-left: 40px; }
    .postTag__title .tag__item:first-child {
      margin-left: 0; }
    .postTag__title .tag__item.is-active {
      border-bottom: 2px solid #019d99; }
      .postTag__title .tag__item.is-active > a {
        color: #202020; }
  .postTag__title .tag__link {
    text-decoration: none;
    color: #808080;
    font-size: 24px;
    white-space: nowrap; }

.postTag__body {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #F0EFED; }
  @media (max-width: 767px) {
    .postTag__body {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .postTag__body .halo-content {
    --f-columns: 3;
    --f-gap: 50px;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(-1 * var(--f-gap));
    margin-bottom: calc(-1 * var(--f-gap)); }
    @media (max-width: 1024px) {
      .postTag__body .halo-content {
        --f-columns: 2;
        --f-gap: 40px; } }
    @media (max-width: 767px) {
      .postTag__body .halo-content {
        --f-columns: 1;
        --f-gap: 20px; } }
  .postTag__body .halo-content > * {
    margin-left: var(--f-gap);
    margin-bottom: var(--f-gap);
    width: calc((100% / var(--f-columns) - var(--f-gap))); }
  .postTag__body .blog + .blog {
    padding-top: 0;
    margin-top: 0; }
  .postTag__body .blog .blog-post-body,
  .postTag__body .blog .blog-post-figure {
    width: 100%; }
  .page-type-blog .postTag__body .blog .blog-thumbnail {
    max-width: 100%;
    margin-bottom: 16px; }
  .postTag__body .blog .blog-post-body {
    text-align: left; }
    .postTag__body .blog .blog-post-body .blog-author {
      font-size: 14px;
      margin-bottom: 8px; }
    .postTag__body .blog .blog-post-body .title {
      font-size: 30px;
      margin-top: 0;
      margin-bottom: 24px; }
      .postTag__body .blog .blog-post-body .title > a {
        color: #202020; }
    .postTag__body .blog .blog-post-body .summary {
      color: #404040;
      margin-bottom: 24px; }
    .postTag__body .blog .blog-post-body .link {
      font-size: 24px;
      padding-top: 8px;
      padding-bottom: 8px; }
  .postTag__body .page-show-more {
    margin-top: 100px; }
    @media (max-width: 767px) {
      .postTag__body .page-show-more {
        margin-top: 60px; } }

.blog-thumbnail {
  max-width: 490px; }

.page-type-blog_post {
  background: #F0EFED; }
  .page-type-blog_post .blog .blog-post-body {
    width: 100%; }
    .page-type-blog_post .blog .blog-post-body .blog-title {
      margin: 8px 0 32px;
      text-align: left; }
      .page-type-blog_post .blog .blog-post-body .blog-title > a {
        color: #202020;
        font-size: 80px; }

.blog-post-detail .post-row {
  --f-columns: 2;
  --f-gap: 50px;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-1 * var(--f-gap)); }
  @media (max-width: 767px) {
    .blog-post-detail .post-row {
      margin-bottom: calc(-1 * var(--f-gap)); } }
  @media (max-width: 1024px) {
    .blog-post-detail .post-row {
      --f-gap: 20px; } }
  @media (max-width: 767px) {
    .blog-post-detail .post-row {
      --f-columns: 1; } }
  @media (min-width: 768px) {
    .blog-post-detail .post-row.row-3 {
      --f-columns: 3; } }
  @media (max-width: 767px) {
    .blog-post-detail .post-row.reverse-mb {
      flex-direction: column-reverse; } }
  .blog-post-detail .post-row strong {
    font-weight: 600; }

.blog-post-detail .post-row > * {
  margin-left: var(--f-gap);
  width: calc((100% / var(--f-columns) - var(--f-gap))); }
  @media (max-width: 767px) {
    .blog-post-detail .post-row > * {
      margin-bottom: var(--f-gap); } }

.blog-post-detail .post-col .item-content .post-title {
  margin-bottom: 16px; }

.blog-post-detail .post-col .item-content ul {
  padding-left: 12px; }

.blog-post-detail .post-heading {
  color: #202020;
  font-size: 30px;
  font-weight: 700;
  text-transform: none; }

.blog-post-detail .post-text {
  color: #404040;
  font-size: 18px; }

.blog-post-detail h2.quote {
  color: #404040;
  font-size: 100px;
  font-weight: 400;
  margin-top: 65px; }
  @media (max-width: 1199px) {
    .blog-post-detail h2.quote {
      font-size: 60px; } }
  @media (max-width: 1024px) {
    .blog-post-detail h2.quote {
      margin-top: 40px;
      font-size: 40px; } }
  @media (max-width: 767px) {
    .blog-post-detail h2.quote {
      margin-top: 20px; } }

.post-title {
  color: #808080;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 24px; }

.blog .tags {
  margin: 0;
  text-align: left; }
  .blog .tags .tag {
    border-radius: 4px;
    background: #019d99; }
    .blog .tags .tag + .tag {
      margin-left: 16px; }
    .blog .tags .tag a {
      color: #ffffff; }

.page-type-page_contact_form {
  background-color: #F8F8F8; }
  .page-type-page_contact_form .page-contact-us > .container,
  .page-type-page_contact_form .contactUsMap > .container {
    max-width: 1290px;
    padding: 0 10px; }
  .page-type-page_contact_form #contact-us-page.page-content {
    width: 100%;
    padding: 0; }
  .page-type-page_contact_form #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; }
  .page-type-page_contact_form #contact-us-page form[data-contact-form] {
    background-color: #ffffff;
    padding: 60px 100px;
    margin-top: 60px; }
    @media (max-width: 1024px) {
      .page-type-page_contact_form #contact-us-page form[data-contact-form] {
        padding: 20px 40px; } }
    .page-type-page_contact_form #contact-us-page form[data-contact-form] .form-row {
      margin: 0 -30px; }
      .page-type-page_contact_form #contact-us-page form[data-contact-form] .form-row > .form-field {
        padding: 0 30px; }
    .page-type-page_contact_form #contact-us-page form[data-contact-form] .form-label {
      color: #000000;
      font-size: 18px;
      font-weight: 600; }
      .page-type-page_contact_form #contact-us-page form[data-contact-form] .form-label > small {
        display: none; }
    .page-type-page_contact_form #contact-us-page form[data-contact-form] .form-input {
      border: none;
      border-bottom: 1px solid #000000;
      padding: 0 0 4px;
      color: #D0D0D0;
      height: 2rem; }
      .page-type-page_contact_form #contact-us-page form[data-contact-form] .form-input::placeholder {
        color: inherit; }
    .page-type-page_contact_form #contact-us-page form[data-contact-form] textarea.form-input {
      height: 100px; }
    .page-type-page_contact_form #contact-us-page form[data-contact-form] .form-actions {
      text-align: left;
      max-width: 100%; }
  .page-type-page_contact_form .page-contact-us {
    position: relative;
    padding-top: 36px; }

@media (min-width: 768px) {
  .contactUsMap__wrapper .item--right {
    padding-left: 296px; } }

.contactUsMap__content {
  background: #FFF;
  box-shadow: -4px -4px 10px 0px rgba(0, 0, 0, 0.1), 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .contactUsMap__content {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      max-width: 490px;
      margin-bottom: 0; } }
  .contactUsMap__content .title {
    margin: 0;
    color: #000000;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    padding-bottom: 4px;
    border-bottom: 1px solid #D0CBCB; }
  .contactUsMap__content .content .store-info {
    display: flex;
    align-items: center;
    margin-top: 40px; }
    .contactUsMap__content .content .store-info .icon {
      height: 2rem;
      width: 2rem;
      margin-right: 16px;
      min-width: 32px; }
    .contactUsMap__content .content .store-info .text {
      color: #404040;
      text-decoration: none; }
  .contactUsMap__content .button {
    margin-top: 40px; }

.haloFaqs-header .page-heading {
  text-align: left; }

.container__faqs {
  padding: 0 10px;
  max-width: 1590px; }
  .container__faqs .halo-faqs-top {
    background-color: #f6f6f6;
    padding: 40px 100px;
    margin-bottom: 100px;
    margin-top: 60px; }
    @media (max-width: 1024px) {
      .container__faqs .halo-faqs-top {
        padding: 40px 20px;
        margin-bottom: 60px;
        margin-top: 40px; } }
    @media (max-width: 767px) {
      .container__faqs .halo-faqs-top {
        margin-bottom: 40px;
        flex-direction: column; } }
    .container__faqs .halo-faqs-top .top-left {
      max-width: 670px; }
      .container__faqs .halo-faqs-top .top-left .text {
        color: #000000;
        font-size: 18px; }
    .container__faqs .halo-faqs-top .top-right {
      background: #ffffff;
      box-shadow: -4px -4px 10px 0px rgba(0, 0, 0, 0.1), 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
      padding: 32px;
      width: 100%;
      max-width: 400px;
      margin-left: 20px; }
      @media (max-width: 767px) {
        .container__faqs .halo-faqs-top .top-right {
          margin-left: 0;
          margin-top: 20px; } }
      .container__faqs .halo-faqs-top .top-right .title {
        margin: 0 0 24px;
        padding-bottom: 16px;
        border-bottom: 1px solid #808080;
        color: #000;
        font-size: 30px;
        text-align: center; }
      .container__faqs .halo-faqs-top .top-right .contactGroup {
        margin: 0 -5px; }
      .container__faqs .halo-faqs-top .top-right .contactItem {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #000000;
        text-decoration: none;
        width: 50%;
        padding: 0 5px; }
        .container__faqs .halo-faqs-top .top-right .contactItem .icon {
          height: 2rem;
          width: 2rem;
          margin-bottom: 8px; }
          .container__faqs .halo-faqs-top .top-right .contactItem .icon svg {
            height: 2rem;
            width: 2rem; }
  .container__faqs .halo-faqs-content .halo-faqs-title {
    color: #000000;
    font-size: 24px;
    font-weight: 400;
    text-transform: none;
    border-bottom: 2px solid #000000; }
  .container__faqs .halo-faqs-content .card {
    border-bottom: 1px solid #000; }
  .container__faqs .halo-faqs-content .card-body {
    padding: 0 24px 8px 0; }
  .container__faqs .halo-faqs-content .title {
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    padding: 12px 0; }
    @media (min-width: 768px) {
      .container__faqs .halo-faqs-content .title {
        padding: 16px 0; } }
    @media (min-width: 1025px) {
      .container__faqs .halo-faqs-content .title {
        padding: 24px 0; } }
    .container__faqs .halo-faqs-content .title.collapsed {
      padding-left: 0;
      color: #019d99; }
      .container__faqs .halo-faqs-content .title.collapsed::before {
        content: unset; }
  @media (min-width: 1025px) {
    .container__faqs .halo-faqs-content .faqs-paragraph + .faqs-paragraph {
      margin-top: 60px; } }
  .container__faqs .halo-faqs-content .faq-content {
    padding-top: 60px; }

[data-product-option-change] {
  display: block !important; }

.halo-banner-image .image-with-overlay {
  box-sizing: border-box;
  background: linear-gradient(180deg, #F6F6F6 0%, #FFFFFF 50.5%, #F6F6F6 100%);
  border: 1px solid #EDEDED; }

.header {
  margin-top: 0px; }

.navUser-item a, .halo-topHeader {
  color: #000; }

.navUser-action svg {
  fill: #000;
  color: #000; }

.halo-topHeader {
  background-color: #F9F9F9; }

a:hover, a:focus {
  color: #000; }

.arrow-custom {
  background-color: #000; }

.bg-global {
  background: #fff; }

.halo-block-header .title {
  color: #000;
  text-transform: uppercase;
  font-weight: 500; }

.arrow-custom-right-top .swiper-button-next, .arrow-custom-right-top .swiper-button-prev {
  top: -80px; }

.featuredCategories .content-wrapper .title {
  color: #000; }

.content-wrapper .title:after {
  position: static; }

.featuredCategories__item .content-wrapper.right .title, .featuredCategories__item .content-wrapper.left .title {
  margin: auto;
  text-align: center; }

.navUser-item a:hover {
  color: #333; }

.haloBannerParallax h2.title.color-white {
  color: #000; }

.page-type-default .header.is-transparent.is-sticky,
.page-type-category .header.is-transparent.is-sticky {
  background-color: #fff; }

.services-section {
  padding: 70px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: bottom;
  position: relative;
  background-color: #000; }

.services-section:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }

div[data-widget-id="e9962ef8-f193-40ba-807e-b88897fb7dec"] {
  padding: 50px 0;
  max-width: 1180px;
  margin: 0 auto; }

[data-sub-layout-container="f6cab968-793b-4708-af4e-797a94f28b54"] {
  max-width: 1360px;
  margin: 0 auto; }

#sd-simple-button-editable-dd53facc-e71d-404d-8a59-6436c196a58e {
  font-size: 24px;
  padding: 10px 0;
  position: relative; }

[data-widget-id="e5d79e4d-be45-4d68-bb23-b67478dea9b0"], [data-widget-id="bd720a7d-7de0-4b31-a906-ec8e376bc9f3"], [data-widget-id="ea868192-a632-4f05-838b-c55714282c3b"] {
  position: absolute;
  left: 50%;
  bottom: 80px;
  transform: translate(-50%, 0px); }

[data-widget-id="3cec674e-01bb-4008-b9c5-ebf5eb7fe571"], [data-widget-id="6f30588c-e0ae-4289-8e36-db5f7c9e89ba"], [data-widget-id="d0311d82-a47c-4d0d-aa00-24511bdb9b86"] {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translate(-50%, 0px); }

.sd-simple-text-e5d79e4d-be45-4d68-bb23-b67478dea9b0 *, .sd-simple-text-bd720a7d-7de0-4b31-a906-ec8e376bc9f3 *, .sd-simple-text-ea868192-a632-4f05-838b-c55714282c3b * {
  font-weight: 500 !important;
  font-size: 30px; }

[data-layout-id="27c50ae8-7864-4c7e-b8bd-7551450813a7"] .buttonLink {
  position: relative; }

[data-layout-id="27c50ae8-7864-4c7e-b8bd-7551450813a7"] .buttonLink:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #333;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, 0px); }

.joinMailList .subtitle, .joinMailList .title, .joinMailList .desc-small {
  color: #000; }

.productCarousel .swiper-slide {
  border: 1px solid #ccc; }

.page-type-default, .main.full .bg-gray {
  background-color: #fff; }

.joinMailList .subtitle {
  font-weight: 500; }

.joinMailList__img.halo-background-image {
  background-image: none !important;
  background: linear-gradient(180deg, #F0F0F0 0%, #FFFFFF 50%, #F0F0F0 100%); }

.header-logo__link {
  width: 80%; }

.halo-middleHeader .container .middleHeader-item__item.item--searchMobile, .halo-middleHeader .container .middleHeader-item__item.item--account, .halo-middleHeader .container .middleHeader-item__item.item--cart {
  padding: 10px 5px; }

.header-logo__link {
  width: 100%; }

.input-newsletter {
  max-width: 461px;
  height: 57px;
  background-color: #ffffff;
  color: #808080;
  border: 1px solid #ccc; }

.button-newsletter {
  min-height: calc(100% - 0px);
  top: 0;
  right: 0; }

.mobileMenu-toggle {
  margin-left: 13px; }

.joinMailList {
  padding: 0;
  background-size: cover;
  margin-bottom: 90px;
  position: relative;
  background-color: #fff; }

.joinMailList .desc-small {
  font-size: 18px;
  margin-bottom: 15px; }

.form-prefixPostfix .form-input {
  font-size: 18px; }

.joinMailList:before {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.3);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 999; }

.joinMailList > .container-full {
  position: relative;
  z-index: 999; }

#sd-simple-button-editable-dd53facc-e71d-404d-8a59-6436c196a58e:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #838383;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, 0px); }

.haloBannerParallax__content p.desc.color-gray {
  color: #333;
  font-size: 14px;
  margin: 0 5px; }

#halo-product-block-1 .card-name {
  font-size: 18px; }

#halo-product-block-1 .f-size-tiny {
  font-size: 18px; }

.form-option-swatch .form-option-variant {
  width: 18px;
  height: 18px; }

section.footer-middle {
  display: flex; }

.footer-middle-left, .footer-middle-right {
  flex: 1;
  width: 50%; }

p.footer-info-heading {
  font-size: 24px;
  font-weight: 600;
  display: inline-block; }

ul.footer-bottom-links {
  list-style-type: none;
  float: right; }

ul.footer-bottom-links li {
  display: inline-block;
  padding: 10px; }

ul.footer-bottom-links li a {
  color: #fff;
  font-size: 18px; }

.socialLinks {
  display: inline-block;
  margin-left: 15px; }

.footer-copyright {
  background-color: #333;
  text-align: center; }

.footer-copyright > .powered-by {
  color: #fff;
  font-size: 12px;
  padding: 10px;
  width: 100%; }

[data-content-region="home_below_featured_products"] {
  overflow: hidden; }

[data-sub-layout-container="47eaea9c-0f09-4776-b4b0-41e0fe1a9521"] {
  margin-left: -10.5px;
  margin-right: -10.5px; }

.breadcrumb-custom .breadcrumb .breadcrumb-label {
  color: #000; }

body {
  background: #fdfdfd; }

.productGrid .product article {
  border: none; }

.header.is-sticky {
  background-color: #fff;
  border-bottom: 1px solid #999; }

.arrow-custom-right-top.bg-gray {
  background: #FDFDFD; }

.halo-sidebar {
  background-color: #fff; }

.productCarousel .swiper-slide {
  background: linear-gradient(180deg, #F6F6F6 0%, #FFFFFF 50.5%, #F6F6F6 100%);
  border: 1px solid #eaeaea; }

body, h1, h2, h3, h4, h5, h6, .link {
  font-family: Montserrat,Arial,Helvetica,sans-serif; }

.link {
  font-size: 14px;
  position: relative; }

.link svg {
  display: none; }

.link:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #333;
  left: 50%;
  bottom: -3px;
  transform: translate(-50%, 0px); }

.haloBannerParallax .container .haloBannerParallax__content .desc {
  margin-bottom: 20px; }

#sd-simple-button-editable-6f30588c-e0ae-4289-8e36-db5f7c9e89ba, #sd-simple-button-editable-3cec674e-01bb-4008-b9c5-ebf5eb7fe571, #sd-simple-button-editable-d0311d82-a47c-4d0d-aa00-24511bdb9b86 {
  padding: 10px 0; }

.breadcrumb-custom .breadcrumb:not(:first-child):before, .breadcrumb:not(:first-child):before {
  background-image: none !important;
  content: "/" !important;
  margin: 0; }

.main-video-inner span.banner-descriotion {
  display: block; }

.main-video-inner .content-section a {
  background-color: #fff;
  display: inline-block;
  padding: 10px 15px;
  line-height: 26px;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 14px; }

.halo-badges {
  top: 10px;
  left: 10px; }

.button--compare.left-0 {
  left: 50%;
  transform: translate(-50%, 0px) !important; }

.button--compare.top-0 {
  top: 6px; }

.button--compare input[type=checkbox]:before {
  top: 5px;
  margin-left: 1px; }

.breadcrumb:not(:first-child):before {
  width: 14px;
  margin-left: 7px !important; }

.halo-middleHeader .navUser-action {
  margin-top: -4px; }

.swiper-button-next .icon-sec, .swiper-button-prev .icon-sec {
  position: relative; }

.swiper-button-next .icon-sec:after, .swiper-button-prev .icon-sec:after {
  top: 50%;
  right: auto;
  z-index: 2;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin-top: -6px;
  background-color: transparent;
  transition: all .6s ease-out;
  left: 50%;
  margin-left: -21px; }

.swiper-button-next .icon-sec:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.swiper-button-prev .icon-sec:after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

.swiper-button-next svg, .swiper-button-prev svg {
  display: none; }

.openMenu .header {
  background-color: #fff !important;
  border-bottom: 1px solid #e2e2e2; }

.button {
  min-height: 26px;
  line-height: 34px;
  padding: 10px 10px !important; }

.halo-options .form-option-swatch {
  padding: 0px;
  border-radius: 3px;
  margin-top: 10px !important;
  display: inline-block;
  height: auto !important; }

.card-top-info .card-wrapper {
  display: inline-block; }

.card-top-info .card-wrapper .card-text.right {
  float: left; }

.productListing .card-title, .productGrid .product {
  font-size: 14px;
  line-height: normal; }

[data-test-info-type="price"] {
  margin: 5px 0; }

.all-categories-list .navPages-item a {
  font-size: 14px; }

#facetedSearch-content--price .button {
  min-height: 18px;
  line-height: 24px; }

.form-group #grid-view {
  display: none; }

.actionBar-section .form-select {
  text-transform: none; }

#product-listing-container .form-select-custom.uppercase {
  padding-right: 10px; }

#product-listing-container .form-select-custom.uppercase:focus-visible {
  outline: 2px solid transparent !important; }

.productView-description .tabs-contents .toggleLink.is-open {
  background-color: #fff; }

a.navPages-action.no-subMenu {
  text-transform: capitalize; }

#add-to-cart-wrapper .form-field--increments {
  display: none; }

.halo-options .form-option-swatch.form-option-variant--color {
  padding: 0; }

.halo-options.card-option {
  display: inline-block; }

.card-action.right {
  float: right; }

.card-action.right .button--iconCustom {
  padding: 0 !important; }

.button--iconCustom svg {
  width: 30px;
  height: 30px;
  fill: #555;
  padding: 0 !important; }

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

.productView-info .productView-info-item {
  padding: 3px 6px 4px 11px;
  display: inline-block; }

.productView-details.product-data {
  padding-top: 0; }

.card-name {
  font-size: 14px; }

#halo_sticky_addToCart .button {
  line-height: 26px; }

.productView-details .form-option-variant {
  border-radius: 0;
  box-shadow: none; }

.halo-productOptions .form-option.form-option-swatch .form-option-variant {
  width: 40px;
  height: 40px;
  padding: 11px 5px;
  margin: 2px;
  border: 3px solid #fff;
  font-size: 13px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px #ccc;
  color: #333; }

.halo-productOptions .form-option:hover .form-option-expanded {
  visibility: hidden; }

.productView-options .form-field {
  margin-bottom: 5px; }

.productView-wrapper {
  margin-bottom: 18px; }

ul.footer-bottom-links li a {
  font-size: 12px; }

.form-option-swatch .form-option-variant {
  width: 20px;
  height: 20px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px #ccc; }

.arrow-custom {
  background-color: transparent; }

.swiper-button-next .icon-sec:after, .swiper-button-prev .icon-sec:after {
  content: "\2192";
  color: #333;
  font-size: 28px; }

.swiper-button-next .icon-sec:after {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  margin-top: -50px; }

.swiper-button-prev .icon-sec:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.productView-image .large {
  box-shadow: 0 0 0 .2px #000; }

main#product-listing-container {
  padding: 15px; }

.productListing .card-body {
  background-color: transparent; }

.productListing .card {
  margin-bottom: 20px;
  transition: all .6s ease-out; }

.halo-options .form-option.active .form-option-variant:before {
  top: -4px;
  left: -4px;
  width: 23px;
  height: 23px;
  border-radius: 30px;
  border: 2px solid #333; }

.form-radio:checked + .form-option-swatch .form-option-variant:before {
  top: -5px;
  left: -5px; }

.form-radio:checked + .form-option-swatch .form-option-variant:before {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #333; }

.card-wishlist .icon {
  padding: 10px 0px 0px 0px; }

.form-label--alternate {
  margin-bottom: 0; }

.atc_button_wrapper {
  margin-top: 20px; }

.price-section.price-none + .price-section--withoutTax {
  vertical-align: top; }

.productView-title {
  font-size: 20px; }

.atc_button_wrapper {
  display: flex; }

.halo-options .form-option-swatch {
  border-radius: 50%; }

.select_option_atc .form-label--alternate {
  margin-bottom: 10px; }

.wishlist-menu.animated {
  top: calc(100% + -30px); }

.card-top-info {
  display: none; }

.card-wrapper {
  display: initial; }

.price-section.price-none + .price-section--withoutTax {
  text-align: left; }

.navUser-item--account .navUser-action--account span {
  color: #000 !important; }

.productView-images-wrapper .swiper-slide a {
  text-align: center; }

.countPill {
  height: 17px;
  width: 17px;
  font-size: 9px;
  color: #fff;
  padding-left: 6px;
  padding-top: 2px; }

.countPill {
  top: -2px;
  right: -8px; }

.openCartSidebar .halo-background {
  z-index: 997; }

.variant_selection_pdp .aria-description {
  font-size: 14px;
  display: inline-block;
  margin-left: 7px; }

.variant_selection_pdp .form-label--inlineSmall {
  display: inline-block; }

.form-select-custom {
  border-radius: 0; }

.form-select-custom option {
  appearance: none;
  border-radius: 0;
  border-bottom: 1px solid #333 !important;
  background-color: #333;
  color: #fff;
  font-size: 14px;
  padding: 5px 15px; }

.cart-totals .cart-total .button {
  line-height: normal; }

.optimizedCheckout-header {
  background-color: #ffffff; }

h3.cookie-heading {
  font-size: 20px; }

.cookie-table tr td {
  font-size: 12px;
  padding: 2px 5px; }

.cookie-table tr td:first-child {
  text-align: right; }

.cookiesTableParent {
  border: 1px solid #ccc;
  padding: 10px; }

p.cookPadZ {
  padding: 0;
  margin: 0 0 5px; }

[data-sub-layout="765808bd-c1f6-4371-80db-7695b054b608"] {
  padding-right: 0 !important;
  padding-left: 0 !important; }

p.cookieMainHead {
  font-size: 26px; }

p.cookieMainHead .cookieMainSubHead {
  font-size: 15px;
  font-weight: 600; }

#sd-simple-text-editable-e3f37631-738d-42fe-8363-83309e6eda8e p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  color: #401d42;
  max-width: 419px; }

.sd-simple-text-ed900809-a043-417d-b1ae-81cf6612c928 p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #401d42;
  margin: 0; }

div.sd-button-ff83fb18-d968-468b-ab73-08eb9a53fb6f .buttonLink > a, div.sd-button-ff83fb18-d968-468b-ab73-08eb9a53fb6f .buttonLink > a:hover,
div.sd-button-b9ef2ac9-b67f-4d85-8fd5-dac748034271 .buttonLink > a, div.sd-button-b9ef2ac9-b67f-4d85-8fd5-dac748034271 .buttonLink > a:hover {
  display: inline-block;
  padding: 10px 40px;
  border: 1px solid #401D42;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #401D42;
  background-color: transparent; }

div.number-circle {
  height: 60px;
  width: 60px;
  flex-shrink: 0;
  background: #F7F7F7;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #401d42; }

div[data-sub-layout="3f40782e-5326-487e-82f5-78e20aa2a171"] {
  flex-basis: 50%;
  max-width: 50%;
  padding-right: 0; }

div[data-sub-layout="ccd4ac1e-8cbc-4d1f-bda7-14e24b3def8e"] {
  max-width: 50%; }

div#sd-image-793a8942-806b-48b0-9c7f-83a15f8d6dfc img {
  width: 22px; }

div[data-sub-layout-container="0b36f515-a162-4f19-b108-79ed2c4e6252"] {
  margin-top: 50px; }

div.sd-button-b9ef2ac9-b67f-4d85-8fd5-dac748034271 {
  display: block;
  margin-top: 15px; }

div#sd-simple-text-editable-688c252c-6de7-48e2-ba5b-81948fae285e p {
  margin-bottom: 10px; }

#sd-simple-button-editable-b9ef2ac9-b67f-4d85-8fd5-dac748034271 {
  display: block; }

.return-bullet-point {
  width: 40px;
  height: 40px;
  padding: 5px;
  font-size: 24px;
  float: right;
  margin-right: 15px;
  line-height: 22px;
  background-color: #f1f1f1;
  text-align: center;
  border-radius: 5px; }

.reEx-text-main {
  text-align: center;
  margin-top: 20px; }

.reEx-text-main a {
  display: inline-block; }

.reEx-Icon {
  margin-right: 5px; }

.reEx-Txt, .reEx-Icon {
  display: inline-block;
  vertical-align: top; }

.reEx-Icon img {
  width: 20px; }

.ppolicyHeading-2 {
  font-size: 24px; }

table.privacy-table th {
  background-color: #f1f1f1; }

table.privacy-table {
  max-width: 991px;
  margin-bottom: 20px; }

.paraSpacTop {
  padding-top: 20px; }

.margSpacBot {
  margin-bottom: 10px; }

ol.pPolicyNum li {
  font-size: 14px;
  padding: 5px 0; }

ol.pPolicyNum {
  margin: 20px 0 0 40px; }

.linkBluCP {
  color: #309def; }

.fontWBold {
  font-weight: bold; }

[data-sub-layout="53f5655f-4aa2-435d-93e7-cff6c1818bbb"] ._accordion-heading h2 {
  font-size: 18px !important;
  margin: 5px 0; }

[data-layout-id="da688f2e-8b33-4997-8bc1-9dfa80731796"] {
  margin: 0 auto;
  max-width: 991px; }

[data-sub-layout="53f5655f-4aa2-435d-93e7-cff6c1818bbb"] ._accordion-heading h2 strong {
  font-weight: normal; }

[data-widget-id="33ce0318-7583-42e4-88ea-a8f94101c4cd"] ._accordion-panel p {
  font-weight: 600; }

[data-widget-id="33ce0318-7583-42e4-88ea-a8f94101c4cd"] ._accordion-panel strong {
  font-weight: normal;
  margin-top: 10px !important;
  display: inline-block; }

[data-sub-layout-container="f6cab968-793b-4708-af4e-797a94f28b54"] {
  margin: 0 auto !important; }

.page-heading:not(.center-tb) {
  padding: 20px 0 15px; }

.account-orderStatus .account-orderStatus-label {
  padding: 7px 12px;
  border-radius: 5px; }

.account-product-title > a {
  font-size: 18px; }

.navBar--account {
  margin-bottom: 0px; }

.account .wishlists-table {
  max-width: 100%; }

.account .wishlists-table th, .account .wishlists-table td {
  padding: 10px 15px !important; }

.button--quickview {
  background-color: #000000; }

.navPages-list-megamenu .navPages-item:first-child .haloCustomScrollbar {
  border-left: 0;
  height: auto;
  left: inherit;
  margin: auto;
  top: inherit;
  width: auto;
  padding: 15px 75px 15px 15px; }

.shopbycollection-section {
  padding: 40px 0;
  background-color: #f7f7f7;
  font-family: sans-serif; }

.shopbycollection-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px; }

.shopbycollection-header {
  text-align: center;
  margin-bottom: 30px; }

.shopbycollection-title {
  font-size: 28px;
  font-weight: bold;
  color: #222;
  text-transform: uppercase; }

.shopbycollection-slide {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  transition: box-shadow 0.3s ease; }

.shopbycollection-slide:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); }

.shopbycollection-img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease; }

.shopbycollection-slide:hover .shopbycollection-img {
  transform: scale(1.05); }

.shopbycollection-caption {
  font-size: 16px;
  font-weight: 600;
  padding: 12px 0;
  color: #333;
  text-transform: capitalize; }

.shopbycollection-arrow {
  color: #000;
  background: rgba(255, 255, 255, 0.9);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 45%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); }

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 20px;
  font-weight: bold; }

.shop_engagement_ring_by_style-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  padding: 20px 0; }

.shop_engagement_ring_by_style-track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease-in-out; }

.shop_engagement_ring_by_style {
  flex: 0 0 32%;
  box-sizing: border-box;
  text-align: center; }

.shop_engagement_ring_by_style img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease; }

.shop_engagement_ring_by_style:hover img {
  transform: scale(1.05); }

.style-title {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #333; }

.mobile-none {
  display: none; }

.productView-details {
  padding: 0 0 !important; }

p.card-brand.f-size-tiny.uppercase.desktop-none {
  padding-top: 10px;
  padding-bottom: 0;
  margin-bottom: 0; }

p.card-brand.f-size-tiny.uppercase.desktop-none span {
  font-size: 14px; }

.productView-options {
  padding: 10px 0; }

.diamond_buying_guide_shapes {
  position: relative;
  aspect-ratio: 1 / 1;
  margin-bottom: 20px;
  cursor: pointer;
  overflow: hidden; }

.diamond_buying_guide_shapes-overflow-hidden {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }

.diamond_buying_guide_shapes-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%; }

.diamond_buying_guide_shapes-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.diamond_buying_guide_shapes-hover {
  position: absolute;
  inset: 0;
  /* background-color: rgba(0, 0, 0, 0.40); */
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  color: white;
  padding: 2.25rem;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow-y: auto; }

.diamond_buying_guide_shapes:hover .diamond_buying_guide_shapes-hover {
  transform: translateY(0); }

.diamond_buying_guide_shapes-hover_text {
  font-family: 'Noto Sans', sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  text-align: center;
  margin-bottom: 1rem; }

.diamond_buying_guide_shapes-hover-button {
  border: 1px solid white;
  background: transparent;
  color: white;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
  transition: text-decoration 0.2s;
  min-height: 50px; }

.diamond_buying_guide_shapes-hover-button:hover span {
  text-decoration: underline; }

.shapes {
  font-size: 1.25rem;
  font-weight: 500;
  color: #1a1a1a;
  text-align: left;
  margin-top: 0.75rem;
  font-family: 'Noto Sans', sans-serif; }

.engagementringguide-section {
  padding: 40px 0;
  background-color: #f7f7f7;
  font-family: sans-serif; }

.engagementringguide-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px; }

.engagementringguide-slide {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  transition: box-shadow 0.3s ease; }

.engagementringguide-slide:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); }

.engagementringguide-img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease; }

.engagementringguide-slide:hover .engagementringguide-img {
  transform: scale(1.05); }

.engagementringguide-caption {
  font-size: 16px;
  font-weight: 600;
  padding: 12px 0;
  color: #333;
  text-transform: capitalize; }

.engagementringguide-arrow {
  color: #000;
  background: rgba(255, 255, 255, 0.9);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 45%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); }

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 20px;
  font-weight: bold; }

.shop_by_diamond_shape {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 30px 20px;
  max-width: 1300px;
  margin: 0 auto; }

.shopbydiamondshape {
  flex: 0 0 calc(10% - 20px);
  box-sizing: border-box;
  text-align: center;
  transition: transform 0.3s ease; }

.shopbydiamondshape a {
  text-decoration: none;
  color: inherit;
  display: block; }

.shopbydiamondshape-img {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 8px;
  background-color: #f9f9f9; }

.shopbydiamondshape-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease; }

.shopbydiamondshape-heading {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize; }

.shopbydiamondshape:hover {
  transform: translateY(-4px); }

.shopbydiamondshape:hover img {
  transform: scale(1.05); }

.productView-images-wrapper .swiper-slide:not(.productView-image) {
  display: inline-block;
  margin-right: 0 !important; }

.swiper-free-mode > .swiper-wrapper {
  display: inline-block;
  text-align: center; }

div#shipping-date-message {
  padding-top: 10px; }

.gpay-card-info-container.color-scheme-default {
  padding: 2px;
  min-height: 44px; }

.has-megamenu > .navPage-subMenu > .navPage-subMenu-list {
  width: auto !important;
  margin-right: 30px; }

@keyframes snize-skeleton-anim {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

#snize_skeleton_results * {
  box-sizing: border-box; }

#snize_skeleton_results .snize-skeleton-card {
  padding: 10px;
  border: 1px solid #eee; }

#snize_skeleton_results .snize-skeleton-text {
  height: 8px;
  background: #eee;
  border-radius: 3px;
  display: inline-block;
  animation: snize-skeleton-anim 2s infinite; }

#snize_skeleton_results .snize-skeleton-text.snize-full-width:last-child {
  width: 100%; }

#snize_skeleton_results .snize-skeleton-text.snize-full-width:first-child:not(:last-child) {
  width: 80%; }

#snize_skeleton_results .snize-skeleton-text.snize-full-width:nth-child(2):not(:last-child) {
  width: 95%; }

#snize_skeleton_results .snize-skeleton-text.snize-full-width:last-child:not(:first-child) {
  width: 60%; }

#snize_skeleton_results .snize-main-panel .snize-main-panel-controls {
  width: 70%;
  display: inline-block; }

#snize_skeleton_results .snize-main-panel .snize-main-panel-controls > span {
  width: 100px;
  margin-right: 15px; }

#snize_skeleton_results .snize-main-panel .snize-main-panel-controls > span:nth-child(2) {
  width: 120px; }

#snize_skeleton_results .snize-main-panel .snize-main-panel-controls > span:nth-child(3) {
  width: 80px; }

#snize_skeleton_results .snize-main-panel .snize-main-panel-dropdown {
  width: 29%;
  text-align: right;
  display: inline-block; }

#snize_skeleton_results .snize-main-panel .snize-main-panel-dropdown > span {
  max-width: 160px; }

#snize_skeleton_results .snize-header {
  padding: 12px 0 12px 0;
  margin: 20px 0 15px 0;
  width: 250px; }

#snize_skeleton_results .snize-horizontal-filters {
  padding: 3px;
  margin-bottom: 26px; }

#snize_skeleton_results .snize-horizontal-filters .snize-filters-dropdown {
  display: inline-block;
  width: 100px;
  border-radius: 3px;
  margin-right: 7px;
  padding: 2px 15px 2px 15px; }

#snize_skeleton_results .snize-horizontal-filters .snize-filters-dropdown:nth-child(2) {
  width: 120px; }

#snize_skeleton_results .snize-horizontal-filters .snize-filters-dropdown:nth-child(3) {
  with: 80px; }

#snize_skeleton_results .snize-filters-sidebar {
  float: left;
  width: 225px; }

#snize_skeleton_results .snize-filters-sidebar > .snize-skeleton-card:not(:last-child) {
  border-bottom: none; }

#snize_skeleton_results .snize-filters-sidebar .snize-product-filters-title {
  padding: 4px 0 12px 0; }

#snize_skeleton_results .snize-filters-sidebar .snize-product-filters-title > span.snize-full-width {
  width: 40%; }

#snize_skeleton_results .snize-filters-sidebar .snize-product-filters-list > span {
  margin: 1px 0 12px 0; }

#snize_skeleton_results .snize-filters-sidebar .snize-product-filters-list > span:last-child {
  margin-bottom: 10px; }

#snize_skeleton_results .snize-search-results-main-content {
  margin-left: 225px; }

#snize_skeleton_results ul.snize-search-results-content {
  margin: 0 0 0 -1%;
  padding: 0 0 0 20px;
  list-style: none;
  white-space: nowrap; }

#snize_skeleton_results ul.snize-search-results-content > li {
  display: inline-block; }

#snize_skeleton_results .snize-three-columns ul.snize-search-results-content > li {
  width: 30.3%;
  width: calc(100%/3 - 2%); }

#snize_skeleton_results li.snize-product {
  cursor: pointer;
  margin: 0 1% 2%;
  white-space: normal; }

#snize_skeleton_results li.snize-product .snize-thumbnail-wrapper {
  position: relative; }

#snize_skeleton_results li.snize-product .snize-thumbnail-wrapper .snize-thumbnail {
  margin: -10px -10px 0px -10px;
  background: #eee;
  height: 180px; }

#snize_skeleton_results li.snize-product .snize-overhidden {
  padding-bottom: 20px;
  text-align: center; }

#snize_skeleton_results li.snize-product .snize-overhidden > span {
  margin: 15px 0 0 0; }

#snize_skeleton_results ul.snize-search-results-content li.snize-product:nth-child(4),
#snize_skeleton_results ul.snize-search-results-content li.snize-product:nth-child(5) {
  display: none; }

/* 4-column view */
#snize_skeleton_results div.snize-four-columns ul.snize-search-results-content li.snize-product {
  width: 22.5%;
  width: calc(100%/4 - 2%); }

#snize_skeleton_results div.snize-four-columns ul.snize-search-results-content li.snize-product:nth-child(4) {
  display: inline-block; }

/* 5-column view */
#snize_skeleton_results div.snize-five-columns ul.snize-search-results-content li.snize-product {
  width: 17.5%;
  width: calc(100%/5 - 2%); }

#snize_skeleton_results div.snize-five-columns ul.snize-search-results-content li.snize-product:nth-child(4),
#snize_skeleton_results div.snize-five-columns ul.snize-search-results-content li.snize-product:nth-child(5) {
  display: inline-block; }

/* Tablet view 2-column mode */
@media (min-width: 768px) and (max-width: 910px) {
  #snize_skeleton_results ul.snize-search-results-content li.snize-product {
    width: 46%;
    width: calc(50% - 10px);
    min-width: 160px;
    margin: 0 5px 10px; }
  #snize_skeleton_results ul.snize-search-results-content li.snize-product:nth-child(3) {
    display: none; } }

/* Mobile view 2-column mode */
@media (max-width: 768px) {
  #snize_skeleton_results .snize-main-panel > div.snize-main-panel-controls,
  #snize_skeleton_results .snize-main-panel > div.snize-main-panel-dropdown {
    text-align: left;
    width: 100%; }
  #snize_skeleton_results .snize-main-panel .snize-main-panel-controls > span:not(:first-child) {
    display: none; }
  #snize_skeleton_results .snize-main-panel > div.snize-main-panel-dropdown {
    margin-top: 12px; }
  #snize_skeleton_results .snize-header {
    margin: 3px 0 12px 0; }
  #snize_skeleton_results .snize-filters-sidebar {
    display: none; }
  #snize_skeleton_results .snize-search-results-main-content {
    margin-left: 0; }
  #snize_skeleton_results .snize-horizontal-filters .snize-filters-dropdown:not(:first-child) {
    display: none; }
  #snize_skeleton_results .snize-horizontal-filters .snize-filters-dropdown:first-child {
    padding: 10px;
    width: 100%; }
  #snize_skeleton_results .snize-horizontal-filters .snize-filters-dropdown:first-child > span {
    width: 100px; }
  #snize_skeleton_results .snize-horizontal-filters {
    margin-bottom: 18px; }
  #snize_skeleton_results ul.snize-search-results-content {
    margin: 0;
    padding: 0; }
  #snize_skeleton_results ul.snize-search-results-content li.snize-product:nth-child(3) {
    display: none; }
  #snize_skeleton_results ul.snize-search-results-content li.snize-product {
    width: 46%;
    width: calc(50% - 10px);
    min-width: 160px;
    margin: 0 5px 10px; } }

/* Mobile view one-column mode */
@media (max-width: 370px) {
  #snize_skeleton_results ul.snize-search-results-content li.snize-product {
    width: 96%;
    width: calc(100% - 10px); }
  #snize_skeleton_results ul.snize-search-results-content li.snize-product:not(:first-child) {
    display: none; } }

/* --- Base Styles (Desktop) --- */
.ring-creator-container {
  display: flex;
  width: 1270px;
  height: 86px;
  margin: 0 auto;
  background-color: #ffffff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }

.main-label {
  display: flex;
  align-items: center;
  padding: 0 40px;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out; }

.steps-wrapper {
  display: flex;
  flex-grow: 1;
  height: 100%;
  border-left: 1px solid #e5e5e5; }

.step-item {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 30px;
  background-color: #efefef;
  transition: all 0.2s ease-in-out; }

.step-item.active {
  background-color: #e0e0e0; }

/* Arrow Shapes */
.step-item.active + .step-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 43px 0 43px 20px;
  border-color: transparent transparent transparent #b9b9b9;
  z-index: 2; }

.step-item:not(.active) + .step-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 43px 0 43px 20px;
  border-color: transparent transparent transparent #e5e5e5;
  z-index: 1; }

.step-item:not(.active) + .step-item::after {
  content: "";
  position: absolute;
  left: 1px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 43px 0 43px 20px;
  border-color: transparent transparent transparent #f9f9f9;
  z-index: 1; }

.step-content {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  position: relative;
  z-index: 3; }

.step-number {
  font-size: 48px;
  font-weight: 300;
  color: #333;
  line-height: 1;
  transition: font-size 0.2s ease-in-out; }

.step-text {
  display: flex;
  flex-direction: column;
  flex-grow: 1; }

.step-title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #6d5445;
  text-transform: uppercase;
  transition: font-size 0.2s ease-in-out; }

.step-action {
  font-size: 14px;
  color: #6d5445;
  text-decoration: underline;
  margin-top: 4px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  text-align: left;
  font-family: inherit;
  transition: font-size 0.2s ease-in-out; }

a.step-action:hover {
  text-decoration: none; }

.step-icon {
  width: 40px;
  height: 40px;
  color: #6d5445;
  flex-shrink: 0; }

/* --- Responsive Styles --- */
/* Tablet & Mobile: 1024px and down */
@media (max-width: 1024px) {
  .ring-creator-container {
    width: 100%;
    /* Go full width */ }
  .step-icon {
    display: none;
    /* Hide icons on tablet and mobile */ }
  .main-label {
    padding: 0 20px; }
  .step-item {
    padding: 0 20px; }
  .step-number {
    font-size: 40px; }
  .step-title,
  .step-action {
    font-size: 13px; } }

/* Mobile: 768px and down */
@media (max-width: 768px) {
  .main-label {
    display: none;
    /* Hide label to give space to steps */ }
  .steps-wrapper {
    border-left: none;
    /* Remove border since label is gone */ }
  .step-item {
    padding: 0 10px; }
  .step-number {
    font-size: 22px; }
  .step-action {
    font-size: 11px; }
  .step-content {
    gap: 7px; }
  .step-title {
    font-size: 12px !important;
    letter-spacing: normal !important; }
  .ring-creator-container {
    height: auto !important; }
  .ring-creator-container .step-item:nth-child(2) {
    border-right: 1px solid transparent !important;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9; }
  .step-text {
    padding: 7px 0 7px 0;
    min-height: 60px;
    justify-content: center; }
  span.step-number {
    width: 20px; }
  div.step-item.active:before {
    right: -10px !important;
    border-width: 30px 0 30px 11px !important;
    top: auto !important; }
  .step-action {
    margin-top: 0 !important; }
  body {
    font-size: 14px; }
  .diamond_pledge-left h2 {
    margin-top: 0; }
  .diamond_pledge-section {
    padding: 30px 20px !important; }
  .diamond_pledge-item p, .diamond_pledge-left p {
    margin: 0; }
  .diamond_pledge-section {
    margin-top: 30px; }
  div#halo-recent-viewed-products {
    margin-bottom: 30px; }
  div.snize .snize-product .snize-color-swatches-show-more {
    margin-left: 0px !important; }
  #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode .snize-price-list {
    margin-top: 1px !important; }
  div.go3949826399 {
    align-items: center; }
  div.go1304574217 p {
    font-size: 24px; }
  div.go1304574217:nth-child(2) p {
    font-size: 16px; }
  .step-item:nth-child(2) .step-content {
    padding-left: 7px !important;
    border-right: 1px solid #ccc; }
  .ring-creator-container {
    width: calc(100% - 10px) !important; }
  .page-type-category .page-heading {
    font-size: 22px; }
  .add-to-cart-wallet-buttons {
    margin-bottom: 20px;
    display: inline-block;
    margin-top: 0;
    width: 100%; }
  .add-to-cart-wallet-buttons > div {
    display: flex;
    clear: both;
    width: 100%;
    flex-wrap: wrap; }
  .add-to-cart-wallet-buttons div[data-smart-button-container-id] {
    line-height: 0;
    margin-top: 0;
    width: 100% !important;
    margin-right: 0 !important;
    padding: 5px 0; }
  .add-to-cart-buttons {
    margin-bottom: 0 !important; }
  .add-to-cart-buttons .button {
    font-weight: 600; }
  #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode span.snize-thumbnail, #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode span.snize-thumbnail img {
    height: 137px !important; }
  #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-dropdown > a > span {
    text-transform: capitalize !important; }
  #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-dropdown > a, #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-mobile-filters > a {
    padding: 3px 22px 5px 10px !important;
    background-color: #eaeaea !important;
    border: 1px solid transparent !important;
    text-transform: capitalize !important;
    color: #333;
    border-radius: 3px !important; }
  #snize_results.snize-mobile-design div.snize-main-panel-dropdown > a > .caret {
    height: 6px;
    width: 6px;
    border-width: 0px 1px 1px 0px !important;
    top: 9px !important;
    right: 9px !important; }
  #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-mobile-filters > a {
    padding: 3px 10px 4px 10px !important; }
  #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-mobile-filters {
    margin: 3px 2% 0px !important; }
  #snize_results.snize-mobile-design div.snize-main-panel-dropdown {
    margin: 3px 5px 0px !important; }
  div.snize div.snize-main-panel {
    min-height: 20px !important; } }

div.snize-collection-mode div.snize-main-panel {
  margin-top: 20px !important; }

div.snize div.snize-filters-dropdown-title {
  background-color: #efefef !important;
  padding: 5px 20px !important; }

div.snize div.snize-main-panel-view-mode a.snize-view-mode-icon svg {
  width: 30px !important;
  height: 30px !important; }

div.snize div.snize-main-panel-dropdown > a {
  border: 1px solid #efefef !important;
  padding: 5px 15px !important;
  background-color: #efefef !important; }

div.snize div.snize-main-panel-view-mode a.snize-view-mode-icon {
  width: auto !important;
  height: auto !important; }

div.snize div.snize-main-panel-view-mode {
  margin: 10px 0px 5px 10px !important; }

div.snize div.snize-horizontal-filters {
  margin: 0px 0 21px !important; }

div.snize .snize-button {
  background: #333 !important; }

div.snize div.snize-pagination a.snize-pagination-load-more {
  padding: 9px 25px !important;
  border: solid 1px #000 !important;
  border-radius: 0 !important;
  background-color: #000;
  color: #fff; }

.ring-creator-container {
  border: 1px solid #ccc; }

.imageArea .image a {
  border-radius: 5px;
  overflow: hidden; }

#snize-search-results-grid-mode .snize-price-list {
  font-size: 17px !important;
  font-weight: normal; }

button.adding_to_ring_setting {
  font-size: 18px !important;
  padding: 12px 10px !important;
  width: 100% !important; }

.add-to-cart-buttons .button {
  font-size: 16px;
  padding: 10px 15px !important;
  line-height: normal !important;
  min-height: auto !important;
  border-radius: 3px;
  font-family: Montserrat, Arial, Helvetica, sans-serif !important; }

.diamond-filters-tabs .tab-link.active, .diamond-filters-tabs .tab-link:hover {
  color: #fff !important;
  border-bottom-color: #000 !important;
  background-color: #000;
  padding: 10px 20px !important;
  font-weight: normal; }

.diamond-filters-tabs .tab-link {
  padding: 10px 20px !important;
  font-weight: normal !important; }

.diamond-filters-tabs .tab-link {
  text-transform: uppercase; }

.shape-button img, .color-button img {
  width: 65px !important;
  height: 65px !important; }

.dual-range-slider .progress, .dual-range-slider .handle {
  background: #000 !important; }

.products-table .product-row:hover {
  background-color: #f2f2f2 !important; }

.view-link {
  color: #000 !important; }

.view-link:hover {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important; }

#snize-search-results-grid-mode span.snize-overhidden {
  display: flex !important;
  flex-wrap: wrap; }

span.snize-attribute {
  order: 1; }

#snize-search-results-grid-mode li.snize-product span.snize-title {
  order: 2; }

#snize-search-results-grid-mode .snize-price-list {
  order: 3; }

#snize-search-results-grid-mode span.snize-sku, #snize-search-results-grid-mode span.snize-attribute {
  color: #000 !important;
  margin: 0 0 10px 0 !important;
  font-weight: 600;
  letter-spacing: 2px; }

div.snize .snize-product .snize-color-swatch.snize-color-swatch-active > span {
  border: 1px solid #a0a0a0 !important; }

div.snize .snize-product .snize-color-swatch > span:before, div.snize .snize-product .snize-color-swatch.snize-color-swatch-active > span:before {
  border: 1px solid transparent !important; }

#snize-search-results-grid-mode span.snize-attribute {
  text-transform: uppercase; }

#snize_filters_block_price_title .snize-product-filters-price-symbol {
  display: none; }

div.snize ul.snize-product-filters-list {
  max-height: none !important;
  overflow-y: inherit !important;
  overflow-x: inherit !important; }

div.snize ul.snize-product-color-filter li .snize-color-filter-checkbox input[type=checkbox]:checked + span:after, div.snize ul.snize-product-color-filter li:hover .snize-color-filter-checkbox input[type=checkbox]:checked + span:after {
  background: transparent !important;
  border: 2px solid transparent !important; }

div.snize ul.snize-product-color-filter li.snize-filter-checked .snize-color-filter-checkbox input[type=checkbox] + span:after {
  width: 36px !important;
  height: 36px !important;
  background: transparent !important;
  border-radius: 0 !important;
  right: -4px !important;
  bottom: auto !important;
  top: -4px !important;
  border-color: #ccc !important; }

.navPage-subMenu .navPage-subMenu-item-child .navPage-subMenu {
  margin-left: 0 !important; }

.arrow-custom-right-top.bg-gray {
  padding-bottom: 0; }

.step-item:after, .step-item:before {
  border-width: 0 !important; }

.step-item.active:before {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 43px 0 43px 20px !important;
  border-color: transparent transparent transparent #e0e0e0;
  z-index: 2; }

.ring-creator-container .step-item:nth-child(2) {
  border-right: 1px solid #ccc; }

.shipping-return-svg, .shipping-return-text, .Buy-now-svg, .Buy-now-text, .free-resizing-svg, .free-resizing-text {
  display: inline-block;
  vertical-align: top; }

.shipping-return, .Buy-now, .free-resizing {
  margin-bottom: 5px; }

.contact-links a.contact-link {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 29px;
  padding-right: 15px; }

.contact-links a.contact-link svg {
  margin-top: 0;
  position: absolute;
  top: 4px;
  left: 0; }

.shipping-return-svg svg, .Buy-now-svg svg, .free-resizing-svg svg {
  width: 20px;
  height: 23px;
  margin-right: 5px; }

.knowledge-container .knowledge-item {
  display: inline-block;
  margin-right: 5px; }

.atc_button_wrapper {
  display: inline-block;
  width: 100%; }

.setting_button, .form-action {
  width: 50%;
  box-sizing: border-box; }

.add-to-cart-buttons {
  display: flex; }

.productView-options .card-wishlist {
  border: 1px solid #333;
  border-radius: 3px;
  margin-left: 2px;
  padding: 5px; }

.productView-options .card-wishlist .js-wishlist {
  display: inline-block;
  width: 40px;
  padding: 0; }

.productView-options .card-wishlist .icon {
  padding: 0;
  width: 30px;
  height: 30px; }

div#bc-smart-payment-buttons_68b6b59b0b785 {
  display: flex;
  clear: both; }

.add-to-cart-wallet-buttons div[data-smart-button-container-id] {
  line-height: 0;
  margin-top: 0;
  width: calc(100% - 7.5px);
  margin-right: 7.5px; }

.add-to-cart-wallet-buttons button.show-more-button {
  margin-top: 0;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid #333; }

.add-to-cart-wallet-buttons button.show-more-button:hover {
  color: #000; }

.add-to-cart-wallet-buttons > div {
  display: flex;
  clear: both;
  width: 100%; }

.product-specification {
  padding-top: 0px; }

.custom-slider-arrow.next:before, .custom-slider-arrow.prev:before {
  content: "";
  border: solid #333;
  border-width: 0 2px 2px 0;
  display: inline-block !important;
  padding: 4px;
  position: relative;
  z-index: 999; }

.custom-slider-arrow.next:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.custom-slider-arrow.prev:before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

.custom-slider-arrow.prev {
  padding-left: 9px; }

.custom-slider-arrow.next {
  padding-right: 9px; }

.custom-slider-arrow {
  text-indent: -9999px !important; }

.custom-slider-arrow.prev, .custom-slider-arrow.next {
  height: 50px;
  width: 23px;
  border-radius: 3px; }

.productView-images-wrapper .custom-slider-container {
  padding: 20px 35px; }

h3.diamond_knowledge_heading {
  font-size: 24px;
  margin-top: 5px; }

.diamond_knowledge_button img {
  max-width: 50px;
  max-height: 34px; }

.diamond_label {
  margin: 5px 0 0 0 !important; }

.diamond_knowledge_button {
  border: 1px solid #ececec !important;
  border-radius: 5px;
  background-color: #fff !important;
  padding: 10px !important; }

.diamond_label p {
  margin: 0; }

ul.diamond_knowledge_list {
  margin-left: -6px; }

.setting_button button.adding_to_ring_setting {
  border-radius: 3px;
  font-size: 16px !important;
  font-family: Montserrat, Arial, Helvetica, sans-serif !important; }

.setting_button .select_this_setting {
  font-family: Montserrat, Arial, Helvetica, sans-serif !important;
  font-size: 16px; }

.productView-info-name {
  font-weight: 600; }

.customfield_wrapper div {
  margin-bottom: 5px; }

.option_variant_pdp .form-option-variant {
  border-radius: 3px !important; }

.option_variant_pdp .form-radio:checked + .form-option-swatch .form-option-variant:before {
  border-radius: 3px !important;
  width: 43px;
  height: 43px;
  top: -4px;
  left: -4px; }

.halo-options .form-option:not(.form-option-swatch) {
  border-radius: 1px;
  padding: 10px 12px;
  min-width: 50px;
  background-color: #f1f1f1;
  margin-top: 10px; }

.form-radio:checked + .form-option {
  border-color: black;
  box-shadow: 0 0 0 1px #a5a5a5;
  font-weight: 500; }

.form-field.select_option_atc {
  margin-bottom: 15px; }

.hide_button_setting {
  display: none !important; }

input#form-action-addToCart {
  margin-right: 7px; }

.form-field.option_variant_pdp .form-radio:checked + .form-option {
  box-shadow: 0 0 0 transparent; }

.share-actions .share-btn .share-label, .share-actions .share-btn {
  display: inline-block;
  vertical-align: top; }

.share-actions {
  margin-top: 15px; }

.image-column {
  text-align: center; }

#diamond-thumbnail {
  width: auto !important;
  height: auto !important; }

.image-column img {
  max-width: 80%;
  margin-bottom: 15px; }

.cart-header-item {
  padding: 11px 15px !important; }

.cart-additionalCheckoutButtons {
  width: 100% !important; }

.cart-content-wrapper .cart-content-padding-right {
  margin-top: 15px; }

p.or-use-label {
  margin-bottom: 15px; }

.cart_titleShoping {
  display: inline-block;
  width: 100%; }

.cart_titleShoping h1.page-heading {
  padding-top: 0;
  float: left;
  padding-bottom: 0;
  margin-bottom: 0; }

.cart_titleShoping .home_page_view_button {
  float: right;
  margin: 0;
  padding: 0; }

h2.cart-item-name .cart-item-name__label {
  line-height: normal; }

.cart_titleShoping .page-heading {
  font-size: 24px; }

#banner-region-e48665da-8bf4-4e3d-b43d-fe77fe14a4b9 {
  margin-top: 15px; }

#banner-region-e48665da-8bf4-4e3d-b43d-fe77fe14a4b9 iframe {
  text-align: center; }

.cart-remove img.bin_icon_cart {
  max-width: 20px; }

.snize-search-results-content .button--quickview {
  height: 0; }

#snize-search-results-grid-mode li.snize-product span.snize-title {
  margin: 0 0 5px 0 !important; }

.arrow-custom svg {
  fill: transparent; }

.productView-image-video .productView-img-container::after {
  padding-bottom: 0 !important; }

.add-to-cart-wallet-buttons {
  margin-bottom: 20px; }

.productView-images .swiper-free-mode > .swiper-wrapper {
  display: flex;
  text-align: center;
  justify-content: center; }

#snize-search-results-grid-mode .snize-thumbnail-wrapper {
  background-color: #fff !important; }

#snize-search-results-grid-mode span.snize-overhidden {
  background-color: #fff; }

#snize-search-results-grid-mode li.snize-product .snize-item {
  border: 1px solid #f3f3f3;
  margin-bottom: 15px; }

div.snize .snize-product .snize-color-swatch > span {
  width: 14px !important;
  height: 14px !important; }

div.snize .snize-product .snize-color-swatches-show-more {
  font-size: 14px; }

[data-widget-id="fbce7276-9367-419e-a9ae-2aeeb54b626f"] .diamondBuyingGuide {
  display: flex;
  justify-content: center; }

[data-widget-id="fbce7276-9367-419e-a9ae-2aeeb54b626f"] .diamondBuyingGuide h3 {
  font-size: 20px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px; }

[data-widget-id="fbce7276-9367-419e-a9ae-2aeeb54b626f"] .diamondBuyingGuide-item span img {
  max-width: 270px;
  width: 98%; }

[data-widget-id="fbce7276-9367-419e-a9ae-2aeeb54b626f"] {
  padding: 30px 0; }

[data-widget-id="a76edb9a-8460-43fb-891b-1c05f7f31562"] .diamond-guide-cut span, [data-widget-id="4d4ec5f5-3151-4767-8019-8e89e35f321e"] .diamond-guide-cut span, [data-widget-id="c62ad0cd-c013-404d-b47c-4e2dbed141d6"] .diamond-guide-cut span, [data-widget-id="75858f2f-904d-4b96-9ac3-d7c258214d73"] .diamond-guide-cut span {
  font-size: 32px;
  padding-top: 0;
  display: inline-block;
  vertical-align: top;
  line-height: 41px; }

[data-widget-id="a76edb9a-8460-43fb-891b-1c05f7f31562"], [data-widget-id="4d4ec5f5-3151-4767-8019-8e89e35f321e"], [data-widget-id="c62ad0cd-c013-404d-b47c-4e2dbed141d6"], [data-widget-id="75858f2f-904d-4b96-9ac3-d7c258214d73"] {
  padding-left: 70px;
  padding-bottom: 15px; }

[data-widget-id="a76edb9a-8460-43fb-891b-1c05f7f31562"] .diamond-guide-cut img, [data-widget-id="4d4ec5f5-3151-4767-8019-8e89e35f321e"] .diamond-guide-cut img, [data-widget-id="c62ad0cd-c013-404d-b47c-4e2dbed141d6"] .diamond-guide-cut img, [data-widget-id="75858f2f-904d-4b96-9ac3-d7c258214d73"] .diamond-guide-cut img {
  width: 40px; }

[data-widget-id="54a8642e-4aa7-43e5-a914-e384484d87a8"], [data-widget-id="8f1ceabc-d71e-4d02-b96d-2cac2dd9e19f"], [data-widget-id="e61b6935-115d-4898-8e0b-b86e6f3b457e"], [data-widget-id="2efd0009-d0db-493c-b378-5ffb396332aa"] {
  padding-left: 70px; }

[data-widget-id="54a8642e-4aa7-43e5-a914-e384484d87a8"] button, [data-widget-id="8f1ceabc-d71e-4d02-b96d-2cac2dd9e19f"] button, [data-widget-id="e61b6935-115d-4898-8e0b-b86e6f3b457e"] button, [data-widget-id="2efd0009-d0db-493c-b378-5ffb396332aa"] button {
  border: 1px solid #000;
  padding: 7px 35px;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 20px; }

div.sd-simple-text-accc27b4-adc6-4bc6-865d-0e3311bd2b35, div.sd-simple-text-c252a757-4e17-4d76-ae17-ca51f1f05dc4, div.sd-simple-text-7c933cae-128f-44ca-9878-73ba2c417537, div.sd-simple-text-3a0d702b-9867-49a2-8674-5745b65c881e {
  padding-top: 0px;
  padding-right: 70px;
  padding-bottom: 0px;
  padding-left: 70px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  text-align: left; }

[data-sub-layout="ba19068c-eb99-46c6-991f-17d2c17b7eab"] {
  padding-top: 40px;
  padding-bottom: 10px; }

.sd-simple-text-d147147a-7191-4dc1-928f-497a6fe1f020 {
  padding-bottom: 20px !important; }

[data-widget-id="cc1415bc-feca-425a-b5fd-34f8002ebf05"], [data-widget-id="1377ba81-e414-4b39-8bb6-5a61ae71e1bc"], [data-widget-id="10df09f7-4850-4684-a452-1422437fd50e"], [data-widget-id="e41f7842-f26e-4904-b610-e64759486702"], [data-widget-id="0a681b1a-c9eb-4ce5-a709-7bf0ef87ed0b"], [data-widget-id="9193d473-aa40-4ff2-9ec2-c272fc3940b5"], [data-widget-id="b9d6cc0a-6a01-409d-9388-2166be471803"], [data-widget-id="01e8bdf2-3b1c-4af4-900a-da0c2c83d49a"], [data-widget-id="102aadb9-5b43-4c69-b520-697749e639bb"], [data-widget-id="b00b68c0-cb66-49fc-8663-857d74221022"] {
  padding-bottom: 20px; }

[data-test-id="product-set-widget-name"] {
  padding-top: 20px; }

[data-test-id="product-set-widget-name"] a {
  font-weight: 600; }

div.sd-simple-text-fd228d11-7239-497e-a546-6c5f2c460a09 {
  margin-top: 50px;
  padding-bottom: 15px; }

[data-widget-id="191973cd-17f1-4eb7-a74a-2f2df311c266"] {
  padding-bottom: 30px; }

[data-widget-id="f02d8aff-c98f-440d-ad35-4f2aa7053f00"] {
  padding: 30px 0; }

[data-sub-layout="28dbbd57-744a-4036-aa8d-ae2d1509cb1b"] {
  padding-bottom: 30px; }

div.diamond_buying_guide_shapes-hover_text {
  font-size: 18px; }

div[data-sub-layout="b1873b83-b5af-438f-aa11-9c5e83b8528c"] {
  background-color: #000; }

body.page-type-category {
  background: #f3f3f3; }

div.snize .snize-product .snize-color-swatches-show-more {
  margin-left: 7px !important; }

.product_bundle_section .productView-details {
  max-width: none; }

.bundle-products-wrapper .swiper-slide {
  border: 1px solid #eaeaea;
  padding: 10px; }

.halo-bundle-products .bundle-products-wrapper .halo-toggle-options {
  line-height: normal; }

.halo-bundle-products .halo-product-total .price {
  color: #000; }

.halo-detail-name .color-heading {
  color: #202020;
  display: -webkit-box;
  line-height: 1.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

.page-type-category .page-header--banner {
  margin-bottom: 40px; }

.step-item.active .step-content .step-number, .step-item.active .step-content .step-title, .step-item.active .step-content .step-action {
  color: #000; }

.ring-creator-container {
  height: 66px;
  max-width: 1080px;
  width: 100%; }

.step-item.active::before {
  border-width: 33px 0 33px 20px !important; }

.step-number {
  font-size: 36px; }

.productCarousel-slide .card .card-title {
  display: -webkit-box;
  line-height: 1.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; }

.swiper-wrapper {
  height: 100% !important; }

.diamond_pledge-item p {
  font-size: 16px !important; }

.diamond_pledge-section {
  background-color: #f3f3f3 !important; }

div.sd-simple-text-13e916bb-84b1-4598-8e14-e33e02f10d0c * {
  color: #fff; }

div.sd-simple-text-13e916bb-84b1-4598-8e14-e33e02f10d0c * {
  font-size: 30px; }

.sd-simple-text-f29a29f0-b2ad-44fd-a9de-503d8d9e183e * {
  font-size: 16px; }

.page-header--banner img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.sd-simple-text-c76952ad-55d2-4329-9caa-537e780955c5 p, .sd-simple-text-da2ea796-4358-473a-8c0a-c3722c6068e4 p, .sd-simple-text-e86ef4bf-06a2-40eb-9ad8-42b497cbba2f p {
  color: #fff; }

.sd-simple-text-e9962ef8-f193-40ba-807e-b88897fb7dec *, #sd-simple-button-editable-dd53facc-e71d-404d-8a59-6436c196a58e {
  color: #fff !important; }

.breadcrumb-wrapper {
  display: none !important; }

.page-type-default [data-test-info-type="price"], .page-type-default .product_listing_variants {
  display: none !important; }

#snize-sorting-options-list li:nth-child(2), #snize-sorting-options-list li:nth-child(3), #snize-sorting-options-list li:nth-child(4), #snize-sorting-options-list li:nth-child(5) {
  display: none; }

.diamond-type-tab-wrapper {
  display: flex;
  width: 300px;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #ccc; }

.diamond-type-tab {
  padding: 10px 15px;
  background-color: #ccc; }

.diamond-type-tab.active {
  background-color: #000;
  color: #fff; }

.diamond-type-tab:hover {
  background-color: #000;
  color: #fff; }

.diamond-type-tab {
  background-color: #ffffff;
  color: #000; }

.diamond-type-tabs-container h2.page-heading {
  display: none; }

h3.cart_page_title_empty {
  font-size: 28px;
  margin-top: 15px; }

ul.Checkout-Basket1__paymentMethods {
  margin: 0;
  list-style-type: none;
  display: inline-block;
  margin-top: 15px; }

ul.Checkout-Basket1__paymentMethods li {
  display: inline-block;
  border: 1px solid #ccc;
  margin: 5px;
  text-align: center;
  border-radius: 3px; }

ul.Checkout-Basket1__paymentMethods li img {
  max-width: 90px;
  max-height: 60px;
  width: auto; }

@media (min-width: 1920px) {
  .haloBannerParallax .container .item-content, .haloBannerParallax .container .item-image {
    width: 50%; } }

@media (min-width: 1600px) {
  .joinMailList h2 {
    font-size: 54px; }
  .navPage-subMenu {
    padding-top: 50px; }
  .navPages-action {
    font-size: 15px !important;
    padding: 10px 15px 10px 0; }
  .navPage-subMenu-action {
    font-size: 14px !important; } }

@media (min-width: 1200px) {
  .swiper-slide .color-white {
    color: #019d99;
    font-size: 30px; }
  .navPage-subMenu {
    padding-left: 30px;
    padding-right: 30px; }
  .halo-productlayoutSlide {
    padding-top: 25px; }
  h3.account-heading {
    font-size: 26px; }
  .paymentMethodsTitle {
    margin: 30px 0 0.75rem;
    font-size: 30px;
    padding-bottom: 15px; } }

@media (min-width: 1400px) {
  .page-sidebar {
    border: 1px solid #f1f1f1; }
  .haloBannerParallax .container .item-image, .haloBannerParallax .container .item-content {
    width: 50%; }
  .navPage-subMenu {
    padding-left: 60px;
    padding-right: 60px; }
  .productView-title {
    font-size: 32px; }
  .page-sidebar {
    width: 300px; }
  .page-sidebar + .page-content {
    width: calc(100% - 300px); }
  .halo-productlayoutSlide {
    padding-top: 25px; }
  .actionBar-wrapper {
    padding-bottom: 10px; }
  .cart_titleShoping {
    width: 100%;
    padding-right: 30px;
    padding-top: 15px; } }

@media (max-width: 1200px) {
  .swiper-slide .color-white {
    color: #019d99;
    font-size: 30px; }
  .navPage-subMenu {
    padding-left: 10px;
    padding-right: 10px; } }

@media (min-width: 1025px) {
  .page-type-category .header.is-transparent, .page-type-default .header.is-transparent {
    position: relative;
    top: auto;
    background-color: transparent;
    z-index: 996; }
  .navPages-action {
    color: #000; }
  .navPages-action svg {
    fill: #000;
    stroke: #000;
    width: 10px; }
  .halo-bottomHeader {
    background-color: #fff; }
  .navPages-action.is-open, .navPage-subMenu {
    background-color: #f8f8f8; }
  .navPages-action:hover, .navPages-action.activePage {
    color: #000; }
  .navPages-action:hover svg, .navPages-action.activePage svg {
    fill: #000;
    stroke: #000; }
  .halo-block-header .title {
    margin-bottom: 40px;
    text-align: center;
    font-size: 30px;
    color: #000; }
  .haloBannerParallax h2.title.color-white {
    font-size: 48px;
    text-transform: capitalize; }
  .footer {
    padding: 70px 0 0; }
  .featuredCategories .container.container-full-right, #halo-product-block-1 .container {
    padding-left: 0;
    padding-right: 0; }
  .arrow-custom-right-top .swiper-button-prev {
    right: 110px; }
  .page-header--wrapper {
    min-height: 170px; }
  .page-header--banner .page-heading,
  .page-header--banner .content-right {
    color: #000;
    font-size: 30px;
    font-weight: 600; }
  .breadcrumb-wrapper {
    padding-top: 0px; }
  .page-header--banner {
    background: #f2f2f2; }
  .arrow-custom-right-top .swiper-button-next {
    right: 30px; }
  .main-video-inner {
    position: relative; }
  .main-video-inner .content-section {
    position: absolute;
    bottom: 50px;
    color: #fff;
    left: 50px; }
  .main-video-inner h2.content-title {
    font-size: 34px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600; }
  .footer-custom-logo {
    display: none; }
  .header-logo-image-container img {
    width: 166px; }
  .navPages-action {
    font-size: 13px;
    padding: 10px 10px 10px 0;
    font-weight: normal !important;
    text-transform: capitalize; }
  .halo-bottomHeader .container {
    align-items: normal; }
  .halo-bottomHeader .container .bottomHeader-item__item:not(.item--sticky-logo) {
    padding-left: 10px; }
  .header-logo-image-container {
    min-height: auto; }
  .halo-bottomHeader .container .bottomHeader-item__item .header-logo {
    margin: 11px 0; }
  .navUser-item--alt .navUser-action .navUser-icon, .navUser-item--alt:last-child .navUser-action {
    padding: 0; }
  .navUser-section--action svg {
    width: 25px;
    height: 25px; }
  .navUser-action:hover svg, .navUser-action.is-open svg {
    stroke: transparent; }
  .video-file {
    overflow: hidden;
    height: calc(100vh - 120px); }
  .navUser-item--account a img.icon {
    width: 14px;
    margin-right: 5px; }
  .navUser-section--top svg {
    margin: -1px 0px 0 0; }
  .haloBannerParallax.haloBannerParallax2 {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #f2f2f2;
    margin-top: 50px; }
  .page-type-default .haloBannerParallax .container.container-1600 {
    width: 100%;
    padding-left: 60px;
    padding-right: 0;
    background-image: url(https://cdn11.bigcommerce.com/s-xnqrsur7vb/images/stencil/original/image-manager/buildyourdiamondringbgnew.png?t=1747980395);
    background-size: 60%;
    position: relative; }
  .haloBannerParallax .container .haloBannerParallax__content span.subtitle {
    display: none; }
  .sd-simple-text-e9962ef8-f193-40ba-807e-b88897fb7dec * {
    font-size: 18px !important; }
  #sd-image-1bb1097f-9014-4e97-94a6-8d09a0c6613f img, #sd-image-59046384-b9c9-489d-bbb4-58e6001f2c45 img, #sd-image-560fd7df-536f-4743-865a-1d3d5515ce78 img {
    max-width: 82px; }
  [data-sub-layout="cbd7292e-6ccf-47c3-8d96-a92b4fad450e"], [data-sub-layout="0de06bb9-4e85-4b83-9eaf-536d290c99bc"], [data-sub-layout="060eed6e-feb4-41ea-a2cf-1991c6ce1153"] {
    justify-content: normal !important; }
  .has-megamenu > .navPage-subMenu > .navPage-subMenu-list {
    width: 100%; }
  .navPage-subMenu-item-child .navPage-subMenu-action,
  .navPage-subMenu-item-parent .navPage-subMenu-action {
    font-size: 14px; }
  .breadcrumb-custom .breadcrumb .breadcrumb-label, .page-header--banner .page-heading, .breadcrumb-custom .breadcrumb:not(:first-child):before {
    color: #fff; }
  .productView-description .tab {
    flex-basis: 50%;
    text-align: center;
    background-color: #ededed; }
  .productView-description .tab:hover, .productView-description .tab.is-active {
    background-color: #000;
    color: #fff; }
  .productView-description .tab .tab-title {
    font-weight: 400; }
  .productView-description .tab.is-active .tab-title, .productView-description .tab:hover .tab-title {
    text-decoration-color: transparent;
    color: #fff;
    font-weight: 400; }
  .productView-details.product-data {
    padding-bottom: 0px; }
  .productView-options {
    padding: 15px 0; }
  .itemProduct-options {
    padding-bottom: 10px; }
  .joinMailList {
    margin-bottom: 0; }
  .card .card-figcaption-mb {
    display: block !important;
    bottom: auto;
    top: -23px; }
  .card-action .button--iconCustom:not(.card-figcaption-button) {
    display: none; }
  .has-subMenu.is-root + .navPage-subMenu-horizontal {
    width: 18.4375rem; }
  .navPages .navPage-subMenu-list {
    padding: 0; }
  .productView-details.product-data {
    padding-top: 0; }
  .card-top-info .card-title {
    width: calc(100% - 50px); }
  .productListing .card-figure {
    padding-top: 0px; }
  .page-sidebar {
    width: 300px; }
  [data-layout="product-col3"] .product, [data-layout="product-col4"] .product, [data-layout="product-col5"] .product {
    border: 1px solid #f2f2f2; }
  .page-header--wrapper.halo-fadeZoom {
    background-repeat: no-repeat;
    background-position-x: center;
    background-color: #13699b;
    background-image: url(https://cdn11.bigcommerce.com/s-xnqrsur7vb/images/stencil/original/image-manager/herobannerdsktpimg.jpg);
    min-height: 280px;
    background-size: 100%;
    background-position-y: -20px; }
  .navPage-subMenu {
    padding: 30px 55px 30px 55px; }
  .navPage-subMenu-horizontal.is-open {
    padding: 15px; }
  .header .halo-bottomHeader {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }
  .halo-topHeader .navUser {
    border-bottom: 1px solid transparent;
    min-height: 45px; }
  .halo-topHeader .navUser-section {
    padding: 5px 0; }
  .halo-productlayoutSlide {
    padding-top: 25px; }
  .page-header--banner img {
    min-height: 160px; }
  .price-section--withoutTax span.price.price--withoutTax {
    margin-bottom: 10px;
    display: inline-block; }
  .price-section--withoutTax span.price.price--withoutTax {
    margin-bottom: 0; }
  .price-section--withoutTax span.price.price--withoutTax {
    font-size: 20px; }
  .productView-product > :last-child {
    margin-top: -13px; }
  .productView-title {
    margin-bottom: 5px; }
  .productListing .card:hover {
    background-color: #fff; }
  .page-heading {
    font-size: 30px; }
  .mobile_price {
    display: none; }
  .navBar--sub.navBar--account .navBar-item {
    width: calc(100% / 7); }
  h5.account-product-title.is-read {
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 7px; }
  .account-content h2 {
    font-size: 24px; }
  [action="/account.php?action=send_message"] {
    margin-top: 20px; }
  .account-content .form-actions .button {
    max-width: 178px !important;
    min-height: 20px;
    line-height: 20px; }
  .page-header--banner .content-wrapper {
    bottom: 50%;
    transform: translate(-50%, 50%); }
  .footer-info-col--small {
    width: 25%; }
  .navPage-subMenu-item-child .navPage-subMenu-action,
  .navPage-subMenu-item-parent .navPage-subMenu-action {
    text-transform: initial; }
  .has-megamenu > .navPage-subMenu.is-open {
    justify-content: center;
    background-color: #f8f8f8;
    border-top: 1px solid #f0f0f0;
    margin-top: 10px;
    border-bottom: 1px solid #f0f0f0; }
  .navPages .imageArea {
    width: 490px;
    display: inline-block;
    margin-top: 10px; }
  .navPage-subMenu-item-child .navPage-subMenu-action.has-subMenu,
  .navPage-subMenu-item-parent .navPage-subMenu-action.has-subMenu {
    font-weight: 600 !important; }
  .navPages-action.is-open {
    background-color: transparent; }
  #snize-search-results-grid-mode li.snize-product span.snize-title {
    font-size: 17px !important;
    font-weight: normal; }
  div.snize div.snize-main-panel-view-mode a.snize-view-mode-icon {
    margin-left: 6px !important; }
  #snize-search-results-grid-mode.snize-five-columns li.snize-product {
    width: 25% !important; }
  div.snize div.snize-filters-sidebar {
    border: 1px solid transparent;
    background-color: #fff !important;
    width: 300px !important; }
  #snize-search-results-grid-mode ul {
    margin: 0 !important;
    width: 100% !important; }
  div.snize ul.snize-product-filters-list li .snize-filter-checkbox span {
    width: 14px !important;
    height: 14px !important;
    border-radius: 0 !important; }
  div.snize:not(.snize-tab-selected-categories):not(.snize-tab-selected-pages):not(.snize-nothing-found) .snize-filters-sidebar.snize-sticky-position + .snize-search-results-main-content {
    float: none !important; }
  div.snize div.snize-search-results-main-content > div {
    float: right !important;
    width: calc(100% - 320px) !important;
    vertical-align: top; }
  div.snize-collection-mode div.snize-main-panel {
    top: -48px !important; }
  div.snize ul.snize-product-filters-list li label > span {
    padding-left: 20px !important; }
  div.snize div.snize-product-filters-title.open i.snize-product-filters-close, div.snize i.snize-product-filters-open {
    position: absolute !important;
    right: 3px;
    margin-top: 3px;
    width: 12px !important;
    height: 12px !important;
    background-size: 12px 12px !important; }
  div.snize div.snize-product-filters-title {
    color: #000 !important; }
  div.snize .snize-product-filters-block {
    border-bottom: 1px solid #e3e3e3 !important; }
  div.snize *:not(.ssw-fave-icon) {
    fill: #777; }
  div.snize li.snize-product span.snize-title, div.snize li.snize-category span.snize-title, div.snize li.snize-page span.snize-title {
    font-weight: normal !important; }
  ol.breadcrumbs.disable-srollbar {
    margin: 15px 0; }
  .swiper-backface-hidden .swiper-slide {
    padding-top: 25px; }
  .swiper-autoheight, .swiper-autoheight .swiper-slide {
    background: #fff !important; }
  .container.page.halo-page {
    max-width: none !important;
    padding-left: 60px !important;
    padding-right: 60px !important; }
  #halo-recent-viewed-products .swiper-wrapper {
    height: 531px !important; }
  .snize-product-filters-title {
    font-size: 16px !important; }
  div.snize i.snize-product-filters-open {
    width: 12px;
    height: 12px;
    background-size: 12px 12px; }
  div.snize div.snize-product-filters-title {
    padding: 10px 10px 10px !important;
    line-height: 21px !important; }
  #snize-search-results-grid-mode span.snize-thumbnail img {
    max-width: 220px !important;
    max-height: 220px !important; }
  #snize-search-results-grid-mode span.snize-thumbnail {
    width: 220px !important;
    height: 220px !important; }
  .without_sub_menu .no-subMenu span {
    font-weight: 600 !important; }
  .without_sub_menu {
    width: 47%; }
  #navPages-222 > ul.navPage-subMenu-list {
    display: flex; }
  .ready_ship ul.navPage-subMenu-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none; }
  #navPages-191 ul.navPage-subMenu-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 1rem; }
  .productView-right {
    padding-left: 30px; }
  .add-to-cart-buttons {
    margin-bottom: 10px; }
  div#applepay-container2 {
    background-color: #000;
    border-radius: 3px;
    padding: 2px;
    margin-right: 0;
    width: 100%; }
  .add-to-cart-buttons {
    margin-bottom: 10px; }
  .productView-description {
    padding: 0; }
  .productView-options {
    padding-bottom: 0;
    border-bottom: 1px solid transparent; }
  div#shipping-date-message {
    margin-bottom: 0px !important;
    padding-top: 5px; }
  .productView-title {
    margin-top: 10px; }
  section.diamond_pledge-section {
    margin-top: 50px;
    clear: both; }
  .productView-images .productView-images-wrapper {
    margin-left: 0 !important; }
  #halo-recent-viewed-products {
    margin-bottom: 50px; }
  .arrow-custom-right-top .swiper-button-next, .arrow-custom-right-top .swiper-button-prev {
    display: block !important; }
  .swiper-button-next svg, .swiper-button-prev svg {
    display: block; }
  .arrow-custom-right-top .swiper-button-next, .arrow-custom-right-top .swiper-button-prev {
    top: -30px; }
  #snize-search-results-grid-mode ul {
    margin: 0 5px !important; }
  #snize-search-results-grid-mode.snize-five-columns li.snize-product {
    width: calc(25% - 14px) !important;
    margin-left: 7px !important;
    margin-right: 7px !important; }
  #snize-search-results-grid-mode li.snize-product {
    border: none !important; }
  #snize-search-results-grid-mode .snize-thumbnail-wrapper {
    background-color: #f4f4f4; }
  div.snize .snize-product .snize-color-swatch:not(:last-child) {
    margin-right: 0px !important; }
  #snize-search-results-grid-mode .snize-price-list {
    margin: 0 0 5px 0 !important; }
  div.snize .snize-product .snize-color-swatch-box {
    margin: 8px 0px !important; }
  .productView-image {
    min-height: auto !important; }
  .product_bundle_section .halo-bundle-products .halo-block-header .title {
    margin-bottom: 36px;
    text-align: center;
    font-size: 30px;
    color: #000; }
  .page-header--wrapper.halo-fadeZoom:before {
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    content: "";
    background-image: linear-gradient(to right, #000, #fff0); }
  .page-type-default .swiper-button-prev .icon-sec:after {
    margin-left: 0px;
    margin-top: -9px; }
  .page-type-default .swiper-button-next .icon-sec:after {
    margin-top: -50px;
    margin-left: -51px; }
  .page-header--banner img {
    display: none !important; }
  .page-header--banner .content-wrapper {
    bottom: 28px;
    background-color: rgba(0, 0, 0, 0.3);
    padding-top: 15px;
    padding-bottom: 15px; }
  h1.page-heading {
    margin-bottom: 0;
    font-size: 24px !important;
    font-weight: 400 !important; }
  .ring_setting_pdp .productView-images, .ring_setting_pdp .productView-right {
    padding-top: 20px; }
  ul.Checkout-Basket1__paymentMethods li {
    min-width: 74px; } }

@media (min-width: 1600px) {
  div.snize div.snize-filters-sidebar {
    width: 360px !important; }
  div.snize div.snize-search-results-main-content > div {
    width: calc(100% - 380px) !important; } }

@media screen and (min-width: 1025px) and (max-width: 1449px) {
  .navPages-action {
    font-size: 11px;
    padding: 10px 3px 10px 0; }
  .navPages-action svg {
    width: 6px; }
  .navPages-list .navPages-action-moreIcon {
    margin: 0 0 0 5px; }
  .navUser-section--action svg, .navUser-item-cartLabel .icon {
    width: 20px;
    height: 20px; }
  .navUser-item--alt .navUser-action {
    padding: 0 12px 0 0; } }

@media (max-width: 1024px) {
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #000; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before, .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -5px; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    background: transparent; }
  .heroCarousel-description {
    color: #000;
    font-size: 14px;
    margin-bottom: 0px; }
  .heroCarousel-title {
    font-size: 24px;
    color: #333; }
  .heroCarousel-action .button--primary {
    background-color: transparent;
    border-color: transparent;
    color: #000;
    text-transform: capitalize;
    position: relative;
    min-height: 30px;
    padding: 0px;
    margin-bottom: 40px; }
  .heroCarousel-action .heroCarousel-action:before {
    content: "";
    position: absolute;
    bottom: 9px;
    left: 50%;
    transform: translate(-50%, 0px);
    background-color: #000;
    height: 1px;
    z-index: 999;
    width: 150px; }
  .swiper-pagination-bullet {
    background: #ccc; }
  .swiper-pagination-bullet-active {
    background: #333; }
  .header {
    background-color: #fff; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    width: calc(70%); }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -4px; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 47%; }
  .halo-middleHeader .navUser-action .navUser-icon svg {
    width: 20px;
    height: 20px; }
  .arrow-custom {
    width: 30px;
    height: 30px; }
  .arrow-custom .icon-inner {
    width: 18px;
    height: 18px; }
  .arrow-custom-right-top .swiper-button-next, .arrow-custom-right-top .swiper-button-prev {
    top: -20px; }
  .arrow-custom-right-top .swiper-button-prev {
    right: 55px; }
  .arrow-custom-right-top .swiper-button-next {
    right: 20px; }
  .halo-block-header .title {
    text-align: center;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 600; }
  .heroCarousel-content {
    background-color: #F2F2F2; }
  .featuredCategories {
    padding-top: 10px; }
  .featuredCategories__item .title-larger {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500; }
  .halo-block-product .halo-block-header {
    padding-right: 0; }
  .page-type-default .container {
    padding-right: 0;
    padding-left: 0; }
  .halo-middleHeader .container .middleHeader-item__item:not(.item--logo) {
    margin-left: 13px; }
  .halo-middleHeader .container .middleHeader-item__item:not(.item--logo) {
    margin-left: 0; }
  .halo-middleHeader .navUser-action .navUser-icon svg {
    width: 16px;
    height: 16px; }
  .header-logo-image {
    max-height: 1.2rem; }
  .middleHeader-item__item.item--account {
    margin-right: 8px; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    width: calc(58%); }
  .middleHeader-item__item.item--cart.halo-cart {
    margin-right: 7px; }
  .haloBannerParallax .container .haloBannerParallax__content {
    text-align: center;
    margin: 0 auto; }
  .haloBannerParallax .container .haloBannerParallax__content .title {
    font-size: 16px;
    font-weight: 500;
    max-width: 262px;
    margin: 10px auto 15px auto;
    line-height: normal; }
  .page-header--banner {
    margin-bottom: 0; }
  .page-heading {
    font-size: 30px; }
  .actionBar-wrapper {
    padding: 0; }
  .page-sidebar-mobile-wrapper {
    margin: 0; }
  .page-sidebar-mobile-wrapper .page-sidebar-mobile .icon {
    background: #fff;
    fill: #000; }
  .actionBar-section .form-input,
  .actionBar-section .form-select {
    padding-right: 10px; }
  [data-sort-by="product"] .form-select {
    text-transform: capitalize; }
  [data-sort-by="product"] .form-select:focus-visible {
    outline: 2px solid transparent !important; }
  .productView-description .tabs-contents .toggleLink .icon-plus:before {
    content: "";
    position: absolute;
    top: 50%;
    z-index: 2;
    transition: all 0.3s ease;
    transform: translate(0, -50%);
    background: #333333;
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: -6px;
    background-color: transparent;
    transition: all .6s ease-out;
    width: 12px !important;
    height: 12px !important; }
  .productView-description .tabs-contents .toggleLink .icon-plus:after {
    position: static; }
  .productView-description .tabs-contents .toggleLink.is-open .icon-plus:before, .productView-description .tabs-contents .toggleLink.is-open .icon-plus:after {
    background: transparent; }
  .productView-description .tabs-contents .toggleLink.is-open .icon-plus:before {
    transform: translateY(-50%) rotate(-135deg);
    top: 20px; }
  .productView-description .tabs-contents {
    padding-bottom: 20px; }
  .container.page.halo-page:before {
    content: "";
    position: absolute;
    background-color: #d3d3d3;
    height: 1px;
    width: calc(100% - 20px);
    top: 0;
    z-index: 99; }
  .main-video-inner .content-section {
    display: inline-block;
    background-color: #F2F2F2;
    text-align: center;
    padding-bottom: 25px;
    width: 100%; }
  .main-video-inner h2.content-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 25px; }
  .main-video-inner .content-section a {
    background-color: transparent;
    display: inline-block;
    padding: 10px 0px;
    line-height: 26px;
    margin-top: 0px;
    text-transform: capitalize;
    font-size: 14px;
    position: relative; }
  .main-video-inner .content-section a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #333;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%, 0px); }
  .breadcrumbs-content.is-scroll {
    text-align: left; }
  .breadcrumb-wrapper {
    padding-top: 30px; }
  .halo-sidebar {
    max-width: 100%;
    width: 100%; }
  .has-activeNavPages .halo-menu-sidebar {
    top: 91px !important;
    padding-top: 0px; }
  .is-sticky.has-activeNavPages .halo-menu-sidebar {
    top: 54px !important; }
  .halo-menu-sidebar .halo-sidebar-header .close {
    right: auto;
    top: -47px;
    left: 7px;
    background-color: #fff;
    border-radius: 3px; }
  .halo-background {
    background-color: transparent; }
  .halo-sidebar-header .title {
    font-size: 18px;
    text-transform: uppercase; }
  .navPages-action {
    font-size: 13px; }
  .halo-menu-sidebar .navPages-item {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid transparent; }
  .halo-menu-sidebar .navPages-item .navPages-action .navPages-action-moreIcon {
    height: 38px; }
  .halo-menu-sidebar .navPages-item .navPage-subMenu-item-child {
    border-bottom: 1px solid transparent; }
  .halo-menu-sidebar .navPages-item .navPages-action {
    line-height: 40px; }
  .navPages-list + .navPages-list {
    padding-top: 10px;
    border-top: 1px solid #ccc;
    margin-top: 10px; }
  .haloBannerParallax__content span.subtitle {
    display: none; }
  .joinMailList {
    margin-bottom: 0; }
  .sd-simple-text-e9962ef8-f193-40ba-807e-b88897fb7dec {
    padding: 0 30px !important; }
  .haloBannerParallax__content {
    background-color: #F2F2F2; }
  .haloBannerParallax.haloBannerParallax2 {
    padding-bottom: 0px; }
  .haloBannerParallax__content a.link {
    margin-bottom: 15px;
    display: inline-block; }
  .footer-info-col {
    padding: 0 20px; }
  p.footer-info-heading {
    font-weight: 400; }
  .footer-info-heading--toggle:after {
    top: 50%;
    right: 5px;
    z-index: 2;
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    transform: translateY(-50%);
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: -6px;
    background-color: transparent;
    transition: all .6s ease-out; }
  .footer-custom-logo {
    text-align: center;
    margin-bottom: 15px; }
  .footer-custom-logo img {
    max-width: 200px; }
  .middleHeader-item__item.item--hamburger {
    width: 45px !important; }
  .halo-cart .navUser-icon img.icon {
    width: 20px; }
  .item--account .navUser-icon img.icon {
    width: 18px; }
  .imageArea .megamenu-right-item .image {
    width: 50%;
    height: 181px; }
  .halo-menu-sidebar .imageArea {
    margin: 15px 0; }
  a.card-figure__link {
    background-color: #fff; }
  #product-listing-container li .card-body {
    padding-left: 0;
    padding-right: 0; }
  #product-listing-container .card-action {
    display: none; }
  [data-sort-by="product"] .form-select {
    font-weight: 400; }
  .page-header--wrapper {
    min-height: 170px; }
  .productListing .card-figure {
    padding-top: 0px; }
  .productGrid .product {
    border: 1px solid #f2f2f2; }
  #halo-recent-viewed-products a.card-figure__link img, #halo-related-products a.card-figure__link img {
    width: 60% !important;
    top: 50%;
    transform: translate(0, -50%); }
  .actionBar-wrapper p.total_products_count {
    clear: both;
    display: block;
    width: 100%;
    margin: 13px 0 0 0; }
  .price {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    line-height: normal; }
  p.total_products_count {
    margin-bottom: 10px; }
  .web_price {
    display: none; }
  .halo-menu-sidebar .navPages-item .navPage-subMenu-title > .navPages-action .text {
    font-size: 14px; }
  button.adding_to_ring_setting {
    font-size: 14px !important;
    padding: 12px 10px !important;
    width: 100% !important; }
  #snize-modal-mobile-filters-dialog, #snize-modal-mobile-sortby-dialog {
    left: 50%;
    transform: translate(-50%, 0); }
  .haloBannerParallax.haloBannerParallax2 {
    padding-top: 50px; }
  .product-specification {
    padding-top: 15px; }
  .cart_titleShoping .home_page_view_button {
    float: left;
    margin: 15px 0 0;
    font-size: 20px; }
  .cart_titleShoping h1.page-heading {
    padding-top: 0 !important;
    margin-top: 0;
    font-size: 20px;
    width: 100%; }
  .cart .cart-item-info {
    width: auto; }
  .cart-item-info + .cart-item-info {
    padding-left: 16px;
    padding-top: 0;
    position: absolute;
    right: 10px;
    bottom: -9px; }
  .cart-content-padding-right .page-heading {
    font-size: 24px;
    padding: 0 !important; }
  .cart-content-wrapper .cart-content-padding-right {
    margin-top: 15px;
    max-width: 100% !important; }
  #snize-search-results-grid-mode.snize-five-columns li.snize-product {
    margin-left: 7px !important;
    margin-right: 7px !important; }
  #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode li.snize-product {
    border: 1px solid #f3f3f3;
    margin: 0 5px !important; }
  #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode span.snize-overhidden {
    background-color: #fff !important; }
  #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode li.snize-product {
    border: 1px solid transparent !important; }
  div.snize li.snize-product span.snize-title {
    font-weight: normal !important; }
  #snize-search-results-grid-mode .snize-price-list {
    font-size: 16px !important; }
  .diamond_pledge-section {
    clear: both; }
  .halo-block-header {
    padding-right: 0 !important; }
  .halo-bundle-products .halo-block-header .title {
    margin-bottom: 12px;
    font-size: 18px; }
  .halo-detail-name .color-heading {
    font-size: 15px; }
  .page-type-category .breadcrumb-wrapper {
    padding: 15px 0; }
  .page-type-category .page-header--banner {
    margin-bottom: 0; }
  .page-type-category .page-heading {
    padding: 0;
    margin: 0; }
  .page-type-category .page-header--wrapper {
    min-height: 132px; }
  div.snize .snize-product .snize-color-swatch:not(:last-child) {
    margin-right: 2px !important; }
  .arrow-custom-right-top .swiper-button-next, .arrow-custom-right-top .swiper-button-prev {
    display: block !important; }
  .page-type-default .swiper-button-next svg, .page-type-default .swiper-button-prev svg {
    display: block !important; }
  .page-type-default .swiper-button-prev .icon-sec:after {
    margin-top: 12px;
    margin-left: -3px; }
  .page-type-default .swiper-button-next .icon-sec:after {
    margin-top: -15px; }
  .page-type-default .swiper-button-next .icon-sec:after, .swiper-button-prev .icon-sec:after {
    font-size: 20px; }
  .content-wrapper {
    top: 0px;
    left: 0;
    bottom: 10px;
    text-align: left;
    transform: none; }
  .page-heading {
    font-size: 16px !important;
    padding: 12px 5px !important;
    margin: 0 0px !important;
    text-align: left; }
  .ring-creator-container {
    margin-top: 5px; }
  .cart_titleShoping {
    display: flex;
    width: 100%; }
  .cart_titleShoping h1.page-heading, a.page-heading.home_page_view_button {
    width: 50%;
    padding: 12px !important;
    line-height: normal; }
  a.page-heading.home_page_view_button {
    text-align: right; }
  h3.cart_page_title_empty {
    font-size: 18px;
    margin-top: 10px;
    padding-left: 12px;
    padding-right: 12px; }
  #snize-modal-mobile-filters-dialog, #snize-modal-mobile-sortby-dialog {
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    height: 400px !important;
    width: calc(100% - 30px) !important;
    border-radius: 5px !important; }
  #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products {
    background-color: #000 !important;
    border-radius: 5px !important; }
  #snize-modal-mobile-filters-dialog div.snize-product-filters-header a.snize-back-to-filters {
    top: 17px !important;
    left: -5px !important;
    color: #000 !important; }
  #snize-modal-mobile-filters-dialog .snize-price-range-input {
    width: 80px !important;
    height: 35px !important;
    border-radius: 3px !important; }
  #snize-modal-mobile-filters-dialog .snize-price-range {
    margin: 30px 0 !important; }
  ul.Checkout-Basket1__paymentMethods li {
    min-width: 92px; } }

@media (min-width: 801px) {
  [data-widget-id="19957b15-b3e4-4b8d-884b-ec515649326b"] .beautify__homeWideBanner-19957b15-b3e4-4b8d-884b-ec515649326b ._content {
    width: 50%;
    text-align: left;
    position: relative;
    margin: 0 0 0 auto; }
  [data-widget-id="19957b15-b3e4-4b8d-884b-ec515649326b"] .beautify__homeWideBanner-19957b15-b3e4-4b8d-884b-ec515649326b ._heading {
    font-size: 34px;
    font-weight: 500; }
  [data-widget-id="19957b15-b3e4-4b8d-884b-ec515649326b"] .beautify__homeWideBanner-19957b15-b3e4-4b8d-884b-ec515649326b .button, [data-widget-id="e19cb9a1-450c-429b-9ee4-ac1e899aa152"] .beautify__homeWideBanner-e19cb9a1-450c-429b-9ee4-ac1e899aa152 .button {
    background-color: #444444;
    border: 1px solid #444444;
    border-radius: 4px;
    min-width: 150px;
    font-size: 21px;
    text-transform: capitalize; }
  [data-widget-id="0e310bd7-9967-4da1-872e-05861adfc113"] p {
    font-size: 34px;
    max-width: 490px;
    line-height: 40px; }
  .sd-simple-text-d0512433-c8af-48f9-a6d2-3f2a273008c4 p {
    line-height: 40px; }
  .sd-simple-text-eacde9ed-79fd-45a0-a33b-3211dc633777 * {
    font-size: 34px !important; }
  .sd-simple-text-bb1406b4-a00d-4778-ab96-dee6de114a12 * {
    font-weight: 500;
    font-size: 18px !important; }
  .sd-simple-text-bb1406b4-a00d-4778-ab96-dee6de114a12 * br {
    display: none; }
  [data-widget-id="e19cb9a1-450c-429b-9ee4-ac1e899aa152"] .beautify__homeWideBanner-e19cb9a1-450c-429b-9ee4-ac1e899aa152 ._content {
    width: 50%;
    text-align: left; }
  [data-widget-id="e19cb9a1-450c-429b-9ee4-ac1e899aa152"] .beautify__homeWideBanner-e19cb9a1-450c-429b-9ee4-ac1e899aa152 ._heading, [data-widget-id="e19cb9a1-450c-429b-9ee4-ac1e899aa152"] .beautify__homeWideBanner-e19cb9a1-450c-429b-9ee4-ac1e899aa152 ._description {
    color: #fff; }
  [data-widget-id="e19cb9a1-450c-429b-9ee4-ac1e899aa152"] .beautify__homeWideBanner-e19cb9a1-450c-429b-9ee4-ac1e899aa152 ._heading {
    font-size: 34px;
    font-weight: 500; }
  .sd-simple-text-dcead621-56b2-4bb7-b4fe-3870f43716a6 p {
    font-size: 18px; }
  .sd-hero-image-8f1efbff-27fb-4430-aaea-ff76a9568b55 .go3609421512 {
    text-align: left;
    max-width: 580px;
    display: inline-block; }
  .go2804539375 {
    max-width: 410px; }
  .go3616899523 {
    display: inline-block; }
  [data-sub-layout="b3d54b7f-0860-4d32-a311-9aa759e043a5"] {
    padding-top: 50px;
    padding-bottom: 50px; }
  .sd-simple-text-4122b050-3439-4079-9821-1db2a7c3e498 * {
    font-size: 27px; }
  .shop_by_diamond_shape {
    padding: 30px 0px;
    max-width: none; } }

@media (max-width: 820px) {
  #snize_results.snize-mobile-design div.snize-main-panel-dropdown > a > .caret {
    border-color: #333 !important; }
  #snize_results.snize-mobile-design.snize-new-version div.snize-pagination a.snize-pagination-load-more {
    background-color: #000 !important; } }

@media (max-width: 800px) {
  [data-widget-id="19957b15-b3e4-4b8d-884b-ec515649326b"] .beautify__homeWideBanner-19957b15-b3e4-4b8d-884b-ec515649326b ._heading {
    font-size: 24px;
    font-weight: 500;
    color: #000; }
  [data-widget-id="19957b15-b3e4-4b8d-884b-ec515649326b"] .beautify__homeWideBanner-19957b15-b3e4-4b8d-884b-ec515649326b ._description {
    color: #000; }
  [data-widget-id="19957b15-b3e4-4b8d-884b-ec515649326b"] .beautify__homeWideBanner-19957b15-b3e4-4b8d-884b-ec515649326b .button, [data-widget-id="e19cb9a1-450c-429b-9ee4-ac1e899aa152"] .beautify__homeWideBanner-e19cb9a1-450c-429b-9ee4-ac1e899aa152 .button, [data-widget-id="cbcc3cdf-34db-4b29-91e2-14cec1bc7076"] .sd-button-cbcc3cdf-34db-4b29-91e2-14cec1bc7076 .buttonLink > a {
    background-color: #444444;
    border: 1px solid #444444;
    border-radius: 4px;
    min-width: 130px;
    font-size: 18px;
    text-transform: capitalize;
    padding: 8px !important; }
  .sd-simple-text-d0512433-c8af-48f9-a6d2-3f2a273008c4 *, .sd-simple-text-0e310bd7-9967-4da1-872e-05861adfc113 * {
    font-size: 20px !important;
    min-height: 34px;
    line-height: normal; }
  .sd-simple-text-fee83835-74a4-4f2e-87d9-f8b6f86f0d88 *, .sd-simple-text-25074eff-bf1e-4f25-a8ee-048027276bfc *, .sd-simple-text-e91e5174-ac3c-49bd-b5d1-aff1e8d52636 *, .sd-simple-text-bb1406b4-a00d-4778-ab96-dee6de114a12 p {
    font-size: 16px !important; }
  [data-sub-layout="797526bb-9b15-4095-8d21-c6c21c6bd785"], [data-sub-layout="ad303351-1969-4bb5-b4d6-611f9fd55f89"] {
    padding-top: 30px !important; }
  .sd-simple-text-25074eff-bf1e-4f25-a8ee-048027276bfc, .sd-simple-text-bb1406b4-a00d-4778-ab96-dee6de114a12 {
    margin-top: 0 !important; }
  #sd-image-7b47c1fa-2698-4012-9cd1-03bf88079088 img {
    max-width: 280px;
    padding: 0 15px; }
  .sd-simple-text-eacde9ed-79fd-45a0-a33b-3211dc633777 p {
    font-size: 24px;
    min-height: auto; }
  .sd-simple-text-bb1406b4-a00d-4778-ab96-dee6de114a12 br {
    display: none; }
  [data-sub-layout="3b1907bb-6fb0-4966-9596-082a0cffcf74"] {
    padding: 30px 0 !important; }
  .sd-simple-text-dcead621-56b2-4bb7-b4fe-3870f43716a6 p {
    font-size: 18px;
    margin-top: 10px; }
  #beautify__customerReviews-b5e9245f-3437-4f63-8919-a2fac5fcc69e ._item {
    padding-bottom: 0 !important; } }

@media (min-width: 767px) {
  [data-sub-layout="eea6eb2b-3c19-4a3b-b6ae-41e754eaae47"], [data-sub-layout="d3db5592-53c9-4fed-b112-86fe81a53e61"], [data-sub-layout="45684ee5-b851-4274-935c-7a4f50c017c1"] {
    padding-right: 5.2px !important;
    padding-left: 5.2px !important; } }

@media (max-width: 767px) {
  [data-sub-layout="eea6eb2b-3c19-4a3b-b6ae-41e754eaae47"], [data-sub-layout="d3db5592-53c9-4fed-b112-86fe81a53e61"], [data-sub-layout="45684ee5-b851-4274-935c-7a4f50c017c1"] {
    margin: 5px 0; }
  .sd-button-d0311d82-a47c-4d0d-aa00-24511bdb9b86 .buttonLink > a, .sd-button-6f30588c-e0ae-4289-8e36-db5f7c9e89ba .buttonLink > a, .sd-button-3cec674e-01bb-4008-b9c5-ebf5eb7fe571 .buttonLink > a {
    font-size: 14px !important; }
  .sd-simple-text-ea868192-a632-4f05-838b-c55714282c3b p, .sd-simple-text-bd720a7d-7de0-4b31-a906-ec8e376bc9f3 p, .sd-simple-text-e5d79e4d-be45-4d68-bb23-b67478dea9b0 p {
    font-size: 18px; }
  [data-layout-id="27c50ae8-7864-4c7e-b8bd-7551450813a7"] .buttonLink:after {
    width: 66px;
    height: 1px; }
  [data-widget-id="e5d79e4d-be45-4d68-bb23-b67478dea9b0"], [data-widget-id="bd720a7d-7de0-4b31-a906-ec8e376bc9f3"], [data-widget-id="ea868192-a632-4f05-838b-c55714282c3b"] {
    bottom: 73px; }
  .is-scroll ol.breadcrumbs:before, .is-scroll ol.breadcrumbs:after {
    display: none; }
  .video-file {
    height: auto; }
  .button {
    min-height: 15px;
    line-height: 27px; }
  .shop_engagement_ring_by_style {
    flex: 0 0 48%; }
  .productView-images-wrapper .swiper-slide:not(.productView-image) {
    width: 70px !important;
    margin-right: 0 !important; }
  div.snize div.snize-main-panel-view-mode {
    display: none; }
  .breadcrumbs-content.is-scroll {
    padding: 15px 10px; } }

@media (max-width: 700px) {
  [data-sub-layout="eea6eb2b-3c19-4a3b-b6ae-41e754eaae47"], [data-sub-layout="d3db5592-53c9-4fed-b112-86fe81a53e61"], [data-sub-layout="45684ee5-b851-4274-935c-7a4f50c017c1"] {
    padding: 0 !important; }
  div[data-sub-layout="7d58a6fb-0152-47f4-a58e-de8e0739c429"], div[data-sub-layout="4dc9fc3e-ef7d-49f1-8e41-d90b23459c2e"], div[data-sub-layout="2d2afb72-196b-463b-96d2-4544656a9171"], div[data-sub-layout="250e31db-5c23-4cb7-9ceb-c7ea07629bc9"] {
    flex-basis: 8.33333% !important;
    max-width: 8.33333% !important; }
  [data-sub-layout="3c47410e-789c-4747-8432-f8619261f97d"], [data-sub-layout="51511ba0-b239-413b-9f7b-1308e953bf8a"], [data-sub-layout="2d2afb72-196b-463b-96d2-4544656a9171"], [data-sub-layout="c95d9696-1ece-4c33-b7b3-6f6a985ecc50"], [data-sub-layout="6584c15f-6232-4902-bf34-5f181d18c1fd"] {
    flex-basis: 91.66667% !important;
    max-width: 91.66667% !important; }
  [data-sub-layout="3c47410e-789c-4747-8432-f8619261f97d"], [data-sub-layout="6584c15f-6232-4902-bf34-5f181d18c1fd"], [data-sub-layout="51511ba0-b239-413b-9f7b-1308e953bf8a"], [data-sub-layout="c95d9696-1ece-4c33-b7b3-6f6a985ecc50"] {
    padding-left: 15px !important; }
  .return-bullet-point {
    width: 25px;
    height: 25px;
    padding: 0px;
    font-size: 20px;
    float: right;
    margin-right: 0px;
    line-height: 22px;
    margin-top: 1px;
    background-color: #f1f1f1;
    text-align: center;
    border-radius: 50px; }
  .sd-simple-text-c44f1975-8be2-4649-ba4c-be7cccafa741 *, .sd-simple-text-898d504d-e8ae-4ad9-9c83-8bb30cb58217 *, .sd-simple-text-a4a8d760-2a32-432f-96cc-b5112acd459c *, .sd-simple-text-688c252c-6de7-48e2-ba5b-81948fae285e * {
    font-size: 18px !important; }
  .sd-simple-text-898d504d-e8ae-4ad9-9c83-8bb30cb58217 *, .sd-simple-text-c44f1975-8be2-4649-ba4c-be7cccafa741 *, .sd-simple-text-a4a8d760-2a32-432f-96cc-b5112acd459c *, div#sd-simple-text-editable-688c252c-6de7-48e2-ba5b-81948fae285e p {
    font-size: 20px !important;
    line-height: 22px; }
  #sd-simple-text-editable-e3f37631-738d-42fe-8363-83309e6eda8e p {
    font-size: 26px; }
  .sd-spacer-47fe3629-9a98-47f5-adaa-259bd6c0cc65 {
    height: 30px !important; }
  [data-widget-id="ff83fb18-d968-468b-ab73-08eb9a53fb6f"] {
    margin-bottom: 25px; }
  .sd-simple-text-e3f37631-738d-42fe-8363-83309e6eda8e {
    display: none; }
  [data-sub-layout="1f218046-f61a-4b14-b042-79157e88cb08"], [data-sub-layout="d526dec4-47c5-45ce-87e9-afdb7b8fa3d2"], [data-sub-layout="fc42a9d9-3698-486d-a71a-eaf78936eeab"], [data-sub-layout="e647e559-1966-477f-b4df-028d7235bc4e"], [data-sub-layout="227a5cb4-a5e9-4f6d-9f77-3eef08aebbe7"], [data-sub-layout="58d26123-83a0-4b1c-9dec-8d3645846c94"], [data-sub-layout="164a5336-0c3a-47ea-b065-9135ca19e8ee"], [data-sub-layout="0c5e2276-8a9a-40fb-99d4-49aabaffc817"], [data-sub-layout="1d8d9e36-499a-4726-9023-a644597337cf"], [data-sub-layout="9d044d4e-57ea-4c64-b0c3-05dbe6566d74"], [data-sub-layout="92dcec22-4af4-4278-98a9-89ea9ed18bd9"] {
    padding: 0 5px !important;
    width: 50%; }
  .content-editable-30019b82-0f5c-4e0c-8fd8-e722f4f35056-buttonText p {
    font-size: 16px !important; }
  [data-sub-layout-container="6b665cab-fafa-4b84-aaa7-4704ce283b69"], [data-sub-layout-container="c91aeb17-1b2c-4a26-8eca-ad862f637f79"], [data-sub-layout-container="4d9ad61c-7b6b-4563-ad96-4a398989c9ac"], [data-sub-layout-container="5bde34b4-a9f7-4cd4-b924-69d8692224fe"], [data-sub-layout-container="574ca977-2136-48b5-94d1-97143a6430ca"] {
    flex-wrap: inherit !important;
    margin: 0 10px; }
  [data-widget-id="4d4ec5f5-3151-4767-8019-8e89e35f321e"], [data-widget-id="75858f2f-904d-4b96-9ac3-d7c258214d73"], [data-widget-id=a76edb9a-8460-43fb-891b-1c05f7f31562], [data-widget-id=c62ad0cd-c013-404d-b47c-4e2dbed141d6] {
    padding-left: 15px !important;
    padding-top: 20px !important; }
  div.sd-simple-text-1445d44f-1db9-410b-87cd-0f120acc323b, div.sd-simple-text-46e03cc3-f133-4e04-bd66-021325d4d0fe {
    margin-left: 15px !important; }
  div.sd-simple-text-accc27b4-adc6-4bc6-865d-0e3311bd2b35, div.sd-simple-text-c252a757-4e17-4d76-ae17-ca51f1f05dc4, div.sd-simple-text-7c933cae-128f-44ca-9878-73ba2c417537, div.sd-simple-text-3a0d702b-9867-49a2-8674-5745b65c881e {
    padding-left: 15px !important; }
  div.sd-simple-text-46e03cc3-f133-4e04-bd66-021325d4d0fe {
    margin-top: 15px !important; }
  div.sd-simple-text-28d1e951-bf6c-493e-a0bd-638bed3be561, div.sd-simple-text-feeb8ca0-811a-4a14-b539-36c8f9d2c034 {
    padding-left: 15px !important;
    margin-bottom: 15px !important; }
  [data-widget-id="fbce7276-9367-419e-a9ae-2aeeb54b626f"] .diamondBuyingGuide h3 {
    font-size: 16px; }
  div.sd-simple-text-28d1e951-bf6c-493e-a0bd-638bed3be561 *, div.sd-simple-text-feeb8ca0-811a-4a14-b539-36c8f9d2c034 *, div.sd-simple-text-1445d44f-1db9-410b-87cd-0f120acc323b *, div.sd-simple-text-46e03cc3-f133-4e04-bd66-021325d4d0fe *, div.sd-simple-text-accc27b4-adc6-4bc6-865d-0e3311bd2b35 *, div.sd-simple-text-7c933cae-128f-44ca-9878-73ba2c417537 *, div.sd-simple-text-c252a757-4e17-4d76-ae17-ca51f1f05dc4 *, div.sd-simple-text-3a0d702b-9867-49a2-8674-5745b65c881e * {
    font-size: 16px; }
  [data-widget-id="54a8642e-4aa7-43e5-a914-e384484d87a8"], [data-widget-id="8f1ceabc-d71e-4d02-b96d-2cac2dd9e19f"], [data-widget-id="e61b6935-115d-4898-8e0b-b86e6f3b457e"], [data-widget-id="2efd0009-d0db-493c-b378-5ffb396332aa"] {
    padding-left: 15px;
    margin-bottom: 30px; }
  [data-sub-layout="a50d106b-74b1-4613-ace7-bbeb6d810605"], [data-sub-layout="6940a1ca-1f10-40a4-ba1d-5a450021d70e"] {
    order: 2; }
  [data-widget-id="54a8642e-4aa7-43e5-a914-e384484d87a8"] button, [data-widget-id="8f1ceabc-d71e-4d02-b96d-2cac2dd9e19f"] button, [data-widget-id="e61b6935-115d-4898-8e0b-b86e6f3b457e"] button, [data-widget-id="2efd0009-d0db-493c-b378-5ffb396332aa"] button {
    font-size: 16px; }
  div.sd-simple-text-3b00e8d2-9f9c-4405-ba1c-9de1117da10d * {
    font-size: 22px; }
  .sd-simple-text-9b4826c7-f32e-4124-bb4a-6a77d92cc01f * {
    font-size: 16px !important; }
  div.go1304574217 p {
    text-align: center !important; }
  .sd-simple-text-fd228d11-7239-497e-a546-6c5f2c460a09 * {
    text-align: center !important; }
  .content-editable-30019b82-0f5c-4e0c-8fd8-e722f4f35056-buttonText p {
    font-size: 16px !important; }
  .sd-simple-text-13e916bb-84b1-4598-8e14-e33e02f10d0c * p {
    font-size: 24px; }
  .sd-simple-text-f29a29f0-b2ad-44fd-a9de-503d8d9e183e * {
    font-size: 16px !important; }
  [data-sub-layout="0de06bb9-4e85-4b83-9eaf-536d290c99bc"], [data-sub-layout="060eed6e-feb4-41ea-a2cf-1991c6ce1153"] {
    flex-basis: 50% !important;
    max-width: 50% !important; }
  #sd-image-59046384-b9c9-489d-bbb4-58e6001f2c45 img, #sd-image-1bb1097f-9014-4e97-94a6-8d09a0c6613f img, #sd-image-560fd7df-536f-4743-865a-1d3d5515ce78 img {
    max-width: 50px !important; }
  .sd-simple-text-c76952ad-55d2-4329-9caa-537e780955c5 p, .sd-simple-text-da2ea796-4358-473a-8c0a-c3722c6068e4 p, .sd-simple-text-e86ef4bf-06a2-40eb-9ad8-42b497cbba2f p {
    font-size: 16px; } }

@media (max-width: 640px) {
  .joinMailList__banner {
    min-height: 250px; }
  #sd-image-1bb1097f-9014-4e97-94a6-8d09a0c6613f img, #sd-image-59046384-b9c9-489d-bbb4-58e6001f2c45 img, #sd-image-560fd7df-536f-4743-865a-1d3d5515ce78 img {
    max-width: 70px; }
  .sd-simple-text-c76952ad-55d2-4329-9caa-537e780955c5 p, .sd-simple-text-da2ea796-4358-473a-8c0a-c3722c6068e4 p, .sd-simple-text-e86ef4bf-06a2-40eb-9ad8-42b497cbba2f p {
    font-size: 14px;
    max-width: 200px;
    margin-bottom: 10px; }
  .sd-simple-text-e9962ef8-f193-40ba-807e-b88897fb7dec p {
    font-size: 14px; }
  #sd-simple-button-editable-dd53facc-e71d-404d-8a59-6436c196a58e {
    font-size: 18px; }
  div[data-widget-id="e9962ef8-f193-40ba-807e-b88897fb7dec"] {
    padding: 20px 0 20px 0; }
  .services-section {
    padding: 20px 0; }
  .joinMailList .subtitle {
    font-size: 20px;
    margin-bottom: 7px; }
  .joinMailList .desc-small {
    font-size: 16px; }
  .joinMailList .content-wrapper {
    padding-top: 30px; }
  .input-newsletter {
    max-width: 461px;
    height: 50px; }
  .form-prefixPostfix .form-input {
    font-size: 16px; }
  .joinMailList {
    margin-bottom: 50px; }
  #sd-simple-button-editable-dd53facc-e71d-404d-8a59-6436c196a58e:after {
    height: 1px; }
  .halo-topHeader .f-size-small {
    font-size: 11px; }
  .newsletter-right .form-prefixPostfix {
    max-width: 340px;
    margin: 0 auto; }
  .newsletter-right .form-prefixPostfix .button {
    min-width: 92px; }
  .main-video-inner span.banner-descriotion {
    padding: 0 50px; }
  .haloBannerParallax__content p.desc.color-gray {
    margin: 0 40px; }
  .joinMailList {
    margin-bottom: 0; } }

@media (min-width: 551px) {
  .featuredCategories {
    padding-top: 70px;
    padding-bottom: 80px; }
  .halo-block-product {
    padding-top: 50px;
    padding-bottom: 80px; }
  .productCarousel-slide .card .card-title {
    min-height: 48px; }
  .footer-info {
    margin: 0 -15px; }
  .productCarousel-slide .card .card-title {
    min-height: auto; } }

@media (min-width: 551px) {
  .featuredCategories {
    padding-top: 70px;
    padding-bottom: 80px; }
  .halo-block-product {
    padding-top: 50px;
    padding-bottom: 80px; }
  .productCarousel-slide .card .card-title {
    min-height: 48px; }
  .footer-info {
    margin: 0 -15px; }
  .productCarousel-slide .card .card-title {
    min-height: auto; } }

@media (max-width: 550px) {
  p.footer-info-heading {
    display: block; }
  ul.footer-bottom-links {
    list-style-type: none;
    float: none;
    text-align: center;
    margin: 15px 0 5px 0; }
  .footer-copyright {
    background-color: #333;
    text-align: center;
    display: inline-block;
    width: 100%; }
  .footer-copyright > .powered-by {
    width: 100%;
    margin: 0; }
  .footer {
    padding: 20px 0 0; }
  p.footer-info-heading {
    font-size: 18px;
    font-weight: 600; }
  ul.footer-bottom-links li a {
    font-size: 16px; }
  .footer-middle-left .footer-info-heading--toggle {
    border-bottom: 1px solid transparent; }
  .socialLinks {
    margin-left: 0; }
  .footer-middle-left, .footer-middle-right {
    flex: none;
    width: 100%;
    display: inline-block; }
  section.footer-middle {
    display: inline-block;
    width: 100%;
    padding: 0 15px; }
  .card-figcaption-mb {
    position: absolute;
    top: -32px;
    right: -15px; }
  .page-show-more-wrapper {
    padding-top: 40px; }
  .card-option {
    min-height: auto; }
  .open-dropdown .footer-info-heading--toggle:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg); }
  .footer-info-heading--toggle:before {
    position: static; }
  .footer-middle .footer-info-heading--toggle:after {
    position: static;
    display: none; }
  .footer-info-heading--toggle {
    border-bottom: 1px solid transparent;
    padding: 5px 0; }
  .open-dropdown .footer-info-heading--toggle {
    border-bottom: 1px solid #fff; }
  p.footer-info-heading {
    font-weight: 500; }
  .footer-middle p.footer-info-heading {
    text-align: center; }
  .footer-middle-left, .footer-middle-right {
    text-align: center; }
  section.footer-middle {
    display: inline-block;
    padding: 10px 15px 0px;
    border-top: 1px solid #7D7D7D;
    margin-top: 10px; }
  .footer .container {
    padding-left: 0;
    padding-right: 0; }
  .page-show-more .button--large {
    min-width: 200px;
    min-height: 42px;
    line-height: 42px; }
  .video-file {
    overflow: hidden; }
  .video-file video {
    height: auto;
    width: 100%;
    /*margin-left: -370px;*/ }
  .arrow-custom-right-top .swiper-button-prev {
    right: 45px; }
  .arrow-custom-right-top .swiper-button-next {
    right: 10px; }
  p.footer-info-heading {
    font-weight: 400; }
  .button--iconCustom svg {
    width: 30px;
    height: 30px;
    fill: #555; }
  .desktop-none {
    display: none; }
  .mobile-none {
    display: block; }
  p.card-brand.f-size-tiny.uppercase.mobile-none {
    padding-top: 13px;
    border-top: 1px solid #a7a7a7;
    padding-bottom: 5px; }
  .shop_engagement_ring_by_style {
    flex: 0 0 100%; }
  .shopbycollection-arrow {
    display: none; }
  .button.button--secondary {
    margin-bottom: 5px; }
  .accordion-content {
    margin: 0; }
  .productView-info .productView-info-item {
    padding: 0; }
  .shop_engagement_ring_by_style-track {
    overflow-x: scroll;
    scrollbar-width: none; }
  .engagementringguide-arrow {
    display: none; }
  .productView-title {
    margin: 0 0 10px 0; }
  .add-to-cart-buttons .button {
    font-size: 16px;
    font-family: Montserrat, Arial, Helvetica, sans-serif !important; }
  .select_this_setting {
    font-size: 16px !important;
    width: 100% !important; }
  .gpay-card-info-iframe {
    width: 240px !important; }
  .productView-options {
    padding: 10px 0 25px; }
  .productView-options .card-wishlist .js-wishlist {
    display: inline-block;
    height: 44px;
    padding: 0;
    background-color: #000;
    margin-left: 4px;
    width: 46px; }
  .card-wishlist .icon {
    width: 26px;
    height: 26px;
    fill: #fff;
    padding-top: 0px !important; }
  .video-file video {
    width: 230%;
    margin-left: -370px; }
  .add-to-cart-buttons {
    display: inline-block; }
  .setting_button, .form-action {
    width: 100%; }
  .setting_button {
    margin-bottom: 10px; }
  .add-to-cart-buttons .button {
    height: 45px; }
  .productView-options .card-wishlist {
    padding: 0;
    height: 45px; }
  .productView-options .card-wishlist .js-wishlist {
    margin: 0; }
  .productView-options .card-wishlist .icon {
    width: 23px;
    height: 23px; }
  .add-to-cart-buttons {
    margin-bottom: 5px; }
  #gpay-button-online-api-id {
    min-width: auto; }
  .productView-options .productView-info-name, .productView-options .productView-info-value {
    float: none; }
  .setting_button .adding_to_ring_setting {
    width: 100 !important; }
  .ring-creator-container .steps-wrapper {
    width: 100%; }
  .setting_button .select_this_setting {
    width: calc(100% - 5px) !important; }
  .add-to-cart-buttons {
    display: flex; }
  div#shipping-date-message {
    padding-top: 0;
    margin-bottom: 0 !important; }
  .product-specification {
    padding-top: 0; }
  .diamond_knowledge_item {
    max-width: 50% !important;
    flex-basis: 50% !important; }
  .diamond_pledge-left h2 {
    font-size: 20px !important; }
  .featuredCategories .container, [data-list-name="Featured Products"].productCarousel {
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    min-width: calc(100% - 10px); }
  .halo-bundle-products .bundle-product-right {
    margin: 10px 0 15px; }
  #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode span.snize-overhidden {
    padding: 15px 5px 5px 10px; }
  .step-number {
    font-size: 24px; }
  div.snize-collection-mode div.snize-main-panel {
    margin-top: 3px !important; }
  .buyGuidehead .page-heading {
    font-size: 22px; }
  .content-editable-08b1f2bb-4d27-4193-86ff-c679e5ce6949-buttonText p {
    font-size: 18px !important; } }

@media (max-width: 500px) {
  div.go1304574217:nth-child(2) p {
    text-align: center; } }

.arrow-custom-right-top .swiper-button-next, .arrow-custom-right-top .swiper-button-prev {
  display: none; }

/*----------02 july 2025-------------*/
.productView-for.swiper-initialized.swiper-horizontal.swiper-free-mode.swiper-watch-progress.swiper-backface-hidden.swiper-thumbs {
  width: 100% !important;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto; }

a.navPages-action.navPages-action-depth-max.link-line.has-subMenu.is-root.is-open i.icon.navPages-action-moreIcon {
  transform: rotate(180deg);
  transition: transform 0.3s ease; }

.halo-sidebar-header {
  display: flex;
  justify-content: space-between; }

.sign_as_vendor {
  padding: 6px 46px; }

/*-------------------24-07-2025 adding to ring  and select this setting button--------------------------*/
button.adding_to_ring_setting {
  color: #fff;
  background-color: #000;
  font-size: 20px;
  padding: 19px 10px;
  margin: 0;
  width: 50%; }

.setting_button .select_this_setting, .setting_button .adding_to_ring_setting {
  color: #fff;
  background-color: #000;
  font-size: 18px;
  padding: 10px 10px;
  margin: 0;
  text-align: center;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  width: calc(100% - 7.5px) !important;
  margin-right: 7.5px;
  border-radius: 3px; }

a.form-option.showmore {
  display: none !important; }

.form-action {
  display: flex; }

@media (max-width: 440px) {
  .contact-links a.contact-link {
    padding-right: 5px; } }

@media (max-width: 380px) {
  .video-file video {
    width: 260%;
    margin-left: -490px; } }

/* ================== diamond knowledge popup css */
/* Base section styling */
.diamond_knowledge_section {
  padding: 1.25rem;
  /* p-5 */
  background-color: #f7f7f7;
  /* bg-gray-default */ }

.diamond_knowledge_heading {
  font-size: 0.875rem;
  /* text-sm */
  font-weight: 500;
  /* font-medium */
  color: #333;
  /* text-gray-dark */
  margin-bottom: 1.25rem;
  /* mb-5 */ }

.diamond_knowledge_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0; }

.diamond_knowledge_item {
  max-width: 25%;
  /* max-w-1/4 */
  flex-basis: 25%;
  box-sizing: border-box;
  padding: 0.5rem;
  /* Small padding between items */ }

.diamond_knowledge_button {
  width: 100%;
  padding-bottom: 0.625rem;
  /* pb-2.5 */
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
  background: none;
  color: inherit;
  font: inherit;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center; }

.diamond_knowledge_button:hover,
.diamond_knowledge_button[aria-expanded="true"] {
  border-color: #007bff;
  /* Example primary color, adjust as needed */ }

.diamond_icon {
  height: auto;
  width: 4.5rem;
  /* w-18 */
  max-width: 100%;
  object-fit: contain; }

@media (min-width: 768px) {
  /* md: breakpoint */
  .diamond_icon {
    width: 5.125rem;
    /* md:w-20.5 */ } }

.diamond_label {
  font-size: 0.75rem;
  /* text-xs */
  color: #333;
  /* text-gray-dark */
  text-align: center;
  margin-top: -0.625rem;
  /* -mt-2.5 */ }

/* Modal specific styles */
.diamond_modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  overflow-y: auto;
  /* Allow scrolling for long content */
  padding: 1rem;
  /* Padding for mobile views */ }

.diamond_modal_content {
  background-color: white;
  padding: 1.875rem;
  /* p-7.5 converted from your original popup */
  border-radius: 8px;
  max-width: 820px;
  /* w-[820px] */
  width: 100%;
  /* max-w-[100vw] but controlled by max-width */
  border: 1px solid #e0e0e0;
  /* border border-gray-strokes */
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  /* drop-shadow-tooltip */
  box-sizing: border-box;
  /* Include padding/border in width */
  margin: auto;
  /* Center in case of overflow-y: auto */ }

.diamond_modal_close_button {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 2rem;
  cursor: pointer;
  color: #888;
  background: none;
  border: none;
  padding: 0; }

.diamond_modal_close_button:hover {
  color: #333; }

.diamond_modal_inner_content {
  /* This div wraps the actual content from your headlessui menu items */ }

.diamond_modal_title {
  font-size: 1.6875rem;
  /* text-[27px] approx */
  line-height: 1.2;
  color: #333;
  /* text-gray-dark */
  margin-bottom: 0.5rem;
  /* mb-2 */
  font-weight: normal;
  /* To match your original, which was just text-gray-dark */ }

.diamond_modal_body p {
  font-size: 0.875rem;
  /* font-size:14px */
  margin-bottom: 0.5rem;
  /* Add some spacing between paragraphs */
  line-height: 1.5; }

/* Specific styling for the 'p' tags in the color modal that had a margin-bottom */
.diamond_modal_body .diamond_modal_paragraph {
  margin-bottom: 1.875rem;
  /* margin-bottom: 30px; */ }

.diamond_modal_body hr {
  border: none;
  border-top: 1px solid #eee;
  margin: 1rem 0; }

.diamond_chart_heading {
  font-size: 1.25rem;
  /* font-size:20px */
  font-weight: 500;
  /* font-weight: 500 */
  margin-top: 1.5rem;
  margin-bottom: 1rem; }

.diamond_charts_container {
  display: flex;
  gap: 20px;
  /* Default gap */
  flex-wrap: wrap;
  justify-content: center;
  /* Center images if they don't fill width */ }

/* Specific gap for color charts as per your provided HTML */
.color_charts_container {
  gap: 110px;
  /* gap: 110px from your new content */ }

.diamond_charts_container img {
  max-width: 100%;
  height: auto;
  flex-shrink: 0; }

/* Specific image widths for color charts as per your provided HTML */
.color_charts_container img[src*="9c545437"] {
  /* Target specific image by part of its URL */
  width: 52px; }

.color_charts_container img[src*="9c545460"] {
  width: 56px; }

.color_charts_container img[src*="9c5454dc"] {
  width: 52px; }

/* Carat Weight specific styles */
.carat_weight_details {
  /* Container for the first paragraph and conversion links */ }

.carat_conversion_links {
  display: flex;
  gap: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  justify-content: center;
  flex-wrap: wrap;
  /* Allow wrapping for responsiveness */ }

.carat_link {
  border: 1px solid #000;
  padding: 10px 10px;
  text-decoration: none;
  /* Remove default underline */
  color: inherit;
  /* Inherit text color from parent */
  font-size: 0.9375rem;
  /* font-size: 15px */
  white-space: nowrap;
  /* Prevent breaking into multiple lines */ }

/* Responsive font size for carat conversion links */
@media (max-width: 767px) {
  .carat_link {
    font-size: 0.75rem;
    /* font-size: 12px */
    padding: 8px 8px;
    /* Adjust padding for smaller screens */ }
  .carat_conversion_links {
    gap: 10px;
    /* Reduce gap on smaller screens */ } }

.carat_charts_container {
  margin-top: 20px;
  margin-bottom: 20px;
  gap: 20px; }

.cut_images_row_1 {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  justify-content: center;
  flex-wrap: wrap; }

.cut_images_row_1 img {
  height: auto;
  max-width: 100%; }

.cut_charts_container {
  margin-top: 20px;
  margin-bottom: 20px;
  justify-content: center; }

.cut_charts_container img {
  width: 582px;
  height: 370px;
  max-width: 100%;
  object-fit: contain; }

.hidden {
  display: none; }
