@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
input:not(.outline-none):focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: 2px solid #95CCF0 !important;
  outline-offset: 2px !important; }

input:focus + label {
  outline: 2px solid #95CCF0 !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: 551px)/";
  width: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

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

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.2rem; }

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: 20px; }
  @media (min-width: 551px) {
    html {
      font-size: 20px; } }
  @media (min-width: 768px) {
    html {
      font-size: 20px; } }
  @media (min-width: 1025px) {
    html {
      font-size: 20px; } }

body {
  font-family: "Epilogue", Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.2; }

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

p {
  margin-bottom: 1.2rem; }

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

h1 {
  font-size: 56px; }

h2 {
  font-size: 48px; }

h3 {
  font-size: 40px; }

h4 {
  font-size: 32px; }

h5 {
  font-size: 24px; }

h6 {
  font-size: 20px; }

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

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

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

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

dl dd {
  margin-bottom: 1.2rem; }

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: 40px;
  line-height: 29px; }

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

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

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

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


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

*/
.inlineList {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0.85rem;
  margin-left: -1.1rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.1rem; }
    .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: 1.6rem;
  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.6rem 1.2rem; }
  .table tr th,
  .table tr td {
    padding: 0.6rem 1.2rem;
    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: "Epilogue", Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: rgba(0, 0, 255, 0);
  border-color: #8f8f8f;
  color: #01273d;
  font-size: 1rem;
  padding: 0.8rem 1rem;
  border-radius: 16px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: #0f1d33;
    border-color: #474747;
    color: white; }
  .button:active {
    background-color: #0f1d33;
    border: 1px solid #757575;
    color: white; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.6rem; } }

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

.button--tertiary {
  background-color: #95ccf0;
  border-color: #95ccf0;
  color: #0f1d33; }
  .button--tertiary:hover, .button--tertiary:focus, .button--tertiary.is-active, .button--tertiary.active {
    background-color: #0f1d33;
    border-color: #0f1d33;
    color: white; }
  .button--tertiary:active {
    background-color: #0f1d33;
    border: 1px solid #0f1d33;
    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: 20px;
  padding: 0.45rem 1.2rem; }

.button--tiny { }

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

.button--icon {
  font-size: 1rem;
  padding: 0.6rem 0.6rem; }
  .button--icon svg {
    fill: #01273d; }

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

/*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.6rem;
  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.2;
  margin: 0;
  padding: 0.3rem 0.6rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.3rem; }
  .dropdown-menu-item a {
    margin: -0.3rem; }

/*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.2rem; }

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

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

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

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

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

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

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

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

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

```html_example
<div class="form-field">
    <label class="form-label" for="select1">Native Select label</label>
    <select class="form-select" name="select1" id="select1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
</div>
```
*/
.form-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: white;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #8f8f8f;
  color: #666666;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: 0.6rem;
  border-radius: 0;
  cursor: pointer;
  height: 2.4rem;
  margin: 0;
  outline: 0; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.radius {
    border-radius: 16px; }
  .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 #666666;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
  margin-bottom: 1.2rem;
  max-width: none;
  padding: 1.2rem; }

.form-row {
  margin: 0 -0.6rem;
  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.6rem;
    padding-right: 0.6rem;
    width: 100%;
    float: left;
    max-width: none; }
  @media (min-width: 551px) {
    .form-row--half .form-field {
      width: 50%; }
    .form-row--third .form-field {
      width: 33.33333%; }
    .form-row--quarter .form-field {
      width: 25%; } }

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

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

```html_example
<div class="form-field">
</div>
```
*/
.form-field {
  display: block;
  margin: 0 0 1.6rem;
  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.3rem;
    padding-left: 1.5rem;
    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: 0.8rem;
      left: 0;
      top: 0;
      width: 0.8rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 0.7rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 0.7rem; }

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

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

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

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

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

/*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: 1.8rem; }
  .form-input.has-icon + .icon {
    height: 2.4rem;
    margin-left: -1.8rem;
    width: 1rem; }

/*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: 2.4rem; }

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

.form-prefixPostfix-label {
  background-color: white;
  border: solid #666666;
  border-width: 1px;
  flex: 1;
  font-weight: 300;
  height: 2.4rem;
  line-height: normal;
  max-width: 4.5rem;
  padding: 0.6rem;
  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.6rem 0 0; }

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

/*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: #01273d;
    box-shadow: 0 0 4px rgba(1, 39, 61, 0.4); }

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

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

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

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

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

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

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

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

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

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

### Form Actions --fixed

```html_example
<div class="form-actions form-actions--fixed">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```
*/
.form-actions {
  background: none;
  border: 0;
  text-align: center; }
  @media (min-width: 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 #666666;
    bottom: 0;
    left: 0;
    padding: 1.2rem 1.6rem;
    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.1rem;
  width: 1.1rem;
  float: left;
  margin: 0 0 0 -1.5rem;
  position: relative;
  top: 0.5rem; }
  .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.15rem; }
  .form-field-errors ul,
  .form-field-errors ol {
    list-style: none;
    margin-bottom: 0; }

.form-inlineMessage {
  display: inline-block;
  line-height: 24px;
  margin: 0.3rem 0 -0.4rem;
  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.2rem 1.6rem 0; }

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

.panel-body {
  margin-bottom: 1.2rem;
  padding: 1rem 1.6rem 1.2rem;
  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: #666666;
  float: left;
  font-size: 1rem;
  line-height: 1rem;
  margin: 0;
  line-height: 1.2; }
  .breadcrumb a {
    color: #666666; }
  .breadcrumb.current {
    color: #414141;
    cursor: default; }
    .breadcrumb.current a {
      color: #414141;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #999999; }
    .breadcrumb.unavailable a {
      color: #999999; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #999999;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #757575;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.4rem; }
    @media (min-width: 481px) {
      .breadcrumb::before {
        margin: 0 0.4rem; } }

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

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

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

.tab-title {
  color: #01273d;
  display: block;
  font-size: 20px;
  padding: 0.6rem 1.2rem; }
  .tab-title:hover {
    background-color: #01273d;
    color: white; }

.tab.is-active .tab-title {
  background-color: #01273d;
  color: white;
  font-weight: 500; }

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

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

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

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

.tab-content {
  display: none;
  padding: 1.2rem 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.2rem; }

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

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

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

.navBar-action {
  color: black;
  font-size: 20px;
  padding: 0.6rem; }

/*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.2rem; }

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

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

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

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #757575;
    font-size: 1rem;
    margin-left: 0.3rem; }
    .pagination-list li a, .pagination-list li button {
      border-radius: 16px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #757575;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.25rem 0.4rem; }
  .pagination-list li {
    display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 0.9rem; }
  .alertBox-close .icon {
    height: 1rem;
    width: 1rem; }
  .alertBox-close svg {
    fill: #666666; }

/*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.2rem; }
  .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.5rem;
    display: block;
    font-family: "Epilogue", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #e5e5e5; }
  .accordion-navigation .accordion-title {
    padding: 1.2rem 1.5rem; }

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

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

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

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

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

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

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

.modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 0.6rem 1.2rem;
  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.6rem; }
  @media (min-width: 481px) {
    .modal-footer-link {
      display: inline;
      margin: 1.2rem; } }

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

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

.loadingNotification {
  left: 50%;
  position: fixed;
  text-align: center;
  top: 2.4rem;
  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: 2.88rem;
    transform: scale(0.9) translateX(-50%); }
  .loadingNotification.ng-hide-remove-active {
    opacity: 1;
    top: 2.4rem;
    transform: scale(1) translateX(-50%); }

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

.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: 2rem;
    width: 2rem;
    border-radius: 2rem;
    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.2rem 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.6rem 0; }

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

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

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

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

.actionBar-item {
  margin-bottom: 1.2rem; }
  @media (min-width: 551px) {
    .actionBar-item {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 1.2rem;
      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: 2.4rem;
  padding: 0 0; }

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

.card-image {
  border: 1px solid #666666;
  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: #757575; }

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

.card-body {
  padding: 18px 4px 0; }
  .card-body > :first-child {
    margin-top: 0; }
  .card-body > :last-child {
    margin-bottom: 0; }
  .card-body .card-text {
    color: #757575; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  height: 3.05rem;
  margin-top: -0.75rem;
  padding: 0.5rem;
  width: 2rem;
  z-index: 1; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.05rem;
    width: 1rem; }
  .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: 1025px) {
    .slick-next {
      right: -2.7rem; } }
  .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: 1025px) {
    .slick-prev {
      left: -2.7rem; } }
  .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: 1.6rem;
    width: 1.6rem;
    margin: 0;
    padding: 0.25rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 0.75rem;
      width: 0.75rem;
      border-radius: 50%; }
    .slick-dots li button {
      border: 1px solid #333333;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: #333333; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #757575; }

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

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

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

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

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

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

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

figure {
  margin-bottom: 1.6rem;
  margin-top: 1.6rem; }
  figure > figcaption {
    margin-bottom: -0.4rem; }

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

body {
  font-size: 16px;
  font-weight: 500; }
  @media (min-width: 768px) {
    body {
      font-size: 18px; } }
  @media (min-width: 1025px) {
    body {
      font-size: 1rem; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-top: 1.8rem;
  color: #01273d; }

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

cite {
  line-height: 1.2;
  margin: 0.4rem 0 0; }

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

h1 {
  font-size: 56px; }

h2 {
  font-size: 48px; }

h3 {
  font-size: 40px; }

h4 {
  font-size: 32px; }

h5 {
  font-size: 24px; }

h6 {
  font-size: 20px; }

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

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #757575;
  float: left;
  font-weight: 400;
  margin: 0 0.3rem 0 0; }

.definitionList-value {
  margin: 0; }

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

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

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

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

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

.table--line {
  border-color: #e5e5e5;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #e5e5e5;
    border-width: 0 0 1px; }
    .table--line .table-thead tr th {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line .table-thead tr th {
          text-align: center; }
          .table--line .table-thead tr th:first-child {
            text-align: left; }
          .table--line .table-thead tr th:last-child {
            text-align: right; } }
      .table--line .table-thead tr th + th {
        padding-left: 1.2rem; }
  .table--line tr {
    border-color: 1px solid #e5e5e5; }
    .table--line tr td {
      display: block;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line tr td {
          text-align: center; }
          .table--line tr td:first-child {
            text-align: left; }
          .table--line tr td:last-child {
            text-align: right; } }
      .table--line tr td + td {
        padding-left: 1.2rem; }
  .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: 3.6rem 0;
    position: relative; }
  .dropdown-menu.is-open {
    display: block; }
  .dropdown-menu .button:focus {
    z-index: 5; }

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

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

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

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

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

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

.modal-header {
  padding-left: 1.8rem;
  padding-right: 2.2rem; }

.modal-header-title {
  font-size: 40px;
  text-align: center; }
  @media (min-width: 768px) {
    .modal-header-title {
      font-size: 48px; } }

.modal-close {
  height: 1.6rem;
  width: 1.6rem;
  color: #757575;
  font-size: 26px;
  line-height: 1.6rem;
  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.5rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .modal-close::after {
    background-color: #313440;
    border-radius: 0.4rem;
    color: white;
    content: attr(title);
    cursor: default;
    font-size: 1rem;
    padding: 0.2rem 0.3rem;
    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: 768px) {
    .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.5rem); }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 60px 80px 55px 61px; }
  @media (max-width: 1439px) {
    .modal-body {
      padding: 40px 40px 20px 20px; } }
  @media (max-width: 767px) {
    .modal-body {
      padding: 35px 20px 15px 15px; } }

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Epilogue", 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.1rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #01273d;
      border-color: #01273d;
      color: white; }
    .modal--alert .button-container .confirm:focus,
    .modal--alert .button-container .confirm:hover {
      background-color: white;
      border-color: #01273d;
      color: #01273d; }
    .modal--alert .button-container .confirm:active {
      background-color: white;
      border-color: #01273d;
      color: #0267a1; }

.hide-content {
  opacity: 0; }

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

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

.breadcrumbs {
  padding-top: 60px;
  padding-bottom: 56px; }
  @media (max-width: 1024px) {
    .breadcrumbs {
      padding-top: 48px;
      padding-bottom: 40px; } }
  @media (max-width: 767px) {
    .breadcrumbs {
      padding-top: 32px;
      padding-bottom: 24px; } }

.breadcrumb {
  margin-right: 0.25rem;
  color: #666666; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: pointer;
    color: #414141; }
  .breadcrumb:not(:first-child)::before {
    content: "";
    display: inline-block;
    height: 0.8em;
    margin: 0 0.25rem;
    width: 10px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="13" viewBox="0 0 8 13" fill="none"><path d="M0.999674 0.714844L6.83301 6.03772L0.999674 11.3606" stroke="%237B7B7B" stroke-linecap="square" stroke-linejoin="round"/></svg>');
    background-size: 20px 13px;
    background-repeat: no-repeat;
    background-position: center; }
    @media (max-width: 767px) {
      .breadcrumb:not(:first-child)::before {
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 8 13" fill="none"><path d="M0.999674 0.714844L6.83301 6.03772L0.999674 11.3606" stroke="%237B7B7B" stroke-linecap="square" stroke-linejoin="round"/></svg>');
        height: 0.5rem;
        width: 0.5rem;
        background-size: 10px 6px; } }

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

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

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

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

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

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

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

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

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

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

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

.button {
  overflow: hidden;
  text-transform: uppercase;
  transition: all 0.3s ease; }
  .button::before, .button::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #0f1d33;
    transition: 0.3s ease-in-out; }
  .button::before {
    transform: translateY(-100%); }
  .button::after {
    transform: translateY(100%); }
  .button:hover {
    color: white;
    background-color: transparent !important; }
    .button:hover::before {
      transform: translateY(calc(-50% + 1px)); }
    .button:hover::after {
      transform: translateY(50%); }
  .button.button--primary {
    background-color: #01273d;
    color: white;
    border-color: #01273d; }
    .button.button--primary::after, .button.button--primary::before {
      background-color: white; }
    .button.button--primary:hover {
      color: #01273d; }
  .button.button--tertiary {
    background-color: #95ccf0;
    color: #0f1d33;
    border-color: #95ccf0; }
    .button.button--tertiary::after, .button.button--tertiary::before {
      background-color: #0f1d33; }
    .button.button--tertiary:hover {
      color: white; }
  .button.button--disabled {
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none; }
  .button.button--padding {
    padding: 19px 76px; }
  .button.button--quote {
    border: 2px solid #01273d;
    padding: 19px 50px;
    background-color: transparent; }
    @media (max-width: 1024px) {
      .button.button--quote {
        padding: 12px 31px; } }
    @media (max-width: 767px) {
      .button.button--quote {
        padding: 8px 25px; } }
    @media (max-width: 550px) {
      .button.button--quote {
        font-size: 12px;
        padding: 4px 31px;
        border-radius: 7px; } }
    .button.button--quote::before, .button.button--quote::after {
      background-color: #01273d;
      color: white; }
    .button.button--quote:hover::before, .button.button--quote:hover::after {
      z-index: 1; }
    .button.button--quote span {
      position: relative;
      z-index: 2; }
  .button.button--viewmore {
    color: #95CCF0;
    padding: 10px 20px;
    border-radius: 12.7px; }
  .button.button--compare {
    font-size: 15px; }
    .button.button--compare:focus {
      color: #01273d; }

.modal--alert .button-container .confirm:hover {
  color: white; }

.tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 767px) {
    .tabs {
      gap: 21.5px; } }
  .tabs:before, .tabs:after {
    content: none; }
  .tabs.home-category-tabs .tab-title {
    padding: 16px 45px; }
    @media (max-width: 1024px) {
      .tabs.home-category-tabs .tab-title {
        font-size: 18px;
        padding: 16px 30px; } }
    @media (max-width: 767px) {
      .tabs.home-category-tabs .tab-title {
        opacity: 0.6;
        font-size: 16px;
        padding: 16px 20px; } }
    @media (max-width: 550px) {
      .tabs.home-category-tabs .tab-title {
        font-size: 12px;
        padding: 10px;
        border-radius: 14px; } }
  @media (max-width: 550px) {
    .tabs.home-category-tabs .tab {
      border: none;
      border-radius: 14px;
      margin-bottom: 5px; } }
  .tabs.home-category-tabs .tab.is-active .tab-title {
    opacity: 1; }

.tab {
  float: none;
  border: 1px solid #01273d;
  border-radius: 10px; }
  @media (min-width: 768px) {
    .tab {
      float: left; } }
  .tab.is-active {
    background-color: #01273d; }
    @media (min-width: 551px) {
      .tab.is-active {
        margin-bottom: -1px; } }

.tab-title {
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 10px; }
  @media (min-width: 551px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 768px) {
    .tab-title {
      padding: 12px; } }
  @media (min-width: 1025px) {
    .tab-title {
      padding: 16px; } }

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

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

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

.accordion-title {
  color: #444444;
  font-size: 20px;
  margin: 0; }

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

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

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

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

.accordion--navList .accordion-block .toggleLink-text {
  font-size: 15px;
  font-weight: 500;
  margin-top: 12px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-inlineMessage {
  display: block; }

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

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

.form-field--success .form-input[type="text"] {
  padding-right: 2.4rem;
  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.55rem center;
  background-repeat: no-repeat; }

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

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

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

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

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

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

.form-label--alternate {
  font-family: "Epilogue", Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin-bottom: 0.6rem; }

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

.form-select--small,
.form-select--date {
  background-position: right 0.4rem top 0.4rem;
  background-size: 0.9rem;
  font-size: 20px;
  height: 2rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.45rem 0.6rem;
  padding-right: 2rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-increment .button {
  margin: 0;
  padding: 0.15rem 0.25rem; }

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

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

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

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

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

.form-input--small {
  font-size: 20px;
  height: 2rem;
  line-height: 1rem;
  padding: 0.45rem 0.6rem; }

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

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

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

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

.form-inlineMessage {
  font-size: 18px; }
  @media (max-width: 1024px) {
    .form-inlineMessage {
      font-size: 16px; } }
  @media (max-width: 767px) {
    .form-inlineMessage {
      font-size: 14px; } }
  @media (max-width: 550px) {
    .form-inlineMessage {
      font-size: 12px; } }

.form--contact input,
.form--contact textarea {
  border-radius: 9px;
  border: 1.78px solid #666666;
  color: #828282;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
  height: 53px;
  padding: 20px 28px; }
  @media (max-width: 1024px) {
    .form--contact input,
    .form--contact textarea {
      font-size: 18px; } }
  @media (max-width: 767px) {
    .form--contact input,
    .form--contact textarea {
      font-size: 16px; } }
  @media (max-width: 550px) {
    .form--contact input,
    .form--contact textarea {
      font-size: 12px; } }

.form--contact select {
  height: 53px;
  padding: 0 28px;
  border: 1.78px solid #666666;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  color: #828282;
  border-radius: 9px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }
  @media (max-width: 1024px) {
    .form--contact select {
      font-size: 18px; } }
  @media (max-width: 767px) {
    .form--contact select {
      font-size: 16px; } }
  @media (max-width: 550px) {
    .form--contact select {
      font-size: 12px; } }

.form--contact textarea {
  min-height: 158px; }

.form--contact button {
  min-width: 255px;
  padding: 20px; }
  @media (max-width: 550px) {
    .form--contact button {
      text-transform: capitalize;
      color: #95CCF0;
      border-radius: 12.658px;
      background: #0F1D33;
      padding: 12px 30px 13px 18px;
      width: fit-content !important;
      min-width: 123px; } }

.form--contact .form-field {
  margin-bottom: 31px; }
  @media (max-width: 1024px) {
    .form--contact .form-field {
      margin-bottom: 20px; } }
  @media (max-width: 550px) {
    .form--contact .form-field {
      margin-bottom: 12px; } }

.custom-select {
  position: relative;
  width: 100%; }
  .custom-select::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 35px;
    width: 15px;
    height: 8px;
    transform: translateY(-50%);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="8" viewBox="0 0 15 8" fill="none"><path d="M12.6412 0L7.43821 4.293L2.23521 0L0.521484 1.414L7.43821 7.121L14.3549 1.414L12.6412 0Z" fill="%23666666"/></svg>');
    background-repeat: no-repeat;
    pointer-events: none; }

.card {
  margin-bottom: 60px; }
  .card.focus-within .card-figcaption {
    opacity: 1; }
  @media (max-width: 550px) {
    .card {
      display: flex;
      gap: 15px; }
      .card .card-figure {
        width: 100%;
        max-width: 139px;
        height: fit-content; }
        .card .card-figure .card-img-container::after {
          padding-bottom: 100%; }
      .card .card-body {
        padding: 0; } }
  @media (max-width: 374px) {
    .card .card-figure {
      max-width: 100px; } }
  .card.card-search {
    border-radius: 18.144px;
    border: 0.907px solid #0F1D33;
    margin-bottom: 27px;
    padding: 17px 23px 15px; }
    @media (max-width: 1439px) {
      .card.card-search {
        padding: 15px; } }
    .card.card-search .card-figure {
      min-width: 35%;
      max-width: 128px;
      border: none; }
      .card.card-search .card-figure:hover {
        border: none;
        box-shadow: none; }
    .card.card-search .card-body {
      padding: 0; }
    .card.card-search .card-title {
      font-size: 18px; }
    .card.card-search .card-img-container::after {
      padding-bottom: 100%; }

.card-figure {
  margin-top: 0;
  overflow: hidden;
  padding: 3px;
  position: relative;
  border-radius: 21.117px;
  border: 1.5px solid #666666; }
  .card-figure:hover {
    border-radius: 20px;
    border: 1px solid #0F1D33;
    box-shadow: 4.223px 3.379px 0px 0px #0F1D33; }
    .card-figure:hover .card-figcaption {
      opacity: 1; }
  .card-figure__link {
    display: block;
    position: relative; }

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

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

.card-figcaption-body {
  display: inline-block;
  pointer-events: all;
  transform: translate3d(0, -50%, 0);
  top: 90%;
  width: calc(100% - 64px); }
  .card-figcaption-body.has-compare-button {
    top: 80%; }
    @media (max-width: 1024px) {
      .card-figcaption-body.has-compare-button {
        top: 70%; } }
  .card-figcaption-body .button {
    width: 100%; }

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

.card-title {
  font-size: 23.651px;
  margin: 0 0 5px;
  font-weight: 500; }
  .card-title > a {
    color: black;
    display: block;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box; }
    @media (max-width: 1439px) {
      .card-title > a {
        font-size: 20.651px; } }
    @media (max-width: 1024px) {
      .card-title > a {
        font-size: 17.651px; } }
    @media (max-width: 767px) {
      .card-title > a {
        font-size: 12px; } }
    @media only screen and (min-width: 768px) {
      .card-title > a {
        line-height: 29px;
        height: 58px;
        -webkit-line-clamp: 2; } }
    @media only screen and (max-width: 767px) {
      .card-title > a {
        line-height: 14.4px;
        height: 28.8px;
        -webkit-line-clamp: 2; } }
    .card-title > a:hover {
      color: #01273d; }

.card-text {
  margin-bottom: 0.15rem; }
  .card-text abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }
  .card-text[data-test-info-type="brandName"] {
    color: #01273d;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.08px; }
    @media (max-width: 767px) {
      .card-text[data-test-info-type="brandName"] {
        font-size: 12px !important; } }

.card-figcaption-button {
  border: 1px solid #01273d;
  display: block;
  margin: 0.3rem 0 0;
  border-radius: 11px;
  padding: 13px; }
  .card-figcaption-button:active {
    background-color: white;
    border: 1px solid #01273d; }
  .card-figcaption-body .card-figcaption-button:focus {
    background-color: white;
    outline: revert; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.3rem 0 0; }

.card-body .price {
  color: black;
  font-weight: 700;
  font-size: 21.117px; }
  @media (max-width: 550px) {
    .card-body .price {
      font-size: 15px;
      font-weight: 500; } }

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

.card-figure-top {
  z-index: 101; }
  .card-figure-top button::before, .card-figure-top button::after {
    background-color: transparent; }
  .card-figure-top button:hover {
    color: #01273d; }
  .card-figure-top .wishlist {
    padding: 11px 9px; }

.card-figcaption-bottom .card-figcaption-button {
  width: calc(100% - 26px); }
  @media (max-width: 767px) {
    .card-figcaption-bottom .card-figcaption-button {
      padding: 8px 12px;
      width: fit-content;
      font-size: 12px; } }

.card .card-text[data-test-info-type="price"] {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center; }

.card .price--rrp, .card .price--non-sale, .card .price--discounted {
  color: #666666;
  font-size: 16.049px;
  font-weight: 500; }

.card .rating--small {
  display: inline-flex; }
  .card .rating--small > span {
    display: inline-flex;
    justify-content: space-between;
    max-width: 91px;
    min-width: 91px; }
    @media (max-width: 767px) {
      .card .rating--small > span {
        max-width: 81px;
        min-width: 81px; } }
    .card .rating--small > span .icon {
      width: 16px;
      height: 16px;
      margin-top: 0; }
      @media (max-width: 767px) {
        .card .rating--small > span .icon {
          width: 14px;
          height: 14px; } }

.card .card-text[data-test-info-type="productRating"] {
  display: flex;
  align-items: center;
  gap: 3px; }
  @media (min-width: 768px) {
    .card .card-text[data-test-info-type="productRating"] {
      gap: 5px; } }
  @media (min-width: 1025px) {
    .card .card-text[data-test-info-type="productRating"] {
      gap: 7px; } }

.card .raring-count {
  color: #01273d;
  font-size: 14.897px; }
  @media (min-width: 768px) {
    .card .raring-count {
      font-size: 18px; } }
  @media (min-width: 1025px) {
    .card .raring-count {
      font-size: 20.272px; } }

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

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

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

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.3rem;
  padding-left: 1.5rem;
  position: relative;
  vertical-align: baseline;
  width: 100%;
  font-size: 15px; }
  .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: 0.8rem;
    left: 0;
    top: 0;
    width: 0.8rem; }
  .navList-action--checkbox::after {
    height: 0.7rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 0.7rem; }
  .navList-action--checkbox::before {
    border-radius: 16px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(51, 51, 51, 0.999);
    content: "";
    font-size: 0.7rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    top: 50%; }
  .navList-action--checkbox::before {
    margin-top: -0.4rem; }
  .navList-action--checkbox::after {
    margin-top: -0.35rem; }
  .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.2rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 0.65rem;
    width: 0.65rem;
    fill: #333333; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

.navBar {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 68px; }
  @media (max-width: 1024px) {
    .navBar {
      margin-bottom: 48px; } }
  @media (max-width: 767px) {
    .navBar {
      margin-bottom: 32px; } }
  @media (max-width: 550px) {
    .navBar {
      margin-bottom: 22px; } }
  .navBar::after, .navBar::before {
    display: none; }
  .navBar-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap; }
    .navBar-section::after, .navBar-section::before {
      display: none; }
    @media (max-width: 550px) {
      .navBar-section {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap; } }
  .navBar .navBar-item {
    display: inline-flex;
    padding: 13px 18px 11px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: 3px solid #01273d;
    transition: all 0.3s ease-in-out;
    color: #01273d;
    cursor: pointer; }
    @media (max-width: 1439px) {
      .navBar .navBar-item {
        padding: 7px 8px 5px;
        border-radius: 4.965px;
        border-width: 1.241px; } }
    .navBar .navBar-item.is-active, .navBar .navBar-item:hover {
      background-color: #01273d;
      color: white; }
  .navBar .navBar-action {
    padding: 0;
    font-size: 24px;
    color: inherit; }
    @media (max-width: 1439px) {
      .navBar .navBar-action {
        font-size: 20px; } }
    @media (max-width: 1024px) {
      .navBar .navBar-action {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .navBar .navBar-action {
        font-size: 14px; } }
    @media (max-width: 550px) {
      .navBar .navBar-action {
        font-size: 12px; } }

@media (min-width: 1025px) {
  .headerNav .navPages-item {
    position: relative; }
    .headerNav .navPages-item .navPage-subMenu {
      z-index: 9999; }
    .headerNav .navPages-item:hover > .navPage-subMenu, .headerNav .navPages-item:focus-within > .navPage-subMenu {
      display: block !important; }
  .headerNav .navPage-subMenu-item-child {
    position: relative; }
    .headerNav .navPage-subMenu-item-child > .navPage-subMenu {
      z-index: -1; }
      .headerNav .navPage-subMenu-item-child > .navPage-subMenu .navPage-subMenu-list {
        padding-left: 20px;
        box-shadow: 0px 24px 32px 4px rgba(167, 174, 186, 0.12); }
    .headerNav .navPage-subMenu-item-child:hover > .navPage-subMenu {
      display: block !important;
      top: 0;
      left: calc(100% - 24px); }
    .headerNav .navPage-subMenu-item-child .navPage-subMenu-action {
      display: flex;
      justify-content: space-between;
      align-items: center; } }

.loadingOverlay {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 4px;
  display: block;
  background-color: rgba(203, 160, 82, 0.05);
  border-radius: 2px;
  overflow: hidden;
  width: 150px; }
  .loadingOverlay::before {
    content: unset; }
  .loadingOverlay .loader-progress {
    background-color: #01273d; }
    .loadingOverlay .loader-progress::before {
      content: "";
      position: absolute;
      background-color: inherit;
      top: 0;
      left: -35%;
      width: 100%;
      bottom: 0;
      will-change: transform;
      animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
    .loadingOverlay .loader-progress::after {
      content: "";
      position: absolute;
      background-color: inherit;
      top: 0;
      left: -200%;
      width: 100%;
      bottom: 0;
      will-change: transform;
      animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
      animation-delay: 1.15s; }
  .loadingOverlay.bottom-0 {
    top: unset;
    bottom: 0 !important; }

.traffic-loader {
  width: 40px;
  height: 40px;
  --c: radial-gradient(farthest-side, #95CCF0 92%, #0000);
  background: var(--c) 50% 0, var(--c) 50% 100%, var(--c) 100% 50%, var(--c) 0 50%;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  animation: s8 1s infinite;
  position: relative; }

.traffic-loader::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: 3px;
  background: repeating-conic-gradient(#0000 0 35deg, #95CCF0 0 90deg);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 3px), #000 0);
  border-radius: 50%; }

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

.icon.icon--chevron-down2 {
  color: #7B7B7B;
  width: 10px;
  height: 6px; }

.icon.icon--12 {
  height: 0.6rem;
  width: 0.6rem; }

.icon.icon-heart-full {
  filter: drop-shadow(2.95px 2.4px 0px #000000); }

.icon.not-fill svg {
  fill: none !important; }

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

.actionBar-section .form-label {
  color: #757575;
  font-size: 20px;
  line-height: 1.9rem;
  margin-bottom: 0;
  padding-left: 0.6rem; }

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

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

.actionBar-section .form-select {
  color: #333333;
  height: 1.9rem; }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #333333;
  color: white;
  cursor: default;
  font-weight: 700;
  margin: -0.55rem -0.55rem 0 0;
  padding: 0.05rem 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.2rem; }
  .navUser-section + .navUser-section {
    margin-left: 1.2rem; }
  @media (min-width: 551px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 768px) {
    .navUser {
      padding: 0 1.2rem;
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; } }
  .navUser .dropdown-menu {
    background-color: white;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
    position: absolute; }
    .navUser .dropdown-menu.is-open::before {
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #cccccc transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.6rem;
      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.7rem;
      position: absolute; }

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

.navUser-action {
  color: white;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase; }
  .navUser-action:hover, .navUser-action.is-open {
    color: white; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: white;
      stroke: transparent; }
  .navUser-action svg {
    fill: white;
    stroke: transparent;
    transition: all 0.15s ease; }

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

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

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 15rem;
  padding: 1.2rem; }
  .navUser-action--storeCredit + .dropdown-menu::before {
    left: 7rem !important; }
  .navUser-action--storeCredit + .dropdown-menu::after {
    left: 7.1rem !important; }

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

@media (max-width: 1024px) {
  .header-item.item--search, .header-item.item--cart {
    position: relative;
    z-index: 99; } }

.header-item.item--currency {
  background-color: #ffffff;
  border-radius: 10px; }
  .header-item.item--currency .navUser-action {
    color: #000000;
    font-size: 12.32px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.385px;
    padding: 7px 5.5px 5px 6.6px;
    gap: 6px;
    transform: translateY(0); }
  .has-header-transparent .header-item.item--currency {
    background-color: transparent; }
    .has-header-transparent .header-item.item--currency .navUser-action {
      color: white; }
  .header-item.item--currency .icon--location {
    width: 13px;
    height: 17px;
    transform: translateY(-1px); }
  .header-item.item--currency .icon--chevron-down {
    width: 10px;
    height: 7px; }
  .header-item.item--currency #currencySelection {
    min-width: 200px;
    left: unset !important;
    right: 0;
    display: inline-block !important;
    margin: 0;
    max-width: 100vw;
    width: 0;
    margin-top: 10px;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background-color: #ffffff;
    border: 1px solid #01273d;
    transform: translateY(-20px);
    transition: all 0.2s linear;
    z-index: 102; }
    .header-item.item--currency #currencySelection .dropdown-menu-item {
      overflow: hidden; }
      .header-item.item--currency #currencySelection .dropdown-menu-item a {
        display: flex;
        padding: 4px; }
    .header-item.item--currency #currencySelection .text {
      font-size: 14px; }
    .header-item.item--currency #currencySelection.is-open {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: translate(0); }

@media (max-width: 1024px) {
  .header-item.item--hamburger {
    height: 1rem;
    width: 1rem; } }

@media (max-width: 1024px) {
  .header-item .navUser-icon .icon {
    height: 1rem;
    width: 1rem; } }

.navUser-item {
  display: none; }
  @media (min-width: 768px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.25rem;
        padding-right: 0.25rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.25rem;
        margin-top: 0.4rem;
        padding-left: 0.1rem; } }

.navUser-item--cart .navUser-action {
  color: white; }
  .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
    color: white; }

.navUser-item--cart .dropdown-menu {
  max-width: 16rem; }
  .navUser-item--cart .dropdown-menu.is-open {
    left: auto !important;
    right: 0.25rem;
    top: auto !important; }
    @media (min-width: 768px) {
      .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.35rem; }
      @media (min-width: 768px) {
        .navUser-item--cart .dropdown-menu.is-open::before {
          right: 0.6rem; } }
    .navUser-item--cart .dropdown-menu.is-open::after {
      right: 0.45rem; }
      @media (min-width: 768px) {
        .navUser-item--cart .dropdown-menu.is-open::after {
          right: 0.7rem; } }

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

.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: #01273d;
  display: none;
  padding: 1.2rem 0; }
  @media (min-width: 551px) {
    .dropdown--quickSearch {
      padding: 2.4rem; } }
  .dropdown--quickSearch.is-open {
    display: block;
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 50; }
  .dropdown--quickSearch .form {
    margin: auto;
    max-width: 30rem; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .form-input {
    font-size: 32px;
    height: unset; }
  .dropdown--quickSearch .productGrid {
    padding: 1.2rem 0 0; }
    @media (min-width: 551px) {
      .dropdown--quickSearch .productGrid {
        padding: 2.4rem 0 0; } }

.countPill {
  position: absolute;
  z-index: 1;
  top: -15px;
  right: -15px;
  background-color: #95ccf0;
  border-radius: 50%;
  color: #ffffff;
  display: none;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-left: 0.15rem;
  text-align: center;
  width: 20px; }

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

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

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

.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: relative; } }
  .navPages-container.is-open {
    display: block;
    padding-top: 69px; }

.navPages {
  background-color: #01273d;
  height: 100vh;
  overflow-y: auto;
  padding: 1.2rem; }
  @media (min-width: 1025px) {
    .navPages {
      background-color: white;
      margin: 0 auto;
      max-width: 60rem;
      width: 100%;
      background: none;
      overflow-y: visible;
      padding: 0;
      text-align: center;
      height: auto; }
      .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.2rem; }
      .navPages-section + .navPages-section {
        margin-left: 1.2rem; } }
  @media (min-width: 1025px) and (min-width: 551px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 1025px) {
      .navPages-item, .navPages-action {
        display: block; } }
  .navPages ul {
    list-style: none; }
  .navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    @media (min-width: 1025px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 60rem;
        width: 100%;
        border-left: 0;
        margin: auto;
        padding-left: 0;
        padding-top: 20px;
        background-color: white;
        border-radius: 16px; }
        .navPages .navPage-subMenu-list:before, .navPages .navPage-subMenu-list:after {
          content: " ";
          display: table; }
        .navPages .navPage-subMenu-list:after {
          clear: both; } }

.navPages-list {
  margin: 0; }
  @media (min-width: 1025px) {
    .navPages-list {
      display: inline-flex;
      float: none;
      column-gap: 24px;
      flex-wrap: wrap; } }
  @media (min-width: 1440px) {
    .navPages-list {
      column-gap: 44px; } }
  @media only screen and (min-width: 1600px) {
    .navPages-list {
      column-gap: 88px; } }
  .navPages-list + .navPages-list {
    border-top: 1px solid #cccccc;
    margin-top: 0.6rem;
    padding-top: 0.6rem; }

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

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

@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-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
    border: solid 1px #d6cdc0;
    border-radius: 4px;
    float: left;
    height: 35px;
    margin-top: -10px;
    padding: 11.7px;
    transform: rotate(-145deg);
    width: 35px;
    border-radius: 50%; }
    @media (min-width: 1025px) {
      .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        height: 0.4rem;
        width: 0.4rem;
        border: 0;
        border-radius: 0;
        float: none;
        margin-top: 0;
        padding: 0;
        transform: rotate(-90deg); } }
  .navPages-action-depth-max.has-subMenu.is-open svg {
    height: 9.6px;
    width: 9.6px; }
    @media (min-width: 1025px) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

.navPages-action {
  color: white;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 0.6rem 0;
  text-decoration: none; }
  @media (min-width: 1025px) {
    .navPages-action {
      padding: 14px 0 12px; } }
  @media (min-width: 1025px) {
    .navPages-action {
      display: inline-block;
      font-size: 20px; } }
  @media (min-width: 1440px) {
    .navPages-action {
      font-size: 24px;
      padding-top: 24px; } }
  @media (min-width: 1025px) {
    .navPages-action.navPage-subMenu-action {
      color: #111b29; }
      .navPages-action.navPage-subMenu-action:hover {
        color: #97a3b7; } }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
    align-items: center;
    display: flex;
    justify-content: space-between; }
  .navPages-action.is-open svg,
  .navPages-action .collapsible-icon-wrapper.is-open svg {
    fill: white;
    stroke: white; }
  .navPages-action:hover, .navPages-action.activePage {
    color: white; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: white;
      stroke: white; }
  .navPages-action svg {
    fill: white;
    stroke: white;
    transition: all 0.15s ease; }

.navPages-action--storeCredit {
  color: #757575; }

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

.navPages-action-moreIcon {
  height: 0.4rem;
  width: 0.4rem;
  margin-left: 0.6rem;
  transform: rotate(-90deg); }
  @media (min-width: 1025px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon,
  .collapsible-icon-wrapper.is-open .navPages-action-moreIcon {
    transform: rotate(0); }

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

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 1025px) {
    .navPage-subMenu {
      background-color: white;
      position: absolute;
      text-align: left;
      padding: 0;
      max-width: 100% !important;
      min-width: 310px;
      border-radius: 16px; }
      .navPage-subMenu .navPage-subMenu-list {
        box-shadow: 3px 24px 32px 4px rgba(167, 174, 186, 0.12); }
      .navPage-subMenu.is-open {
        display: block;
        left: 0;
        width: 100%; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
    margin-right: 0; }
    @media (min-width: 1025px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
        margin-right: auto; } }

@media (min-width: 1025px) {
  .navPages-item > .navPage-subMenu::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="27" height="9" viewBox="0 0 27 9" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.475586 8.51408H26.1926C25.9644 8.09373 25.5923 7.69915 25.0765 7.36282L16.6848 1.89126C14.8343 0.684683 11.834 0.684683 9.98343 1.89126L1.59171 7.36282C1.07589 7.69915 0.703844 8.09373 0.475586 8.51408Z" fill="white"/></svg>');
    width: 25.717px;
    height: 7.528px; } }

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

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

@media (min-width: 1025px) {
  .navPage-subMenu-horizontal .navPages-action-moreIcon {
    display: inline-flex; } }

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

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media (min-width: 1025px) {
    .navPage-subMenu-item-child .navPage-subMenu-action,
    .navPage-subMenu-item-parent .navPage-subMenu-action {
      padding-left: 28px;
      padding-right: 20px;
      width: 100%;
      font-size: 18px; } }

.navPage-subMenu-action {
  padding: 0.6rem 0; }
  @media (min-width: 1025px) {
    .navPage-subMenu-action {
      padding: 0.6rem 0 0.9rem; } }
  .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
    padding: 0 0 0 1.2rem; }
    @media (min-width: 1025px) {
      .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
        padding: 0.6rem 0 0.9rem; } }
  .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.3rem; }

.navPages-quickSearch {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.6rem; }
  @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.6rem 1.2rem; }

@media (max-width: 1024px) {
  .navPages-action:not(.is-open) {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .navPages-list--user .navPages-item {
    color: white; } }

.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: #757575;
    display: inline-block;
    padding: 0.3rem 0.4rem;
    text-decoration: none; }
    .tag a:hover {
      color: #333333; }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px; }
  .socialLinks ul,
  .socialLinks ol {
    list-style: none;
    margin-bottom: 0; }
  .socialLinks li {
    margin: 0;
    padding: 0; }
  .socialLinks .icon {
    height: 1rem;
    width: 1rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #999999; }
    .socialLinks .icon svg {
      fill: #757575;
      transition: all 0.15s ease; }

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

.pin_it_iframe_widget {
  display: none; }

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

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

.socialLinks--alt svg {
  fill: #757575; }

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

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

@media (min-width: 1025px) {
  .heroCarousel-image-wrapper .image img {
    aspect-ratio: 16 / 9;
    max-height: 54rem; } }

.carousel-overlay {
  background-color: rgba(0, 0, 0, 0.8); }

.heroCarousel-content {
  background-color: rgba(0, 0, 255, 0);
  z-index: 3;
  white-space: normal; }
  @media only screen and (min-width: 1600px) {
    .heroCarousel-content {
      top: 54%; } }

.heroCarousel-title {
  color: white;
  text-shadow: 0px 5.231px 5.231px rgba(31, 25, 25, 0);
  vertical-align: top;
  font-size: 73.239px; }
  @media (max-width: 1439px) {
    .heroCarousel-title {
      font-size: 48px; } }
  @media (max-width: 767px) {
    .heroCarousel-title {
      font-size: 24px; } }

.heroCarousel-description {
  vertical-align: top;
  color: white;
  font-size: 28.67px; }
  @media (max-width: 1439px) {
    .heroCarousel-description {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .heroCarousel-description {
      font-size: 15px; } }

.heroCarousel-search {
  max-width: 33.1rem; }
  @media (max-width: 1024px) {
    .heroCarousel-search {
      max-width: 25rem; } }
  @media (max-width: 767px) {
    .heroCarousel-search {
      max-width: 20rem; } }
  @media (max-width: 550px) {
    .heroCarousel-search {
      max-width: 12.5rem; } }
  .heroCarousel-search input {
    padding: 1.1rem 1.25rem;
    border: 2.5px solid #ffffff;
    color: #FDFBF8;
    font-size: 30px;
    font-variant: all-small-caps;
    letter-spacing: 4px; }
    @media (max-width: 1024px) {
      .heroCarousel-search input {
        font-size: 20px;
        padding: 0.8rem 0.8rem; } }
    @media (max-width: 550px) {
      .heroCarousel-search input {
        font-size: 12px;
        padding: 0.5rem 0.65rem 0.45rem;
        border-width: 1px; } }
  .heroCarousel-search-icon {
    color: white;
    left: 25px; }
    .heroCarousel-search-icon .icon {
      height: 1.65rem;
      width: 1.65rem; }
    @media (max-width: 1024px) {
      .heroCarousel-search-icon {
        left: 16px; }
        .heroCarousel-search-icon .icon {
          height: 1.2rem;
          width: 1.2rem; } }
    @media (max-width: 550px) {
      .heroCarousel-search-icon {
        left: 13px; }
        .heroCarousel-search-icon .icon {
          height: 0.65rem;
          width: 0.65rem; } }

.writeReview-form input {
  height: 63px;
  color: #777E90;
  line-height: 129%; }
  @media (max-width: 1024px) {
    .writeReview-form input {
      height: 48px; } }
  @media (max-width: 767px) {
    .writeReview-form input {
      height: 32px; } }
  @media (max-width: 550px) {
    .writeReview-form input {
      height: 21px; } }

.writeReview-form input,
.writeReview-form textarea {
  font-size: 20px;
  border-radius: 13px; }
  @media (max-width: 1024px) {
    .writeReview-form input,
    .writeReview-form textarea {
      font-size: 16px; } }
  @media (max-width: 767px) {
    .writeReview-form input,
    .writeReview-form textarea {
      font-size: 14px;
      border-radius: 4.322px; } }
  @media (max-width: 550px) {
    .writeReview-form input,
    .writeReview-form textarea {
      font-size: 12px; } }

.writeReview-form .form-field:not(.text-right) {
  margin-bottom: 16px; }
  @media (max-width: 1024px) {
    .writeReview-form .form-field:not(.text-right) {
      margin-bottom: 12px; } }
  @media (max-width: 767px) {
    .writeReview-form .form-field:not(.text-right) {
      margin-bottom: 8px; } }
  @media (max-width: 550px) {
    .writeReview-form .form-field:not(.text-right) {
      margin-bottom: 5px; } }

.writeReview-form .button {
  font-size: 14px;
  padding: 7px 32px;
  border-radius: 9px;
  margin-bottom: 0;
  margin-top: 19px; }
  @media (max-width: 550px) {
    .writeReview-form .button {
      border-radius: 6.386px;
      font-size: 12px;
      padding: 1px 20px;
      margin-top: 2px;
      text-transform: capitalize; } }

#revtext_input {
  min-height: 156px; }
  @media (max-width: 1024px) {
    #revtext_input {
      min-height: 120px; } }
  @media (max-width: 767px) {
    #revtext_input {
      min-height: 80px; } }
  @media (max-width: 550px) {
    #revtext_input {
      min-height: 52px; } }

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

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

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

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

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

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

.account--addReturn-row {
  margin: 0 -0.6rem;
  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.6rem;
  padding-right: 0.6rem;
  width: 100%;
  float: left;
  padding: 0 1rem; }
  @media (min-width: 551px) {
    .account--addReturn-column {
      width: 50%; } }

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

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

.quickView .productView {
  gap: 86px; }
  @media (max-width: 1439px) {
    .quickView .productView {
      gap: 40px; } }
  @media (max-width: 767px) {
    .quickView .productView {
      gap: 20px; } }
  .quickView .productView-thumbnails {
    width: 100%;
    aspect-ratio: unset; }
    .quickView .productView-thumbnails.sectionSwiper:not(.swiper-initialized) .swiper-wrapper {
      flex-direction: row; }
    .quickView .productView-thumbnails .productView-thumbnail {
      width: 33%; }
  .quickView .productView__left {
    position: unset;
    width: 48%; }
    @media (max-width: 1439px) {
      .quickView .productView__left {
        width: calc(50% - 10px); } }
    @media (max-width: 767px) {
      .quickView .productView__left {
        width: 100%; } }
  .quickView .productView__right {
    width: 44%;
    position: unset; }
    @media (max-width: 1439px) {
      .quickView .productView__right {
        width: calc(50% - 20px); } }
    @media (max-width: 767px) {
      .quickView .productView__right {
        width: calc(50% - 10px); } }
    @media (max-width: 767px) {
      .quickView .productView__right {
        width: 100%; } }

.productReviews__add, .productReviews__content {
  padding-right: 79px; }
  @media (max-width: 1439px) {
    .productReviews__add, .productReviews__content {
      padding-right: 60px; } }
  @media (max-width: 767px) {
    .productReviews__add, .productReviews__content {
      padding-right: 40px; } }
  @media (max-width: 550px) {
    .productReviews__add, .productReviews__content {
      padding-right: 26px; } }

.productReviews__add {
  margin-bottom: 55px; }
  @media (max-width: 1024px) {
    .productReviews__add {
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .productReviews__add {
      margin-bottom: 30px; } }
  @media (max-width: 550px) {
    .productReviews__add {
      margin-bottom: 12px; } }

.productReview {
  padding: 53px 0;
  border-bottom: 1px solid #979797; }
  .productReview:first-child {
    padding-top: 40px; }
  @media (max-width: 1024px) {
    .productReview {
      padding: 30px 0; }
      .productReview:first-child {
        padding-top: 15px; } }
  @media (max-width: 767px) {
    .productReview {
      padding: 13px 0; }
      .productReview:first-child {
        padding-top: 10px; } }
  .productReview__rating > span {
    display: flex;
    align-items: center;
    gap: 4px; }
    @media (max-width: 767px) {
      .productReview__rating > span {
        gap: 2px; } }
  .productReview__rating .icon {
    height: 0.9rem;
    width: 0.9rem; }
    @media (max-width: 1024px) {
      .productReview__rating .icon {
        height: 0.8rem;
        width: 0.8rem; } }
    @media (max-width: 767px) {
      .productReview__rating .icon {
        height: 0.7rem;
        width: 0.7rem; } }
    @media (max-width: 550px) {
      .productReview__rating .icon {
        height: 0.4rem;
        width: 0.4rem; } }
  .productReview__text {
    margin-bottom: 5px; }
    @media (min-width: 1025px) {
      .productReview__text {
        line-height: 130%; } }
  .productReview__header {
    margin-bottom: 3px; }
  .productReview__bottom {
    font-size: 19px; }
    @media (max-width: 1024px) {
      .productReview__bottom {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .productReview__bottom {
        font-size: 14px; } }
    @media (max-width: 550px) {
      .productReview__bottom {
        font-size: 12px; } }

.starts-wrapper {
  gap: 6px; }
  @media (max-width: 1024px) {
    .starts-wrapper {
      gap: 4px; } }
  @media (max-width: 767px) {
    .starts-wrapper {
      gap: 3px; } }
  @media (max-width: 550px) {
    .starts-wrapper {
      gap: 1px; } }
  .starts-wrapper .icon {
    height: 1.3rem;
    width: 1.3rem; }
    @media (max-width: 1024px) {
      .starts-wrapper .icon {
        height: 1.1rem;
        width: 1.1rem; } }
    @media (max-width: 767px) {
      .starts-wrapper .icon {
        height: 0.9rem;
        width: 0.9rem; } }
    @media (max-width: 550px) {
      .starts-wrapper .icon {
        height: 0.5rem;
        width: 0.5rem; } }
    .starts-wrapper .icon:hover svg, .starts-wrapper .icon.is-hovered svg, .starts-wrapper .icon.is-selected svg {
      fill: #01273d; }

#modal-review-form .form-label {
  display: none; }

.productView {
  padding-top: 1rem; }

.productView-images {
  margin-bottom: 2.4rem;
  gap: 32px; }
  @media (max-width: 1439px) {
    .productView-images {
      gap: 20px; } }
  @media (max-width: 767px) {
    .productView-images {
      gap: 11px; } }

.productView-image {
  border-radius: 2.351px;
  overflow: hidden; }

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

.productView-thumbnails {
  width: 33%;
  aspect-ratio: 1 / 0.97767; }
  .productView-thumbnails img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    margin: 0;
    object-fit: contain;
    position: relative;
    width: 100%;
    max-width: 318px; }
  .productView-thumbnails:not(.sectionSwiper) .productView-thumbnail {
    margin-bottom: 3.5143769968%; }
    .productView-thumbnails:not(.sectionSwiper) .productView-thumbnail:last-child {
      margin-bottom: 0; }
  .productView-thumbnails.sectionSwiper:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    flex-direction: column; }
    .productView-thumbnails.sectionSwiper:not(.swiper-initialized) .swiper-wrapper .productView-thumbnail {
      margin-bottom: 3.5143769968%;
      height: 33%; }
      .productView-thumbnails.sectionSwiper:not(.swiper-initialized) .swiper-wrapper .productView-thumbnail:last-child {
        margin-bottom: 0; }

.productView-thumbnail {
  height: fit-content;
  border-radius: 1.967px;
  overflow: hidden; }
  .productView-thumbnail:has(.is-active) {
    border: 1px solid #01273d; }

.productView-thumbnail-link {
  position: relative;
  display: flex; }
  .productView-thumbnail-link::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 61.00629%;
    width: 100%; }
  .productView-thumbnail-link > img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .productView-thumbnail-link img {
    object-fit: contain; }

@media (max-width: 767px) {
  .productView-details [data-product-option-change] {
    gap: 14px; } }

[data-product-option-change]:not(.grid-cols-2) .form-field {
  width: calc(50% - 10px); }
  [data-product-option-change]:not(.grid-cols-2) .form-field:last-child {
    width: 100%; }

.productView-brand {
  color: #01273d;
  font-size: 24px;
  margin: 0 0 0.6rem; }
  @media (min-width: 1025px) {
    .productView-brand {
      font-size: 32px;
      margin: -0.15rem 0 1rem; } }
  .productView-brand a {
    color: #01273d; }
    .productView-brand a:hover {
      color: #95CCF0; }

.productView-price {
  font-size: 24px;
  margin-bottom: 0.4rem; }
  @media (min-width: 768px) {
    .productView-price {
      font-size: 48px;
      margin-bottom: 1rem; } }
  .productView-price .price-section--saving {
    font-size: 24px; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

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

.productView-info {
  margin-top: 0.6rem; }
  .productView-info:before, .productView-info:after {
    content: " ";
    display: table; }
  .productView-info:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-info {
      margin-top: 0; } }
  @media (min-width: 551px) {
    .productView-info > :first-child {
      margin-top: 1.2rem; } }
  .productView-info > :last-child {
    margin-bottom: 0; }

.productView-info-name {
  clear: both;
  margin-bottom: 0.15rem;
  margin-right: 0.3rem; }
  @media (min-width: 551px) {
    .productView-info-name {
      font-family: "Epilogue", Arial, Helvetica, sans-serif;
      font-size: 20px;
      font-weight: 400; } }

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

.productView-options {
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
    .productView-options .form .add-to-cart-wrapper {
      display: inline; }
  .productView-options .form-increment {
    padding: 12.5px;
    border-radius: 12.66px;
    border: 1px solid #666666; }
    @media (max-width: 767px) {
      .productView-options .form-increment {
        padding: 9px; } }
    .productView-options .form-increment .form-input--incrementTotal {
      font-family: Oxygen;
      font-size: 13.879px;
      font-weight: 700; }
      @media (min-width: 1025px) {
        .productView-options .form-increment .form-input--incrementTotal {
          font-size: 18px; } }
    .productView-options .form-increment button {
      height: 1.2rem;
      width: 1.2rem; }
      @media (max-width: 767px) {
        .productView-options .form-increment button {
          height: 0.9rem;
          width: 0.9rem; } }
  .productView-options #form-action-addToCart {
    padding: 8px;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 9.761px; }
    @media (min-width: 768px) {
      .productView-options #form-action-addToCart {
        border-radius: 12.66px;
        padding: 14px 24px;
        font-size: 20px;
        text-transform: uppercase; } }
  .productView-options input[type="file"] {
    font-size: 20px; }
  .productView-options .form-field--error > .form-inlineMessage {
    font-size: 1rem; }
  .productView-options .form-field > .form-checkbox + .form-label {
    display: inline-block;
    margin-left: 1.2rem;
    width: auto; }
    @media (min-width: 551px) {
      .productView-options .form-field > .form-checkbox + .form-label {
        margin-left: 0;
        width: 100%; } }
  .productView-options .form-field > .form-radio + .form-label {
    display: inline-block;
    text-align: justify; }
  .productView-options .form-field > .form-label:nth-of-type(2) {
    margin-left: 0; }
  @media (min-width: 551px) {
    .productView-options .add-to-cart-buttons.pre-order-buttons {
      min-width: 50%;
      width: auto; } }
  @media (min-width: 768px) {
    .productView-options .add-to-cart-buttons.pre-order-buttons {
      margin-right: 0.55rem;
      min-width: auto;
      padding: 0;
      width: auto; } }
  .productView-options .add-to-cart-buttons.pre-order-buttons .button {
    padding: 0.65rem 1.2rem; }
  .productView-options .add-to-cart-buttons .button {
    margin: 0;
    width: 100%; }
  .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] {
    line-height: 0; }
    .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] button,
    .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] div {
      width: 100%; }
  .productView-options .add-to-cart-wallet-buttons button.show-more-button {
    color: #757575;
    display: block;
    margin-top: 0.3rem;
    padding: 0.3rem 0;
    text-align: center;
    text-decoration: underline;
    vertical-align: middle;
    width: 100%; }
    .productView-options .add-to-cart-wallet-buttons button.show-more-button:hover {
      color: #333333; }

.productOptions-list {
  border: 1px solid #8f8f8f;
  list-style: none;
  margin: 0;
  max-height: 400px;
  overflow-y: auto; }

.productOptions-list-item {
  padding: 1.2rem; }
  .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: 2.4rem; }

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

.shareProduct {
  text-align: center; }

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

@media (min-width: 768px) and (max-width: 900px) {
  #add-to-cart-wrapper > .flex {
    display: flex;
    align-items: flex-start;
    flex-direction: column; } }

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

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

.price-abbr {
  font-size: 12px; }

.compareTable {
  width: 100%;
  display: flex;
  margin-bottom: 139px; }
  @media (max-width: 1024px) {
    .compareTable {
      margin-bottom: 80px; } }
  @media (max-width: 767px) {
    .compareTable {
      margin-bottom: 60px; } }
  @media (max-width: 550px) {
    .compareTable {
      margin-bottom: 40px; } }

.compareTable-row {
  vertical-align: top;
  display: flex; }
  .compareTable-row:not(.slick-initialized) {
    overflow-y: auto;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth; }
  @media (min-width: 768px) {
    .compareTable-row {
      width: 75%; } }

.compareTable-header {
  width: 0;
  display: none; }
  @media (min-width: 768px) {
    .compareTable-header {
      display: inline-block;
      width: 25%;
      margin-top: 42px; } }

.compareTable-heading {
  font-family: "Epilogue", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  position: relative;
  text-align: left;
  padding: 1.23077rem 1rem; }

.compareTable-headingText {
  color: #475156;
  font-size: 20px;
  line-height: 129%; }

.compareTable-item {
  padding-top: 12px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 129%; }
  .compareTable-item.compareTable-item--other ul {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .compareTable-item {
      font-size: 16px; } }
  @media (max-width: 550px) {
    .compareTable-item {
      font-size: 14px; } }

.compareTable-removeProduct-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: translateY(calc(-100% - 16px)); }

.compareTable-product {
  position: relative;
  width: 50%;
  flex: 0 0 50%;
  display: inline-block;
  font-weight: 400;
  border-left: 1px solid #E4E7E9;
  margin-top: 42px; }
  .compareTable-product .card {
    margin-bottom: 0;
    flex-direction: column; }
    .compareTable-product .card::after {
      display: none; }
  @media (min-width: 767px) {
    .compareTable-product {
      width: 33.33333%;
      flex: 0 0 33.33333%; } }
  .compareTable-product .card-figure {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto; }
  .compareTable-product .card-img-container {
    position: relative; }

.compareTable-action {
  padding-bottom: 34px; }
  .compareTable-action .button {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    border-radius: 12.66px;
    padding: 13px 12px 12px; }
    @media (max-width: 767px) {
      .compareTable-action .button {
        padding: 13px 12px 12px;
        font-size: 16px; } }
    @media (max-width: 550px) {
      .compareTable-action .button {
        padding: 13px 12px 12px;
        font-size: 14px; } }

.compareTable-item,
.compareTable-heading {
  background-color: #ffffff; }
  .compareTable-item:nth-child(2n),
  .compareTable-heading:nth-child(2n) {
    background-color: #F2F4F5; }

.clear-comp-btn {
  border-radius: 8px;
  border: 2px solid #013B5C;
  padding: 5px 17px;
  margin-bottom: 66px;
  margin-top: 49px; }
  @media (max-width: 1024px) {
    .clear-comp-btn {
      margin-top: 30px;
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .clear-comp-btn {
      margin-bottom: 20px; } }

.compareHeader {
  padding: 101px 0 86px; }
  @media (max-width: 1024px) {
    .compareHeader {
      padding: 60px 0 40px; } }
  @media (max-width: 767px) {
    .compareHeader {
      padding: 40px 0 20px; } }
  @media (max-width: 550px) {
    .compareHeader {
      padding: 20px 0 10px; } }
  .compareHeader__title {
    color: #0F1D33;
    text-shadow: 0px 5.231px 5.231px rgba(31, 25, 25, 0);
    font-size: 73.239px;
    font-weight: 700;
    line-height: 120%; }
    @media (max-width: 1024px) {
      .compareHeader__title {
        font-size: 48px; } }
    @media (max-width: 767px) {
      .compareHeader__title {
        font-size: 32px; } }
    @media (max-width: 550px) {
      .compareHeader__title {
        font-size: 24px; } }

.page-type-compare .breadcrumbs {
  padding: 0; }

.product-stock-status {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .product-stock-status {
      font-size: 16px; } }
  @media (max-width: 550px) {
    .product-stock-status {
      font-size: 14px; } }
  .product-stock-status.in-stock {
    color: #2DB224; }
  .product-stock-status.out-of-stock {
    color: #EE5858; }

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

.blocker-container {
  position: relative; }

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

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

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

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

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

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

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

.toggleLink-text {
  font-size: 20px;
  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: 60rem;
  width: 100%;
  border: #e5e5e5 solid;
  border-radius: 16px;
  border-width: 1px;
  display: block;
  margin-bottom: 1.6rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 768px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }

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

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

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

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

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

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

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

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

.reset-filters {
  display: none; }

.popout--sort .actionBar {
  margin: 0; }

.popout--sort .popout-list {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.3s linear;
  min-width: 220px;
  z-index: 50; }
  .popout--sort .popout-list__option {
    color: #01273d; }
  .popout--sort .popout-list__item {
    padding: 6px 0 !important; }
  .popout--sort .popout-list .selected {
    text-decoration: underline; }

.popout--sort.is-active .popout-list {
  opacity: 1;
  visibility: visible;
  transform: translate(0); }

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

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

.facetLabel {
  background: #e5e5e5;
  border-radius: 4px;
  padding: 0.15rem 0.4rem 0.15rem 0.55rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.6rem;
    width: 0.6rem;
    display: inline-block;
    fill: #757575;
    position: relative;
    top: -1px; }

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

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

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

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

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

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

.page-type-cart .page-cart {
  padding-bottom: 20px;
  margin: 0 auto;
  max-width: 1370px; }

.page-type-cart [data-cart] {
  padding: 0; }
  .page-type-cart [data-cart] .alertBox {
    display: block; }

.page-type-cart .page-header {
  margin-bottom: 7px; }
  @media (min-width: 768px) {
    .page-type-cart .page-header {
      margin-bottom: 22px; } }
  .page-type-cart .page-header h1 {
    color: #25252D;
    font-size: 32px;
    font-weight: 500;
    line-height: 120%; }
    @media (max-width: 767px) {
      .page-type-cart .page-header h1 {
        font-size: 20px; } }
    @media (max-width: 550px) {
      .page-type-cart .page-header h1 {
        font-size: 15.249px; } }
  .page-type-cart .page-header a {
    color: #016FD0; }

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

.cart {
  display: block;
  width: 100%;
  margin: 0 0 18px 0; }
  @media (min-width: 768px) {
    .cart {
      display: table;
      border-collapse: collapse;
      border-spacing: 0; } }

.cart-list {
  display: block;
  text-align: left;
  width: 100%; }
  .cart-list .cart-item-spacer {
    width: 100%;
    height: 10px; }
  .cart-list .cart-item {
    display: flex;
    align-items: center;
    border-top: 2.4px solid #E0E0E0;
    margin: 0; }
    .cart-list .cart-item:last-child {
      border-bottom: 2.4px solid #E0E0E0; }
    .cart-list .cart-item-block {
      display: inline-block;
      vertical-align: middle;
      padding: 20px; }
      @media (max-width: 550px) {
        .cart-list .cart-item-block {
          padding: 4px;
          display: inline-flex;
          align-items: center; } }
      @media (max-width: 550px) {
        .cart-list .cart-item-block.cart-remove-wrapper {
          padding-right: 20px; } }
      .cart-list .cart-item-block p {
        font-size: 20px;
        font-weight: 400;
        color: #757575;
        letter-spacing: 0;
        line-height: 1.625;
        margin: 0;
        text-align: center; }
      .cart-list .cart-item-block.cart-item-total {
        text-align: right;
        display: none; }
      .cart-list .cart-item-block.cart-item-price {
        width: 40%;
        margin: 0;
        padding-top: 0; }
      .cart-list .cart-item-block.cart-item-quantity {
        width: 30%;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0; }
      .cart-list .cart-item-block.cart-item-remove {
        padding: 0;
        width: 30%;
        height: 36px;
        text-align: center;
        padding-left: 12px !important; }
    .cart-list .cart-item-wrapper {
      display: flex; }
    .cart-list .cart-item-block-left {
      padding: 0 15px 0 0;
      flex: 5rem 0 0; }
    .cart-list .cart-item-image {
      display: block;
      margin: 0 auto; }
    .cart-list .cart-item-name {
      margin: 0; }
    .cart-list .cart-item-edit {
      display: inline-block;
      vertical-align: top;
      font-size: 20px;
      font-weight: 400;
      line-height: 1.75;
      letter-spacing: 0;
      color: #333333;
      margin: 5px 0 0 0; }
      .cart-list .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-list .cart-item-edit:hover .text {
          background-image: linear-gradient(transparent 97%, #0267a1 3%);
          background-repeat: repeat-x;
          background-position-y: -3px;
          padding: 0 0 1px 0; } }
    .cart-list .cart-item-options--giftWrapping .icon {
      display: inline-block;
      vertical-align: -2px;
      width: 16px;
      height: 16px;
      fill: #333333;
      margin: 0 7px 0 0;
      position: relative;
      top: 4px; }
    .cart-list .cart-item-options {
      margin: 3px 0 0 0;
      display: flex;
      flex-wrap: wrap; }
    .cart-list .cart-item-option-title, .cart-list .cart-item-option-description {
      font-weight: 400;
      font-size: 20px;
      color: #333333;
      letter-spacing: 0;
      line-height: 28px;
      margin: 0; }
    .cart-list .cart-item-option-description {
      margin-left: 0; }
      .cart-list .cart-item-option-description a {
        color: #0267a1; }
        .cart-list .cart-item-option-description a .text {
          background-image: linear-gradient(transparent 97%, #0267a1 3%);
          background-repeat: repeat-x;
          background-position-y: -3px;
          padding: 0 0 1px 0; }
      .cart-list .cart-item-option-description + .cart-item-option-title {
        margin-left: 5px; }
    .cart-list .cart-item .definitionList {
      margin: 0; }
      .cart-list .cart-item .definitionList:before, .cart-list .cart-item .definitionList:after {
        content: " ";
        display: table; }
      .cart-list .cart-item .definitionList:after {
        clear: both; }
      .cart-list .cart-item .definitionList .definitionList-key,
      .cart-list .cart-item .definitionList .definitionList-value {
        float: left;
        font-size: 12px;
        font-weight: 400;
        color: #737373;
        letter-spacing: 0;
        margin-right: 0;
        margin-bottom: 0;
        text-transform: capitalize;
        font-style: italic; }
      .cart-list .cart-item .definitionList .definitionList-value {
        margin-left: 5px; }
    .cart-list .cart-item-quantity .cart-item-label {
      position: absolute !important;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0;
      border: 0; }
    .cart-list .cart-item-quantity .form-increment {
      border: 1.199px solid #F4F4F4;
      box-shadow: 0px 9.596px 9.596px 0px rgba(0, 0, 0, 0.25) inset; }
      .cart-list .cart-item-quantity .form-increment input {
        border-radius: 0; }
    .cart-list .cart-item-remove .cart-remove {
      background-color: transparent;
      border-radius: 0;
      cursor: pointer;
      float: none;
      width: 15px;
      height: 15px;
      margin: 0;
      padding: 0;
      transition: color 0.15s ease; }
      .cart-list .cart-item-remove .cart-remove svg {
        width: 15px;
        height: 15px;
        fill: #777777; }
      .cart-list .cart-item-remove .cart-remove.cart-remove--spacer {
        visibility: hidden; }
  @media (min-width: 321px) {
    .cart-list .cart-item-block.cart-item-price {
      width: 30%;
      margin-left: 80px; }
    .cart-list .cart-item-block.cart-item-remove {
      width: calc(40% - 80px); }
    .cart-list .cart-item-block-right {
      position: relative;
      top: -8px; } }
  @media (min-width: 768px) {
    .cart-list {
      display: table-row-group; }
      .cart-list .cart-item {
        display: table-row; }
        .cart-list .cart-item-block {
          display: table-cell !important;
          padding: 26px 30px 36px !important;
          margin: 0 !important;
          width: auto !important; } }
      @media (min-width: 768px) and (max-width: 1439px) {
        .cart-list .cart-item-block {
          padding: 20px 20px 28px !important; } }
      @media (min-width: 768px) and (max-width: 767px) {
        .cart-list .cart-item-block {
          padding: 15px 15px 20px !important; } }
      @media (min-width: 768px) and (max-width: 550px) {
        .cart-list .cart-item-block {
          padding: 12px 12px 15px !important; } }
      @media (min-width: 768px) and (min-width: 1440px) {
        .cart-list .cart-item-block.cart-item-info {
          padding-right: 66px !important; } }
  @media (min-width: 768px) {
          .cart-list .cart-item-block.cart-item-block--figure {
            padding-left: 0 !important;
            padding-right: 0 !important; }
        .cart-list .cart-item-block-left {
          padding-right: 30px;
          flex: 130px 0 0; }
        .cart-list .cart-item-name > a {
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-box-orient: vertical;
          display: -webkit-box; } }
      @media only screen and (min-width: 768px) and (min-width: 768px) {
        .cart-list .cart-item-name > a {
          line-height: 25.8px;
          height: 51.6px;
          -webkit-line-clamp: 2; } }
      @media only screen and (min-width: 768px) and (max-width: 550px) {
        .cart-list .cart-item-name > a {
          line-height: 15.48px;
          height: 30.96px;
          -webkit-line-clamp: 2; } }
  @media (min-width: 768px) {
        .cart-list .cart-item-quantity .form-increment input {
          width: 99px;
          height: 79px;
          border: 1.199px solid #F4F4F4; }
        .cart-list .cart-item-remove .cart-remove {
          position: relative;
          float: right;
          top: -3px; } }
  @media (min-width: 1025px) {
    .cart-list .cart-item-edit:hover {
      color: #0267a1; }
      .cart-list .cart-item-edit:hover .icon {
        fill: #0267a1; }
    .cart-list .cart-item-option-description a:hover {
      color: #0267a1; }
      .cart-list .cart-item-option-description a:hover .text {
        background-image: linear-gradient(transparent 97%, #0267a1 3%);
        background-repeat: repeat-x;
        background-position-y: -3px; } }

.cart-item-block {
  display: block; }
  @media (min-width: 768px) {
    .cart-item-block {
      display: table-cell; } }
  .cart-item-block .definitionList {
    margin-bottom: 0.3rem; }
  .cart-item-block--figure {
    flex-direction: column; }

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

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

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

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

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

.cart-item-quantity .form-input--incrementTotal {
  width: 47.177px;
  height: 37.646px; }

.cart-item-quantity .form-increment {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  max-width: 115px; }
  @media (min-width: 768px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }

.cart-item-label {
  color: #333333;
  float: left;
  margin-bottom: 0.3rem;
  text-align: right;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-item-label {
      display: block;
      padding-left: 1.2rem;
      text-align: left;
      width: 100%; } }
  @media (min-width: 768px) {
    .cart-item-label {
      display: none; } }

.cart-item-brand {
  color: #757575;
  margin-bottom: 0.15rem; }

.cart-item-name {
  font-size: 24px;
  margin: 0;
  display: block; }
  .cart-item-name > a {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box; }
    @media only screen and (min-width: 768px) {
      .cart-item-name > a {
        line-height: 25.8px;
        height: 77.4px;
        -webkit-line-clamp: 3; } }
    @media only screen and (max-width: 550px) {
      .cart-item-name > a {
        line-height: 12.3px;
        height: 36.9px;
        -webkit-line-clamp: 3; } }
  .cart-item-name + .definitionList {
    margin-top: 0.3rem; }

.cart-item-options--giftWrapping {
  margin-top: 0.9rem; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    color: #333333;
    margin-left: 3px; }

.cart-remove {
  background-color: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 0.9rem;
  margin-top: 0.1rem;
  padding: 0.15rem;
  transition: background-color 0.15s ease;
  width: 0.9rem;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(50%, -50%);
  z-index: 99; }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  @media (max-width: 550px) {
    .cart-remove {
      right: 30px; } }
  .cart-remove > svg {
    fill: #757575; }

.cart-totals {
  list-style: none;
  margin: 0;
  border-radius: 15.341px;
  border: 1.407px solid #666666; }
  .cart-totals .cart-total-heading {
    font-size: 30.026px; }
    @media (max-width: 1024px) {
      .cart-totals .cart-total-heading {
        font-size: 24.679px;
        margin-bottom: 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-weight: 500;
      color: #01273d;
      letter-spacing: 0;
      text-align: left;
      padding: 14px 0;
      float: left;
      font-size: 18.766px;
      line-height: 129%; }
      @media (max-width: 767px) {
        .cart-totals .cart-total-label {
          font-size: 15.424px;
          padding: 10px 0; } }
      .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%, #333333 3%);
          background-repeat: repeat-x;
          background-position-y: 0; }
    .cart-totals .cart-total-value {
      font-weight: 500;
      color: #01273d;
      letter-spacing: 0;
      text-align: right;
      padding: 14px 0;
      font-size: 18.766px;
      line-height: 129%;
      float: right; }
      @media (max-width: 767px) {
        .cart-totals .cart-total-value {
          font-size: 15.424px;
          padding: 10px 0; } }
      .cart-totals .cart-total-value p[translate] {
        font-size: 20px;
        font-weight: 400;
        color: #757575;
        margin: 0; }
      .cart-totals .cart-total-value.cart-total-grandTotal {
        font-size: 22.519px; }
        @media (max-width: 767px) {
          .cart-totals .cart-total-value.cart-total-grandTotal {
            font-size: 18.509px; } }
    .cart-totals .cart-total .form-label {
      font-size: 20px;
      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;
      width: 100%;
      height: 50px;
      line-height: 50px;
      margin: 0;
      border-color: #cccccc; }
    .cart-totals .cart-total .form-inlineMessage {
      text-align: left;
      font-size: 12px; }
    .cart-totals .cart-total.cart-total-grandtotal .cart-total-value {
      font-size: 24px;
      font-weight: 700;
      line-height: 1.2; }
    .cart-totals .cart-total--grandTotal {
      border-top: 1px solid #D1D1D8;
      padding-top: 18px;
      margin-top: 25px;
      margin-bottom: 77px; }
      @media (max-width: 1439px) {
        .cart-totals .cart-total--grandTotal {
          margin-bottom: 30px; } }
      @media (max-width: 767px) {
        .cart-totals .cart-total--grandTotal {
          margin-bottom: 10px; } }
      .cart-totals .cart-total--grandTotal .cart-total-label {
        font-size: 22.519px;
        line-height: normal; }
        .cart-totals .cart-total--grandTotal .cart-total-label strong {
          font-weight: 700; }
        @media (max-width: 767px) {
          .cart-totals .cart-total--grandTotal .cart-total-label {
            font-size: 18.509px; } }
  @media (min-width: 1025px) {
    .cart-totals .cart-total-label a:hover {
      color: #0267a1; }
      .cart-totals .cart-total-label a:hover .text {
        background-image: linear-gradient(transparent 97%, #0267a1 3%); } }

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  .cart-total .form-input {
    display: inline-block;
    height: 1.6rem;
    padding: 0.4rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.25rem center;
    background-size: 1rem 1rem;
    height: 1.6rem;
    padding: 0 0.6rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

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

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

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

.cart-total-grandTotal {
  font-family: "Epilogue", Arial, Helvetica, sans-serif;
  font-size: 32px;
  padding-bottom: 0.15rem;
  padding-top: 0.15rem;
  position: relative; }
  @media (min-width: 768px) {
    .cart-total-grandTotal {
      padding: 1rem 0;
      top: -0.2rem; } }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.shipping-estimate-hide,
.gift-certificate-add,
.gift-certificate-cancel {
  position: relative;
  color: #0f1d33;
  padding: 0;
  font-size: 15.424px;
  font-weight: 400;
  background-image: linear-gradient(transparent 97%, #0f1d33 3%);
  background-repeat: repeat-x;
  background-position-y: -3px;
  display: inline-block;
  text-transform: uppercase; }
  @media (min-width: 1025px) {
    .coupon-code-add,
    .coupon-code-cancel,
    .shipping-estimate-show,
    .shipping-estimate-hide,
    .gift-certificate-add,
    .gift-certificate-cancel {
      font-size: 18.766px; }
      .coupon-code-add:hover,
      .coupon-code-cancel:hover,
      .shipping-estimate-show:hover,
      .shipping-estimate-hide:hover,
      .gift-certificate-add:hover,
      .gift-certificate-cancel:hover {
        color: #333333;
        background-image: linear-gradient(transparent 97%, #333333 3%); } }

.shipping-estimator {
  display: block;
  width: 100%;
  float: left;
  margin: 20px 0 0 0; }

.estimator-form {
  display: block;
  margin: 0; }
  .estimator-form:before, .estimator-form:after {
    content: " ";
    display: table; }
  .estimator-form:after {
    clear: both; }
  .estimator-form dl {
    display: block;
    font-size: 0;
    letter-spacing: 0;
    margin: 0; }
    .estimator-form dl + dl {
      margin-top: 10px; }
  .estimator-form .estimator-form-label {
    display: inline-block;
    vertical-align: middle;
    width: 115px;
    margin: 0; }
  .estimator-form .estimator-form-input {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: 0;
    margin-bottom: 15px; }
    .estimator-form .estimator-form-input .form-input,
    .estimator-form .estimator-form-input .form-select {
      font-size: 15px; }
  .estimator-form .shipping-estimate-submit {
    width: 100%;
    float: right;
    margin: 10px 0 30px;
    text-transform: uppercase; }

.shipping-quotes {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.625;
  color: #333333;
  margin: 0 0 28px 0; }
  .shipping-quotes form:before, .shipping-quotes form:after {
    content: " ";
    display: table; }
  .shipping-quotes form:after {
    clear: both; }
  .shipping-quotes ul {
    list-style: none;
    margin: 0; }
  .shipping-quotes .estimator-form-row {
    display: block;
    width: 100%;
    margin: 0;
    padding: 11px 20px;
    background: rgba(149, 204, 240, 0.2);
    border-radius: 12px; }
    .shipping-quotes .estimator-form-row dl {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 0; }
    .shipping-quotes .estimator-form-row .estimator-form-label,
    .shipping-quotes .estimator-form-row .estimator-form-input {
      font-size: 20px;
      font-weight: 400;
      line-height: 1.625;
      color: #01273d;
      margin: 0; }
    .shipping-quotes .estimator-form-row .shipping-quote {
      width: 18px;
      height: 18px;
      display: inline-block;
      vertical-align: middle; }
    .shipping-quotes .estimator-form-row .estimator-form-label-text {
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 0 5px; }
    .shipping-quotes .estimator-form-row .estimator-form-input--price {
      width: 30%;
      text-align: right; }
    .shipping-quotes .estimator-form-row + .estimator-form-row {
      margin-top: 10px; }
  .shipping-quotes .select-shipping-quote,
  .shipping-quotes .estimator-form-toggleUPSRate {
    float: right;
    margin: 10px 0 0 0;
    text-transform: capitalize; }

.coupon-form input {
  border-radius: 2.208px;
  border: 1.104px solid #D1D1D8;
  padding: 16px;
  height: auto;
  font-size: 22.079px;
  color: #A2A3B1;
  font-weight: 500;
  line-height: 129%; }
  @media (max-width: 767px) {
    .coupon-form input {
      border-radius: 1.815px;
      border: 0.907px solid #D1D1D8;
      font-size: 18.147px;
      padding: 13.5px 16px; } }

.coupon-form button {
  right: 16px; }

.cart-gift-certificate-form {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  margin: 0; }
  .cart-gift-certificate-form .form-input {
    width: calc(100% - 120px) !important;
    margin: 15px 0 0 0 !important;
    border-color: #c5c5cf; }
  .cart-gift-certificate-form .button {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    width: 105px;
    margin: 15px 0 28px 15px;
    height: 50px;
    line-height: 50px;
    padding-left: 0;
    padding-right: 0; }

.cart-actions .button {
  width: 100%;
  margin-bottom: 0;
  font-size: 16.195px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 1.296px; }
  @media (min-width: 768px) {
    .cart-actions .button {
      font-size: 19.704px;
      letter-spacing: 1.576px; } }

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

.previewCartList {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: calc(100vh - 480px); }
  .previewCartList ul,
  .previewCartList ol {
    list-style: none;
    margin-bottom: 0; }
  .previewCartList li {
    margin: 0;
    padding: 0; }

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

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

.previewCartItem-image {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  width: 33.33333%;
  padding: 0;
  text-align: center;
  position: relative; }
  .previewCartItem-image img {
    max-height: 90%;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }
  .previewCartItem-image::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 74.16268%;
    width: 100%; }
  @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.6rem;
  padding-right: 0.6rem;
  width: 66.66667%;
  padding-left: 0; }

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

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

.previewCartItem-brand,
.previewCartItem-price {
  color: #757575;
  display: inline-block;
  font-size: 20px; }

.previewCartAction {
  margin: 0 auto;
  max-width: 60rem;
  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.6rem 0.3rem; } }
  @media (min-width: 481px) {
    .previewCartAction {
      padding: 1.2rem 0.6rem; } }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    width: 100%; }

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

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

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.6rem;
  padding-top: 0.3rem; }

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

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

.cart-content-wrapper {
  display: block;
  font-size: 0;
  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;
      max-width: 420px;
      float: right; }
      @media (max-width: 767px) {
        .cart-content-wrapper .cart-content-item[data-cart-totals] {
          max-width: unset;
          padding: 10px 0 0;
          float: unset; } }
  @media (min-width: 1280px) {
    .cart-content-wrapper .cart-content-item {
      display: inline-block;
      vertical-align: top; }
      .cart-content-wrapper .cart-content-item[data-cart-content] {
        width: calc(100% - 420px);
        padding-right: 30px; }
      .cart-content-wrapper .cart-content-item[data-cart-totals] {
        width: 420px;
        padding-top: 0;
        margin-top: -32px; } }
  @media only screen and (min-width: 1280px) {
    .cart-content-wrapper .page-header {
      width: calc(100% - 420px);
      padding-right: 30px; } }

.cart-content-empty {
  text-align: center;
  font-family: "Epilogue", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #757575;
  letter-spacing: 0;
  line-height: 1.75;
  margin: 0; }

.cartNote__button {
  color: #016FD0;
  font-size: 18.766px; }
  @media (max-width: 767px) {
    .cartNote__button {
      font-size: 15.424px; } }

.cartNote__input {
  border-radius: 9.383px;
  border: 1.67px solid #D3D3D3;
  color: #828282;
  font-size: 18.766px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
  height: 54px;
  padding-left: 18px; }
  @media (max-width: 767px) {
    .cartNote__input {
      font-size: 15.424px;
      padding-left: 15px; } }

.cartNote__status {
  color: #01273d;
  font-size: 18.766px; }
  @media (max-width: 767px) {
    .cartNote__status {
      font-size: 15.424px; } }
  .cartNote__status .text {
    color: #95CCF0; }

.purchase-number-text {
  color: #016FD0;
  font-size: 20px;
  white-space: nowrap; }
  @media (max-width: 1024px) {
    .purchase-number-text {
      font-size: 15.424px;
      white-space: unset; } }
  @media (max-width: 767px) {
    .purchase-number-text {
      font-size: 12px; } }

.cart-item-block.cart-item-title {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px; }

.custom-loading-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.99);
  z-index: 99; }

.cart-list .cart-item-block.cart-item-block--figure {
  width: 20% !important; }
  @media (max-width: 767px) {
    .cart-list .cart-item-block.cart-item-block--figure {
      width: 30% !important;
      padding-left: 0 !important;
      padding-top: 0 !important;
      margin-top: 26px; }
      .cart-list .cart-item-block.cart-item-block--figure .cart-remove {
        transform: translateY(-50%); }
        .cart-list .cart-item-block.cart-item-block--figure .cart-remove svg {
          height: 0.4rem;
          width: 0.4rem; } }

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

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

.panel--address {
  font-size: 1rem;
  position: relative; }
  .panel--address .panel-body {
    min-height: 12.5rem;
    padding: 1.2rem; }
    @media (min-width: 551px) {
      .panel--address .panel-body {
        padding: 1.2rem 1.2rem 3.6rem; } }
  .panel--address .form-actions {
    margin-bottom: -0.6rem;
    margin-top: 1.2rem;
    text-align: left; }
    @media (min-width: 551px) {
      .panel--address .form-actions {
        bottom: 1.2rem;
        position: absolute;
        width: auto; } }
    .panel--address .form-actions .button {
      margin-bottom: 0.6rem; }
      .panel--address .form-actions .button + .button {
        margin-left: 0;
        margin-top: 0; }
        @media (min-width: 551px) {
          .panel--address .form-actions .button + .button {
            margin-left: 0.3rem; } }

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

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

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

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

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

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

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

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

.addressBook__item {
  padding: 56px 55px 48px 56px;
  border-radius: 17.417px;
  border: 1.742px solid #01273d;
  color: #0F1D33;
  font-size: 21px;
  line-height: 130%; }
  @media (max-width: 1439px) {
    .addressBook__item {
      padding: 48px 40px 40px 48px;
      font-size: 18px; } }
  @media (max-width: 1024px) {
    .addressBook__item {
      padding: 40px 32px 32px 40px;
      font-size: 16px; } }
  @media (max-width: 767px) {
    .addressBook__item {
      padding: 32px 24px 24px 32px; } }
  @media (max-width: 550px) {
    .addressBook__item {
      padding: 24px 16px 16px 24px;
      font-size: 14px; } }
  .addressBook__item--new {
    background-color: #E3E3E3;
    border: none; }

@media only screen and (max-width: 1200px) {
  .addressBook__action {
    flex-direction: column; }
    .addressBook__action .button {
      width: 100%; } }

.videoGallery-main {
  height: 0;
  margin-bottom: 0.8rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.25rem;
  position: relative;
  margin-bottom: 1.5rem;
  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.6rem;
  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.6rem;
  padding-right: 0.6rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  vertical-align: top; }
  @media (min-width: 768px) {
    .videoGallery-item {
      width: 50%; } }

.video {
  display: block;
  margin-bottom: 1.5rem;
  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.6rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.6rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 768px) {
    .video {
      margin-bottom: 1.5rem; } }
  .video:hover, .video.is-active {
    color: #333333;
    opacity: 1; }

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

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

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

#custom-cart-sidebar .custom-sidebar-top {
  padding: 28px 50px 19px 54px; }
  #custom-cart-sidebar .custom-sidebar-top .icon {
    height: 1rem;
    width: 1rem; }
    @media (max-width: 1024px) {
      #custom-cart-sidebar .custom-sidebar-top .icon {
        height: 0.8rem;
        width: 0.8rem; } }
    @media (max-width: 767px) {
      #custom-cart-sidebar .custom-sidebar-top .icon {
        height: 0.65rem;
        width: 0.65rem; } }
  @media (max-width: 1439px) {
    #custom-cart-sidebar .custom-sidebar-top {
      padding: 20px 30px; } }
  @media (max-width: 767px) {
    #custom-cart-sidebar .custom-sidebar-top {
      padding: 15px 20px; } }

#custom-cart-sidebar .custom-sidebar-header {
  padding: 49px 50px 0 67px; }
  @media (max-width: 1439px) {
    #custom-cart-sidebar .custom-sidebar-header {
      padding: 20px 30px 0 30px; } }
  @media (max-width: 767px) {
    #custom-cart-sidebar .custom-sidebar-header {
      padding: 15px 20px 0 20px; } }
  #custom-cart-sidebar .custom-sidebar-header .title {
    font-size: 45.333px; }
    @media (max-width: 1439px) {
      #custom-cart-sidebar .custom-sidebar-header .title {
        font-size: 30.222px; } }
    @media (max-width: 767px) {
      #custom-cart-sidebar .custom-sidebar-header .title {
        font-size: 25.185px; } }
    @media (max-width: 550px) {
      #custom-cart-sidebar .custom-sidebar-header .title {
        font-size: 20.148px; } }
    @media (max-width: 374px) {
      #custom-cart-sidebar .custom-sidebar-header .title {
        font-size: 15.111px; } }
  #custom-cart-sidebar .custom-sidebar-header .count {
    color: #25252D;
    font-size: 19.429px;
    padding-bottom: 24px;
    border-bottom: 1px solid #D1D1D8; }
    @media (max-width: 1024px) {
      #custom-cart-sidebar .custom-sidebar-header .count {
        font-size: 16.222px; } }
    @media (max-width: 767px) {
      #custom-cart-sidebar .custom-sidebar-header .count {
        font-size: 13.015px; } }

#custom-cart-sidebar .custom-sidebar-wrapper {
  padding-left: 60px;
  padding-right: 50px; }
  @media (max-width: 1439px) {
    #custom-cart-sidebar .custom-sidebar-wrapper {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    #custom-cart-sidebar .custom-sidebar-wrapper {
      padding-left: 15px;
      padding-right: 15px; } }

.previewCartItem {
  padding: 15px 0 22px !important;
  display: flex; }
  .previewCartItem + .previewCartItem {
    border-top: 1px solid #D1D1D8; }
  .previewCartItem-name a {
    color: #0F1D33; }
  .previewCartItem-content {
    vertical-align: top; }
  .previewCartItem-remove {
    color: #01273d;
    transition: none; }
    .previewCartItem-remove .icon {
      height: 0.95rem;
      width: 0.95rem; }
      @media (max-width: 767px) {
        .previewCartItem-remove .icon {
          height: 0.8rem;
          width: 0.8rem; } }
      @media (max-width: 550px) {
        .previewCartItem-remove .icon {
          height: 0.6rem;
          width: 0.6rem; } }
    .previewCartItem-remove:hover {
      color: #95CCF0; }
  .previewCartItem-qty {
    border: 0.971px solid #F4F4F4;
    padding: 4px 6px;
    margin-top: 14px;
    /* Firefox */ }
    .previewCartItem-qty input[type=number] {
      -moz-appearance: textfield; }
    .previewCartItem-qty input::-webkit-outer-spin-button,
    .previewCartItem-qty input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .previewCartItem-qty .form-increment {
      color: #000;
      font-size: 15.536px;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0.427px; }
      @media (max-width: 550px) {
        .previewCartItem-qty .form-increment {
          font-size: 12px; } }
      .previewCartItem-qty .form-increment .form-input--incrementTotal {
        color: inherit;
        width: 26px;
        font-size: inherit; }
      .previewCartItem-qty .form-increment button {
        padding: 0 4px; }

.previewCartTotalsPrice {
  border-top: 1px solid #D1D1D8; }
  .previewCartTotalsPrice .previewCartTotals .subTotal {
    font-size: 15.192px; }
  .previewCartTotalsPrice .previewCartTotals .grandTotal {
    font-size: 18.23px; }
  .previewCartTotalsPrice .previewCartTotals .cart-total-grandTotal {
    font-size: inherit; }

.previewCartAction {
  border-top: none; }
  .previewCartAction .button {
    padding: 13px;
    border-radius: 9.875px;
    font-size: 15.951px;
    font-weight: 600;
    letter-spacing: 1.276px; }
    @media (max-width: 767px) {
      .previewCartAction .button {
        font-size: 13px;
        padding: 10px; } }

.loginSection {
  padding: 105px 0; }
  .loginSection .loadingOverlay {
    display: none; }
  .loginSection.is-loading .loadingOverlay {
    display: block;
    z-index: 50; }
  .loginSection.is-loading:after {
    content: '';
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0;
    border-radius: 0;
    z-index: 20; }
  .loginSection__wrapper.loginSection__wrapper--register {
    max-width: 1132px; }
    .loginSection__wrapper.loginSection__wrapper--register .loginSection__form {
      padding: 80px 104px 64px 93px; }
  @media (max-width: 1024px) {
    .loginSection {
      padding: 64px 0; } }
  @media (max-width: 767px) {
    .loginSection {
      padding: 48px 0; } }
  @media (max-width: 550px) {
    .loginSection {
      padding: 32px 0; } }
  .loginSection__form {
    border-radius: 12.66px;
    border: 1px solid #666666;
    padding: 40px 56px; }
    @media (max-width: 1024px) {
      .loginSection__form {
        padding: 20px 32px; } }
    @media (max-width: 767px) {
      .loginSection__form {
        padding: 16px 18px 23px; } }
  .loginSection .form-field {
    width: 100%;
    margin-bottom: 24px; }
    .loginSection .form-field.w-half {
      width: calc(50% - 10px); }
    @media (max-width: 767px) {
      .loginSection .form-field {
        margin-bottom: 13px; } }
    .loginSection .form-field .form-label {
      color: #666666;
      font-size: 20px;
      font-weight: 500;
      line-height: 129%;
      margin-bottom: 4px; }
      @media (max-width: 1024px) {
        .loginSection .form-field .form-label {
          font-size: 18px; } }
      @media (max-width: 767px) {
        .loginSection .form-field .form-label {
          font-size: 16px; } }
      @media (max-width: 550px) {
        .loginSection .form-field .form-label {
          font-size: 12px; } }
      .loginSection .form-field .form-label small {
        display: none; }
    .loginSection .form-field input,
    .loginSection .form-field select {
      border-radius: 12px;
      border: 1px solid rgba(102, 102, 102, 0.35);
      height: 56px; }
      @media (max-width: 1024px) {
        .loginSection .form-field input,
        .loginSection .form-field select {
          height: 48px; } }
      @media (max-width: 767px) {
        .loginSection .form-field input,
        .loginSection .form-field select {
          height: 40px;
          border-radius: 6.595px;
          border: 0.55px solid rgba(102, 102, 102, 0.35); } }
      @media (max-width: 550px) {
        .loginSection .form-field input,
        .loginSection .form-field select {
          height: 31px; } }
    .loginSection .form-field select {
      padding-top: 0;
      padding-bottom: 0;
      font-size: 20px;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      background: none; }
      @media (max-width: 1024px) {
        .loginSection .form-field select {
          font-size: 18px; } }
      @media (max-width: 767px) {
        .loginSection .form-field select {
          font-size: 16px; } }
      @media (max-width: 550px) {
        .loginSection .form-field select {
          font-size: 12px; } }
    .loginSection .form-field .custom-select::after {
      right: 20px; }
  .loginSection .showHidePassword {
    color: rgba(102, 102, 102, 0.8);
    font-size: 18px; }
    @media (max-width: 767px) {
      .loginSection .showHidePassword {
        font-size: 12px; } }
    .loginSection .showHidePassword .icon {
      width: 18px;
      height: 16px; }
      @media (max-width: 767px) {
        .loginSection .showHidePassword .icon {
          height: 0.65rem;
          width: 0.65rem; } }
    .loginSection .showHidePassword .icon, .loginSection .showHidePassword .icon svg {
      transition: none; }
    .loginSection .showHidePassword:hover {
      color: #01273d; }
  .loginSection .text-note {
    color: #333333;
    font-size: 18px;
    padding: 8px 0; }
    @media (max-width: 1024px) {
      .loginSection .text-note {
        font-size: 16px;
        padding: 4px 0; } }
    @media (max-width: 550px) {
      .loginSection .text-note {
        font-size: 12px; } }
  .loginSection .forgot-password-text {
    margin-bottom: 24px; }
    @media (max-width: 767px) {
      .loginSection .forgot-password-text {
        margin-bottom: 13px; } }
    @media (max-width: 550px) {
      .loginSection .forgot-password-text a {
        font-size: 13.191px; } }
  .loginSection .create-account-text a {
    color: #111111; }
  .loginSection .login-instead .icon {
    width: 18px;
    height: 10px; }
    @media (max-width: 767px) {
      .loginSection .login-instead .icon {
        width: 8px;
        height: 5px; } }
  .loginSection .button {
    width: 100%;
    margin-bottom: 24px;
    margin-bottom: 24px; }
    @media (max-width: 767px) {
      .loginSection .button {
        margin-bottom: 10px; } }
    .loginSection .button--login {
      padding: 17px 0px;
      border-radius: 16px; }
      @media (max-width: 767px) {
        .loginSection .button--login {
          padding: 10px 0px;
          border-radius: 8.794px; } }
    .loginSection .button--create {
      margin-bottom: 0; }
  .loginSection .checkbox-style {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer; }
  .loginSection .checkbox-label {
    cursor: pointer; }
  .loginSection .checkbox-style input {
    display: none; }
  .loginSection .checkbox-box {
    display: flex;
    width: 24px;
    height: 24px;
    border: 1px solid #111111;
    border-radius: 4px;
    padding: 0px;
    color: transparent;
    transition: all 0.2s linear; }
  .loginSection .checkbox-input:checked + .checkbox-box {
    background-color: #111111;
    border-color: #111111;
    color: white; }
  .loginSection .form-policy label {
    color: #333333; }
  .loginSection .form-policy-link {
    color: #111111; }
    .loginSection .form-policy-link:hover {
      color: #95CCF0; }

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

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

.advancedSearch-form {
  margin-bottom: 2.4rem; }
  .advancedSearch-form .form-row {
    margin-bottom: -1.2rem; }

.quickSearchResults {
  padding: 29px 66px 0 65px;
  margin-bottom: 100px;
  max-height: 70vh; }
  @media (max-width: 1439px) {
    .quickSearchResults {
      padding: 29px 30px 0 30px;
      margin-bottom: 60px; } }
  @media (max-width: 1024px) {
    .quickSearchResults {
      padding: 29px 15px 0 15px;
      margin-bottom: 40px;
      max-height: 80vh;
      overflow: auto; } }

.advancedSearch-separator {
  display: none; }

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

.search-price-range label {
  display: inline; }
  .search-price-range label input {
    display: block;
    padding-left: 1.2rem; }
    @media (min-width: 551px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 551px) {
    .search-price-range label span {
      display: inline;
      padding-left: 1.2rem;
      padding-right: 1.2rem; } }

.category-suggestion-list {
  margin: 0 -0.6rem;
  max-width: none;
  width: auto;
  list-style-type: none; }
  .category-suggestion-list:before, .category-suggestion-list:after {
    content: " ";
    display: table; }
  .category-suggestion-list:after {
    clear: both; }

.category-suggestion {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  width: 33.33333%;
  float: left;
  font-size: 24px; }

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

.quickSearchMessage {
  text-align: center;
  font-size: 24px;
  padding-bottom: 20px; }
  @media (max-width: 1024px) {
    .quickSearchMessage {
      font-size: 22px; } }
  @media (max-width: 550px) {
    .quickSearchMessage {
      font-size: 20px; } }
  @media (max-width: 550px) {
    .quickSearchMessage {
      font-size: 18px; } }

.search-nav {
  position: relative; }

.header .openSearchDropdown {
  z-index: 100; }

.header .searchNewLayout__wrapper {
  background-color: #01273d;
  position: absolute;
  z-index: 103;
  top: var(--header-height);
  right: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease, transform .5s ease, visibility 0s linear .5s;
  transform: translate3d(0, -100%, 0); }
  .openSearchDropdown .header .searchNewLayout__wrapper {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
    transform: translateZ(0);
    max-height: 100vh; }
  .header .searchNewLayout__wrapper .form {
    padding: 12px 18px 10px; }
    @media (max-width: 767px) {
      .header .searchNewLayout__wrapper .form {
        padding: 4px 14px 3px;
        border-radius: 7px;
        margin-bottom: 0; } }
    .header .searchNewLayout__wrapper .form .icon {
      width: 21px;
      height: 20px; }
      @media (max-width: 767px) {
        .header .searchNewLayout__wrapper .form .icon {
          width: 11px;
          height: 10px; } }

.customQuickSearchResults {
  background-color: #01273d;
  position: fixed;
  width: 100%;
  overflow-y: auto;
  margin: 0 auto;
  padding: 32px;
  display: none;
  left: 0;
  top: auto;
  max-height: 60vh; }
  .openSearchDropdown .customQuickSearchResults {
    display: block; }
  .customQuickSearchResults.is-open {
    display: block; }
  .customQuickSearchResults__close {
    color: #ffffff;
    right: 40px; }
    @media (max-width: 767px) {
      .customQuickSearchResults__close {
        right: 20px;
        top: 0; } }
    @media (max-width: 550px) {
      .customQuickSearchResults__close {
        right: 12px; } }

.beforeSearchDropdown {
  gap: 124px;
  padding-right: 45px; }
  @media only screen and (max-width: 1600px) {
    .beforeSearchDropdown {
      gap: 80px;
      padding-right: 40px; } }
  @media (max-width: 1439px) {
    .beforeSearchDropdown {
      gap: 40px;
      padding-right: 32px; } }
  @media (max-width: 1024px) {
    .beforeSearchDropdown {
      flex-direction: column;
      padding-right: 20px; } }
  .beforeSearchDropdown__info {
    grid-template-columns: repeat(3, 1fr); }
    @media (max-width: 1439px) {
      .beforeSearchDropdown__info {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 1024px) {
      .beforeSearchDropdown__info {
        grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 767px) {
      .beforeSearchDropdown__info {
        row-gap: 24px;
        column-gap: 47px; } }
    @media (max-width: 550px) {
      .beforeSearchDropdown__info {
        grid-template-columns: repeat(2, 1fr); } }
  .beforeSearchDropdown__title {
    max-width: 185px;
    font-size: 24px !important;
    font-weight: 700;
    line-height: 120%; }
    @media (max-width: 767px) {
      .beforeSearchDropdown__title {
        font-size: 18px !important;
        justify-content: flex-start !important; } }
    @media (max-width: 767px) {
      .beforeSearchDropdown__title .cross-arrow-wrapper {
        height: 1rem;
        width: 1rem;
        min-width: 20px;
        margin-left: 10px; }
        .beforeSearchDropdown__title .cross-arrow-wrapper .icon {
          height: 0.5rem;
          width: 0.5rem; } }
  .beforeSearchDropdown__info a {
    color: white;
    font-size: 12px;
    line-height: 148%; }
    @media (min-width: 768px) {
      .beforeSearchDropdown__info a {
        font-size: 24px;
        line-height: 173%; } }
  .beforeSearchDropdown__bannerWrapper {
    width: 36%; }
    @media (max-width: 1024px) {
      .beforeSearchDropdown__bannerWrapper {
        width: 100%; } }

#quickSearch .form-input {
  height: 29px;
  padding-top: 0;
  padding-bottom: 0; }
  @media (max-width: 767px) {
    #quickSearch .form-input {
      font-size: 12.706px;
      height: 16px; } }

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

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

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

.account-listShipping {
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
  padding: 1.6rem 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.6rem; }
  .account-product-figure > img {
    display: block; }

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

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

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

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

.account-product-download {
  border-radius: 50%;
  height: 1.65rem;
  padding: 0;
  position: absolute;
  right: -0.6rem;
  top: -0.6rem;
  width: 1.65rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.2rem;
    margin-top: 0.3rem;
    width: 1.2rem; }
  .account-product-download svg {
    fill: white; }

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

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

.account-product-subtitle {
  color: #999999;
  font-family: "Epilogue", Arial, Helvetica, sans-serif;
  font-size: 24px;
  margin: -0.15rem 0 1rem;
  text-transform: inherit; }

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

.account-product-description + .definitionList {
  margin: -1.3rem 0 1.2rem; }

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

.account-product-details {
  margin: 0 -0.6rem;
  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.6rem;
  padding-right: 0.6rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1025px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 551px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 551px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.2rem; } }

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

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

.account-product-detail-heading {
  color: #757575;
  font-family: "Epilogue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.3rem; }

.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: 1025px) {
      .account-product--alignMiddle .account-product-checkItem {
        left: -2.5rem; } }
    .account-product--alignMiddle .account-product-checkItem .form-label {
      height: 1.2rem;
      margin: 0;
      padding: 0;
      width: 1.2rem; }
  .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: 1025px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1025px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

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

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

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

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

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

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

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

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

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

.account-sidebar-block {
  font-size: 24px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 2.4rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.2rem; }

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

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

.order-payments-description {
  color: #01273d;
  font-weight: 400;
  margin-top: 1.2rem; }

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

.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.2rem; }
  .account-downloadsItem > :first-child {
    margin-top: 0; }
  .account-downloadsItem > :last-child {
    margin-bottom: 0; }

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

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

.account-downloadsItem-availability {
  color: #757575; }

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

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

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

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

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

.sectionProductsRelated {
  padding-top: 48px; }
  @media (max-width: 1024px) {
    .sectionProductsRelated {
      padding-top: 20px; } }
  @media (max-width: 767px) {
    .sectionProductsRelated {
      padding-top: 12px; } }

.icon--ratingEmpty svg {
  fill: #abb1bb; }

.icon--ratingFull svg {
  fill: #01273d; }

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 0.7rem;
    width: 0.7rem;
    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.2rem;
  cursor: pointer;
  display: none;
  max-height: 3.2rem;
  min-height: 1.6rem;
  min-width: 90px;
  padding: 1.2rem;
  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.6rem;
  padding: 0;
  text-transform: none;
  width: 100%; }

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

.paymentMethod {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 0.15rem;
  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.6rem;
    width: 1.4rem; }
    @media (min-width: 1025px) {
      .methodHeader-icon {
        width: 2.1rem; } }
  .methodHeader-title {
    font-size: 20px;
    font-weight: 600; }
    @media (min-width: 1025px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    color: #666666;
    font-size: 20px;
    font-weight: 600; }
    @media (min-width: 1025px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-left: 0.6rem; }
  .methodHeader-default {
    fill: #666666;
    height: 0.9rem;
    margin-left: 0.6rem;
    width: 0.9rem; }
    @media (min-width: 1025px) {
      .methodHeader-default {
        height: 1rem;
        width: 1rem; } }
  .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: 20px; }

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

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

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

.paymentMethodForm-heading {
  color: #333333;
  font-family: "Epilogue", Arial, Helvetica, sans-serif;
  margin-top: 1.2rem;
  text-transform: capitalize; }

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

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

.paymentMethodForm-cards-icon {
  margin-right: 0.15rem;
  width: 1.7rem; }

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

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.45rem;
  top: 1.95rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.05rem;
    width: 1.05rem; }

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

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

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

.categoryInfo {
  padding-bottom: 56px; }
  .categoryInfo .productListingCount {
    line-height: 129%; }
  .categoryInfo__description {
    line-height: 129%;
    color: #949494;
    max-width: 50%; }
    @media (max-width: 1439px) {
      .categoryInfo__description {
        max-width: 100%; } }

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

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

.header {
  background-color: #01273d;
  width: 100%;
  z-index: 100; }
  .header-transparent .header {
    transition: all 0.35s; }
  @media (min-width: 768px) {
    .header {
      display: flex;
      flex-direction: column;
      overflow: visible; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 768px) {
      .header.is-open {
        height: auto; } }
  .header.is-visible,
  .has-activeNavPages .header,
  .openSearchDropdown .header {
    background-color: #01273d; }

.header-logo {
  font-size: 0;
  height: 69px;
  margin: 0 1rem;
  text-align: center; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 1.5rem;
      margin-right: 1.5rem; } }
  @media (min-width: 768px) {
    .header-logo {
      height: auto;
      margin: 3.4rem auto 3.6rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.3rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    color: #333333;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    z-index: 20; }
    .header-logo__link:before, .header-logo__link:after {
      content: " ";
      display: table; }
    .header-logo__link:after {
      clear: both; }
    @media (min-width: 768px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline-flex;
        padding: 0;
        width: auto; } }
    .header-logo__link:hover {
      color: #757575; }
    .header-logo__link:active {
      color: #757575; }

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

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

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

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

.mobileMenu-toggle {
  height: 1rem;
  width: 1rem;
  font-size: 0;
  right: 32px;
  overflow: hidden;
  position: absolute;
  z-index: 50; }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #ffffff;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1rem;
    border-radius: 2px; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 50%;
    transform: translateY(-50%);
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.3rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.3rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: #ffffff;
      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); }

.headerMain {
  padding-top: 14px;
  padding-bottom: 14px; }
  @media (min-width: 768px) {
    .headerMain {
      padding-top: 24px;
      padding-bottom: 13px; } }
  @media only screen and (min-width: 1600px) {
    .headerMain {
      padding-left: 55px;
      padding-right: 65px; } }
  .headerMain__left {
    gap: 120px; }
    @media (max-width: 1439px) {
      .headerMain__left {
        gap: 30px; } }
    @media (max-width: 1024px) {
      .headerMain__left {
        gap: 0; } }
  @media (max-width: 1024px) {
    .headerMain__right.gap-8 {
      gap: 22.5px; } }
  @media only screen and (min-width: 1600px) {
    .headerMain__right {
      transform: translateY(2px); } }

@media only screen and (min-width: 1600px) {
  .headerSearch__button svg {
    width: 31px;
    height: 30px; } }

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

body:not(.page-type-default):not(.page-type-product):not(.page-type-category):not(.page-type-brands):not(.page-type-brand):not(.page-type-page):not(.page-type-page_contact_form):not(.page-type-cart):not(.page-type-search):not(.page-type-account_orderstatus):not(.page-type-account_paymentmethods):not(.page-type-wishlists):not(.page-type-login):not(.page-type-createaccount):not(.page-type-blog):not(.page-type-blog_post):not(.page-type-compare) .body {
  padding: 80px 0; }
  @media (max-width: 1024px) {
    body:not(.page-type-default):not(.page-type-product):not(.page-type-category):not(.page-type-brands):not(.page-type-brand):not(.page-type-page):not(.page-type-page_contact_form):not(.page-type-cart):not(.page-type-search):not(.page-type-account_orderstatus):not(.page-type-account_paymentmethods):not(.page-type-wishlists):not(.page-type-login):not(.page-type-createaccount):not(.page-type-blog):not(.page-type-blog_post):not(.page-type-compare) .body {
      padding: 60px 0; } }
  @media (max-width: 767px) {
    body:not(.page-type-default):not(.page-type-product):not(.page-type-category):not(.page-type-brands):not(.page-type-brand):not(.page-type-page):not(.page-type-page_contact_form):not(.page-type-cart):not(.page-type-search):not(.page-type-account_orderstatus):not(.page-type-account_paymentmethods):not(.page-type-wishlists):not(.page-type-login):not(.page-type-createaccount):not(.page-type-blog):not(.page-type-blog_post):not(.page-type-compare) .body {
      padding: 40px 0; } }
  @media (max-width: 550px) {
    body:not(.page-type-default):not(.page-type-product):not(.page-type-category):not(.page-type-brands):not(.page-type-brand):not(.page-type-page):not(.page-type-page_contact_form):not(.page-type-cart):not(.page-type-search):not(.page-type-account_orderstatus):not(.page-type-account_paymentmethods):not(.page-type-wishlists):not(.page-type-login):not(.page-type-createaccount):not(.page-type-blog):not(.page-type-blog_post):not(.page-type-compare) .body {
      padding: 32px 0; } }

.body {
  color: #414141;
  min-height: 60vh; }
  .page-type-cart .body {
    padding-top: 95px;
    padding-bottom: 110px; }
    @media (max-width: 1024px) {
      .page-type-cart .body {
        padding-top: 50px;
        padding-bottom: 60px; } }
    @media (max-width: 550px) {
      .page-type-cart .body {
        padding-top: 32px;
        padding-bottom: 0px; } }

.page-custom {
  padding-bottom: 92px; }
  @media (max-width: 1024px) {
    .page-custom {
      padding-bottom: 64px; } }
  @media (max-width: 767px) {
    .page-custom {
      padding-bottom: 40px; } }
  @media (max-width: 550px) {
    .page-custom {
      padding-bottom: 36px; } }
  .page-custom.page--brands {
    padding-bottom: 128px; }
    @media (max-width: 1024px) {
      .page-custom.page--brands {
        padding-bottom: 100px; } }
    @media (max-width: 767px) {
      .page-custom.page--brands {
        padding-bottom: 80px; } }
    @media (max-width: 550px) {
      .page-custom.page--brands {
        padding-bottom: 12px; } }
  .page-custom.page--contact-us {
    padding-bottom: 225px;
    padding-top: 80px; }
    @media (max-width: 1024px) {
      .page-custom.page--contact-us {
        padding-bottom: 160px;
        padding-top: 60px; } }
    @media (max-width: 767px) {
      .page-custom.page--contact-us {
        padding-bottom: 120px;
        padding-top: 40px; } }
    @media (max-width: 550px) {
      .page-custom.page--contact-us {
        padding-bottom: 58px;
        padding-top: 47px; } }
    .page-custom.page--contact-us #contact-us-page p {
      margin-bottom: 0; }
  .page-custom.page--about-us {
    padding-bottom: 0; }
  .page-custom .form--contact {
    margin-bottom: 64px; }

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

.page-region {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  width: 100%;
  float: left;
  width: 100%; }

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

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

.listing-page {
  padding-bottom: 60px; }
  @media (max-width: 1024px) {
    .listing-page {
      padding-bottom: 36px; } }

.footer {
  background-color: white;
  border-top: 1px solid #e5e5e5;
  padding: 2.9rem 0 3.8rem;
  position: relative;
  transform: translateZ(0); }
  @media (max-width: 767px) {
    .footer {
      padding-top: 1.15rem;
      padding-bottom: 25px; } }

.footerTop {
  background-color: #01273d;
  height: 22px;
  width: 100%; }

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

.footer-info-col {
  color: #111111;
  display: inline-block;
  font-size: 1rem;
  overflow-wrap: break-word;
  vertical-align: top;
  -ms-word-break: break-all; }

.footer-info-heading {
  color: #111111;
  font-size: 1rem;
  text-transform: inherit;
  font-weight: 500;
  line-height: 129%; }
  @media (max-width: 767px) {
    .footer-info-heading {
      font-size: 0.75rem;
      line-height: 1.2; } }

.footer-info-list a {
  color: #757575;
  text-decoration: none;
  opacity: 0.5; }
  @media (max-width: 550px) {
    .footer-info-list a {
      font-size: 12px; } }
  .footer-info-list a:hover {
    color: #333333; }

.footer-info-list li + li {
  margin-top: 4px; }
  @media (max-width: 550px) {
    .footer-info-list li + li {
      margin-top: 0; } }

@media (max-width: 767px) {
  .footer-info-list li {
    line-height: 14.4px; } }

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

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

.footerSection {
  gap: 3.25rem; }
  @media (max-width: 1024px) {
    .footerSection {
      gap: 2rem; } }
  @media (max-width: 767px) {
    .footerSection {
      gap: 1.5rem; } }
  .footerSection__col {
    width: 100%; }
    @media (min-width: 1440px) {
      .footerSection__col--left {
        max-width: 27.5rem; } }
    .footerSection__col--left .footer-info-heading {
      margin-bottom: 21px; }
      @media (max-width: 767px) {
        .footerSection__col--left .footer-info-heading {
          letter-spacing: 0.2px;
          max-width: 90%;
          margin-bottom: 5px; } }
    .footerSection__col--right {
      gap: 5px;
      grid-template-columns: repeat(1, 1fr);
      padding-top: 15px; }
      @media (min-width: 375px) {
        .footerSection__col--right {
          grid-template-columns: repeat(2, 1fr); } }
      @media (min-width: 1440px) {
        .footerSection__col--right {
          grid-template-columns: repeat(4, 1fr);
          gap: 40px; } }
      @media (max-width: 767px) {
        .footerSection__col--right {
          row-gap: 30px; } }

.footerCopyright {
  background-color: black;
  color: white;
  padding-top: 0.65rem;
  padding-bottom: 0.3rem;
  line-height: 129%; }
  .footerCopyright a {
    color: inherit; }

.subscription-form-intro {
  letter-spacing: -0.4px;
  margin-bottom: 12px; }
  @media (min-width: 768px) {
    .subscription-form-intro {
      font-size: 16px;
      margin-bottom: 22px; } }

.subscription-form-wrapper {
  border: 0.5px solid #000;
  padding: 0.275rem 0.5rem 0.275rem 0.8rem; }
  @media (min-width: 1440px) {
    .subscription-form-wrapper {
      width: calc(100% - 24px); } }
  @media (max-width: 767px) {
    .subscription-form-wrapper .footer-info-heading {
      margin-bottom: 0.3rem; } }
  @media (max-width: 767px) {
    .subscription-form-wrapper .subscription-form-intro {
      margin-bottom: 0.65rem; } }
  .subscription-form-wrapper input {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.3px; }
  .subscription-form-wrapper .button {
    padding: 0.15rem 0.4rem;
    height: auto; }

.footer-more-info {
  margin-top: 2.4rem; }
  @media (max-width: 1024px) {
    .footer-more-info {
      margin-top: 1.2rem;
      padding-right: 6px; } }
  @media (max-width: 767px) {
    .footer-more-info {
      margin-top: 0.95rem; } }
  @media only screen and (max-width: 400px) {
    .footer-more-info address {
      max-width: 130px; } }
  .footer-more-info .socialLinks .icon {
    color: #01273d; }
    .footer-more-info .socialLinks .icon--facebook {
      width: 16px;
      height: 29px; }
    .footer-more-info .socialLinks .icon--youtube {
      width: 33px;
      height: 25px; }
    .footer-more-info .socialLinks .icon--instagram {
      width: 26px;
      height: 26px; }

.container {
  position: relative;
  width: 100%;
  max-width: 1504px;
  padding: 0 32px;
  margin-left: auto;
  margin-right: auto; }
  .container.container-1200 {
    max-width: 1200px; }
  .container.container-1299 {
    max-width: 1299px; }
  .container.container-1354 {
    max-width: 1354px; }
  .container.container-1488 {
    max-width: 1488px; }
  .container.container-1684 {
    max-width: 1684px; }
  .container.container-1770 {
    max-width: 1770px; }
  .container.container--full {
    max-width: 100%; }

.blog-filters {
  position: relative;
  margin-top: 25px;
  margin-bottom: 31px; }
  @media (min-width: 768px) {
    .blog-filters {
      margin-top: 32px;
      margin-bottom: 17px; } }
  .blog-filters input {
    height: 39px;
    border-radius: 10px;
    border: 2px solid #000000; }
  .blog-filters .icon {
    position: absolute;
    right: 12px;
    top: 8px;
    width: 24px;
    height: 24px; }
  .blog-filters .form-field {
    height: 39px; }
  .blog-filters .form-field, .blog-filters .form {
    margin: 0; }

.blog-thumbnail {
  margin: 0; }
  .blog-thumbnail img {
    aspect-ratio: 1267/387;
    width: 100%;
    height: 100%;
    object-fit: cover; }
    @media (max-width: 550px) {
      .blog-thumbnail img {
        aspect-ratio: 2/1; } }

.blog-title a {
  text-decoration: none; }

@media (max-width: 550px) {
  .blog-title {
    font-size: 18px; } }

.blog-main .container {
  max-width: calc(1267px + 64px); }

.blog-main ~ .container {
  max-width: calc(1126px + 64px); }

.blog-main .blog-thumbnail {
  margin: 27px 0 19px; }

.blog-main .blog-title {
  margin: 0; }

.blog-main .blog-header--bottom {
  margin-top: 8px; }
  .blog-main .blog-header--bottom .blog-value {
    font-weight: 800;
    line-height: 25.8px; }
    @media (max-width: 767px) {
      .blog-main .blog-header--bottom .blog-value {
        font-weight: 500; } }
    .blog-main .blog-header--bottom .blog-value .min {
      position: relative; }
      .blog-main .blog-header--bottom .blog-value .min:after {
        content: '';
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translate(-50%, -50%);
        width: 4.0157px;
        height: 4.0157px;
        background-color: white;
        border-radius: 50%; }
  .blog-main .blog-header--bottom .blog-groups .blog-time {
    order: 1; }
  .blog-main .blog-header--bottom .blog-groups .blog-cost {
    order: 2; }
  .blog-main .blog-header--bottom .blog-date {
    margin-left: 10px;
    margin-right: 25px; }

.page-type-blog_post .body .container {
  max-width: calc(1440px + 36px); }

.page-type-blog_post .blog-more {
  background-color: #95CCF0;
  padding-top: 39px;
  padding-bottom: 50px;
  margin-bottom: 0; }
  .page-type-blog_post .blog-more .container {
    max-width: calc(1295px + 64px); }

.page-type-blog_post .blog-thumbnail {
  margin: 0; }
  .page-type-blog_post .blog-thumbnail img {
    aspect-ratio: 1025/483;
    width: 100%;
    height: 100%;
    border-radius: 6.97px;
    transition: transform 0.3s;
    object-fit: cover; }
    @media (max-width: 1024px) {
      .page-type-blog_post .blog-thumbnail img {
        aspect-ratio: 2/1; } }

.page-type-blog_post .blog-post-figure-main {
  display: grid;
  grid-template-columns: calc(1025 / 1440 * 100%) 1fr;
  gap: 20px; }
  @media (max-width: 1024px) {
    .page-type-blog_post .blog-post-figure-main {
      grid-template-columns: 1fr; } }

.page-type-blog_post .blog-title {
  margin-top: 72px;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .page-type-blog_post .blog-title {
      margin-top: 40px; } }

.page-type-blog_post .blog-date {
  margin-bottom: 45px; }
  @media (max-width: 767px) {
    .page-type-blog_post .blog-date {
      margin-bottom: 16px; } }

.page-type-blog_post .blog-groups {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px; }
  @media (max-width: 1024px) {
    .page-type-blog_post .blog-groups {
      gap: 24px; } }
  .page-type-blog_post .blog-groups .blog-block {
    border-radius: 12px;
    border: 2px solid #000000;
    padding: 19px 22px; }
    @media (max-width: 1024px) {
      .page-type-blog_post .blog-groups .blog-block {
        padding: 8px 11px; } }
    .page-type-blog_post .blog-groups .blog-block.blog-time {
      order: 1; }
    .page-type-blog_post .blog-groups .blog-block.blog-cost {
      order: 2; }
    .page-type-blog_post .blog-groups .blog-block.blog-link {
      order: 3; }

.page-type-blog_post .blog-post {
  margin: 72px 0; }
  @media (max-width: 1024px) {
    .page-type-blog_post .blog-post {
      margin: 36px 0; } }
  .page-type-blog_post .blog-post p {
    line-height: 139%; }
  .page-type-blog_post .blog-post iframe {
    width: 100%;
    max-width: 945px;
    height: 100%;
    aspect-ratio: 945 / 564; }
  .page-type-blog_post .blog-post .blogs-step {
    display: block;
    margin: 0 auto;
    max-width: 716px;
    width: 100%; }
    .page-type-blog_post .blog-post .blogs-step .card-blog {
      border-radius: 6.023px;
      border: 0.951px solid #013B5C;
      background: #FFF;
      display: flex;
      padding: 17px;
      gap: 25px;
      margin-bottom: 38.85px; }
      @media (max-width: 1024px) {
        .page-type-blog_post .blog-post .blogs-step .card-blog {
          margin-bottom: 20px; } }
      @media (max-width: 767px) {
        .page-type-blog_post .blog-post .blogs-step .card-blog {
          margin-bottom: 16px; } }
      .page-type-blog_post .blog-post .blogs-step .card-blog__figure {
        width: 100%;
        border-radius: 6.65px; }
        .page-type-blog_post .blog-post .blogs-step .card-blog__figure img {
          width: 100%;
          aspect-ratio: 320/267;
          border-radius: 6.97px;
          height: 100%; }
          @media (max-width: 767px) {
            .page-type-blog_post .blog-post .blogs-step .card-blog__figure img {
              object-fit: cover; } }
      .page-type-blog_post .blog-post .blogs-step .card-blog__info {
        width: 100%;
        text-align: left; }
        .page-type-blog_post .blog-post .blogs-step .card-blog__info .title {
          font-size: 22px;
          line-height: 27.403px;
          color: #0F1D33;
          font-weight: 700; }
        .page-type-blog_post .blog-post .blogs-step .card-blog__info .text {
          margin: 7px 0;
          line-height: 22.836px;
          color: #0F1D33;
          font-size: 20px; }
          @media (max-width: 767px) {
            .page-type-blog_post .blog-post .blogs-step .card-blog__info .text {
              line-height: 120%;
              font-size: 12px; } }
        .page-type-blog_post .blog-post .blogs-step .card-blog__info .des {
          color: #666;
          line-height: 22.836px; }
          @media (max-width: 767px) {
            .page-type-blog_post .blog-post .blogs-step .card-blog__info .des {
              line-height: 120%;
              font-size: 12px;
              margin-bottom: 0; } }

.page-type-blog_post .saveLink {
  display: block; }
  .page-type-blog_post .saveLink a {
    color: #95CCF0;
    text-decoration: none; }
    .page-type-blog_post .saveLink a:hover {
      text-decoration: underline; }

.post-item {
  border-radius: 11.306px;
  border: 2px solid #01273d;
  padding: 12px; }
  .post-item .blog-post-figure .blog-thumbnail {
    position: relative;
    overflow: hidden;
    margin: 0; }
    .post-item .blog-post-figure .blog-thumbnail img {
      width: 100%;
      aspect-ratio: 16/9;
      border-radius: 6.974px;
      height: auto;
      transition: transform 0.3s; }
  .post-item .blog-title {
    margin: 0; }

.blogs-list, .blog-more {
  margin-bottom: 1.2rem; }
  .blogs-list .blog:hover .blog-thumbnail img, .blog-more .blog:hover .blog-thumbnail img {
    transform: scale(1.05);
    transition: transform 0.3s; }
  .blogs-list .blog:hover .blog-title a, .blog-more .blog:hover .blog-title a {
    color: #95ccf0; }
  .blogs-list .blog-date, .blog-more .blog-date {
    font-size: 12px;
    color: #717171;
    line-height: 14.369px;
    margin: 8px 0; }
  .blogs-list .blog .tags, .blog-more .blog .tags {
    margin-top: 2.4rem;
    text-align: center; }
  .blogs-list .blog .socialLinks, .blog-more .blog .socialLinks {
    text-align: center; }
  .blogs-list .blog-value, .blog-more .blog-value {
    font-size: 16px;
    line-height: 19.159px; }

#blogSearchForm #search_blog {
  font-family: "DM Sans", sans-serif;
  color: #666666;
  font-size: 16.063px;
  font-weight: 400;
  line-height: 24.094px;
  letter-spacing: 0.482px; }

#loadMorePosts .button {
  background-color: #0F1D33;
  border-radius: 6.83px;
  padding: 9px 25px; }
  #loadMorePosts .button .text {
    font-size: 12.95px;
    color: #95CCF0; }

.blog-more .post-item {
  height: 100% !important; }

.blog-list-flex [data-order="1"] {
  order: 1; }

.blog-list-flex [data-order="2"] {
  order: 2;
  margin-top: 0; }

.blog-info-title {
  letter-spacing: -0.3px; }
  @media (max-width: 767px) {
    .blog-info-title.blog-info-title--materials {
      display: block;
      margin-top: 11px;
      margin-bottom: 7px; } }

.blog-post--wrapper {
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important; }

.blog-post-desc {
  margin-bottom: 52px; }
  @media (max-width: 1024px) {
    .blog-post-desc {
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .blog-post-desc {
      margin-bottom: 28px; } }

.blog-video-content {
  max-width: 993px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px; }
  @media (max-width: 767px) {
    .blog-video-content {
      padding-top: 15px; }
      .blog-video-content .text-size-4-mb {
        margin-bottom: 20px; } }

.video-container {
  margin-top: 53px;
  margin-bottom: 203px; }
  @media (max-width: 1439px) {
    .video-container {
      margin-bottom: 160px; } }
  @media (max-width: 1024px) {
    .video-container {
      margin-bottom: 120px;
      margin-top: 32px; } }
  @media (max-width: 767px) {
    .video-container {
      margin-top: 0;
      margin-bottom: 62px; } }

.sidebarBlock + .sidebarBlock {
  border-top: 1px solid #e5e5e5;
  margin-top: 1.6rem;
  padding-top: 1.6rem; }

.sidebarBlock-heading {
  margin-top: 0;
  text-transform: inherit;
  line-height: 1.2; }
  @media (min-width: 551px) {
    .sidebarBlock-heading {
      font-size: 20px; } }
  @media (min-width: 768px) {
    .sidebarBlock-heading {
      font-size: 22px; } }
  @media (min-width: 1025px) {
    .sidebarBlock-heading {
      font-size: 24px; } }
  @media (max-width: 550px) {
    .sidebarBlock-heading {
      font-size: 0.9rem; } }
  @media (min-width: 768px) {
    .sidebarBlock-heading.heading-price {
      margin-top: -0.6rem; } }

@media (max-width: 550px) {
  .homeVideoSection #video-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 24px; }
    .homeVideoSection #video-container .swiper-slide {
      width: 100%; }
      .homeVideoSection #video-container .swiper-slide:nth-child(n + 3) {
        display: none; }
  .homeVideoSection .swiper-button-next,
  .homeVideoSection .swiper-button-prev {
    display: none !important; } }

.tipsImage {
  min-width: 51px; }
  @media (max-width: 767px) {
    .tipsImage {
      min-width: 32px; } }

.tipsHeading {
  font-size: 26px; }
  @media (max-width: 1024px) {
    .tipsHeading {
      font-size: 22px; } }
  @media (max-width: 767px) {
    .tipsHeading {
      font-size: 20px; } }
  @media (max-width: 550px) {
    .tipsHeading {
      font-size: 16px; } }

.tipsText {
  line-height: 130%; }

.tipsList .tipsItem + .tipsItem {
  border-top: 1px solid #979797; }

.importantInfo__block {
  border: 2px solid #01273d;
  border-radius: 12px;
  overflow: hidden; }

.importantInfo__item.item-image {
  width: 100%; }
  @media (min-width: 768px) {
    .importantInfo__item.item-image {
      width: 50%; } }
  @media (min-width: 1200px) {
    .importantInfo__item.item-image {
      width: 57%; } }

.importantInfo__item.item-text {
  width: 100%; }
  @media (min-width: 768px) {
    .importantInfo__item.item-text {
      width: 50%; } }
  @media (min-width: 1200px) {
    .importantInfo__item.item-text {
      width: 43%; } }

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.6rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.2rem; }
  .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.6rem;
    padding-right: 0.6rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 768px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title {
      text-align: center; }

.brand-image-container {
  max-width: 100px;
  position: relative; }
  .brand-image-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .brand-image-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }

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

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.6rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.2rem; }
  .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.6rem;
    padding-right: 0.6rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 768px) {
      .productGrid .product {
        width: 25%; } }

@media (min-width: 551px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33333%; } }

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1rem;
  margin: 0 0 1.2rem;
  overflow: hidden; }
  @media (min-width: 551px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 768px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    display: block;
    margin-bottom: 2.4rem;
    padding: 0;
    page-break-inside: avoid;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

@media (min-width: 768px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

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

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

@media (min-width: 768px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    width: 100%;
    float: left;
    float: none; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 0.6rem;
      padding-right: 0.6rem;
      width: 33.33333%;
      float: none; } }

.productGrid--maxCol5 .product {
  width: 20%; }
  @media (max-width: 1439px) {
    .productGrid--maxCol5 .product {
      width: 25%; } }
  @media only screen and (max-width: 900px) {
    .productGrid--maxCol5 .product {
      width: 33.33333%; } }
  @media (max-width: 550px) {
    .productGrid--maxCol5 .product {
      width: 100%; } }

.productList {
  margin-left: 0;
  list-style: none; }
  .productList .product {
    width: 100%; }
    .productList .product .card {
      display: flex;
      gap: 40px; }
      @media (max-width: 767px) {
        .productList .product .card {
          gap: 20px; } }
      .productList .product .card .card-figure {
        width: 30%; }
        @media (max-width: 767px) {
          .productList .product .card .card-figure {
            width: 40%; } }
      .productList .product .card .card-body {
        width: 70%; }
        @media (max-width: 767px) {
          .productList .product .card .card-body {
            width: 60%; } }
        .productList .product .card .card-body .card-figcaption-button {
          width: 50%; }
          @media (max-width: 767px) {
            .productList .product .card .card-body .card-figcaption-button {
              width: 100%; } }

@media (max-width: 767px) {
  .grid--viewmore:not(.is-visible) .customItem:nth-child(n+5) {
    display: none; } }

.productView {
  gap: 82px; }
  @media (max-width: 1439px) {
    .productView {
      gap: 40px; } }
  @media (max-width: 767px) {
    .productView {
      gap: 20px; } }
  @media (max-width: 550px) {
    .productView {
      gap: 0; } }
  .productView__left {
    width: calc((1029 / 1447 * 100% ) - 41px); }
    @media (min-width: 768px) {
      .productView__left {
        position: sticky;
        top: 110px;
        display: inline-block;
        vertical-align: top; } }
    @media (max-width: 1439px) {
      .productView__left {
        width: calc(60% - 20px); } }
    @media (max-width: 767px) {
      .productView__left {
        width: 100%; } }
  .productView__right {
    position: sticky;
    top: 90px;
    width: calc((418 / 1447 * 100%) - 41px); }
    @media (min-width: 768px) {
      .productView__right {
        position: sticky;
        top: 110px;
        display: inline-block;
        vertical-align: top; } }
    @media (max-width: 1439px) {
      .productView__right {
        width: calc(40% - 20px); } }
    @media (max-width: 767px) {
      .productView__right {
        width: 100%; } }
  .productView-brand {
    font-size: 22px;
    letter-spacing: 1.32px; }
    @media (max-width: 767px) {
      .productView-brand {
        letter-spacing: 0.591px; } }
  .productView-rating .icon {
    height: 1rem;
    width: 1rem; }
    @media (max-width: 1024px) {
      .productView-rating .icon {
        height: 0.75rem;
        width: 0.75rem; } }
  .productView-rating .rating-count {
    color: #414141;
    font-family: Oxygen;
    font-size: 17.959px;
    font-weight: 400;
    line-height: 170.52%;
    text-decoration: underline;
    margin-left: 16px; }
    @media (max-width: 1024px) {
      .productView-rating .rating-count {
        font-size: 13.847px;
        margin-left: 10px; } }
  .productView-price {
    position: relative;
    padding-right: 14px;
    margin-right: 16px; }
    @media (max-width: 1024px) {
      .productView-price {
        padding-right: 10px;
        margin-right: 10px; } }
    .productView-price::after {
      content: "";
      width: 1px;
      height: 25px;
      background-color: #666666;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
  .productView-actions #form-action-buyItNow {
    margin-bottom: 0;
    margin-top: 18px;
    padding: 12px; }
    @media (max-width: 767px) {
      .productView-actions #form-action-buyItNow {
        padding: 10px; } }
  .productView .tabs-contents .tab-content {
    border-radius: 23px;
    border: 2px solid #01273d;
    padding: 32px;
    padding-left: 58px; }
    @media (max-width: 1439px) {
      .productView .tabs-contents .tab-content {
        padding: 24px;
        padding-left: 40px; } }
    @media (max-width: 767px) {
      .productView .tabs-contents .tab-content {
        padding: 16px;
        padding-left: 20px; } }
    .productView .tabs-contents .tab-content .description-buttons-wrapper {
      max-width: 530px; }
  .productView .tabs-contents #tab-description .tab-content-wrapper {
    max-height: 860px;
    padding-top: 14px; }
  .productView .tabs-contents #product-reviews {
    max-height: 1481px; }
    @media (max-width: 1024px) {
      .productView .tabs-contents #product-reviews {
        max-height: 1185px; } }
    @media (max-width: 767px) {
      .productView .tabs-contents #product-reviews {
        max-height: 890px; } }
    @media (max-width: 550px) {
      .productView .tabs-contents #product-reviews {
        max-height: 528px; } }

.optionTitle label {
  border-radius: 12.7px;
  border: 1px solid #01273d;
  background-color: white;
  color: #01273d;
  transition: all 0.2s linear; }
  @media (max-width: 767px) {
    .optionTitle label {
      padding: 8px 12px; } }

.optionTitle.is-active label {
  background-color: #01273d;
  color: white; }

.optionTitle small {
  margin-left: 0;
  color: inherit; }

.optionWrapper__container {
  width: 100%;
  max-height: 165px;
  overflow-y: auto; }
  .optionWrapper__container::-webkit-scrollbar {
    width: 6px; }
  .optionWrapper__container::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 40px; }
  .optionWrapper__container::-webkit-scrollbar-thumb {
    background: #A0A0A0;
    border-radius: 40px; }

.optionWrapper {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: flex;
  padding: 16px 7px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  background-color: white;
  z-index: 10;
  border-radius: 12.66px;
  border: 1px solid #666666;
  margin-top: 8px;
  transform: translateY(-20px);
  transition: all 0.2s linear; }
  .optionWrapper.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(0); }
  .optionWrapper .form-option-wrapper {
    position: relative;
    border-radius: 4px;
    padding: 8px 10px; }
    .optionWrapper .form-option-wrapper:hover, .optionWrapper .form-option-wrapper.is-selected {
      background: rgba(151, 151, 151, 0.42);
      cursor: pointer; }
    .optionWrapper .form-option-wrapper label {
      padding-left: 0; }
    .optionWrapper .form-option-wrapper .form-option {
      position: static;
      outline: none !important; }
      .optionWrapper .form-option-wrapper .form-option::after {
        content: "";
        background-color: transparent;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .optionWrapper .form-option-wrapper .form-radio:checked + .form-option {
      box-shadow: none; }

.form-field.selected-option .optionTitle label {
  background-color: #01273d;
  color: white; }

.productService {
  margin-top: 38px; }
  @media (max-width: 1024px) {
    .productService {
      margin-top: 29px; } }
  @media (max-width: 767px) {
    .productService {
      margin-bottom: 16px; } }
  .productService__img {
    display: block;
    max-width: 26px; }
    @media (max-width: 1024px) {
      .productService__img {
        max-width: 20px;
        margin-right: 6px; } }
    .productService__img.productService__img--small {
      max-width: 20px; }
    .productService__img img {
      display: block;
      width: 100%; }

@media (max-width: 767px) {
  .productRelatedSection .card {
    margin-bottom: 24px; } }

@media (max-width: 550px) {
  .productRelatedSection .card {
    margin-bottom: 8px; } }

.form-option-swatch {
  border-radius: 7px;
  overflow: hidden !important;
  padding: 0; }

#modal-bulk-pricing {
  padding: 25px 25px 95px 90px; }
  @media (max-width: 1024px) {
    #modal-bulk-pricing {
      padding: 20px 20px 80px 60px; } }
  @media (max-width: 767px) {
    #modal-bulk-pricing {
      padding: 15px 15px 60px 40px; } }
  @media (max-width: 550px) {
    #modal-bulk-pricing {
      padding: 10px 10px 40px 20px; } }
  #modal-bulk-pricing .modal-close {
    position: absolute;
    right: 25px;
    top: 25px; }
  #modal-bulk-pricing .modal-header-title {
    margin-top: 60px; }
    @media (max-width: 1024px) {
      #modal-bulk-pricing .modal-header-title {
        margin-top: 50px; } }
    @media (max-width: 767px) {
      #modal-bulk-pricing .modal-header-title {
        margin-top: 40px; } }
  #modal-bulk-pricing .modal-header,
  #modal-bulk-pricing .modal-body {
    padding: 0 !important; }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after, .sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  content: "";
  display: block;
  height: 2.5rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  transition: background-color 800ms ease;
  width: 2.5rem;
  z-index: 10; }
  
  .sale-flag-star::before,
  .sold-out-flag-star::before {
    transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }
  
  .sale-flag-star::after,
  .sold-out-flag-star::after {
    transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after {
  background: #95ccf0; }

.sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  background: #007dc6; }

.starwrap {
  height: 2.5rem;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 2.5rem; }

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 551px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1025px) {
    .listItem-figure .starwrap {
      top: 10px;
      transform: scale(0.7); } }

.sale-text-burst, .sold-out-text-burst {
  font-weight: 600;
  line-height: 0.75rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 2.5rem;
  z-index: 50; }

.sale-text-burst {
  color: #0f1d33; }

.sold-out-text-burst {
  color: white; }

.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star::before,
.product:hover .starwrap .sale-flag-star::after {
  background: #95ccf0; }

.product:hover .starwrap .sold-out-flag-star,
.product:hover .starwrap .sold-out-flag-star::before,
.product:hover .starwrap .sold-out-flag-star::after {
  background: black; }

.sale-flag-side, .sold-out-flag-side {
  border-radius: 0 50px 50px 0;
  font-size: 15px;
  font-weight: 700;
  height: 1rem;
  line-height: 0.8rem;
  padding-left: 0.4rem;
  padding-right: 0.6rem;
  padding-top: 0.075rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

.sale-flag-side {
  background: #95ccf0;
  color: #0f1d33; }

.sold-out-flag-side {
  background: #007dc6;
  color: white; }

.product:hover .sale-flag-side {
  background-color: #01273d; }

.product:hover .sold-out-flag-side {
  background: black; }

.sale-flag-sash, .sold-out-flag-sash {
  font-size: 15px;
  font-weight: 700;
  height: 1rem;
  left: -25px;
  line-height: 0.8rem;
  padding-top: 0.075rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  width: 5.95rem;
  z-index: 10; }

.sale-flag-sash {
  background: #95ccf0;
  color: #0f1d33; }

.sold-out-flag-sash {
  background: #007dc6;
  color: white; }

.listItem-figure .sale-flag-sash,
.listItem-figure .sold-out-flag-sash {
  top: 24px; }
  @media (min-width: 551px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -20px;
      top: 19px; } }
  @media (min-width: 1025px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -15px;
      top: 24px; } }

.product:hover .sale-flag-sash {
  background: #95ccf0; }

.product:hover .sold-out-flag-sash {
  background: black; }

.product {
  overflow: hidden; }

.sale-flag-side {
  text-align: center;
  font-size: 18.583px;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: 1.115px;
  text-transform: uppercase;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  top: 14px;
  left: 14px; }
  @media (max-width: 1024px) {
    .sale-flag-side {
      font-size: 16.667px;
      padding: 20px;
      top: 12px;
      left: 12px; } }
  @media (max-width: 767px) {
    .sale-flag-side {
      font-size: 14.75px;
      padding: 16px;
      top: 10px;
      left: 10px; } }
  @media (max-width: 550px) {
    .sale-flag-side {
      font-size: 12.833px;
      padding: 12px;
      top: 8px;
      left: 8px; } }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 22px;
  width: 22px; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #474747;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

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

.form-option-image {
  display: block;
  height: 100px;
  width: 100px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.account {
  margin-bottom: 1.2rem; }

@media (min-width: 768px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media (min-width: 768px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 768px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 2.4rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    text-align: left; }

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

.account-content {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  width: 100%;
  float: left; }

@media (min-width: 768px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 768px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  width: 100%;
  float: left; }
  @media (min-width: 768px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

.accountSection {
  padding-top: 80px; }
  .accountSection .custom-account-wrapper {
    margin-bottom: 30px; }
    @media (max-width: 1024px) {
      .accountSection .custom-account-wrapper {
        margin-bottom: 12px; } }
    @media (max-width: 767px) {
      .accountSection .custom-account-wrapper {
        margin-bottom: 4px; } }
  .accountSection .custom-submit-form {
    margin-top: 30px;
    padding: 19px 31px 18px;
    font-size: 24px;
    text-transform: capitalize;
    border: 3px solid #0F1D33; }
    @media (max-width: 1024px) {
      .accountSection .custom-submit-form {
        font-size: 20px;
        padding: 16px 25px 23px; } }
    @media (max-width: 767px) {
      .accountSection .custom-submit-form {
        font-size: 12px;
        padding: 8px 15px 7px;
        border-radius: 5.324px;
        border: 1.331px solid #0F1D33;
        margin-top: 0;
        margin-bottom: 0; } }
  @media (max-width: 767px) {
    .accountSection .form-select {
      background-position: right 5px top 3px !important; } }
  .accountSection .form-field {
    margin: 0 0 20px; }
    @media (max-width: 1024px) {
      .accountSection .form-field {
        margin-bottom: 13px; } }
    @media (max-width: 767px) {
      .accountSection .form-field {
        margin-bottom: 8px; } }
  .accountSection .form-input,
  .accountSection .form-select {
    padding: 10px 25px;
    height: 53px;
    border-radius: 6px;
    border: 2px solid #D3D3D3; }
    @media (max-width: 1024px) {
      .accountSection .form-input,
      .accountSection .form-select {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .accountSection .form-input,
      .accountSection .form-select {
        font-size: 12px;
        height: 28px;
        padding: 0 10px; } }
  .accountSection .form-select {
    background-position: right 0.45rem top 0.7rem; }
  .accountSection .custom-select:after {
    content: none; }
  @media (max-width: 1024px) {
    .accountSection {
      padding-top: 60px; } }
  @media (max-width: 767px) {
    .accountSection {
      padding-top: 50px; } }
  @media (max-width: 550px) {
    .accountSection {
      padding-top: 42px; } }
  .accountSection--dashboard {
    padding-bottom: 184px; }
    @media (max-width: 1439px) {
      .accountSection--dashboard {
        padding-bottom: 120px; } }
    @media (max-width: 1024px) {
      .accountSection--dashboard {
        padding-bottom: 80px; } }
    @media (max-width: 767px) {
      .accountSection--dashboard {
        padding-bottom: 60px; } }
    @media (max-width: 550px) {
      .accountSection--dashboard {
        padding-bottom: 24px; } }
  .accountSection--orders {
    padding-bottom: 215px; }
    @media (max-width: 1439px) {
      .accountSection--orders {
        padding-bottom: 120px; } }
    @media (max-width: 1024px) {
      .accountSection--orders {
        padding-bottom: 80px; } }
    @media (max-width: 767px) {
      .accountSection--orders {
        padding-bottom: 60px; } }
    @media (max-width: 550px) {
      .accountSection--orders {
        padding-bottom: 40px; } }
  .accountSection--helps {
    padding-bottom: 182px; }
    @media (max-width: 1439px) {
      .accountSection--helps {
        padding-bottom: 120px; } }
    @media (max-width: 1024px) {
      .accountSection--helps {
        padding-bottom: 80px; } }
    @media (max-width: 767px) {
      .accountSection--helps {
        padding-bottom: 60px; } }
    @media (max-width: 550px) {
      .accountSection--helps {
        padding-bottom: 33px; } }
    @media (max-width: 767px) {
      .accountSection--helps > .container {
        padding: 0 13px; } }
  .accountSection__heading {
    margin-bottom: 96px; }
    @media (max-width: 1024px) {
      .accountSection__heading {
        margin-bottom: 60px; } }
    @media (max-width: 767px) {
      .accountSection__heading {
        margin-bottom: 40px; } }
    @media (max-width: 550px) {
      .accountSection__heading {
        margin-bottom: 35px; } }
  .accountSection__body {
    gap: 80px; }
    @media (max-width: 1439px) {
      .accountSection__body {
        gap: 20px !important; } }
    @media (max-width: 1024px) {
      .accountSection__body {
        flex-direction: column; } }
  .accountSection__menu {
    width: 45.5%; }
    @media only screen and (min-width: 1600px) {
      .accountSection__menu {
        min-width: 700px;
        padding-top: 50px; } }
    @media (max-width: 1439px) {
      .accountSection__menu {
        width: 100%;
        max-width: 696px;
        margin-left: auto;
        margin-right: auto; } }
    .accountSection__menu .menu-list {
      display: flex;
      gap: 30px;
      flex-wrap: wrap; }
      @media only screen and (max-width: 1600px) {
        .accountSection__menu .menu-list {
          gap: 20px; } }
    .accountSection__menu .menu-item {
      padding: 20px;
      border-radius: 23.795px;
      border: 2.379px solid #01273d;
      background-color: white;
      width: calc(33% - 18px);
      aspect-ratio: 1.084; }
      @media (max-width: 1439px) {
        .accountSection__menu .menu-item {
          width: calc(50% - 20px); } }
      @media (max-width: 1024px) {
        .accountSection__menu .menu-item {
          width: calc(33% - 30px); } }
      @media (max-width: 767px) {
        .accountSection__menu .menu-item {
          width: calc(50% - 20px); } }
      @media (max-width: 550px) {
        .accountSection__menu .menu-item {
          padding: 15px; } }
      .accountSection__menu .menu-item .item-title {
        font-size: 24.191px; }
        @media only screen and (min-width: 1600px) {
          .accountSection__menu .menu-item .item-title {
            white-space: nowrap; } }
        @media (max-width: 1439px) {
          .accountSection__menu .menu-item .item-title {
            font-size: 20px; } }
        @media (max-width: 767px) {
          .accountSection__menu .menu-item .item-title {
            font-size: 18px; } }
        @media (max-width: 374px) {
          .accountSection__menu .menu-item .item-title {
            font-size: 16px; } }
    .accountSection__menu .cross-arrow-wrapper {
      height: 1.5rem;
      width: 1.5rem;
      min-width: 30px; }
      @media (max-width: 374px) {
        .accountSection__menu .cross-arrow-wrapper {
          display: none; } }
    .accountSection__menu .icon-wrapper {
      background-color: white;
      margin-left: auto;
      margin-right: auto;
      max-width: 160px;
      max-height: 150px; }
      @media (max-width: 1024px) {
        .accountSection__menu .icon-wrapper {
          max-width: 140px;
          max-height: 130px; } }
      @media (max-width: 767px) {
        .accountSection__menu .icon-wrapper {
          max-width: 120px;
          max-height: 110px; } }
      @media (max-width: 550px) {
        .accountSection__menu .icon-wrapper {
          max-width: 100px;
          max-height: 90px; } }
    .accountSection__menu .icon {
      width: 100%;
      height: 100%; }
      @media (max-width: 550px) {
        .accountSection__menu .icon {
          max-height: 55px; } }
      .accountSection__menu .icon svg {
        max-height: inherit; }
      .accountSection__menu .icon--account-orders {
        max-width: 220px;
        max-height: 147px; }
        @media only screen and (max-width: 1600px) {
          .accountSection__menu .icon--account-orders {
            max-width: 175px;
            max-height: 115px; } }
        @media (max-width: 550px) {
          .accountSection__menu .icon--account-orders {
            max-width: 153px;
            max-height: 66px; } }
      .accountSection__menu .icon--account-user {
        max-width: 165px;
        max-height: 156px; }
        @media only screen and (max-width: 1600px) {
          .accountSection__menu .icon--account-user {
            max-width: 150px;
            max-height: 140px; } }
        @media (max-width: 550px) {
          .accountSection__menu .icon--account-user {
            max-width: 75px;
            max-height: 71px; } }
      .accountSection__menu .icon--account-wishlist {
        max-width: 153px;
        max-height: 148px; }
        @media only screen and (max-width: 1600px) {
          .accountSection__menu .icon--account-wishlist {
            max-width: 130px;
            max-height: 125px; } }
        @media (max-width: 550px) {
          .accountSection__menu .icon--account-wishlist {
            max-width: 72px;
            max-height: 67px; } }
      .accountSection__menu .icon--account-book {
        max-width: 168px;
        max-height: 175px; }
        @media only screen and (max-width: 1600px) {
          .accountSection__menu .icon--account-book {
            max-width: 150px;
            max-height: 155px; } }
        @media (max-width: 550px) {
          .accountSection__menu .icon--account-book {
            max-width: 76px;
            max-height: 79px; } }
  .accountSection__recentlyOrders {
    padding-top: 10px;
    position: relative; }
    .accountSection__recentlyOrders.allOrders .orders-list .recentOrder__table {
      min-width: 800px; }
    .accountSection__recentlyOrders.allOrders .recentOrder__rowItem .recentOrder__image {
      min-width: 115px; }
      @media (max-width: 1024px) {
        .accountSection__recentlyOrders.allOrders .recentOrder__rowItem .recentOrder__image {
          min-width: 80px; } }
    .accountSection__recentlyOrders.allOrders .recentOrder__rowItem--1 {
      width: calc(203 / 1463 * 100%); }
    .accountSection__recentlyOrders.allOrders .recentOrder__rowItem--2 {
      width: calc(396 / 1463 * 100%); }
    .accountSection__recentlyOrders.allOrders .recentOrder__rowItem--3 {
      width: calc(278 / 1463 * 100%); }
    .accountSection__recentlyOrders.allOrders .recentOrder__rowItem--4 {
      width: calc(171 / 1463 * 100%); }
    .accountSection__recentlyOrders.allOrders .recentOrder__rowItem--5 {
      width: calc(235 / 1463 * 100%); }
    .accountSection__recentlyOrders.allOrders .recentOrder__rowItem--6 {
      width: calc(180 / 1463 * 100%); }
    .accountSection__recentlyOrders.allOrders .tracking-text {
      color: #6A6A6A;
      font-size: 18.7px; }

@media (max-width: 767px) {
  .recentOrder__table {
    min-width: 600px; } }

.recentOrder__table.recentOrder__table--list {
  min-width: 800px; }
  .recentOrder__table.recentOrder__table--list .recentOrder__image {
    min-width: 115px; }
    @media (max-width: 1024px) {
      .recentOrder__table.recentOrder__table--list .recentOrder__image {
        min-width: 80px; } }
    .recentOrder__table.recentOrder__table--list .recentOrder__image img {
      width: 100%; }
  .recentOrder__table.recentOrder__table--list .recentOrder__rowItem .button {
    width: 100%;
    max-width: 212px; }
    @media (max-width: 1024px) {
      .recentOrder__table.recentOrder__table--list .recentOrder__rowItem .button {
        font-size: 16px;
        padding: 12px; } }
    @media (max-width: 767px) {
      .recentOrder__table.recentOrder__table--list .recentOrder__rowItem .button {
        font-size: 14px;
        padding: 10px; } }
  .recentOrder__table.recentOrder__table--list .recentOrder__rowItem.recentOrder__rowItemAction .button {
    width: auto;
    max-width: 212px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .recentOrder__table.recentOrder__table--list .recentOrder__rowItem .form {
    margin: 0; }
  .recentOrder__table.recentOrder__table--list .recentOrder__rowItem--1 {
    width: calc(202 / 1254 * 100%); }
  .recentOrder__table.recentOrder__table--list .recentOrder__rowItem--2 {
    width: calc(352 / 1254 * 100%); }
  .recentOrder__table.recentOrder__table--list .recentOrder__rowItem--3 {
    width: calc(260 / 1254 * 100%); }
  .recentOrder__table.recentOrder__table--list .recentOrder__rowItem--4 {
    width: calc(175 / 1254 * 100%); }
  .recentOrder__table.recentOrder__table--list .recentOrder__rowItem--5 {
    width: calc(265 / 1254 * 100%); }
  .recentOrder__table.recentOrder__table--list .recentOrder__rowItem--6 {
    width: calc(500 / 1254 * 100%); }

.recentOrder__rowHeader {
  font-size: 17.887px;
  font-weight: 400;
  padding: 13.5px 0; }
  .recentOrder__rowHeader > .recentOrder__rowItem {
    padding: 0 18.5px; }
    @media (max-width: 1439px) {
      .recentOrder__rowHeader > .recentOrder__rowItem {
        padding: 0 15px; } }

.recentOrder__rowBody {
  font-size: 14.906px;
  border-left: 1px solid #CECECE;
  border-right: 1px solid #CECECE;
  color: #01273d; }
  .recentOrder__rowBody > .recentOrder__rowItem {
    border-bottom: 1px solid #CECECE; }
  .recentOrder__rowBody .tracking-text {
    color: #6A6A6A;
    font-size: 13.937px; }

.recentOrder__rowItem {
  padding: 26px 18.5px 29px; }
  @media (max-width: 1439px) {
    .recentOrder__rowItem {
      padding: 13.5px 15px; } }
  .recentOrder__rowItem--1 {
    width: calc(115 / 663 * 100%); }
  .recentOrder__rowItem--2 {
    width: calc(200 / 663 * 100%); }
  .recentOrder__rowItem--3 {
    width: calc(128 / 663 * 100%); }
  .recentOrder__rowItem--4 {
    width: calc(120 / 663 * 100%); }
  .recentOrder__rowItem--5 {
    width: calc(100 / 663 * 100%); }

.accountSection__recentlyInboxs .recentInbox__rowBody {
  font-size: 14.906px;
  border-left: 1px solid #CECECE;
  border-right: 1px solid #CECECE;
  color: #01273d; }
  .accountSection__recentlyInboxs .recentInbox__rowBody > .recentInbox__rowItem {
    border-bottom: 1px solid #CECECE; }

.accountSection__recentlyInboxs .recentInbox__rowItem {
  padding: 26px 18.5px 29px; }
  @media (max-width: 1439px) {
    .accountSection__recentlyInboxs .recentInbox__rowItem {
      padding: 13.5px 15px; } }
  .accountSection__recentlyInboxs .recentInbox__rowItem--1 {
    width: calc(355 / 845 * 100%); }
  .accountSection__recentlyInboxs .recentInbox__rowItem--2 {
    width: calc(490 / 845 * 100%); }

/**
 * 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; }

.font-inter {
  font-family: "Inter", sans-serif; }

.font-oxygen {
  font-family: "Oxygen", sans-serif; }

.text-primary {
  color: #01273d; }

.text-white {
  color: #ffffff; }

@media (min-width: 768px) {
  .md\:text-white {
    color: #ffffff !important; } }

.bg-primary {
  background-color: #01273d; }

@media (min-width: 768px) {
  .md\:bg-primary {
    background-color: #01273d !important; } }

.text-size-1 {
  line-height: 1.2; }
  @media (min-width: 551px) {
    .text-size-1 {
      font-size: 52px; } }
  @media (min-width: 768px) {
    .text-size-1 {
      font-size: 54px; } }
  @media (min-width: 1025px) {
    .text-size-1 {
      font-size: 56px; } }
  @media (max-width: 550px) {
    .text-size-1-mb {
      font-size: 1.2rem; } }

.text-size-2 {
  line-height: 1.2; }
  @media (min-width: 551px) {
    .text-size-2 {
      font-size: 44px; } }
  @media (min-width: 768px) {
    .text-size-2 {
      font-size: 46px; } }
  @media (min-width: 1025px) {
    .text-size-2 {
      font-size: 48px; } }
  @media (max-width: 550px) {
    .text-size-2-mb {
      font-size: 1rem; } }

.text-size-3 {
  line-height: 1.2; }
  @media (min-width: 551px) {
    .text-size-3 {
      font-size: 36px; } }
  @media (min-width: 768px) {
    .text-size-3 {
      font-size: 38px; } }
  @media (min-width: 1025px) {
    .text-size-3 {
      font-size: 40px; } }
  @media (max-width: 550px) {
    .text-size-3-mb {
      font-size: 0.9rem; } }

.text-size-4 {
  line-height: 1.2; }
  @media (min-width: 551px) {
    .text-size-4 {
      font-size: 28px; } }
  @media (min-width: 768px) {
    .text-size-4 {
      font-size: 30px; } }
  @media (min-width: 1025px) {
    .text-size-4 {
      font-size: 32px; } }
  @media (max-width: 550px) {
    .text-size-4-mb {
      font-size: 0.75rem; } }

.text-size-5 {
  line-height: 1.2; }
  @media (min-width: 551px) {
    .text-size-5 {
      font-size: 20px; } }
  @media (min-width: 768px) {
    .text-size-5 {
      font-size: 22px; } }
  @media (min-width: 1025px) {
    .text-size-5 {
      font-size: 24px; } }
  @media (max-width: 550px) {
    .text-size-5-mb {
      font-size: 0.6rem; } }

.text-size-6 {
  line-height: 1.2; }
  @media (min-width: 551px) {
    .text-size-6 {
      font-size: 16px; } }
  @media (min-width: 768px) {
    .text-size-6 {
      font-size: 18px; } }
  @media (min-width: 1025px) {
    .text-size-6 {
      font-size: 20px; } }
  @media (max-width: 550px) {
    .text-size-6-mb {
      font-size: 0.6rem; } }

.text-size-7 {
  line-height: 1.2; }
  @media (min-width: 551px) {
    .text-size-7 {
      font-size: 16px; } }
  @media (min-width: 768px) {
    .text-size-7 {
      font-size: 17px; } }
  @media (min-width: 1025px) {
    .text-size-7 {
      font-size: 18px; } }

input::-webkit-input-placeholder {
  color: inherit !important; }

input::-moz-placeholder {
  color: inherit !important; }

input:-ms-input-placeholder {
  color: inherit !important; }

.cross-arrow-wrapper {
  overflow: hidden;
  width: 32px;
  height: 32px;
  min-width: 32px; }
  .cross-arrow-wrapper .icon {
    width: 17px;
    height: 16px;
    min-width: 17px; }
    @media (max-width: 1024px) {
      .cross-arrow-wrapper .icon {
        width: 14px;
        height: 14px;
        min-width: 14px; } }
    @media (max-width: 767px) {
      .cross-arrow-wrapper .icon {
        width: 12px;
        height: 12px;
        min-width: 12px; } }
  .cross-arrow-wrapper.navPages-action-moreIcon {
    height: 0.8rem;
    width: 0.8rem;
    min-width: 16px;
    transition: all 0.2s linear; }
    .cross-arrow-wrapper.navPages-action-moreIcon .icon {
      padding: 4px; }
    @media (max-width: 1024px) {
      .cross-arrow-wrapper.navPages-action-moreIcon {
        height: 1.2rem;
        width: 1.2rem;
        min-width: 24px;
        transform: rotate(0); }
        .cross-arrow-wrapper.navPages-action-moreIcon .icon {
          padding: 0; } }
    .cross-arrow-wrapper.navPages-action-moreIcon svg {
      fill: none !important;
      stroke: none !important; }
  .cross-arrow-wrapper--large {
    width: 40px;
    height: 40px;
    min-width: 40px; }
    @media (max-width: 1024px) {
      .cross-arrow-wrapper--large {
        width: 32px;
        height: 32px;
        min-width: 32px; } }
    @media (max-width: 767px) {
      .cross-arrow-wrapper--large {
        width: 24px;
        height: 24px;
        min-width: 24px; } }
    @media (max-width: 550px) {
      .cross-arrow-wrapper--large {
        width: 18px;
        height: 18px;
        min-width: 18px; } }
  .cross-arrow-wrapper .icon--cross-arrow {
    position: absolute; }
    .cross-arrow-wrapper .icon--cross-arrow.copy {
      transform: translate(-150%, 150%);
      opacity: 0; }

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

.customItem {
  gap: 32px;
  position: relative;
  background-color: #ffffff; }
  @media (max-width: 1024px) {
    .customItem {
      gap: 24px; } }
  @media (max-width: 767px) {
    .customItem {
      border-radius: 30px !important; }
      .page-type-default .customItem:nth-child(n + 4) {
        display: none; } }
  .customItem::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 0px solid #01273d;
    box-shadow: 0px #01273d;
    color: #01273d;
    border-radius: 30px;
    transition: all 0.2s ease;
    z-index: -1; }
  .customItem.customItem--all:hover::after {
    border-radius: inherit !important; }
  .customItem:hover {
    color: #01273d; }
    .customItem:hover::after {
      border-radius: 22.962px;
      border: 0.765px solid #01273d;
      background: #ffffff;
      box-shadow: 5.358px 5.358px 0px 0px #0f1d33; }
      @media (max-width: 767px) {
        .customItem:hover::after {
          border-radius: 30px;
          box-shadow: 5px 5px 0px 0px #0f1d33; } }
    .customItem:hover .cross-arrow-wrapper {
      background-color: #01273d; }
    .customItem:hover .icon--cross-arrow:first-child {
      transition: all 0.3s ease-in-out;
      opacity: 0;
      transform: translate(150%, -150%); }
    .customItem:hover .copy {
      transition: transform 0.3s ease-in-out 0.1s;
      transform: translate(0);
      opacity: 1; }
  .customItem__info {
    flex: 1;
    min-width: 50%; }
  .customItem__banner {
    position: relative;
    width: 100%;
    max-width: 400px; }
    .customItem__banner::after {
      content: "";
      display: block;
      height: 0;
      padding-bottom: 100%;
      width: 100%; }
    @media (max-width: 550px) {
      .customItem__banner {
        max-width: 115px; }
        .customItem__banner::after {
          content: "";
          display: block;
          height: 0;
          padding-bottom: 79.13043%;
          width: 100%; } }
    .customItem__banner img,
    .customItem__banner .category-no-image {
      bottom: 0;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0; }
    .customItem__banner .category-no-image {
      background-color: #d9d9d9; }
  .customItem__name {
    font-size: 41.86px; }
    @media (max-width: 1024px) {
      .customItem__name {
        font-size: 30px; } }
    @media (max-width: 550px) {
      .customItem__name {
        font-size: 18px;
        font-weight: 700; } }
  .customItem--listingPage {
    padding: 18px 40px 18px 30px;
    border-radius: 23px;
    gap: 30px; }
    @media (max-width: 1439px) {
      .customItem--listingPage {
        gap: 15px; } }
    @media (max-width: 1024px) {
      .customItem--listingPage {
        padding: 15px 20px; } }
    .customItem--listingPage .customItem__name {
      font-size: 31.694px; }
      @media (max-width: 1439px) {
        .customItem--listingPage .customItem__name {
          font-size: 24px; } }
      @media (max-width: 767px) {
        .customItem--listingPage .customItem__name {
          font-size: 18px; } }
    .customItem--listingPage .customItem__banner {
      max-width: 106px; }
      .customItem--listingPage .customItem__banner::after {
        content: "";
        display: block;
        height: 0;
        padding-bottom: 100%;
        width: 100%; }
      @media (max-width: 1439px) and (min-width: 550px) {
        .customItem--listingPage .customItem__banner {
          max-width: 80px; } }
      @media (max-width: 550px) {
        .customItem--listingPage .customItem__banner {
          max-width: 115px; }
          .customItem--listingPage .customItem__banner::after {
            content: "";
            display: block;
            height: 0;
            padding-bottom: 79.13043%;
            width: 100%; } }
    .customItem--listingPage .customItem__name {
      width: 75%; }
      @media (max-width: 550px) {
        .customItem--listingPage .customItem__name {
          width: 50%; } }
    @media (max-width: 1439px) {
      .customItem--listingPage .customItem__info .cross-arrow-wrapper {
        width: 24px;
        height: 24px;
        min-width: 24px; } }
    @media (max-width: 550px) {
      .customItem--listingPage .customItem__info .cross-arrow-wrapper {
        width: 18px;
        height: 18px;
        min-width: 18px; }
        .customItem--listingPage .customItem__info .cross-arrow-wrapper .icon {
          width: 12px;
          height: 12px;
          min-width: 12px; } }
    .customItem--listingPage .customItem__view {
      font-size: 18.171px; }
      @media (max-width: 767px) {
        .customItem--listingPage .customItem__view {
          font-size: 16px; } }
      @media (max-width: 550px) {
        .customItem--listingPage .customItem__view {
          font-size: 12px; } }

@media (max-width: 1439px) and (min-width: 550px) {
  body:not(.page-type-default) .customItem__icon:not(.customItem__icon--nowrap) {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px; }
    body:not(.page-type-default) .customItem__icon:not(.customItem__icon--nowrap) .cross-arrow-wrapper {
      margin-right: 0; } }

@media (max-width: 374px) {
  body:not(.page-type-default) .customItem__icon:not(.customItem__icon--nowrap) {
    flex-direction: column; }
    body:not(.page-type-default) .customItem__icon:not(.customItem__icon--nowrap) .cross-arrow-wrapper {
      margin-right: 0; } }

.customScrollbar-x {
  overflow-x: auto; }
  .customScrollbar-x::-webkit-scrollbar {
    height: 14px; }
    @media (max-width: 1439px) {
      .customScrollbar-x::-webkit-scrollbar {
        height: 10px; } }
  .customScrollbar-x::-webkit-scrollbar-track {
    background: #d9d9d9;
    border-radius: 3px; }
  .customScrollbar-x::-webkit-scrollbar-thumb {
    background: #01273d;
    border-radius: 3px; }
  @media (min-width: 768px) {
    .customScrollbar-x--mb {
      overflow: unset; } }

.customScrollbar-y {
  overflow-y: auto; }
  .customScrollbar-y::-webkit-scrollbar {
    width: 14px; }
    @media (max-width: 1439px) {
      .customScrollbar-y::-webkit-scrollbar {
        width: 10px; } }
  .customScrollbar-y::-webkit-scrollbar-track {
    background: #d9d9d9;
    border-radius: 3px; }
  .customScrollbar-y::-webkit-scrollbar-thumb {
    background: #01273d;
    border-radius: 3px; }

/* ------------------ Hover Link ------------------------- */
@media (min-width: 1025px) {
  .hover-link {
    position: relative;
    text-decoration: none;
    width: fit-content !important; }
    .hover-link span {
      transition: color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .hover-link::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 1px;
      background-color: currentColor;
      transform: scaleX(0);
      will-change: transform;
      transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .hover-link:hover::before {
      transform: scaleX(1); }
  .hover-link-2 {
    --link: currentColor;
    --link-hover: currentColor;
    display: inline;
    text-decoration: none;
    cursor: pointer;
    padding: 0 0 5px;
    color: var(--link);
    background: linear-gradient(to right, currentColor, currentColor);
    background-size: 100% 1px;
    background-position: 50% 86%;
    background-repeat: no-repeat;
    transition: color 0.25s ease-in, background-size 0.25s ease-in; }
    .hover-link-2:hover {
      color: currentColor;
      background-size: 0% 1px; } }

.swiper-button-prev:after,
.swiper-button-next:after {
  content: none; }

.swiper-notification {
  display: none; }

.sectionSwiper--bottom .swiper-wrapper {
  padding-bottom: 60px; }

.sectionSwiper--bottom .swiper-pagination-bullet {
  background: transparent;
  opacity: 1;
  color: #95ccf0;
  display: inline-flex;
  width: 14px;
  height: 14px;
  transition: transform 0.3s ease;
  margin: 0 8.5px !important; }
  .sectionSwiper--bottom .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #01273d; }

.sectionSwiper--bottom.sectionSwiper--review .swiper-pagination-bullet-active {
  color: #ffffff; }

.swiper-controls--bottom > * {
  position: unset; }

.swiper-controls--bottom .swiper-button-next,
.swiper-controls--bottom .swiper-button-prev {
  bottom: 0;
  top: unset; }

.swiper-controls--bottom.swiper-controls--small .swiper-button-prev,
.swiper-controls--bottom.swiper-controls--small .swiper-button-next {
  height: 100%; }

.swiper-controls--bottom.swiper-controls--small .swiper-button-prev {
  margin-right: 20px; }
  @media (max-width: 767px) {
    .swiper-controls--bottom.swiper-controls--small .swiper-button-prev {
      margin-right: 10px; } }

.swiper-controls--bottom.swiper-controls--small .swiper-button-next {
  margin-left: 20px; }
  @media (max-width: 767px) {
    .swiper-controls--bottom.swiper-controls--small .swiper-button-next {
      margin-left: 10px; } }

.openCartSidebar,
.openProductListingSidebar {
  overflow: hidden;
  padding-inline-end: var(--scrollbar-width);
  transition: padding-inline-end 0.3s ease; }

.custom-mobile-slider {
  --gap: 16px;
  --offset: calc(var(--gap) * -1); }
  @media (max-width: 767px) {
    .custom-mobile-slider {
      display: flex;
      flex-flow: row nowrap;
      justify-content: flex-start;
      gap: 0;
      margin: 0 var(--offset);
      padding-left: var(--gap);
      overflow-x: scroll;
      overflow-y: hidden;
      scroll-behavior: smooth;
      scroll-snap-type: x mandatory;
      scroll-padding: var(--gap);
      scrollbar-width: none; }
      .custom-mobile-slider .item {
        padding: 0;
        flex: 0 0 auto;
        width: calc(100% - 50px);
        margin: 0 var(--gap) 0 0;
        scroll-snap-align: start; } }

.page-sidebar .sidebar-top {
  padding: 25px 91px;
  border-bottom: 1px solid #dcdcdc; }
  @media (max-width: 767px) {
    .page-sidebar .sidebar-top {
      padding: 20px 20px; } }
  .page-sidebar .sidebar-top .sort-wrapper {
    padding: 16px 16px 16px 23px;
    border: 1px solid #e6e6e6;
    background: #f9f9f9;
    color: #01273d;
    line-height: 129%; }
  .page-sidebar .sidebar-top #sort-value-dropdown {
    left: 0;
    border: 1px solid #e6e6e6;
    background: #f9f9f9; }
  .page-sidebar .sidebar-top .view-as-btn .btn-view {
    padding: 15px; }
    .page-sidebar .sidebar-top .view-as-btn .btn-view.current-view {
      border-radius: 5px;
      background: #e9e9e9;
      color: #01273d; }

.page-sidebar .sidebar-main {
  padding: 55px 34px; }
  @media (max-width: 1024px) {
    .page-sidebar .sidebar-main {
      padding: 32px 20px; } }
  @media (max-width: 767px) {
    .page-sidebar .sidebar-main {
      padding: 24px 15px; } }
  .page-sidebar .sidebar-main .sidebarBlock-heading {
    color: #01273d; }

.customHover {
  cursor: pointer;
  position: relative;
  background-color: #ffffff; }
  .customHover::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 0px solid #01273d;
    box-shadow: 0px #01273d;
    color: #01273d;
    border-radius: inherit;
    transition: all 0.2s ease;
    z-index: -1; }
  .customHover:hover {
    z-index: 1; }
    .customHover:hover::after {
      border-radius: inherit;
      border: 0.765px solid #01273d;
      background: #ffffff;
      box-shadow: 5.358px 5.358px 0px 0px #0f1d33; }

.color-transition {
  transition: color 0.15s ease; }

.hover-color-1:hover {
  color: #97a3b7; }

.text-link {
  color: #016FD0; }
  .text-link:hover {
    color: #01273d; }

.text-body {
  color: #414141; }

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #01273d; }

.logo-preloader {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 250px;
  height: 75px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

body.has-loaded header,
body.has-loaded .body,
body.has-loaded footer {
  opacity: 1;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s; }

.has-loaded .preloader {
  height: 0vh;
  opacity: 1;
  -webkit-animation: preloader 1s;
  animation: preloader 1s;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0.35, 0.35, 0.8);
  animation-timing-function: cubic-bezier(0.8, 0.35, 0.35, 0.8); }

.has-loaded .logo-preloader {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d; }

@keyframes preloader {
  from {
    height: 100vh; }
  to {
    height: 0vh; } }

@-webkit-keyframes preloader {
  from {
    height: 100vh; }
  to {
    height: 0vh; } }

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

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

.header {
  position: relative;
  z-index: 103; }
  .header.is-sticky {
    position: sticky;
    top: 0;
    width: 100%;
    padding: 0;
    opacity: 0;
    animation-duration: 0.5s;
    background-color: #01273d;
    will-change: opacity;
    transition: opacity 0.3s ease; }
    .page-type-default .header.is-sticky {
      position: fixed; }

.spinner {
  width: 56px;
  height: 56px;
  display: grid;
  border-radius: 50%;
  -webkit-mask: radial-gradient(farthest-side, #0000 40%, #6121d1 41%);
  background: linear-gradient(0deg, rgba(97, 33, 209, 0.5) 50%, #6121d1 0) center/4.5px 100%, linear-gradient(90deg, rgba(97, 33, 209, 0.25) 50%, rgba(97, 33, 209, 0.75) 0) center/100% 4.5px;
  background-repeat: no-repeat;
  animation: spinner-d3o0rx 1s infinite steps(12); }

.spinner::before,
.spinner::after {
  content: "";
  grid-area: 1/1;
  border-radius: 50%;
  background: inherit;
  opacity: 0.915;
  transform: rotate(30deg); }

.spinner::after {
  opacity: 0.83;
  transform: rotate(60deg); }

@keyframes spinner-d3o0rx {
  100% {
    transform: rotate(1turn); } }

.floatingToolbar {
  overflow: initial;
  top: 50%;
  left: auto;
  z-index: 103;
  position: fixed;
  transform: translateY(-50%);
  display: block;
  width: 83px;
  height: 234px;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  right: 0; }
  @media (max-width: 1439px) {
    .floatingToolbar {
      width: 60px;
      height: 200px; } }
  .floatingToolbar.is-show {
    right: 92px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
    @media (max-width: 1439px) {
      .floatingToolbar.is-show {
        right: 30px; } }
  .floatingToolbar__recentlyViewed {
    position: fixed;
    right: 50px;
    top: calc(50% + 75px);
    width: 151px;
    height: auto;
    background: #ffffff;
    border-radius: 12.7px;
    padding: 20px 19px 26px 18px;
    box-shadow: 5px 6px 9px 0 rgba(176, 173, 173, 0.35);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: right .5s ease; }
    @media (max-width: 1439px) {
      .floatingToolbar__recentlyViewed {
        width: 60px;
        right: 32px;
        height: 200px; } }
    .floatingToolbar__recentlyViewed.is-open {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      right: 87px; }
      @media (max-width: 1439px) {
        .floatingToolbar__recentlyViewed.is-open {
          right: 60px; } }
  .floatingToolbar__compareProduct {
    position: fixed;
    right: 50px;
    top: calc(50% + 28px);
    width: 151px;
    height: auto;
    background: #ffffff;
    border-radius: 12.7px;
    padding: 20px 19px 26px 18px;
    box-shadow: 5px 6px 9px 0 rgba(176, 173, 173, 0.35);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: right .5s ease; }
    @media (max-width: 1439px) {
      .floatingToolbar__compareProduct {
        width: 60px;
        right: 32px;
        height: 200px; } }
    .floatingToolbar__compareProduct.is-open {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      right: 87px; }
      @media (max-width: 1439px) {
        .floatingToolbar__compareProduct.is-open {
          right: 60px; } }
  .floatingToolbar__share {
    position: fixed;
    right: 50px;
    top: calc(50% + 75px);
    width: 83px;
    height: 234px;
    background: #ffffff;
    border-radius: 12.7px;
    padding: 20px 19px 26px 18px;
    box-shadow: 5px 6px 9px 0 rgba(176, 173, 173, 0.35);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: right .5s ease; }
    @media (max-width: 1439px) {
      .floatingToolbar__share {
        width: 60px;
        right: 32px;
        height: 200px; } }
    .floatingToolbar__share.is-open {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      right: 87px; }
      @media (max-width: 1439px) {
        .floatingToolbar__share.is-open {
          right: 60px; } }
    .floatingToolbar__share .icon--facebook-share {
      width: 30px;
      height: 53px; }
      @media (max-width: 1439px) {
        .floatingToolbar__share .icon--facebook-share {
          width: 24px;
          height: 40px; } }
    .floatingToolbar__share .icon--instagram-share {
      height: 2.3rem;
      width: 2.3rem; }
      @media (max-width: 1439px) {
        .floatingToolbar__share .icon--instagram-share {
          width: 32px;
          height: 32px; } }
    .floatingToolbar__share .icon--youtube-share {
      width: 52px;
      height: 40px; }
      @media (max-width: 1439px) {
        .floatingToolbar__share .icon--youtube-share {
          width: 32px;
          height: 32px; } }
  .floatingToolbar__icons {
    background: #ffffff;
    -webkit-transition: right .5s ease;
    transition: right .5s ease;
    border-radius: 12.7px;
    padding: 4px;
    box-shadow: 5px 6px 9px 0 rgba(176, 173, 173, 0.35); }
    .floatingToolbar__icons .expand-compare-product {
      padding-top: 19px;
      padding-bottom: 19px;
      border-bottom: 1px solid #000000;
      width: 56px;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (max-width: 550px) {
        .floatingToolbar__icons .expand-compare-product {
          padding-top: 15px;
          padding-bottom: 10px; } }
    .floatingToolbar__icons .floating-item-border {
      padding-top: 19px;
      padding-bottom: 19px;
      border-bottom: 1px solid #000000;
      width: 56px;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (max-width: 550px) {
        .floatingToolbar__icons .floating-item-border {
          padding-top: 15px;
          padding-bottom: 10px; } }
    .floatingToolbar__icons .expand-recently-viewed {
      padding-top: 19px;
      padding-bottom: 19px; }
      @media (max-width: 550px) {
        .floatingToolbar__icons .expand-recently-viewed {
          padding-top: 15px;
          padding-bottom: 10px; } }
    .floatingToolbar__icons .expand-social-media {
      padding-top: 15px;
      padding-bottom: 14px;
      border-top: 1px solid #000000;
      border-bottom: 1px solid #000000; }
      @media (max-width: 1439px) {
        .floatingToolbar__icons .expand-social-media {
          padding-top: 10px;
          padding-bottom: 10px; } }
    .floatingToolbar__icons #backtoTop {
      padding-top: 29px;
      padding-bottom: 24px; }
      @media (max-width: 1439px) {
        .floatingToolbar__icons #backtoTop {
          padding-top: 20px;
          padding-bottom: 20px; } }
    .floatingToolbar__icons .icon.icon--recently-view {
      width: 38px;
      height: 37.531px; }
      @media (max-width: 1439px) {
        .floatingToolbar__icons .icon.icon--recently-view {
          width: 24px;
          height: 24px; } }
    .floatingToolbar__icons .icon.icon--social-media {
      width: 56px;
      height: 56px; }
      @media (max-width: 1439px) {
        .floatingToolbar__icons .icon.icon--social-media {
          width: 40px;
          height: 40px; } }
    .floatingToolbar__icons .icon.icon--back-to-top {
      width: 33px;
      height: 17px; }
      @media (max-width: 1439px) {
        .floatingToolbar__icons .icon.icon--back-to-top {
          width: 24px;
          height: 12px; } }
  .floatingToolbar:not(.is-show) .floatingToolbar__open {
    opacity: 0 !important; }

.productView-wishlist {
  position: relative;
  height: fit-content; }
  .productView-wishlist .wishlist-menu {
    font-size: 20px;
    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; }
    .productView-wishlist .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; }
    .productView-wishlist .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; }
    .productView-wishlist .wishlist-menu.is-loading:before {
      opacity: 1;
      visibility: visible; }
    .productView-wishlist .wishlist-menu.is-loading:after {
      opacity: 1;
      visibility: visible; }
    .productView-wishlist .wishlist-menu li {
      display: block;
      padding: 0 20px; }
      .productView-wishlist .wishlist-menu li:first-child {
        padding-top: 13px; }
      .productView-wishlist .wishlist-menu li:last-child {
        padding-bottom: 18px; }
    .productView-wishlist .wishlist-menu .js-add-to-wishlist,
    .productView-wishlist .wishlist-menu a {
      display: block;
      width: 100%;
      padding: 10px 0;
      text-decoration: none;
      display: inline-flex;
      justify-content: space-between;
      align-items: center; }
      .productView-wishlist .wishlist-menu .js-add-to-wishlist.in-wishlist span,
      .productView-wishlist .wishlist-menu a.in-wishlist span {
        color: #95CCF0;
        background-position: bottom 0 left 0;
        background-size: 100% 1px, 100% 1px; }
      .productView-wishlist .wishlist-menu .js-add-to-wishlist.in-wishlist .wishlist-item-close,
      .productView-wishlist .wishlist-menu a.in-wishlist .wishlist-item-close {
        opacity: 1;
        visibility: visible; }
    .productView-wishlist .wishlist-menu .wishlist-item-close {
      width: 20px;
      height: 20px; }
      .productView-wishlist .wishlist-menu .wishlist-item-close svg {
        width: 100%;
        height: 100%; }
    .productView-wishlist .wishlist-menu.animated--out {
      max-height: 0;
      transition: max-height 0.5s ease-out;
      animation: fadeOut 0.5s cubic-bezier(0, 0, 0.3, 1) forwards; }
    .productView-wishlist .wishlist-menu.animated {
      user-select: auto;
      pointer-events: auto;
      max-height: 200px;
      transition: max-height 0.5s ease-in;
      animation: fadeIn 0.5s cubic-bezier(0, 0, 0.3, 1) forwards; }

.compare-link {
  display: block;
  position: fixed;
  top: auto;
  bottom: 200px;
  right: 45px;
  z-index: 100;
  pointer-events: auto;
  transform: translateY(-50%); }
  @media (max-width: 1024px) {
    .compare-link {
      bottom: 130px;
      right: 15px; } }
  .compare-link .button {
    background: #ffffff;
    overflow: unset;
    border-color: #c5c5cf;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    overflow: hidden; }
    .compare-link .button .countPill {
      position: relative;
      right: 4px;
      display: inline-block;
      vertical-align: middle;
      height: 22px;
      width: 22px;
      line-height: 22px;
      background-color: #01273d;
      border-radius: 50%;
      text-align: center;
      color: #ffffff;
      font-size: 14px;
      font-weight: 500;
      top: -3px; }
    .compare-link .button:hover .countPill {
      background-color: #ffffff;
      color: #01273d; }
  .compare-link .button {
    display: none; }
    .compare-link .button.show {
      display: block; }

.card-wishlist button {
  border: none; }
  .card-wishlist button:hover, .card-wishlist button:focus {
    background: transparent;
    color: #01273d;
    border: none; }

.card-wishlist .wishlist-menu {
  margin-left: 0;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  min-width: 250px;
  background-color: #ffffff;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
  z-index: -1;
  user-select: none;
  pointer-events: none;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1); }
  @media (max-width: 1024px) {
    .card-wishlist .wishlist-menu {
      min-width: 150px;
      right: 0;
      left: unset;
      width: auto;
      transform: unset;
      top: 36px; } }
  @media (max-width: 550px) {
    .card-wishlist .wishlist-menu {
      min-width: 125px;
      max-height: 100px;
      overflow: auto; } }
  .card-wishlist .wishlist-menu li {
    display: block; }
  .no-js .card-wishlist .wishlist-menu {
    opacity: 0; }
  .card-wishlist .wishlist-menu .js-add-to-wishlist,
  .card-wishlist .wishlist-menu a {
    display: block;
    width: 100%;
    padding: 12px 20px;
    text-decoration: none;
    display: inline-flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 1024px) {
      .card-wishlist .wishlist-menu .js-add-to-wishlist,
      .card-wishlist .wishlist-menu a {
        font-size: 16px;
        padding: 8px 12px; } }
    @media (max-width: 767px) {
      .card-wishlist .wishlist-menu .js-add-to-wishlist,
      .card-wishlist .wishlist-menu a {
        font-size: 12px; } }
    .card-wishlist .wishlist-menu .js-add-to-wishlist.in-wishlist span,
    .card-wishlist .wishlist-menu a.in-wishlist span {
      color: #01273d;
      background-position: bottom 0 left 0;
      background-size: 100% 1px, 100% 1px; }
    .card-wishlist .wishlist-menu .js-add-to-wishlist.in-wishlist .wishlist-item-close,
    .card-wishlist .wishlist-menu a.in-wishlist .wishlist-item-close {
      opacity: 1;
      visibility: visible; }
  .card-wishlist .wishlist-menu .wishlist-item-close {
    width: 20px;
    height: 20px; }
    .card-wishlist .wishlist-menu .wishlist-item-close svg {
      width: 100%;
      height: 100%; }
    @media (max-width: 1024px) {
      .card-wishlist .wishlist-menu .wishlist-item-close {
        width: 16px;
        height: 16px; } }
  .card-wishlist .wishlist-menu.animated {
    z-index: 1;
    user-select: auto;
    pointer-events: auto; }

@media (max-width: 1024px) {
  .card-wishlist {
    top: 16px;
    right: 16px; } }

.card-wishlist .icon {
  width: 33px;
  height: 30px; }
  .card-wishlist .icon.icon-full {
    display: none; }
    .card-wishlist .icon.icon-full svg {
      color: #01273d; }
  @media (max-width: 1024px) {
    .card-wishlist .icon {
      width: 26px;
      height: 24px; } }

.wishlist-wrapper .icon-full {
  display: none; }

.wishlist-wrapper.in-wishlist .icon-outline {
  display: none; }

.wishlist-wrapper.in-wishlist .icon-full {
  display: inline-block; }

.recently-viewed-popup-container .swiper-slide {
  padding: 0 4px; }
  .recently-viewed-popup-container .swiper-slide .card {
    margin-bottom: 0; }

.button--compare .compare-text.compare-text--selected {
  display: none; }

.button--compare .icon {
  height: 0.65rem;
  width: 0.65rem;
  transform: translateY(-1px);
  margin-left: 4px; }

.button--compare.is-selected .compare-text:not(.compare-text--selected) {
  display: none; }

.button--compare.is-selected .compare-text.compare-text--selected {
  display: block; }

.freeShipping__progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 13px;
  border-radius: 10px;
  margin-top: 5px;
  overflow: hidden; }
  .freeShipping__progress[value="100"] {
    display: none; }
  .freeShipping__progress::-webkit-progress-bar {
    background: #E2E2E2; }
  .freeShipping__progress::-webkit-progress-value {
    background: #01273d;
    border-radius: 10px;
    transition: all 0.4s ease-in-out; }

.card-only-image {
  border-bottom: 1px solid #000000;
  margin-bottom: 12px;
  padding-bottom: 6px; }
  .card-only-image .card-figure__link {
    border: 1px solid transparent; }
    .card-only-image .card-figure__link img {
      transition: transform 0.3s ease; }
  .card-only-image:last-child {
    border-bottom: none;
    margin-bottom: 0; }
  .card-only-image:hover .card-figure__link {
    border: 1px solid #000000;
    overflow: hidden; }
    .card-only-image:hover .card-figure__link img {
      transform: scale(1.1); }

.popout__item.is-active .popout__content {
  opacity: 1;
  visibility: visible;
  transform: translate(0); }

.popout__content {
  position: absolute;
  background-color: #ffffff;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.3s linear;
  min-width: 293px;
  z-index: 50;
  border-radius: 12px;
  border: 1px solid #BABABA;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.55);
  padding: 24px 18px 32px; }
  .popout__content.popout__content--right {
    right: 0; }

.customerPopout__top {
  border-bottom: 1px solid #CECECE; }

.customerPopout__avatar .icon {
  height: 3.2rem;
  width: 3.2rem; }

.customerPopout__body {
  transition: all 0.3s linear; }
  .customerPopout__body .icon {
    transform: translateY(-2px); }

.compare-remove {
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
  float: none;
  height: 1.2rem;
  width: 1.2rem;
  margin: 0;
  padding: 0;
  transition: color 0.15s ease;
  z-index: 99; }
  .compare-remove .icon {
    height: 1.2rem;
    width: 1.2rem; }
  .compare-remove svg {
    width: 24px;
    height: 24px;
    fill: none; }

.card-only-image--compare .card-figure__link {
  border: none !important; }

.button-view-compare {
  padding: 11px 16px; }

.remove-all-compare {
  color: #01273d;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 121%; }

#tab-tips {
  border: none;
  padding: 0; }
  #tab-tips .border-block {
    border-radius: 23px;
    border: 2px solid #0f1d33;
    padding: 32px;
    padding-left: 58px; }

@keyframes fadeInDown {
  from {
    transform: translateY(-80px);
    opacity: 0.1; }
  to {
    transform: translateY(0);
    opacity: 1; } }

@keyframes s8 {
  100% {
    transform: rotate(1turn); } }

@keyframes indeterminate {
  0% {
    transform: translate(0) scaleX(0.35); }
  60% {
    transform: translate(50%) scaleX(0.9); }
  100% {
    transform: translate(100%) scaleX(0.9); } }

@keyframes indeterminate-short {
  0% {
    transform: translate(0) scaleX(2); }
  60% {
    transform: translate(460px) scaleX(0.01); }
  100% {
    transform: translate(460px) scaleX(0.01); } }

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

@keyframes custom-fadeInUpOut {
  from {
    transform: translateY(0);
    opacity: 1; }
  to {
    transform: translateY(20px);
    opacity: 0; } }

@keyframes reflect {
  0% {
    background-position: 200% 0; }
  100% {
    background-position: -200% 0; } }

@keyframes custom-fadeZoom {
  from {
    transform: scale(1.2);
    opacity: 0.9; }
  to {
    transform: scale(1);
    opacity: 1; } }

@keyframes custom-fadeInRight {
  from {
    transform: translateX(20px) scale(1.1);
    opacity: 0.95; }
  to {
    transform: translateX(0) scale(1);
    opacity: 1; } }

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

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

@keyframes custom-fadeInUpOut {
  from {
    transform: translateY(0);
    opacity: 1; }
  to {
    transform: translateY(20px);
    opacity: 0; } }

.no-js .custom-animation {
  transform: translatey(0); }
  .no-js .custom-animation [data-step-animate], .no-js .custom-animation[data-step-animate] {
    transform: translatey(0); }

.js .custom-animation,
.js .custom-fadeInRight,
.js .custom-fadeInDown,
.js .custom-fadeInUp,
.js .custom-fadeZoom {
  opacity: 0; }

.js .animated {
  opacity: 1; }
  .js .animated.custom-fadeZoom,
  .js .animated.custom-fadeZoom [data-step-animate]:not([data-section-load]) {
    animation-name: custom-fadeZoom;
    animation-duration: 0.5s;
    animation-fill-mode: both; }
  .js .animated.custom-fadeInRight,
  .js .animated.custom-fadeInRight [data-step-animate]:not([data-section-load]) {
    animation-name: custom-fadeInRight;
    animation-duration: 0.5s;
    animation-fill-mode: both; }
  .js .animated.custom-fadeInDown,
  .js .animated.custom-fadeInDown [data-step-animate]:not([data-section-load]) {
    animation-name: custom-fadeInDown;
    animation-duration: 0.5s;
    animation-fill-mode: both; }
  .js .animated.custom-animation, .js .animated.custom-fadeInUp,
  .js .animated.custom-animation [data-step-animate]:not([data-section-load]),
  .js .animated.custom-fadeInUp [data-step-animate]:not([data-section-load]) {
    animation-name: custom-fadeInUp;
    animation-duration: 0.5s;
    animation-fill-mode: both; }
  .js .animated.animate-loaded[data-step-animate='0'],
  .js .animated [data-step-animate='0']:not([data-section-load]) {
    animation-delay: 0.1s;
    animation-duration: 0.3s !important; }
  .js .animated.animate-loaded[data-step-animate='1'],
  .js .animated [data-step-animate='1']:not([data-section-load]) {
    animation-delay: 0.15s;
    animation-duration: 0.4s !important; }
  .js .animated.animate-loaded[data-step-animate='2'],
  .js .animated [data-step-animate='2']:not([data-section-load]) {
    animation-delay: 0.2s;
    animation-duration: 0.5s !important; }
  .js .animated.animate-loaded[data-step-animate='3'],
  .js .animated [data-step-animate='3']:not([data-section-load]) {
    animation-delay: 0.25s;
    animation-duration: 0.6s !important; }
  .js .animated.animate-loaded[data-step-animate='4'],
  .js .animated [data-step-animate='4']:not([data-section-load]) {
    animation-delay: 0.3s;
    animation-duration: 0.7s !important; }
  .js .animated.animate-loaded[data-step-animate='5'],
  .js .animated [data-step-animate='5']:not([data-section-load]) {
    animation-delay: 0.35s;
    animation-duration: 0.8s !important; }
  .js .animated.animate-loaded[data-step-animate='6'],
  .js .animated [data-step-animate='6']:not([data-section-load]) {
    animation-delay: 0.4s;
    animation-duration: 0.9s !important; }
  .js .animated.animate-loaded[data-step-animate='7'],
  .js .animated [data-step-animate='7']:not([data-section-load]) {
    animation-delay: 0.45s;
    animation-duration: 1s !important; }
  .js .animated.animate-loaded[data-step-animate='8'],
  .js .animated [data-step-animate='8']:not([data-section-load]) {
    animation-delay: 0.5s;
    animation-duration: 1.1s !important; }
  .js .animated.animate-loaded[data-step-animate='9'],
  .js .animated [data-step-animate='9']:not([data-section-load]) {
    animation-delay: 0.55s;
    animation-duration: 1.2s !important; }
  .js .animated.animate-loaded[data-step-animate='10'],
  .js .animated [data-step-animate='10']:not([data-section-load]) {
    animation-delay: 0.6s;
    animation-duration: 1.3s !important; }
  .js .animated.animate-loaded[data-step-animate='11'],
  .js .animated [data-step-animate='11']:not([data-section-load]) {
    animation-delay: 0.65s;
    animation-duration: 1.4s !important; }
  .js .animated.animate-loaded[data-step-animate='12'],
  .js .animated [data-step-animate='12']:not([data-section-load]) {
    animation-delay: 0.7s;
    animation-duration: 1.5s !important; }
  .js .animated.animate-loaded[data-step-animate='13'],
  .js .animated [data-step-animate='13']:not([data-section-load]) {
    animation-delay: 0.75s;
    animation-duration: 1.6s !important; }
  .js .animated.animate-loaded[data-step-animate='14'],
  .js .animated [data-step-animate='14']:not([data-section-load]) {
    animation-delay: 0.8s;
    animation-duration: 1.7s !important; }
  .js .animated.animate-loaded[data-step-animate='15'],
  .js .animated [data-step-animate='15']:not([data-section-load]) {
    animation-delay: 0.85s;
    animation-duration: 1.8s !important; }
  .js .animated.animate-loaded[data-step-animate='16'],
  .js .animated [data-step-animate='16']:not([data-section-load]) {
    animation-delay: 0.9s;
    animation-duration: 1.9s !important; }
  .js .animated.animate-loaded[data-step-animate='17'],
  .js .animated [data-step-animate='17']:not([data-section-load]) {
    animation-delay: 0.95s;
    animation-duration: 2s !important; }
  .js .animated.animate-loaded[data-step-animate='18'],
  .js .animated [data-step-animate='18']:not([data-section-load]) {
    animation-delay: 1s;
    animation-duration: 2.1s !important; }
  .js .animated.animate-loaded[data-step-animate='19'],
  .js .animated [data-step-animate='19']:not([data-section-load]) {
    animation-delay: 1.05s;
    animation-duration: 2.2s !important; }
  .js .animated.animate-loaded[data-step-animate='20'],
  .js .animated [data-step-animate='20']:not([data-section-load]) {
    animation-delay: 1.1s;
    animation-duration: 2.3s !important; }
  .js .animated.animate-loaded[data-step-animate='21'],
  .js .animated [data-step-animate='21']:not([data-section-load]) {
    animation-delay: 1.15s;
    animation-duration: 2.4s !important; }
  .js .animated.animate-loaded[data-step-animate='22'],
  .js .animated [data-step-animate='22']:not([data-section-load]) {
    animation-delay: 1.2s;
    animation-duration: 2.5s !important; }
  .js .animated.animate-loaded[data-step-animate='23'],
  .js .animated [data-step-animate='23']:not([data-section-load]) {
    animation-delay: 1.25s;
    animation-duration: 2.6s !important; }
  .js .animated.animate-loaded[data-step-animate='24'],
  .js .animated [data-step-animate='24']:not([data-section-load]) {
    animation-delay: 1.3s;
    animation-duration: 2.7s !important; }
  .js .animated.animate-loaded[data-step-animate='25'],
  .js .animated [data-step-animate='25']:not([data-section-load]) {
    animation-delay: 1.35s;
    animation-duration: 2.8s !important; }
  .js .animated.animate-loaded[data-step-animate='26'],
  .js .animated [data-step-animate='26']:not([data-section-load]) {
    animation-delay: 1.4s;
    animation-duration: 2.9s !important; }
  .js .animated.animate-loaded[data-step-animate='27'],
  .js .animated [data-step-animate='27']:not([data-section-load]) {
    animation-delay: 1.45s;
    animation-duration: 3s !important; }
  .js .animated.animate-loaded[data-step-animate='28'],
  .js .animated [data-step-animate='28']:not([data-section-load]) {
    animation-delay: 1.5s;
    animation-duration: 3.1s !important; }
  .js .animated.animate-loaded[data-step-animate='29'],
  .js .animated [data-step-animate='29']:not([data-section-load]) {
    animation-delay: 1.55s;
    animation-duration: 3.2s !important; }
  .js .animated.animate-loaded[data-step-animate='30'],
  .js .animated [data-step-animate='30']:not([data-section-load]) {
    animation-delay: 1.6s;
    animation-duration: 3.3s !important; }
  .js .animated.animate-loaded[data-step-animate='31'],
  .js .animated [data-step-animate='31']:not([data-section-load]) {
    animation-delay: 1.65s;
    animation-duration: 3.4s !important; }
  .js .animated.animate-loaded[data-step-animate='32'],
  .js .animated [data-step-animate='32']:not([data-section-load]) {
    animation-delay: 1.7s;
    animation-duration: 3.5s !important; }
  .js .animated.animate-loaded[data-step-animate='33'],
  .js .animated [data-step-animate='33']:not([data-section-load]) {
    animation-delay: 1.75s;
    animation-duration: 3.6s !important; }
  .js .animated.animate-loaded[data-step-animate='34'],
  .js .animated [data-step-animate='34']:not([data-section-load]) {
    animation-delay: 1.8s;
    animation-duration: 3.7s !important; }
  .js .animated.animate-loaded[data-step-animate='35'],
  .js .animated [data-step-animate='35']:not([data-section-load]) {
    animation-delay: 1.85s;
    animation-duration: 3.8s !important; }
  .js .animated.animate-loaded[data-step-animate='36'],
  .js .animated [data-step-animate='36']:not([data-section-load]) {
    animation-delay: 1.9s;
    animation-duration: 3.9s !important; }
  .js .animated.animate-loaded[data-step-animate='37'],
  .js .animated [data-step-animate='37']:not([data-section-load]) {
    animation-delay: 1.95s;
    animation-duration: 4s !important; }
  .js .animated.animate-loaded[data-step-animate='38'],
  .js .animated [data-step-animate='38']:not([data-section-load]) {
    animation-delay: 2s;
    animation-duration: 4.1s !important; }
  .js .animated.animate-loaded[data-step-animate='39'],
  .js .animated [data-step-animate='39']:not([data-section-load]) {
    animation-delay: 2.05s;
    animation-duration: 4.2s !important; }
  .js .animated.animate-loaded[data-step-animate='40'],
  .js .animated [data-step-animate='40']:not([data-section-load]) {
    animation-delay: 2.1s;
    animation-duration: 4.3s !important; }
  .js .animated.animate-loaded[data-step-animate='41'],
  .js .animated [data-step-animate='41']:not([data-section-load]) {
    animation-delay: 2.15s;
    animation-duration: 4.4s !important; }
  .js .animated.animate-loaded[data-step-animate='42'],
  .js .animated [data-step-animate='42']:not([data-section-load]) {
    animation-delay: 2.2s;
    animation-duration: 4.5s !important; }
  .js .animated.animate-loaded[data-step-animate='43'],
  .js .animated [data-step-animate='43']:not([data-section-load]) {
    animation-delay: 2.25s;
    animation-duration: 4.6s !important; }
  .js .animated.animate-loaded[data-step-animate='44'],
  .js .animated [data-step-animate='44']:not([data-section-load]) {
    animation-delay: 2.3s;
    animation-duration: 4.7s !important; }
  .js .animated.animate-loaded[data-step-animate='45'],
  .js .animated [data-step-animate='45']:not([data-section-load]) {
    animation-delay: 2.35s;
    animation-duration: 4.8s !important; }
  .js .animated.animate-loaded[data-step-animate='46'],
  .js .animated [data-step-animate='46']:not([data-section-load]) {
    animation-delay: 2.4s;
    animation-duration: 4.9s !important; }
  .js .animated.animate-loaded[data-step-animate='47'],
  .js .animated [data-step-animate='47']:not([data-section-load]) {
    animation-delay: 2.45s;
    animation-duration: 5s !important; }
  .js .animated.animate-loaded[data-step-animate='48'],
  .js .animated [data-step-animate='48']:not([data-section-load]) {
    animation-delay: 2.5s;
    animation-duration: 5.1s !important; }
  .js .animated.animate-loaded[data-step-animate='49'],
  .js .animated [data-step-animate='49']:not([data-section-load]) {
    animation-delay: 2.55s;
    animation-duration: 5.2s !important; }
  .js .animated.animate-loaded[data-step-animate='50'],
  .js .animated [data-step-animate='50']:not([data-section-load]) {
    animation-delay: 2.6s;
    animation-duration: 5.3s !important; }
  .js .animated.animate-loaded[data-step-animate='51'],
  .js .animated [data-step-animate='51']:not([data-section-load]) {
    animation-delay: 2.65s;
    animation-duration: 5.4s !important; }
  .js .animated.animate-loaded[data-step-animate='52'],
  .js .animated [data-step-animate='52']:not([data-section-load]) {
    animation-delay: 2.7s;
    animation-duration: 5.5s !important; }
  .js .animated.animate-loaded[data-step-animate='53'],
  .js .animated [data-step-animate='53']:not([data-section-load]) {
    animation-delay: 2.75s;
    animation-duration: 5.6s !important; }
  .js .animated.animate-loaded[data-step-animate='54'],
  .js .animated [data-step-animate='54']:not([data-section-load]) {
    animation-delay: 2.8s;
    animation-duration: 5.7s !important; }
  .js .animated.animate-loaded[data-step-animate='55'],
  .js .animated [data-step-animate='55']:not([data-section-load]) {
    animation-delay: 2.85s;
    animation-duration: 5.8s !important; }
  .js .animated.animate-loaded[data-step-animate='56'],
  .js .animated [data-step-animate='56']:not([data-section-load]) {
    animation-delay: 2.9s;
    animation-duration: 5.9s !important; }
  .js .animated.animate-loaded[data-step-animate='57'],
  .js .animated [data-step-animate='57']:not([data-section-load]) {
    animation-delay: 2.95s;
    animation-duration: 6s !important; }
  .js .animated.animate-loaded[data-step-animate='58'],
  .js .animated [data-step-animate='58']:not([data-section-load]) {
    animation-delay: 3s;
    animation-duration: 6.1s !important; }
  .js .animated.animate-loaded[data-step-animate='59'],
  .js .animated [data-step-animate='59']:not([data-section-load]) {
    animation-delay: 3.05s;
    animation-duration: 6.2s !important; }
  .js .animated.animate-loaded[data-step-animate='60'],
  .js .animated [data-step-animate='60']:not([data-section-load]) {
    animation-delay: 3.1s;
    animation-duration: 6.3s !important; }
  .js .animated.animate-loaded[data-step-animate='61'],
  .js .animated [data-step-animate='61']:not([data-section-load]) {
    animation-delay: 3.15s;
    animation-duration: 6.4s !important; }
  .js .animated.animate-loaded[data-step-animate='62'],
  .js .animated [data-step-animate='62']:not([data-section-load]) {
    animation-delay: 3.2s;
    animation-duration: 6.5s !important; }
  .js .animated.animate-loaded[data-step-animate='63'],
  .js .animated [data-step-animate='63']:not([data-section-load]) {
    animation-delay: 3.25s;
    animation-duration: 6.6s !important; }
  .js .animated.animate-loaded[data-step-animate='64'],
  .js .animated [data-step-animate='64']:not([data-section-load]) {
    animation-delay: 3.3s;
    animation-duration: 6.7s !important; }
  .js .animated.animate-loaded[data-step-animate='65'],
  .js .animated [data-step-animate='65']:not([data-section-load]) {
    animation-delay: 3.35s;
    animation-duration: 6.8s !important; }
  .js .animated.animate-loaded[data-step-animate='66'],
  .js .animated [data-step-animate='66']:not([data-section-load]) {
    animation-delay: 3.4s;
    animation-duration: 6.9s !important; }
  .js .animated.animate-loaded[data-step-animate='67'],
  .js .animated [data-step-animate='67']:not([data-section-load]) {
    animation-delay: 3.45s;
    animation-duration: 7s !important; }
  .js .animated.animate-loaded[data-step-animate='68'],
  .js .animated [data-step-animate='68']:not([data-section-load]) {
    animation-delay: 3.5s;
    animation-duration: 7.1s !important; }
  .js .animated.animate-loaded[data-step-animate='69'],
  .js .animated [data-step-animate='69']:not([data-section-load]) {
    animation-delay: 3.55s;
    animation-duration: 7.2s !important; }
  .js .animated.animate-loaded[data-step-animate='70'],
  .js .animated [data-step-animate='70']:not([data-section-load]) {
    animation-delay: 3.6s;
    animation-duration: 7.3s !important; }
  .js .animated.animate-loaded[data-step-animate='71'],
  .js .animated [data-step-animate='71']:not([data-section-load]) {
    animation-delay: 3.65s;
    animation-duration: 7.4s !important; }
  .js .animated.animate-loaded[data-step-animate='72'],
  .js .animated [data-step-animate='72']:not([data-section-load]) {
    animation-delay: 3.7s;
    animation-duration: 7.5s !important; }
  .js .animated.animate-loaded[data-step-animate='73'],
  .js .animated [data-step-animate='73']:not([data-section-load]) {
    animation-delay: 3.75s;
    animation-duration: 7.6s !important; }
  .js .animated.animate-loaded[data-step-animate='74'],
  .js .animated [data-step-animate='74']:not([data-section-load]) {
    animation-delay: 3.8s;
    animation-duration: 7.7s !important; }
  .js .animated.animate-loaded[data-step-animate='75'],
  .js .animated [data-step-animate='75']:not([data-section-load]) {
    animation-delay: 3.85s;
    animation-duration: 7.8s !important; }
  .js .animated.animate-loaded[data-step-animate='76'],
  .js .animated [data-step-animate='76']:not([data-section-load]) {
    animation-delay: 3.9s;
    animation-duration: 7.9s !important; }
  .js .animated.animate-loaded[data-step-animate='77'],
  .js .animated [data-step-animate='77']:not([data-section-load]) {
    animation-delay: 3.95s;
    animation-duration: 8s !important; }
  .js .animated.animate-loaded[data-step-animate='78'],
  .js .animated [data-step-animate='78']:not([data-section-load]) {
    animation-delay: 4s;
    animation-duration: 8.1s !important; }
  .js .animated.animate-loaded[data-step-animate='79'],
  .js .animated [data-step-animate='79']:not([data-section-load]) {
    animation-delay: 4.05s;
    animation-duration: 8.2s !important; }
  .js .animated.animate-loaded[data-step-animate='80'],
  .js .animated [data-step-animate='80']:not([data-section-load]) {
    animation-delay: 4.1s;
    animation-duration: 8.3s !important; }
  .js .animated.animate-loaded[data-step-animate='81'],
  .js .animated [data-step-animate='81']:not([data-section-load]) {
    animation-delay: 4.15s;
    animation-duration: 8.4s !important; }
  .js .animated.animate-loaded[data-step-animate='82'],
  .js .animated [data-step-animate='82']:not([data-section-load]) {
    animation-delay: 4.2s;
    animation-duration: 8.5s !important; }
  .js .animated.animate-loaded[data-step-animate='83'],
  .js .animated [data-step-animate='83']:not([data-section-load]) {
    animation-delay: 4.25s;
    animation-duration: 8.6s !important; }
  .js .animated.animate-loaded[data-step-animate='84'],
  .js .animated [data-step-animate='84']:not([data-section-load]) {
    animation-delay: 4.3s;
    animation-duration: 8.7s !important; }
  .js .animated.animate-loaded[data-step-animate='85'],
  .js .animated [data-step-animate='85']:not([data-section-load]) {
    animation-delay: 4.35s;
    animation-duration: 8.8s !important; }
  .js .animated.animate-loaded[data-step-animate='86'],
  .js .animated [data-step-animate='86']:not([data-section-load]) {
    animation-delay: 4.4s;
    animation-duration: 8.9s !important; }
  .js .animated.animate-loaded[data-step-animate='87'],
  .js .animated [data-step-animate='87']:not([data-section-load]) {
    animation-delay: 4.45s;
    animation-duration: 9s !important; }
  .js .animated.animate-loaded[data-step-animate='88'],
  .js .animated [data-step-animate='88']:not([data-section-load]) {
    animation-delay: 4.5s;
    animation-duration: 9.1s !important; }
  .js .animated.animate-loaded[data-step-animate='89'],
  .js .animated [data-step-animate='89']:not([data-section-load]) {
    animation-delay: 4.55s;
    animation-duration: 9.2s !important; }
  .js .animated.animate-loaded[data-step-animate='90'],
  .js .animated [data-step-animate='90']:not([data-section-load]) {
    animation-delay: 4.6s;
    animation-duration: 9.3s !important; }
  .js .animated.animate-loaded[data-step-animate='91'],
  .js .animated [data-step-animate='91']:not([data-section-load]) {
    animation-delay: 4.65s;
    animation-duration: 9.4s !important; }
  .js .animated.animate-loaded[data-step-animate='92'],
  .js .animated [data-step-animate='92']:not([data-section-load]) {
    animation-delay: 4.7s;
    animation-duration: 9.5s !important; }
  .js .animated.animate-loaded[data-step-animate='93'],
  .js .animated [data-step-animate='93']:not([data-section-load]) {
    animation-delay: 4.75s;
    animation-duration: 9.6s !important; }
  .js .animated.animate-loaded[data-step-animate='94'],
  .js .animated [data-step-animate='94']:not([data-section-load]) {
    animation-delay: 4.8s;
    animation-duration: 9.7s !important; }
  .js .animated.animate-loaded[data-step-animate='95'],
  .js .animated [data-step-animate='95']:not([data-section-load]) {
    animation-delay: 4.85s;
    animation-duration: 9.8s !important; }
  .js .animated.animate-loaded[data-step-animate='96'],
  .js .animated [data-step-animate='96']:not([data-section-load]) {
    animation-delay: 4.9s;
    animation-duration: 9.9s !important; }
  .js .animated.animate-loaded[data-step-animate='97'],
  .js .animated [data-step-animate='97']:not([data-section-load]) {
    animation-delay: 4.95s;
    animation-duration: 10s !important; }
  .js .animated.animate-loaded[data-step-animate='98'],
  .js .animated [data-step-animate='98']:not([data-section-load]) {
    animation-delay: 5s;
    animation-duration: 10.1s !important; }
  .js .animated.animate-loaded[data-step-animate='99'],
  .js .animated [data-step-animate='99']:not([data-section-load]) {
    animation-delay: 5.05s;
    animation-duration: 10.2s !important; }
  .js .animated.animate-loaded[data-step-animate='100'],
  .js .animated [data-step-animate='100']:not([data-section-load]) {
    animation-delay: 5.1s;
    animation-duration: 10.3s !important; }

.js .animated--out.custom-fadeInUpOut {
  animation: custom-fadeInUpOut 0.5s cubic-bezier(0, 0, 0.3, 1) forwards; }

.js .swiper-slide-active .custom-fadeZoom {
  animation-name: custom-fadeZoom;
  animation-duration: 1.4s;
  animation-fill-mode: both; }

[data-ani] {
  pointer-events: none; }

[data-ani].animated,
[data-ani].animated [data-ani-child] {
  pointer-events: auto; }

[data-ani][data-ani][data-ani-easing="ease"],
body[data-ani-easing="ease"] [data-ani] {
  transition-timing-function: ease; }

[data-ani][data-ani][data-ani-easing="ease-out-quart"],
body[data-ani-easing="ease-out-quart"] [data-ani] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-ani][data-ani][data-step-animate="0"],
body[data-step-animate="0"] [data-ani] {
  transition-delay: 0s;
  transition-duration: 0.3s; }

[data-ani][data-ani][data-step-delay="0"],
body[data-step-delay="0"] [data-ani] {
  transition-delay: 0s; }

[data-step-animate='0']:not([data-section-load]) {
  animation-delay: 0.1s;
  animation-duration: 0.3s !important; }

[data-ani][data-ani][data-step-animate="1"],
body[data-step-animate="1"] [data-ani] {
  transition-delay: 0.05s;
  transition-duration: 0.4s; }

[data-ani][data-ani][data-step-delay="1"],
body[data-step-delay="1"] [data-ani] {
  transition-delay: 0.05s; }

[data-step-animate='1']:not([data-section-load]) {
  animation-delay: 0.15s;
  animation-duration: 0.4s !important; }

[data-ani][data-ani][data-step-animate="2"],
body[data-step-animate="2"] [data-ani] {
  transition-delay: 0.1s;
  transition-duration: 0.5s; }

[data-ani][data-ani][data-step-delay="2"],
body[data-step-delay="2"] [data-ani] {
  transition-delay: 0.1s; }

[data-step-animate='2']:not([data-section-load]) {
  animation-delay: 0.2s;
  animation-duration: 0.5s !important; }

[data-ani][data-ani][data-step-animate="3"],
body[data-step-animate="3"] [data-ani] {
  transition-delay: 0.15s;
  transition-duration: 0.6s; }

[data-ani][data-ani][data-step-delay="3"],
body[data-step-delay="3"] [data-ani] {
  transition-delay: 0.15s; }

[data-step-animate='3']:not([data-section-load]) {
  animation-delay: 0.25s;
  animation-duration: 0.6s !important; }

[data-ani][data-ani][data-step-animate="4"],
body[data-step-animate="4"] [data-ani] {
  transition-delay: 0.2s;
  transition-duration: 0.7s; }

[data-ani][data-ani][data-step-delay="4"],
body[data-step-delay="4"] [data-ani] {
  transition-delay: 0.2s; }

[data-step-animate='4']:not([data-section-load]) {
  animation-delay: 0.3s;
  animation-duration: 0.7s !important; }

[data-ani][data-ani][data-step-animate="5"],
body[data-step-animate="5"] [data-ani] {
  transition-delay: 0.25s;
  transition-duration: 0.8s; }

[data-ani][data-ani][data-step-delay="5"],
body[data-step-delay="5"] [data-ani] {
  transition-delay: 0.25s; }

[data-step-animate='5']:not([data-section-load]) {
  animation-delay: 0.35s;
  animation-duration: 0.8s !important; }

[data-ani][data-ani][data-step-animate="6"],
body[data-step-animate="6"] [data-ani] {
  transition-delay: 0.3s;
  transition-duration: 0.9s; }

[data-ani][data-ani][data-step-delay="6"],
body[data-step-delay="6"] [data-ani] {
  transition-delay: 0.3s; }

[data-step-animate='6']:not([data-section-load]) {
  animation-delay: 0.4s;
  animation-duration: 0.9s !important; }

[data-ani][data-ani][data-step-animate="7"],
body[data-step-animate="7"] [data-ani] {
  transition-delay: 0.35s;
  transition-duration: 1s; }

[data-ani][data-ani][data-step-delay="7"],
body[data-step-delay="7"] [data-ani] {
  transition-delay: 0.35s; }

[data-step-animate='7']:not([data-section-load]) {
  animation-delay: 0.45s;
  animation-duration: 1s !important; }

[data-ani][data-ani][data-step-animate="8"],
body[data-step-animate="8"] [data-ani] {
  transition-delay: 0.4s;
  transition-duration: 1.1s; }

[data-ani][data-ani][data-step-delay="8"],
body[data-step-delay="8"] [data-ani] {
  transition-delay: 0.4s; }

[data-step-animate='8']:not([data-section-load]) {
  animation-delay: 0.5s;
  animation-duration: 1.1s !important; }

[data-ani][data-ani][data-step-animate="9"],
body[data-step-animate="9"] [data-ani] {
  transition-delay: 0.45s;
  transition-duration: 1.2s; }

[data-ani][data-ani][data-step-delay="9"],
body[data-step-delay="9"] [data-ani] {
  transition-delay: 0.45s; }

[data-step-animate='9']:not([data-section-load]) {
  animation-delay: 0.55s;
  animation-duration: 1.2s !important; }

[data-ani][data-ani][data-step-animate="10"],
body[data-step-animate="10"] [data-ani] {
  transition-delay: 0.5s;
  transition-duration: 1.3s; }

[data-ani][data-ani][data-step-delay="10"],
body[data-step-delay="10"] [data-ani] {
  transition-delay: 0.5s; }

[data-step-animate='10']:not([data-section-load]) {
  animation-delay: 0.6s;
  animation-duration: 1.3s !important; }

[data-ani][data-ani][data-step-animate="11"],
body[data-step-animate="11"] [data-ani] {
  transition-delay: 0.55s;
  transition-duration: 1.4s; }

[data-ani][data-ani][data-step-delay="11"],
body[data-step-delay="11"] [data-ani] {
  transition-delay: 0.55s; }

[data-step-animate='11']:not([data-section-load]) {
  animation-delay: 0.65s;
  animation-duration: 1.4s !important; }

[data-ani][data-ani][data-step-animate="12"],
body[data-step-animate="12"] [data-ani] {
  transition-delay: 0.6s;
  transition-duration: 1.5s; }

[data-ani][data-ani][data-step-delay="12"],
body[data-step-delay="12"] [data-ani] {
  transition-delay: 0.6s; }

[data-step-animate='12']:not([data-section-load]) {
  animation-delay: 0.7s;
  animation-duration: 1.5s !important; }

[data-ani][data-ani][data-step-animate="13"],
body[data-step-animate="13"] [data-ani] {
  transition-delay: 0.65s;
  transition-duration: 1.6s; }

[data-ani][data-ani][data-step-delay="13"],
body[data-step-delay="13"] [data-ani] {
  transition-delay: 0.65s; }

[data-step-animate='13']:not([data-section-load]) {
  animation-delay: 0.75s;
  animation-duration: 1.6s !important; }

[data-ani][data-ani][data-step-animate="14"],
body[data-step-animate="14"] [data-ani] {
  transition-delay: 0.7s;
  transition-duration: 1.7s; }

[data-ani][data-ani][data-step-delay="14"],
body[data-step-delay="14"] [data-ani] {
  transition-delay: 0.7s; }

[data-step-animate='14']:not([data-section-load]) {
  animation-delay: 0.8s;
  animation-duration: 1.7s !important; }

[data-ani][data-ani][data-step-animate="15"],
body[data-step-animate="15"] [data-ani] {
  transition-delay: 0.75s;
  transition-duration: 1.8s; }

[data-ani][data-ani][data-step-delay="15"],
body[data-step-delay="15"] [data-ani] {
  transition-delay: 0.75s; }

[data-step-animate='15']:not([data-section-load]) {
  animation-delay: 0.85s;
  animation-duration: 1.8s !important; }

[data-ani][data-ani][data-step-animate="16"],
body[data-step-animate="16"] [data-ani] {
  transition-delay: 0.8s;
  transition-duration: 1.9s; }

[data-ani][data-ani][data-step-delay="16"],
body[data-step-delay="16"] [data-ani] {
  transition-delay: 0.8s; }

[data-step-animate='16']:not([data-section-load]) {
  animation-delay: 0.9s;
  animation-duration: 1.9s !important; }

[data-ani][data-ani][data-step-animate="17"],
body[data-step-animate="17"] [data-ani] {
  transition-delay: 0.85s;
  transition-duration: 2s; }

[data-ani][data-ani][data-step-delay="17"],
body[data-step-delay="17"] [data-ani] {
  transition-delay: 0.85s; }

[data-step-animate='17']:not([data-section-load]) {
  animation-delay: 0.95s;
  animation-duration: 2s !important; }

[data-ani][data-ani][data-step-animate="18"],
body[data-step-animate="18"] [data-ani] {
  transition-delay: 0.9s;
  transition-duration: 2.1s; }

[data-ani][data-ani][data-step-delay="18"],
body[data-step-delay="18"] [data-ani] {
  transition-delay: 0.9s; }

[data-step-animate='18']:not([data-section-load]) {
  animation-delay: 1s;
  animation-duration: 2.1s !important; }

[data-ani][data-ani][data-step-animate="19"],
body[data-step-animate="19"] [data-ani] {
  transition-delay: 0.95s;
  transition-duration: 2.2s; }

[data-ani][data-ani][data-step-delay="19"],
body[data-step-delay="19"] [data-ani] {
  transition-delay: 0.95s; }

[data-step-animate='19']:not([data-section-load]) {
  animation-delay: 1.05s;
  animation-duration: 2.2s !important; }

[data-ani][data-ani][data-step-animate="20"],
body[data-step-animate="20"] [data-ani] {
  transition-delay: 1s;
  transition-duration: 2.3s; }

[data-ani][data-ani][data-step-delay="20"],
body[data-step-delay="20"] [data-ani] {
  transition-delay: 1s; }

[data-step-animate='20']:not([data-section-load]) {
  animation-delay: 1.1s;
  animation-duration: 2.3s !important; }

[data-ani^="fade"] {
  opacity: 0;
  transition-property: opacity, transform; }

[data-ani^="fade"].animated,
[data-ani="parent"].animated:not(.slick-animate) [data-ani-child][data-ani^="fade"]:not([data-section-load]),
.slick-active [data-ani="parent"].animated [data-ani-child][data-ani^="fade"]:not([data-section-load]) {
  opacity: 1;
  transform: translateZ(0); }

[data-ani="fade-up"] {
  transform: translate3d(0, 60px, 0); }

[data-ani^="zoom"] {
  opacity: 0;
  transition-property: opacity, transform; }

[data-ani^="zoom"].animated,
[data-ani^="parent"].animated:not(.slick-animate) [data-ani-child][data-ani^="zoom"]:not([data-section-load]),
.slick-active [data-ani^="parent"].animated [data-ani-child][data-ani^="zoom"]:not([data-section-load]) {
  opacity: 1;
  transform: translateZ(0) scale(1); }

[data-ani="zoom-in-up"] {
  transform: translate3d(0, 60px, 0) scale(0.6); }

[data-ani="zoom-out-up"] {
  transform: translate3d(0, 60px, 0) scale(1.2); }

.background-overlay {
  position: fixed;
  z-index: 102;
  visibility: hidden;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: opacity .3s ease .1s, visibility 0s linear .4s; }
  .openSearchDropdown .background-overlay,
  .openProductListingSidebar .background-overlay,
  .openCartSidebar .background-overlay,
  .openSearchMobile .background-overlay,
  .openAuthSidebar .background-overlay {
    opacity: 1;
    visibility: visible;
    transition-duration: .3s, 0s;
    transition-delay: .1s, 0s; }

.openSearchDropdown {
  overflow: hidden;
  padding-inline-end: var(--scrollbar-width); }
  .openSearchDropdown .background-overlay {
    z-index: 99 !important; }

.custom-sidebar {
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 100vw;
  z-index: 104;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  border-left: none;
  background-color: #ffffff;
  opacity: 0;
  transition: opacity .6s ease, transform .6s ease, visibility 0s linear .6s;
  transform: translateZ(0);
  max-width: 677px; }
  .custom-sidebar.custom-sidebar-left {
    transform: translateZ(0);
    left: auto;
    right: 100%;
    border-left: 0;
    border-right: none;
    box-shadow: 0 2px 8px #0000000f, 0 3px 12px #00000005; }
  .has-activeNavPages .custom-sidebar.custom-menu-mobile {
    visibility: visible;
    opacity: 1;
    transform: translate3d(100%, 0, 0);
    transition-delay: 0s; }
  .openCartSidebar .custom-sidebar.custom-cart-sidebar {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    transform: translate3d(-100%, 0, 0); }
  .openCategorySidebar .custom-sidebar.custom-category-sidebar {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    transform: translate3d(-100%, 0, 0); }
  .openProductListingSidebar .custom-sidebar.page-sidebar {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    transform: translate3d(-100%, 0, 0); }

.bannerSection__banner {
  width: 44.84375%; }
  @media (max-width: 1439px) {
    .bannerSection__banner {
      width: 50%; } }
  @media (max-width: 767px) {
    .bannerSection__banner {
      width: 100%; } }
  .bannerSection__banner a {
    position: relative; }
    .bannerSection__banner a::after {
      content: "";
      display: block;
      height: 0;
      padding-bottom: 78.28107%;
      width: 100%; }
    .bannerSection__banner a > img {
      bottom: 0;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 100%;
      object-fit: cover; }

.bannerSection__text {
  flex: 1; }
  @media only screen and (min-width: 1600px) {
    .bannerSection__text {
      padding-left: 29px !important;
      padding-top: 100px !important; } }

.bannerSection__content {
  width: 100%;
  max-width: 817px; }
  .bannerSection__content .icon {
    height: 1.6rem;
    width: 1.6rem;
    min-width: 32px; }

.homeVideoSection {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 112px 0 102px; }
  @media (max-width: 1024px) {
    .homeVideoSection {
      padding: 82px 0 72px; } }
  @media (max-width: 767px) {
    .homeVideoSection {
      padding: 40px 0 35px; } }
  .homeVideoSection__top {
    margin-bottom: 62px;
    padding-left: 24px;
    padding-right: 110px; }
    @media (max-width: 1199px) {
      .homeVideoSection__top {
        margin-bottom: 42px;
        padding-right: 0; } }
    @media (max-width: 767px) {
      .homeVideoSection__top {
        margin-bottom: 32px; } }
    @media (max-width: 550px) {
      .homeVideoSection__top {
        flex-direction: column;
        align-items: flex-start; } }
    .homeVideoSection__top p {
      width: 80%;
      padding-top: 5px; }
      @media (max-width: 767px) {
        .homeVideoSection__top p {
          width: 100%; } }
    .homeVideoSection__top .button {
      padding: 17px 28px 15px;
      line-height: 129%;
      margin-top: 20px; }
      .homeVideoSection__top .button::after, .homeVideoSection__top .button::before {
        background-color: transparent; }
      .homeVideoSection__top .button:hover {
        color: white;
        border-color: white; }
  .homeVideoSection__iframe {
    aspect-ratio: 16/9; }

.homeReview {
  padding: 56px 0 100px; }
  .homeReview__item {
    gap: 45.64px;
    user-select: none; }
  .homeReview .review-chat {
    position: relative;
    background-color: #ffffff;
    border-radius: 42.7px;
    padding: 45px;
    font-size: 17.099px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-weight: 400;
    font-family: "Space Grotesk"; }
    .homeReview .review-chat::before {
      content: "";
      position: absolute;
      top: unset;
      bottom: -59px;
      left: 48px;
      border-style: solid;
      border-width: 30px 30px 30px 30px;
      border-color: #ffffff transparent transparent transparent; }
  .homeReview .review-author {
    padding-left: 72px; }
    @media (max-width: 550px) {
      .homeReview .review-author {
        padding-left: 15px; } }
  .homeReview .swiper-controls {
    position: absolute;
    bottom: -32px;
    left: 0;
    right: 0; }
    .homeReview .swiper-controls .swiper-pagination {
      width: 32% !important;
      transform: translateY(-8px); }
      @media (max-width: 767px) {
        .homeReview .swiper-controls .swiper-pagination {
          width: 50% !important; } }

.popularProduct {
  padding-bottom: 112px; }
  @media (max-width: 1439px) {
    .popularProduct {
      padding-bottom: 80px; } }
  @media (max-width: 1024px) {
    .popularProduct {
      padding-bottom: 60px; } }
  @media (max-width: 767px) {
    .popularProduct {
      padding-bottom: 40px; } }
  @media (max-width: 550px) {
    .popularProduct {
      padding-bottom: 16px; } }
  .popularProduct h2 {
    margin-bottom: 55px; }
  .popularProduct .productGrid--viewMore .product:nth-child(n + 11) {
    display: none; }
  @media (max-width: 767px) {
    .popularProduct .productGrid--viewMore .product:nth-child(n + 5) {
      display: none; } }
  .popularProduct .productGrid--viewMore.is-visible .product:nth-child(n + 11) {
    display: inline-block; }
  .popularProduct .product .card {
    margin-bottom: 58px; }
    @media (max-width: 1439px) {
      .popularProduct .product .card {
        margin-bottom: 40px; } }
    @media (max-width: 550px) {
      .popularProduct .product .card {
        margin-bottom: 28px; } }

.viewMoreProducts {
  padding: 19px 76px;
  margin-top: 24px; }
  @media (max-width: 1024px) {
    .viewMoreProducts {
      padding: 12px 40px; } }
  @media (max-width: 767px) {
    .viewMoreProducts {
      padding: 7px 20px; } }
  .viewMoreProducts.loading .text {
    opacity: 0; }
  .viewMoreProducts.loading .loading-wrapper {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.globalBanner {
  position: relative;
  z-index: -1; }
  .globalBanner__img {
    position: relative;
    min-height: var(--minHeightDT); }
    @media (max-width: 767px) {
      .globalBanner__img {
        min-height: var(--minHeightMB); } }
    .globalBanner__img::after {
      content: "";
      display: block;
      height: 0;
      padding-bottom: calc(var(--bannerHeight) / var(--bannerWidth) * 100%);
      width: 100%; }
    .globalBanner__img img {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .globalBanner__content {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%; }
  .globalBanner__title {
    text-shadow: 0px 5.231px 5.231px rgba(31, 25, 25, 0);
    font-size: 73.239px; }
    @media (max-width: 1439px) {
      .globalBanner__title {
        font-size: 50px; } }
    @media (max-width: 767px) {
      .globalBanner__title {
        font-size: 28px; } }
    @media (max-width: 550px) {
      .globalBanner__title {
        font-size: 24px; } }

.image-overlay {
  --bg: #000000;
  --overlay-opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: var(--bg);
  opacity: var(--overlay-opacity); }

.storeInfo__left {
  width: calc(513 / 1234 * 100%); }
  @media (max-width: 767px) {
    .storeInfo__left {
      width: 100%; } }

.storeInfo__right {
  width: calc(677 / 1234 * 100%);
  border-radius: 24px;
  border: 1.5px solid #666666; }
  @media (max-width: 767px) {
    .storeInfo__right {
      width: 100%; } }
  @media (max-width: 767px) {
    .storeInfo__right iframe {
      aspect-ratio: 1.407; } }

.storeInfo__item .item-title {
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 32px; }
  @media (max-width: 1024px) {
    .storeInfo__item .item-title {
      font-size: 20.385px;
      margin-bottom: 16px; } }

.storeInfo__item .item-desc {
  padding-top: 8px;
  margin-bottom: 32px;
  font-size: 27.661px;
  font-weight: 700; }
  @media (max-width: 1024px) {
    .storeInfo__item .item-desc {
      font-size: 17.621px;
      padding-top: 8px;
      margin-bottom: 24px; } }

.storeInfo__item .item-time {
  font-size: 23.051px;
  line-height: 142%; }
  @media (max-width: 1024px) {
    .storeInfo__item .item-time {
      font-size: 15px; } }
  .storeInfo__item .item-time p {
    font-size: 26px;
    line-height: 159%; }
    @media (max-width: 1024px) {
      .storeInfo__item .item-time p {
        font-size: 16px; } }

.storeInfo__item .item-info {
  padding: 48px 48px 42px;
  border-radius: 20px;
  border: 1.5px solid #666666;
  background: #FFF; }
  @media (max-width: 767px) {
    .storeInfo__item .item-info {
      padding: 30px 30px 25px;
      border-radius: 12.74px;
      border: 0.956px solid #666666; } }

.storeInfo__item .item-text {
  font-size: 25.772px; }
  .storeInfo__item .item-text + .item-text {
    margin-top: 18px; }
  @media (max-width: 1024px) {
    .storeInfo__item .item-text {
      font-size: 15px; }
      .storeInfo__item .item-text + .item-text {
        margin-top: 15px; } }

@media (max-width: 374px) {
  .faqs {
    flex-direction: column !important; } }

.faqs__question, .faqs__answer {
  border-radius: 20px;
  border: 2px solid #01273d; }
  @media (max-width: 767px) {
    .faqs__question, .faqs__answer {
      border-radius: 6.572px;
      border: 0.657px solid #95CCF0; } }
  @media (max-width: 374px) {
    .faqs__question, .faqs__answer {
      width: 100% !important; } }

.faqs__question {
  width: calc(385 / 1220 * 100%);
  padding: 57px 20px 60px 25px; }
  @media (max-width: 767px) {
    .faqs__question {
      padding: 20px 5px 20px 8px; } }

.faqs__answer {
  width: calc(809 / 1220 * 100%);
  padding: 54px 74px 54px 50px; }
  @media (max-width: 767px) {
    .faqs__answer {
      padding: 13px 15px; } }

.faqs__item > h4 {
  position: relative;
  padding-left: 45px;
  transition: all 0.3s ease; }
  @media (max-width: 767px) {
    .faqs__item > h4 {
      padding-left: 12px; } }
  .faqs__item > h4::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="27" height="19" viewBox="0 0 27 19" fill="none"><path d="M21.0785 10.2916H14.4957V15.0416H12.3015V10.2916H5.71875V8.70825H12.3015V3.95825H14.4957V8.70825H21.0785V10.2916Z" fill="%23141416"/></svg>');
    background-size: 27px 19px;
    background-repeat: no-repeat;
    background-position: center;
    width: 27px;
    height: 19px; }
    @media (max-width: 767px) {
      .faqs__item > h4::before {
        width: 8px;
        height: 7px; } }

.faqs__item.is-active > h4 {
  color: #0F1D335C; }
  .faqs__item.is-active > h4::before {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="27" height="20" viewBox="0 0 27 20" fill="none"><path d="M5.71875 10.8334V9.16675H21.0785V10.8334H5.71875Z" fill="%2395CCF0"/></svg>'); }

.services {
  padding-top: 88px; }
  @media (max-width: 1024px) {
    .services {
      padding-top: 64px; } }
  @media (max-width: 767px) {
    .services {
      padding-top: 48px; } }
  @media (max-width: 550px) {
    .services {
      padding-top: 40px; } }

.faqBlock__accordion {
  border-radius: 45px;
  border: 2px solid #01273d;
  background: #F3F3F3;
  box-shadow: 0px 5px 0px 0px #01273d;
  padding: 0 65px 0 60px;
  transition: all 0.3s ease; }
  @media (max-width: 1024px) {
    .faqBlock__accordion {
      padding: 0 43px 0 40px; } }
  @media (max-width: 767px) {
    .faqBlock__accordion {
      padding: 0 29px; } }
  .faqBlock__accordion.is-opened {
    background-color: #95CCF0; }
  .faqBlock__accordion + .faqBlock__accordion {
    margin-top: 28px; }
    @media (max-width: 1024px) {
      .faqBlock__accordion + .faqBlock__accordion {
        margin-top: 20px; } }
    @media (max-width: 767px) {
      .faqBlock__accordion + .faqBlock__accordion {
        margin-top: 16px; } }
  .faqBlock__accordion .accordion__title {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 17px;
    padding-top: 41px;
    padding-bottom: 41px; }
    @media (max-width: 1024px) {
      .faqBlock__accordion .accordion__title {
        padding-top: 27px;
        padding-bottom: 27px; } }
    .faqBlock__accordion .accordion__title .title-icon {
      border: 1px solid #01273d;
      border-radius: 50%;
      height: 2.9rem;
      width: 2.9rem;
      display: flex;
      justify-content: center;
      align-items: center;
      justify-content: center;
      align-items: center;
      flex-direction: row;
      flex-wrap: wrap; }
      @media (max-width: 767px) {
        .faqBlock__accordion .accordion__title .title-icon {
          height: 1.9rem;
          width: 1.9rem; } }
      .faqBlock__accordion .accordion__title .title-icon .icon.icon--faq-minus {
        display: none; }
      @media (max-width: 767px) {
        .faqBlock__accordion .accordion__title .title-icon .icon {
          height: 1rem;
          width: 1rem; } }
    .faqBlock__accordion .accordion__title.is-active .title-icon {
      background-color: #F3F3F3; }
      .faqBlock__accordion .accordion__title.is-active .title-icon .icon.icon--faq-plus {
        display: none; }
      .faqBlock__accordion .accordion__title.is-active .title-icon .icon.icon--faq-minus {
        display: block; }
  .faqBlock__accordion .accordion__body {
    display: none;
    border-top: 2px solid #01273d;
    padding-top: 40px;
    padding-bottom: 60px;
    margin-top: -18px; }
    @media (max-width: 1024px) {
      .faqBlock__accordion .accordion__body {
        padding-bottom: 35px; } }
    .faqBlock__accordion .accordion__body .body-content {
      max-width: 1026px; }
    .faqBlock__accordion .accordion__body p {
      margin-bottom: 36px; }
      @media (max-width: 1024px) {
        .faqBlock__accordion .accordion__body p {
          margin-bottom: 24px; } }
      @media (max-width: 767px) {
        .faqBlock__accordion .accordion__body p {
          margin-bottom: 18px; } }
      @media (max-width: 550px) {
        .faqBlock__accordion .accordion__body p {
          margin-bottom: 14px; } }
    .faqBlock__accordion .accordion__body .button {
      margin-bottom: 0; }

@media (max-width: 374px) {
  .serviceAdvantages .grid {
    grid-template-columns: repeat(2, 1fr); } }

.serviceAdvantages__number {
  text-align: center;
  text-shadow: 0px 9.32px 9.32px rgba(31, 25, 25, 0);
  font-size: 130.172px;
  font-weight: 700;
  line-height: 120%;
  color: #000000; }
  @media (max-width: 1439px) {
    .serviceAdvantages__number {
      font-size: 80px; } }
  @media (max-width: 1024px) {
    .serviceAdvantages__number {
      font-size: 60px; } }
  @media (max-width: 767px) {
    .serviceAdvantages__number {
      font-size: 40px; } }
  @media (max-width: 550px) {
    .serviceAdvantages__number {
      font-size: 24px; } }

.serviceAdvantages__text {
  color: #000000;
  text-align: center;
  font-size: 28.337px;
  font-weight: 500;
  line-height: 120%; }
  @media (max-width: 1439px) {
    .serviceAdvantages__text {
      font-size: 20px; } }
  @media (max-width: 1024px) {
    .serviceAdvantages__text {
      font-size: 18px; } }
  @media (max-width: 767px) {
    .serviceAdvantages__text {
      font-size: 16px; } }
  @media (max-width: 550px) {
    .serviceAdvantages__text {
      font-size: 12px; } }

.aboutUs {
  padding-top: 76px; }
  @media (max-width: 1024px) {
    .aboutUs {
      padding-top: 60px; } }
  @media (max-width: 767px) {
    .aboutUs {
      padding-top: 36px; } }
  .aboutUs__bannerText {
    gap: 83px; }
    @media (max-width: 1439px) {
      .aboutUs__bannerText {
        gap: 40px; } }
    @media (max-width: 1024px) {
      .aboutUs__bannerText {
        gap: 28px; } }
    @media (max-width: 767px) {
      .aboutUs__bannerText {
        gap: 20px; } }
    @media (max-width: 550px) {
      .aboutUs__bannerText {
        gap: 14px; } }
  .aboutUs > .bannerText__text:last-child {
    margin-bottom: 0; }
  .aboutUs .bannerText__left {
    width: calc(727 / 1383 * 100%);
    overflow: hidden; }
    @media (max-width: 767px) {
      .aboutUs .bannerText__left {
        width: 100%; } }
  .aboutUs .bannerText__right {
    width: calc(656 / 1383 * 100%);
    border-radius: 12.7px; }
    @media (max-width: 767px) {
      .aboutUs .bannerText__right {
        width: 100%;
        aspect-ratio: 1.62 / 1; }
        .aboutUs .bannerText__right img {
          width: 100%;
          height: 100%;
          object-fit: cover; } }
  .aboutUs .bannerText__text {
    color: white;
    line-height: 146%; }
    @media (max-width: 767px) {
      .aboutUs .bannerText__text {
        font-size: 16px;
        line-height: 130%; } }
    @media (max-width: 550px) {
      .aboutUs .bannerText__text {
        font-size: 12px; } }
  .aboutUs__title {
    font-size: 24px;
    font-weight: 800;
    line-height: 146%; }
    @media (max-width: 1024px) {
      .aboutUs__title {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .aboutUs__title {
        font-size: 18px; } }
    @media (max-width: 550px) {
      .aboutUs__title {
        font-size: 16px; } }
  .aboutUs__text {
    font-size: 21px;
    line-height: 146%; }
    @media (max-width: 1024px) {
      .aboutUs__text {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .aboutUs__text {
        font-size: 16px; } }
    @media (max-width: 550px) {
      .aboutUs__text {
        font-size: 14px; } }
  .aboutUs__services {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px; }
    .aboutUs__services-icon {
      margin-right: 50px;
      min-width: 200px; }
      @media (max-width: 1024px) {
        .aboutUs__services-icon {
          margin-right: 40px; } }
      @media (max-width: 767px) {
        .aboutUs__services-icon {
          margin-right: 0;
          min-width: unset; } }

.formSection {
  padding-top: 82px;
  padding-bottom: 75px; }
  @media (max-width: 1024px) {
    .formSection {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (max-width: 767px) {
    .formSection {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .formSection__wrapper {
    padding: 59px 140px 58px;
    border-radius: 30px; }
    @media (max-width: 1024px) {
      .formSection__wrapper {
        padding: 32px 80px 32px; } }
    @media (max-width: 767px) {
      .formSection__wrapper {
        padding: 24px 40px 24px; } }
    @media (max-width: 550px) {
      .formSection__wrapper {
        padding: 20px 20px 20px; } }
  .formSection__content {
    display: flex;
    gap: 86px;
    align-items: center; }
    @media only screen and (max-width: 1200px) {
      .formSection__content {
        gap: 40px; } }
    @media (max-width: 1024px) {
      .formSection__content {
        flex-direction: column;
        gap: 28px; } }
  .formSection__text {
    width: 100%;
    max-width: 540px; }
    @media only screen and (max-width: 1200px) {
      .formSection__text {
        width: 50%;
        max-width: 100%; } }
    @media (max-width: 1024px) {
      .formSection__text {
        width: 100%; } }
  .formSection__form {
    width: calc(100% - 540px); }
    @media only screen and (max-width: 1200px) {
      .formSection__form {
        width: 50%;
        max-width: 100%; } }
    @media (max-width: 1024px) {
      .formSection__form {
        width: 100%; } }
  .formSection .askExpert__wrapper input {
    background-color: transparent;
    border-radius: 9px;
    border: 1.78px solid #01273d;
    color: #01273d;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: capitalize; }
    @media (min-width: 1025px) {
      .formSection .askExpert__wrapper input {
        padding-left: 26px;
        height: 60px; } }
    @media (max-width: 1024px) {
      .formSection .askExpert__wrapper input {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .formSection .askExpert__wrapper input {
        font-size: 14px; } }
  .formSection .askExpert__wrapper .form-field {
    margin-bottom: 24px; }
  @media (max-width: 767px) {
    .formSection .g-recaptcha {
      transform: scale(0.75);
      transform-origin: 0 0; } }

.overflow-hidden {
  overflow: hidden; }

.block {
  display: block; }

.hidden {
  display: none; }

.inline {
  display: inline; }

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

.inline-flex {
  display: inline-flex; }

.flex {
  display: flex; }

.grid {
  display: grid; }

.flex-row {
  flex-direction: row; }

.flex-col {
  flex-direction: column; }

.flex-col-reverse {
  flex-direction: column-reverse; }

.flex-row-reverse {
  flex-direction: row-reverse; }

.flex-1 {
  flex: 1; }

.flex-no-wrap {
  flex-wrap: nowrap; }

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

.flex-wrap-reverse {
  flex-wrap: wrap-reverse; }

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)); }

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)); }

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)); }

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)); }

.gap-0 {
  gap: 0; }

.gap-x-0 {
  column-gap: 0; }

.gap-y-0 {
  row-gap: 0; }

.gap-1 {
  gap: 4px; }

.gap-x-1 {
  column-gap: 4px; }

.gap-y-1 {
  row-gap: 4px; }

.gap-2 {
  gap: 8px; }

.gap-x-2 {
  column-gap: 8px; }

.gap-y-2 {
  row-gap: 8px; }

.gap-3 {
  gap: 12px; }

.gap-x-3 {
  column-gap: 12px; }

.gap-y-3 {
  row-gap: 12px; }

.gap-4 {
  gap: 16px; }

.gap-x-4 {
  column-gap: 16px; }

.gap-y-4 {
  row-gap: 16px; }

.gap-5 {
  gap: 20px; }

.gap-x-5 {
  column-gap: 20px; }

.gap-y-5 {
  row-gap: 20px; }

.gap-6 {
  gap: 24px; }

.gap-x-6 {
  column-gap: 24px; }

.gap-y-6 {
  row-gap: 24px; }

.gap-7 {
  gap: 28px; }

.gap-x-7 {
  column-gap: 28px; }

.gap-y-7 {
  row-gap: 28px; }

.gap-8 {
  gap: 32px; }

.gap-x-8 {
  column-gap: 32px; }

.gap-y-8 {
  row-gap: 32px; }

.gap-9 {
  gap: 36px; }

.gap-x-9 {
  column-gap: 36px; }

.gap-y-9 {
  row-gap: 36px; }

.gap-10 {
  gap: 40px; }

.gap-x-10 {
  column-gap: 40px; }

.gap-y-10 {
  row-gap: 40px; }

.items-stretch {
  align-items: stretch; }

.items-start {
  align-items: flex-start; }

.items-center {
  align-items: center; }

.items-end {
  align-items: flex-end; }

.items-baseline {
  align-items: baseline; }

.justify-start {
  justify-content: flex-start; }

.justify-center {
  justify-content: center; }

.justify-end {
  justify-content: flex-end; }

.justify-between {
  justify-content: space-between; }

.justify-around {
  justify-content: space-around; }

.tracking-normal {
  letter-spacing: 0; }

.m-0 {
  margin: 0; }

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

.mt-0 {
  margin-top: 0; }

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

.ml-0 {
  margin-left: 0; }

.mr-0 {
  margin-right: 0; }

.p-0 {
  padding: 0; }

.pt-0 {
  padding-top: 0; }

.pl-0 {
  padding-left: 0; }

.pr-0 {
  padding-right: 0; }

.pb-0 {
  padding-bottom: 0; }

.m-1 {
  margin: 4px; }

.mt-1 {
  margin-top: 4px; }

.mb-1 {
  margin-bottom: 4px; }

.ml-1 {
  margin-left: 4px; }

.mr-1 {
  margin-right: 4px; }

.p-1 {
  padding: 4px; }

.pt-1 {
  padding-top: 4px; }

.pl-1 {
  padding-left: 4px; }

.pr-1 {
  padding-right: 4px; }

.pb-1 {
  padding-bottom: 4px; }

.m-2 {
  margin: 8px; }

.mt-2 {
  margin-top: 8px; }

.mb-2 {
  margin-bottom: 8px; }

.ml-2 {
  margin-left: 8px; }

.mr-2 {
  margin-right: 8px; }

.p-2 {
  padding: 8px; }

.pt-2 {
  padding-top: 8px; }

.pl-2 {
  padding-left: 8px; }

.pr-2 {
  padding-right: 8px; }

.pb-2 {
  padding-bottom: 8px; }

.m-3 {
  margin: 12px; }

.mt-3 {
  margin-top: 12px; }

.mb-3 {
  margin-bottom: 12px; }

.ml-3 {
  margin-left: 12px; }

.mr-3 {
  margin-right: 12px; }

.p-3 {
  padding: 12px; }

.pt-3 {
  padding-top: 12px; }

.pb-3 {
  padding-bottom: 12px; }

.pl-3 {
  padding-left: 12px; }

.pr-3 {
  padding-right: 12px; }

.m-4 {
  margin: 16px; }

.mt-4 {
  margin-top: 16px; }

.mb-4 {
  margin-bottom: 16px; }

.ml-4 {
  margin-left: 16px; }

.mr-4 {
  margin-right: 16px; }

.p-4 {
  padding: 16px; }

.pt-4 {
  padding-top: 16px; }

.pb-4 {
  padding-bottom: 16px; }

.pl-4 {
  padding-left: 16px; }

.pr-4 {
  padding-right: 16px; }

.m-5 {
  margin: 20px; }

.mt-5 {
  margin-top: 20px; }

.mb-5 {
  margin-bottom: 20px; }

.ml-5 {
  margin-left: 20px; }

.mr-5 {
  margin-right: 20px; }

.p-5 {
  padding: 20px; }

.pt-5 {
  padding-top: 20px; }

.pb-5 {
  padding-bottom: 20px; }

.pl-5 {
  padding-left: 20px; }

.pr-5 {
  padding-right: 20px; }

.m-6 {
  margin: 24px; }

.mt-6 {
  margin-top: 24px; }

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

.ml-6 {
  margin-left: 24px; }

.mr-6 {
  margin-right: 24px; }

.p-6 {
  padding: 24px; }

.pt-6 {
  padding-top: 24px; }

.pb-6 {
  padding-bottom: 24px; }

.pl-6 {
  padding-left: 24px; }

.pr-6 {
  padding-right: 24px; }

.m-7 {
  margin: 28px; }

.mt-7 {
  margin-top: 28px; }

.mb-7 {
  margin-bottom: 28px; }

.ml-7 {
  margin-left: 28px; }

.mr-7 {
  margin-right: 28px; }

.p-7 {
  padding: 28px; }

.pt-7 {
  padding-top: 28px; }

.pb-7 {
  padding-bottom: 28px; }

.pl-7 {
  padding-left: 28px; }

.pr-7 {
  padding-right: 28px; }

.m-8 {
  margin: 32px; }

.mt-8 {
  margin-top: 32px; }

.mb-8 {
  margin-bottom: 32px; }

.ml-8 {
  margin-left: 32px; }

.mr-8 {
  margin-right: 32px; }

.p-8 {
  padding: 32px; }

.pt-8 {
  padding-top: 32px; }

.pb-8 {
  padding-bottom: 32px; }

.pl-8 {
  padding-left: 32px; }

.pr-8 {
  padding-right: 32px; }

.m-9 {
  margin: 36px; }

.mt-9 {
  margin-top: 36px; }

.mb-9 {
  margin-bottom: 36px; }

.ml-9 {
  margin-left: 36px; }

.mr-9 {
  margin-right: 36px; }

.p-9 {
  padding: 36px; }

.pt-9 {
  padding-top: 36px; }

.pb-9 {
  padding-bottom: 36px; }

.pl-9 {
  padding-left: 36px; }

.pr-9 {
  padding-right: 36px; }

.m-10 {
  margin: 40px; }

.mt-10 {
  margin-top: 40px; }

.mb-10 {
  margin-bottom: 40px; }

.ml-10 {
  margin-left: 40px; }

.mr-10 {
  margin-right: 40px; }

.p-10 {
  padding: 40px; }

.pt-10 {
  padding-top: 40px; }

.pb-10 {
  padding-bottom: 40px; }

.pl-10 {
  padding-left: 40px; }

.pr-10 {
  padding-right: 40px; }

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

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

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

.font-normal {
  font-weight: 400; }

.font-medium {
  font-weight: 500; }

.font-semibold {
  font-weight: 600; }

.font-bold {
  font-weight: 700; }

.font-extrabold {
  font-weight: 800; }

.font-black {
  font-weight: 900; }

.underline {
  text-decoration-line: underline; }

.no-underline {
  text-decoration-line: none; }

.normal-case {
  text-transform: none; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.capitalize {
  text-transform: capitalize; }

.text-wrap {
  text-wrap: wrap; }

.text-nowrap {
  white-space: nowrap; }

.list-none {
  list-style-type: none; }

.relative {
  position: relative; }

.static {
  position: static; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.top-0 {
  top: 0; }

.left-0 {
  left: 0; }

.right-0 {
  right: 0; }

.bottom-0 {
  bottom: 0; }

.w-full {
  width: 100%; }

.w-100vh {
  width: 100vh; }

.w-fit {
  width: fit-content; }

.w-auto {
  width: auto; }

.w-1-5 {
  width: 20%; }

.w-1-4 {
  width: 25%; }

.w-1-3 {
  width: 33.333333%; }

.w-1-2 {
  width: 50%; }

.h-full {
  height: 100%; }

.h-100vh {
  height: 100vh; }

.h-fit {
  height: fit-content; }

.h-auto {
  height: auto; }

.leading-none {
  line-height: 1; }

.object-cover {
  object-fit: cover; }

.top-1\/2 {
  top: 50%; }

.left-1\/2 {
  left: 50%; }

.translate-x-1\/2 {
  transform: translateX(50%); }

.-translate-x-1\/2 {
  transform: translateX(-50%); }

.translate-y-1\/2 {
  transform: translateY(50%); }

.-translate-y-1\/2 {
  transform: translateY(-50%); }

.transform-center {
  transform: translate(-50%, -50%); }

.bg-transparent {
  background-color: transparent; }

.bg-white {
  background-color: #ffffff; }

.border-none {
  border: none; }

.italic {
  font-style: italic; }

.not-italic {
  font-style: normal; }

.whitespace-nowrap {
  white-space: nowrap; }

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

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

@media (min-width: 551px) {
  .sm\:overflow-hidden {
    overflow: hidden; }
  .sm\:block {
    display: block; }
  .sm\:hidden {
    display: none; }
  .sm\:inline {
    display: inline; }
  .sm\:inline-block {
    display: inline-block; }
  .sm\:inline-flex {
    display: inline-flex; }
  .sm\:flex {
    display: flex; }
  .sm\:grid {
    display: grid; }
  .sm\:flex-row {
    flex-direction: row; }
  .sm\:flex-col {
    flex-direction: column; }
  .sm\:flex-col-reverse {
    flex-direction: column-reverse; }
  .sm\:flex-row-reverse {
    flex-direction: row-reverse; }
  .sm\:flex-1 {
    flex: 1; }
  .sm\:flex-no-wrap {
    flex-wrap: nowrap; }
  .sm\:flex-wrap {
    flex-wrap: wrap; }
  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse; }
  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .sm\:gap-0 {
    gap: 0; }
  .sm\:gap-x-0 {
    column-gap: 0; }
  .sm\:gap-y-0 {
    row-gap: 0; }
  .sm\:gap-1 {
    gap: 4px; }
  .sm\:gap-x-1 {
    column-gap: 4px; }
  .sm\:gap-y-1 {
    row-gap: 4px; }
  .sm\:gap-2 {
    gap: 8px; }
  .sm\:gap-x-2 {
    column-gap: 8px; }
  .sm\:gap-y-2 {
    row-gap: 8px; }
  .sm\:gap-3 {
    gap: 12px; }
  .sm\:gap-x-3 {
    column-gap: 12px; }
  .sm\:gap-y-3 {
    row-gap: 12px; }
  .sm\:gap-4 {
    gap: 16px; }
  .sm\:gap-x-4 {
    column-gap: 16px; }
  .sm\:gap-y-4 {
    row-gap: 16px; }
  .sm\:gap-5 {
    gap: 20px; }
  .sm\:gap-x-5 {
    column-gap: 20px; }
  .sm\:gap-y-5 {
    row-gap: 20px; }
  .sm\:gap-6 {
    gap: 24px; }
  .sm\:gap-x-6 {
    column-gap: 24px; }
  .sm\:gap-y-6 {
    row-gap: 24px; }
  .sm\:gap-7 {
    gap: 28px; }
  .sm\:gap-x-7 {
    column-gap: 28px; }
  .sm\:gap-y-7 {
    row-gap: 28px; }
  .sm\:gap-8 {
    gap: 32px; }
  .sm\:gap-x-8 {
    column-gap: 32px; }
  .sm\:gap-y-8 {
    row-gap: 32px; }
  .sm\:gap-9 {
    gap: 36px; }
  .sm\:gap-x-9 {
    column-gap: 36px; }
  .sm\:gap-y-9 {
    row-gap: 36px; }
  .sm\:gap-10 {
    gap: 40px; }
  .sm\:gap-x-10 {
    column-gap: 40px; }
  .sm\:gap-y-10 {
    row-gap: 40px; }
  .sm\:items-stretch {
    align-items: stretch; }
  .sm\:items-start {
    align-items: flex-start; }
  .sm\:items-center {
    align-items: center; }
  .sm\:items-end {
    align-items: flex-end; }
  .sm\:items-baseline {
    align-items: baseline; }
  .sm\:justify-start {
    justify-content: flex-start; }
  .sm\:justify-center {
    justify-content: center; }
  .sm\:justify-end {
    justify-content: flex-end; }
  .sm\:justify-between {
    justify-content: space-between; }
  .sm\:justify-around {
    justify-content: space-around; }
  .sm\:tracking-normal {
    letter-spacing: 0; }
  .sm\:m-0 {
    margin: 0; }
  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto; }
  .sm\:mt-0 {
    margin-top: 0; }
  .sm\:mb-0 {
    margin-bottom: 0; }
  .sm\:ml-0 {
    margin-left: 0; }
  .sm\:mr-0 {
    margin-right: 0; }
  .sm\:p-0 {
    padding: 0; }
  .sm\:pt-0 {
    padding-top: 0; }
  .sm\:pl-0 {
    padding-left: 0; }
  .sm\:pr-0 {
    padding-right: 0; }
  .sm\:pb-0 {
    padding-bottom: 0; }
  .sm\:m-1 {
    margin: 4px; }
  .sm\:mt-1 {
    margin-top: 4px; }
  .sm\:mb-1 {
    margin-bottom: 4px; }
  .sm\:ml-1 {
    margin-left: 4px; }
  .sm\:mr-1 {
    margin-right: 4px; }
  .sm\:p-1 {
    padding: 4px; }
  .sm\:pt-1 {
    padding-top: 4px; }
  .sm\:pl-1 {
    padding-left: 4px; }
  .sm\:pr-1 {
    padding-right: 4px; }
  .sm\:pb-1 {
    padding-bottom: 4px; }
  .sm\:m-2 {
    margin: 8px; }
  .sm\:mt-2 {
    margin-top: 8px; }
  .sm\:mb-2 {
    margin-bottom: 8px; }
  .sm\:ml-2 {
    margin-left: 8px; }
  .sm\:mr-2 {
    margin-right: 8px; }
  .sm\:p-2 {
    padding: 8px; }
  .sm\:pt-2 {
    padding-top: 8px; }
  .sm\:pl-2 {
    padding-left: 8px; }
  .sm\:pr-2 {
    padding-right: 8px; }
  .sm\:pb-2 {
    padding-bottom: 8px; }
  .sm\:m-3 {
    margin: 12px; }
  .sm\:mt-3 {
    margin-top: 12px; }
  .sm\:mb-3 {
    margin-bottom: 12px; }
  .sm\:ml-3 {
    margin-left: 12px; }
  .sm\:mr-3 {
    margin-right: 12px; }
  .sm\:p-3 {
    padding: 12px; }
  .sm\:pt-3 {
    padding-top: 12px; }
  .sm\:pb-3 {
    padding-bottom: 12px; }
  .sm\:pl-3 {
    padding-left: 12px; }
  .sm\:pr-3 {
    padding-right: 12px; }
  .sm\:m-4 {
    margin: 16px; }
  .sm\:mt-4 {
    margin-top: 16px; }
  .sm\:mb-4 {
    margin-bottom: 16px; }
  .sm\:ml-4 {
    margin-left: 16px; }
  .sm\:mr-4 {
    margin-right: 16px; }
  .sm\:p-4 {
    padding: 16px; }
  .sm\:pt-4 {
    padding-top: 16px; }
  .sm\:pb-4 {
    padding-bottom: 16px; }
  .sm\:pl-4 {
    padding-left: 16px; }
  .sm\:pr-4 {
    padding-right: 16px; }
  .sm\:m-5 {
    margin: 20px; }
  .sm\:mt-5 {
    margin-top: 20px; }
  .sm\:mb-5 {
    margin-bottom: 20px; }
  .sm\:ml-5 {
    margin-left: 20px; }
  .sm\:mr-5 {
    margin-right: 20px; }
  .sm\:p-5 {
    padding: 20px; }
  .sm\:pt-5 {
    padding-top: 20px; }
  .sm\:pb-5 {
    padding-bottom: 20px; }
  .sm\:pl-5 {
    padding-left: 20px; }
  .sm\:pr-5 {
    padding-right: 20px; }
  .sm\:m-6 {
    margin: 24px; }
  .sm\:mt-6 {
    margin-top: 24px; }
  .sm\:mb-6 {
    margin-bottom: 24px; }
  .sm\:ml-6 {
    margin-left: 24px; }
  .sm\:mr-6 {
    margin-right: 24px; }
  .sm\:p-6 {
    padding: 24px; }
  .sm\:pt-6 {
    padding-top: 24px; }
  .sm\:pb-6 {
    padding-bottom: 24px; }
  .sm\:pl-6 {
    padding-left: 24px; }
  .sm\:pr-6 {
    padding-right: 24px; }
  .sm\:m-7 {
    margin: 28px; }
  .sm\:mt-7 {
    margin-top: 28px; }
  .sm\:mb-7 {
    margin-bottom: 28px; }
  .sm\:ml-7 {
    margin-left: 28px; }
  .sm\:mr-7 {
    margin-right: 28px; }
  .sm\:p-7 {
    padding: 28px; }
  .sm\:pt-7 {
    padding-top: 28px; }
  .sm\:pb-7 {
    padding-bottom: 28px; }
  .sm\:pl-7 {
    padding-left: 28px; }
  .sm\:pr-7 {
    padding-right: 28px; }
  .sm\:m-8 {
    margin: 32px; }
  .sm\:mt-8 {
    margin-top: 32px; }
  .sm\:mb-8 {
    margin-bottom: 32px; }
  .sm\:ml-8 {
    margin-left: 32px; }
  .sm\:mr-8 {
    margin-right: 32px; }
  .sm\:p-8 {
    padding: 32px; }
  .sm\:pt-8 {
    padding-top: 32px; }
  .sm\:pb-8 {
    padding-bottom: 32px; }
  .sm\:pl-8 {
    padding-left: 32px; }
  .sm\:pr-8 {
    padding-right: 32px; }
  .sm\:m-9 {
    margin: 36px; }
  .sm\:mt-9 {
    margin-top: 36px; }
  .sm\:mb-9 {
    margin-bottom: 36px; }
  .sm\:ml-9 {
    margin-left: 36px; }
  .sm\:mr-9 {
    margin-right: 36px; }
  .sm\:p-9 {
    padding: 36px; }
  .sm\:pt-9 {
    padding-top: 36px; }
  .sm\:pb-9 {
    padding-bottom: 36px; }
  .sm\:pl-9 {
    padding-left: 36px; }
  .sm\:pr-9 {
    padding-right: 36px; }
  .sm\:m-10 {
    margin: 40px; }
  .sm\:mt-10 {
    margin-top: 40px; }
  .sm\:mb-10 {
    margin-bottom: 40px; }
  .sm\:ml-10 {
    margin-left: 40px; }
  .sm\:mr-10 {
    margin-right: 40px; }
  .sm\:p-10 {
    padding: 40px; }
  .sm\:pt-10 {
    padding-top: 40px; }
  .sm\:pb-10 {
    padding-bottom: 40px; }
  .sm\:pl-10 {
    padding-left: 40px; }
  .sm\:pr-10 {
    padding-right: 40px; }
  .sm\:text-left {
    text-align: left; }
  .sm\:text-center {
    text-align: center; }
  .sm\:text-right {
    text-align: right; }
  .sm\:font-normal {
    font-weight: 400; }
  .sm\:font-medium {
    font-weight: 500; }
  .sm\:font-semibold {
    font-weight: 600; }
  .sm\:font-bold {
    font-weight: 700; }
  .sm\:font-extrabold {
    font-weight: 800; }
  .sm\:font-black {
    font-weight: 900; }
  .sm\:underline {
    text-decoration-line: underline; }
  .sm\:no-underline {
    text-decoration-line: none; }
  .sm\:normal-case {
    text-transform: none; }
  .sm\:uppercase {
    text-transform: uppercase; }
  .sm\:lowercase {
    text-transform: lowercase; }
  .sm\:capitalize {
    text-transform: capitalize; }
  .sm\:text-wrap {
    text-wrap: wrap; }
  .sm\:text-nowrap {
    white-space: nowrap; }
  .sm\:list-none {
    list-style-type: none; }
  .sm\:relative {
    position: relative; }
  .sm\:static {
    position: static; }
  .sm\:absolute {
    position: absolute; }
  .sm\:fixed {
    position: fixed; }
  .sm\:top-0 {
    top: 0; }
  .sm\:left-0 {
    left: 0; }
  .sm\:right-0 {
    right: 0; }
  .sm\:bottom-0 {
    bottom: 0; }
  .sm\:w-full {
    width: 100%; }
  .sm\:w-100vh {
    width: 100vh; }
  .sm\:w-fit {
    width: fit-content; }
  .sm\:w-auto {
    width: auto; }
  .sm\:w-1-5 {
    width: 20%; }
  .sm\:w-1-4 {
    width: 25%; }
  .sm\:w-1-3 {
    width: 33.333333%; }
  .sm\:w-1-2 {
    width: 50%; }
  .sm\:h-full {
    height: 100%; }
  .sm\:h-100vh {
    height: 100vh; }
  .sm\:h-fit {
    height: fit-content; }
  .sm\:h-auto {
    height: auto; }
  .sm\:object-cover {
    object-fit: cover; }
  .sm\:top-1\/2 {
    top: 50%; }
  .sm\:left-1\/2 {
    left: 50%; }
  .sm\:translate-x-1\/2 {
    transform: translateX(50%); }
  .sm\:-translate-x-1\/2 {
    transform: translateX(-50%); }
  .sm\:translate-y-1\/2 {
    transform: translateY(50%); }
  .sm\:-translate-y-1\/2 {
    transform: translateY(-50%); }
  .sm\:transform-center {
    transform: translate(-50%, -50%); }
  .sm\:bg-transparent {
    background-color: transparent; }
  .sm\:bg-white {
    background-color: #ffffff; }
  .sm\:text-white {
    color: #ffffff; } }

@media (min-width: 768px) {
  .md\:overflow-hidden {
    overflow: hidden; }
  .md\:block {
    display: block; }
  .md\:hidden {
    display: none; }
  .md\:inline {
    display: inline; }
  .md\:inline-block {
    display: inline-block; }
  .md\:inline-flex {
    display: inline-flex; }
  .md\:flex {
    display: flex; }
  .md\:grid {
    display: grid; }
  .md\:flex-row {
    flex-direction: row; }
  .md\:flex-col {
    flex-direction: column; }
  .md\:flex-col-reverse {
    flex-direction: column-reverse; }
  .md\:flex-row-reverse {
    flex-direction: row-reverse; }
  .md\:flex-1 {
    flex: 1; }
  .md\:flex-no-wrap {
    flex-wrap: nowrap; }
  .md\:flex-wrap {
    flex-wrap: wrap; }
  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse; }
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .md\:gap-0 {
    gap: 0; }
  .md\:gap-x-0 {
    column-gap: 0; }
  .md\:gap-y-0 {
    row-gap: 0; }
  .md\:gap-1 {
    gap: 4px; }
  .md\:gap-x-1 {
    column-gap: 4px; }
  .md\:gap-y-1 {
    row-gap: 4px; }
  .md\:gap-2 {
    gap: 8px; }
  .md\:gap-x-2 {
    column-gap: 8px; }
  .md\:gap-y-2 {
    row-gap: 8px; }
  .md\:gap-3 {
    gap: 12px; }
  .md\:gap-x-3 {
    column-gap: 12px; }
  .md\:gap-y-3 {
    row-gap: 12px; }
  .md\:gap-4 {
    gap: 16px; }
  .md\:gap-x-4 {
    column-gap: 16px; }
  .md\:gap-y-4 {
    row-gap: 16px; }
  .md\:gap-5 {
    gap: 20px; }
  .md\:gap-x-5 {
    column-gap: 20px; }
  .md\:gap-y-5 {
    row-gap: 20px; }
  .md\:gap-6 {
    gap: 24px; }
  .md\:gap-x-6 {
    column-gap: 24px; }
  .md\:gap-y-6 {
    row-gap: 24px; }
  .md\:gap-7 {
    gap: 28px; }
  .md\:gap-x-7 {
    column-gap: 28px; }
  .md\:gap-y-7 {
    row-gap: 28px; }
  .md\:gap-8 {
    gap: 32px; }
  .md\:gap-x-8 {
    column-gap: 32px; }
  .md\:gap-y-8 {
    row-gap: 32px; }
  .md\:gap-9 {
    gap: 36px; }
  .md\:gap-x-9 {
    column-gap: 36px; }
  .md\:gap-y-9 {
    row-gap: 36px; }
  .md\:gap-10 {
    gap: 40px; }
  .md\:gap-x-10 {
    column-gap: 40px; }
  .md\:gap-y-10 {
    row-gap: 40px; }
  .md\:items-stretch {
    align-items: stretch; }
  .md\:items-start {
    align-items: flex-start; }
  .md\:items-center {
    align-items: center; }
  .md\:items-end {
    align-items: flex-end; }
  .md\:items-baseline {
    align-items: baseline; }
  .md\:justify-start {
    justify-content: flex-start; }
  .md\:justify-center {
    justify-content: center; }
  .md\:justify-end {
    justify-content: flex-end; }
  .md\:justify-between {
    justify-content: space-between; }
  .md\:justify-around {
    justify-content: space-around; }
  .md\:tracking-normal {
    letter-spacing: 0; }
  .md\:m-0 {
    margin: 0; }
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto; }
  .md\:mt-0 {
    margin-top: 0; }
  .md\:mb-0 {
    margin-bottom: 0; }
  .md\:ml-0 {
    margin-left: 0; }
  .md\:mr-0 {
    margin-right: 0; }
  .md\:p-0 {
    padding: 0; }
  .md\:pt-0 {
    padding-top: 0; }
  .md\:pl-0 {
    padding-left: 0; }
  .md\:pr-0 {
    padding-right: 0; }
  .md\:pb-0 {
    padding-bottom: 0; }
  .md\:m-1 {
    margin: 4px; }
  .md\:mt-1 {
    margin-top: 4px; }
  .md\:mb-1 {
    margin-bottom: 4px; }
  .md\:ml-1 {
    margin-left: 4px; }
  .md\:mr-1 {
    margin-right: 4px; }
  .md\:p-1 {
    padding: 4px; }
  .md\:pt-1 {
    padding-top: 4px; }
  .md\:pl-1 {
    padding-left: 4px; }
  .md\:pr-1 {
    padding-right: 4px; }
  .md\:pb-1 {
    padding-bottom: 4px; }
  .md\:m-2 {
    margin: 8px; }
  .md\:mt-2 {
    margin-top: 8px; }
  .md\:mb-2 {
    margin-bottom: 8px; }
  .md\:ml-2 {
    margin-left: 8px; }
  .md\:mr-2 {
    margin-right: 8px; }
  .md\:p-2 {
    padding: 8px; }
  .md\:pt-2 {
    padding-top: 8px; }
  .md\:pl-2 {
    padding-left: 8px; }
  .md\:pr-2 {
    padding-right: 8px; }
  .md\:pb-2 {
    padding-bottom: 8px; }
  .md\:m-3 {
    margin: 12px; }
  .md\:mt-3 {
    margin-top: 12px; }
  .md\:mb-3 {
    margin-bottom: 12px; }
  .md\:ml-3 {
    margin-left: 12px; }
  .md\:mr-3 {
    margin-right: 12px; }
  .md\:p-3 {
    padding: 12px; }
  .md\:pt-3 {
    padding-top: 12px; }
  .md\:pb-3 {
    padding-bottom: 12px; }
  .md\:pl-3 {
    padding-left: 12px; }
  .md\:pr-3 {
    padding-right: 12px; }
  .md\:m-4 {
    margin: 16px; }
  .md\:mt-4 {
    margin-top: 16px; }
  .md\:mb-4 {
    margin-bottom: 16px; }
  .md\:ml-4 {
    margin-left: 16px; }
  .md\:mr-4 {
    margin-right: 16px; }
  .md\:p-4 {
    padding: 16px; }
  .md\:pt-4 {
    padding-top: 16px; }
  .md\:pb-4 {
    padding-bottom: 16px; }
  .md\:pl-4 {
    padding-left: 16px; }
  .md\:pr-4 {
    padding-right: 16px; }
  .md\:m-5 {
    margin: 20px; }
  .md\:mt-5 {
    margin-top: 20px; }
  .md\:mb-5 {
    margin-bottom: 20px; }
  .md\:ml-5 {
    margin-left: 20px; }
  .md\:mr-5 {
    margin-right: 20px; }
  .md\:p-5 {
    padding: 20px; }
  .md\:pt-5 {
    padding-top: 20px; }
  .md\:pb-5 {
    padding-bottom: 20px; }
  .md\:pl-5 {
    padding-left: 20px; }
  .md\:pr-5 {
    padding-right: 20px; }
  .md\:m-6 {
    margin: 24px; }
  .md\:mt-6 {
    margin-top: 24px; }
  .md\:mb-6 {
    margin-bottom: 24px; }
  .md\:ml-6 {
    margin-left: 24px; }
  .md\:mr-6 {
    margin-right: 24px; }
  .md\:p-6 {
    padding: 24px; }
  .md\:pt-6 {
    padding-top: 24px; }
  .md\:pb-6 {
    padding-bottom: 24px; }
  .md\:pl-6 {
    padding-left: 24px; }
  .md\:pr-6 {
    padding-right: 24px; }
  .md\:m-7 {
    margin: 28px; }
  .md\:mt-7 {
    margin-top: 28px; }
  .md\:mb-7 {
    margin-bottom: 28px; }
  .md\:ml-7 {
    margin-left: 28px; }
  .md\:mr-7 {
    margin-right: 28px; }
  .md\:p-7 {
    padding: 28px; }
  .md\:pt-7 {
    padding-top: 28px; }
  .md\:pb-7 {
    padding-bottom: 28px; }
  .md\:pl-7 {
    padding-left: 28px; }
  .md\:pr-7 {
    padding-right: 28px; }
  .md\:m-8 {
    margin: 32px; }
  .md\:mt-8 {
    margin-top: 32px; }
  .md\:mb-8 {
    margin-bottom: 32px; }
  .md\:ml-8 {
    margin-left: 32px; }
  .md\:mr-8 {
    margin-right: 32px; }
  .md\:p-8 {
    padding: 32px; }
  .md\:pt-8 {
    padding-top: 32px; }
  .md\:pb-8 {
    padding-bottom: 32px; }
  .md\:pl-8 {
    padding-left: 32px; }
  .md\:pr-8 {
    padding-right: 32px; }
  .md\:m-9 {
    margin: 36px; }
  .md\:mt-9 {
    margin-top: 36px; }
  .md\:mb-9 {
    margin-bottom: 36px; }
  .md\:ml-9 {
    margin-left: 36px; }
  .md\:mr-9 {
    margin-right: 36px; }
  .md\:p-9 {
    padding: 36px; }
  .md\:pt-9 {
    padding-top: 36px; }
  .md\:pb-9 {
    padding-bottom: 36px; }
  .md\:pl-9 {
    padding-left: 36px; }
  .md\:pr-9 {
    padding-right: 36px; }
  .md\:m-10 {
    margin: 40px; }
  .md\:mt-10 {
    margin-top: 40px; }
  .md\:mb-10 {
    margin-bottom: 40px; }
  .md\:ml-10 {
    margin-left: 40px; }
  .md\:mr-10 {
    margin-right: 40px; }
  .md\:p-10 {
    padding: 40px; }
  .md\:pt-10 {
    padding-top: 40px; }
  .md\:pb-10 {
    padding-bottom: 40px; }
  .md\:pl-10 {
    padding-left: 40px; }
  .md\:pr-10 {
    padding-right: 40px; }
  .md\:text-left {
    text-align: left; }
  .md\:text-center {
    text-align: center; }
  .md\:text-right {
    text-align: right; }
  .md\:font-normal {
    font-weight: 400; }
  .md\:font-medium {
    font-weight: 500; }
  .md\:font-semibold {
    font-weight: 600; }
  .md\:font-bold {
    font-weight: 700; }
  .md\:font-extrabold {
    font-weight: 800; }
  .md\:font-black {
    font-weight: 900; }
  .md\:underline {
    text-decoration-line: underline; }
  .md\:no-underline {
    text-decoration-line: none; }
  .md\:normal-case {
    text-transform: none; }
  .md\:uppercase {
    text-transform: uppercase; }
  .md\:lowercase {
    text-transform: lowercase; }
  .md\:capitalize {
    text-transform: capitalize; }
  .md\:text-wrap {
    text-wrap: wrap; }
  .md\:text-nowrap {
    white-space: nowrap; }
  .md\:list-none {
    list-style-type: none; }
  .md\:relative {
    position: relative; }
  .md\:static {
    position: static; }
  .md\:absolute {
    position: absolute; }
  .md\:fixed {
    position: fixed; }
  .md\:top-0 {
    top: 0; }
  .md\:left-0 {
    left: 0; }
  .md\:right-0 {
    right: 0; }
  .md\:bottom-0 {
    bottom: 0; }
  .md\:w-full {
    width: 100%; }
  .md\:w-100vh {
    width: 100vh; }
  .md\:w-fit {
    width: fit-content; }
  .md\:w-auto {
    width: auto; }
  .md\:w-1-5 {
    width: 20%; }
  .md\:w-1-4 {
    width: 25%; }
  .md\:w-1-3 {
    width: 33.333333%; }
  .md\:w-1-2 {
    width: 50%; }
  .md\:h-full {
    height: 100%; }
  .md\:h-100vh {
    height: 100vh; }
  .md\:h-fit {
    height: fit-content; }
  .md\:h-auto {
    height: auto; }
  .md\:text-white {
    color: #ffffff; } }

@media (min-width: 1025px) {
  .lg\:overflow-hidden {
    overflow: hidden; }
  .lg\:block {
    display: block; }
  .lg\:hidden {
    display: none; }
  .lg\:inline {
    display: inline; }
  .lg\:inline-block {
    display: inline-block; }
  .lg\:inline-flex {
    display: inline-flex; }
  .lg\:flex {
    display: flex; }
  .lg\:grid {
    display: grid; }
  .lg\:flex-row {
    flex-direction: row; }
  .lg\:flex-col {
    flex-direction: column; }
  .lg\:flex-col-reverse {
    flex-direction: column-reverse; }
  .lg\:flex-row-reverse {
    flex-direction: row-reverse; }
  .lg\:flex-1 {
    flex: 1; }
  .lg\:flex-no-wrap {
    flex-wrap: nowrap; }
  .lg\:flex-wrap {
    flex-wrap: wrap; }
  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse; }
  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .lg\:gap-0 {
    gap: 0; }
  .lg\:gap-x-0 {
    column-gap: 0; }
  .lg\:gap-y-0 {
    row-gap: 0; }
  .lg\:gap-1 {
    gap: 4px; }
  .lg\:gap-x-1 {
    column-gap: 4px; }
  .lg\:gap-y-1 {
    row-gap: 4px; }
  .lg\:gap-2 {
    gap: 8px; }
  .lg\:gap-x-2 {
    column-gap: 8px; }
  .lg\:gap-y-2 {
    row-gap: 8px; }
  .lg\:gap-3 {
    gap: 12px; }
  .lg\:gap-x-3 {
    column-gap: 12px; }
  .lg\:gap-y-3 {
    row-gap: 12px; }
  .lg\:gap-4 {
    gap: 16px; }
  .lg\:gap-x-4 {
    column-gap: 16px; }
  .lg\:gap-y-4 {
    row-gap: 16px; }
  .lg\:gap-5 {
    gap: 20px; }
  .lg\:gap-x-5 {
    column-gap: 20px; }
  .lg\:gap-y-5 {
    row-gap: 20px; }
  .lg\:gap-6 {
    gap: 24px; }
  .lg\:gap-x-6 {
    column-gap: 24px; }
  .lg\:gap-y-6 {
    row-gap: 24px; }
  .lg\:gap-7 {
    gap: 28px; }
  .lg\:gap-x-7 {
    column-gap: 28px; }
  .lg\:gap-y-7 {
    row-gap: 28px; }
  .lg\:gap-8 {
    gap: 32px; }
  .lg\:gap-x-8 {
    column-gap: 32px; }
  .lg\:gap-y-8 {
    row-gap: 32px; }
  .lg\:gap-9 {
    gap: 36px; }
  .lg\:gap-x-9 {
    column-gap: 36px; }
  .lg\:gap-y-9 {
    row-gap: 36px; }
  .lg\:gap-10 {
    gap: 40px; }
  .lg\:gap-12 {
    gap: 48px; }
  .lg\:gap-x-10 {
    column-gap: 40px; }
  .lg\:gap-y-10 {
    row-gap: 40px; }
  .lg\:items-stretch {
    align-items: stretch; }
  .lg\:items-start {
    align-items: flex-start; }
  .lg\:items-center {
    align-items: center; }
  .lg\:items-end {
    align-items: flex-end; }
  .lg\:items-baseline {
    align-items: baseline; }
  .lg\:justify-start {
    justify-content: flex-start; }
  .lg\:justify-center {
    justify-content: center; }
  .lg\:justify-end {
    justify-content: flex-end; }
  .lg\:justify-between {
    justify-content: space-between; }
  .lg\:justify-around {
    justify-content: space-around; }
  .lg\:tracking-normal {
    letter-spacing: 0; }
  .lg\:m-0 {
    margin: 0; }
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto; }
  .lg\:mt-0 {
    margin-top: 0; }
  .lg\:mb-0 {
    margin-bottom: 0; }
  .lg\:ml-0 {
    margin-left: 0; }
  .lg\:mr-0 {
    margin-right: 0; }
  .lg\:p-0 {
    padding: 0; }
  .lg\:pt-0 {
    padding-top: 0; }
  .lg\:pl-0 {
    padding-left: 0; }
  .lg\:pr-0 {
    padding-right: 0; }
  .lg\:pb-0 {
    padding-bottom: 0; }
  .lg\:m-1 {
    margin: 4px; }
  .lg\:mt-1 {
    margin-top: 4px; }
  .lg\:mb-1 {
    margin-bottom: 4px; }
  .lg\:ml-1 {
    margin-left: 4px; }
  .lg\:mr-1 {
    margin-right: 4px; }
  .lg\:p-1 {
    padding: 4px; }
  .lg\:pt-1 {
    padding-top: 4px; }
  .lg\:pl-1 {
    padding-left: 4px; }
  .lg\:pr-1 {
    padding-right: 4px; }
  .lg\:pb-1 {
    padding-bottom: 4px; }
  .lg\:m-2 {
    margin: 8px; }
  .lg\:mt-2 {
    margin-top: 8px; }
  .lg\:mb-2 {
    margin-bottom: 8px; }
  .lg\:ml-2 {
    margin-left: 8px; }
  .lg\:mr-2 {
    margin-right: 8px; }
  .lg\:p-2 {
    padding: 8px; }
  .lg\:pt-2 {
    padding-top: 8px; }
  .lg\:pl-2 {
    padding-left: 8px; }
  .lg\:pr-2 {
    padding-right: 8px; }
  .lg\:pb-2 {
    padding-bottom: 8px; }
  .lg\:m-3 {
    margin: 12px; }
  .lg\:mt-3 {
    margin-top: 12px; }
  .lg\:mb-3 {
    margin-bottom: 12px; }
  .lg\:ml-3 {
    margin-left: 12px; }
  .lg\:mr-3 {
    margin-right: 12px; }
  .lg\:p-3 {
    padding: 12px; }
  .lg\:pt-3 {
    padding-top: 12px; }
  .lg\:pb-3 {
    padding-bottom: 12px; }
  .lg\:pl-3 {
    padding-left: 12px; }
  .lg\:pr-3 {
    padding-right: 12px; }
  .lg\:m-4 {
    margin: 16px; }
  .lg\:mt-4 {
    margin-top: 16px; }
  .lg\:mb-4 {
    margin-bottom: 16px; }
  .lg\:ml-4 {
    margin-left: 16px; }
  .lg\:mr-4 {
    margin-right: 16px; }
  .lg\:p-4 {
    padding: 16px; }
  .lg\:pt-4 {
    padding-top: 16px; }
  .lg\:pb-4 {
    padding-bottom: 16px; }
  .lg\:pl-4 {
    padding-left: 16px; }
  .lg\:pr-4 {
    padding-right: 16px; }
  .lg\:m-5 {
    margin: 20px; }
  .lg\:mt-5 {
    margin-top: 20px; }
  .lg\:mb-5 {
    margin-bottom: 20px; }
  .lg\:ml-5 {
    margin-left: 20px; }
  .lg\:mr-5 {
    margin-right: 20px; }
  .lg\:p-5 {
    padding: 20px; }
  .lg\:pt-5 {
    padding-top: 20px; }
  .lg\:pb-5 {
    padding-bottom: 20px; }
  .lg\:pl-5 {
    padding-left: 20px; }
  .lg\:pr-5 {
    padding-right: 20px; }
  .lg\:m-6 {
    margin: 24px; }
  .lg\:mt-6 {
    margin-top: 24px; }
  .lg\:mb-6 {
    margin-bottom: 24px; }
  .lg\:ml-6 {
    margin-left: 24px; }
  .lg\:mr-6 {
    margin-right: 24px; }
  .lg\:p-6 {
    padding: 24px; }
  .lg\:pt-6 {
    padding-top: 24px; }
  .lg\:pb-6 {
    padding-bottom: 24px; }
  .lg\:pl-6 {
    padding-left: 24px; }
  .lg\:pr-6 {
    padding-right: 24px; }
  .lg\:m-7 {
    margin: 28px; }
  .lg\:mt-7 {
    margin-top: 28px; }
  .lg\:mb-7 {
    margin-bottom: 28px; }
  .lg\:ml-7 {
    margin-left: 28px; }
  .lg\:mr-7 {
    margin-right: 28px; }
  .lg\:p-7 {
    padding: 28px; }
  .lg\:pt-7 {
    padding-top: 28px; }
  .lg\:pb-7 {
    padding-bottom: 28px; }
  .lg\:pl-7 {
    padding-left: 28px; }
  .lg\:pr-7 {
    padding-right: 28px; }
  .lg\:m-8 {
    margin: 32px; }
  .lg\:mt-8 {
    margin-top: 32px; }
  .lg\:mb-8 {
    margin-bottom: 32px; }
  .lg\:ml-8 {
    margin-left: 32px; }
  .lg\:mr-8 {
    margin-right: 32px; }
  .lg\:p-8 {
    padding: 32px; }
  .lg\:pt-8 {
    padding-top: 32px; }
  .lg\:pb-8 {
    padding-bottom: 32px; }
  .lg\:pl-8 {
    padding-left: 32px; }
  .lg\:pr-8 {
    padding-right: 32px; }
  .lg\:m-9 {
    margin: 36px; }
  .lg\:mt-9 {
    margin-top: 36px; }
  .lg\:mb-9 {
    margin-bottom: 36px; }
  .lg\:ml-9 {
    margin-left: 36px; }
  .lg\:mr-9 {
    margin-right: 36px; }
  .lg\:p-9 {
    padding: 36px; }
  .lg\:pt-9 {
    padding-top: 36px; }
  .lg\:pb-9 {
    padding-bottom: 36px; }
  .lg\:pl-9 {
    padding-left: 36px; }
  .lg\:pr-9 {
    padding-right: 36px; }
  .lg\:m-10 {
    margin: 40px; }
  .lg\:mt-10 {
    margin-top: 40px; }
  .lg\:mb-10 {
    margin-bottom: 40px; }
  .lg\:ml-10 {
    margin-left: 40px; }
  .lg\:mr-10 {
    margin-right: 40px; }
  .lg\:p-10 {
    padding: 40px; }
  .lg\:pt-10 {
    padding-top: 40px; }
  .lg\:pb-10 {
    padding-bottom: 40px; }
  .lg\:pl-10 {
    padding-left: 40px; }
  .lg\:pr-10 {
    padding-right: 40px; }
  .lg\:text-left {
    text-align: left; }
  .lg\:text-center {
    text-align: center; }
  .lg\:text-right {
    text-align: right; }
  .lg\:font-normal {
    font-weight: 400; }
  .lg\:font-medium {
    font-weight: 500; }
  .lg\:font-semibold {
    font-weight: 600; }
  .lg\:font-bold {
    font-weight: 700; }
  .lg\:font-extrabold {
    font-weight: 800; }
  .lg\:font-black {
    font-weight: 900; }
  .lg\:underline {
    text-decoration-line: underline; }
  .lg\:no-underline {
    text-decoration-line: none; }
  .lg\:normal-case {
    text-transform: none; }
  .lg\:uppercase {
    text-transform: uppercase; }
  .lg\:lowercase {
    text-transform: lowercase; }
  .lg\:capitalize {
    text-transform: capitalize; }
  .lg\:text-wrap {
    text-wrap: wrap; }
  .lg\:text-nowrap {
    white-space: nowrap; }
  .lg\:list-none {
    list-style-type: none; }
  .lg\:relative {
    position: relative; }
  .lg\:static {
    position: static; }
  .lg\:absolute {
    position: absolute; }
  .lg\:fixed {
    position: fixed; }
  .lg\:top-0 {
    top: 0; }
  .lg\:left-0 {
    left: 0; }
  .lg\:right-0 {
    right: 0; }
  .lg\:bottom-0 {
    bottom: 0; }
  .lg\:w-full {
    width: 100%; }
  .lg\:w-100vh {
    width: 100vh; }
  .lg\:w-fit {
    width: fit-content; }
  .lg\:w-auto {
    width: auto; }
  .lg\:w-1-5 {
    width: 20%; }
  .lg\:w-1-4 {
    width: 25%; }
  .lg\:w-1-3 {
    width: 33.333333%; }
  .lg\:w-1-2 {
    width: 50%; }
  .lg\:h-full {
    height: 100%; }
  .lg\:h-100vh {
    height: 100vh; }
  .lg\:h-fit {
    height: fit-content; }
  .lg\:h-auto {
    height: auto; }
  .lg\:object-cover {
    object-fit: cover; }
  .lg\:top-1\/2 {
    top: 50%; }
  .lg\:left-1\/2 {
    left: 50%; }
  .lg\:translate-x-1\/2 {
    transform: translateX(50%); }
  .lg\:-translate-x-1\/2 {
    transform: translateX(-50%); }
  .lg\:translate-y-1\/2 {
    transform: translateY(50%); }
  .lg\:-translate-y-1\/2 {
    transform: translateY(-50%); }
  .lg\:transform-center {
    transform: translate(-50%, -50%); }
  .lg\:bg-transparent {
    background-color: transparent; }
  .lg\:bg-white {
    background-color: #ffffff; }
  .lg\:text-white {
    color: #ffffff; } }

.rounded-\[5px\] {
  border-radius: 5px; }

.rounded-\[8px\] {
  border-radius: 8px; }

.rounded-\[12px\] {
  border-radius: 12px; }

.rounded-\[13px\] {
  border-radius: 13px; }

.rounded-\[16px\] {
  border-radius: 16px; }

.rounded-\[20px\] {
  border-radius: 20px; }

.rounded-\[30px\] {
  border-radius: 30px; }

.rounded-\[32px\] {
  border-radius: 32px; }

.tracking-normal {
  letter-spacing: 0; }

.tracking-\[1px\] {
  letter-spacing: 1px; }

@media (max-width: 767px) {
  .tracking-0-mb {
    letter-spacing: 0; } }

@media (min-width: 1025px) {
  .lg\:mt-13 {
    margin-top: 52px; } }

@media (min-width: 1025px) {
  .lg\:pt-13 {
    padding-top: 52px; } }

@media (min-width: 1025px) {
  .lg\:pb-13 {
    padding-bottom: 52px; } }

@media (min-width: 1025px) {
  .lg\:pt-14 {
    padding-top: 56px; } }

@media (min-width: 1025px) {
  .lg\:mt-14 {
    margin-top: 56px; } }

@media (min-width: 1025px) {
  .lg\:mb-14 {
    margin-bottom: 56px; } }

@media (min-width: 1025px) {
  .lg\:pt-16 {
    padding-top: 64px; } }

@media (min-width: 1025px) {
  .lg\:pb-16 {
    padding-bottom: 64px; } }

@media (min-width: 1025px) {
  .lg\:mb-16 {
    margin-bottom: 64px; } }

@media (min-width: 1025px) {
  .lg\:p-12 {
    padding: 48px; } }

@media (min-width: 1025px) {
  .lg\:mt-20 {
    margin-top: 80px; } }

@media (min-width: 1025px) {
  .lg\:pb-\[102px\] {
    padding-bottom: 102px; } }

@media (min-width: 1025px) {
  .lg\:gap-11 {
    gap: 44px; } }

@media (min-width: 1025px) {
  .lg\:gap-12 {
    gap: 48px; } }

@media (min-width: 1025px) {
  .lg\:gap-20 {
    gap: 80px; } }

.bg-primary {
  background-color: #01273d; }

.bg-new {
  background-color: #D9D9D9; }

.bg-bret {
  background-color: #013B5C; }

.text-bret {
  color: #013B5C; }

.bg-secondary {
  background-color: #95CCF0; }

.text-primary {
  color: #01273d; }

.text-secondary {
  color: #95CCF0; }

.text-white {
  color: #ffffff; }

.text-black {
  color: #000000; }

.text-grey {
  color: #424242; }

.text-grey-light {
  color: #666666; }

.text-body {
  color: #414141; }

.rounded-full {
  border-radius: 9999px; }

.cursor-pointer {
  cursor: pointer; }

.border-solid {
  border-style: solid; }

.border-3\/2 {
  border-width: 1.5px; }

.border-1 {
  border-width: 1px; }

.border-2 {
  border-width: 2px; }

.border-primary {
  border-color: #01273d; }

.border-\[#666666\] {
  border-color: #666666; }

.hide-after::after {
  display: none !important; }

.hide-before::before {
  display: none !important; }

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

.whitespace-nowrap {
  white-space: nowrap; }

.leading-\[129\%\] {
  line-height: 129%; }

@media (min-width: 768px) {
  .md\:leading-\[129\%\] {
    line-height: 129%; } }

.font-space {
  font-family: "Space Grotesk"; }

.font-inter {
  font-family: "Inter"; }

.float-unset {
  float: unset !important; }

.max-w-full {
  max-width: 100% !important; }

.itemRotage.is-open .navPages-action-moreIcon {
  transform: rotate(180deg); }

@media (max-width: 350px) {
  .cols-1-small-mb {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important; } }

.jdgm-preview-badge .jdgm-star.jdgm-star {
  font-size: 18px; }
  @media (max-width: 1024px) {
    .jdgm-preview-badge .jdgm-star.jdgm-star {
      font-size: 14px; } }
  @media (max-width: 767px) {
    .jdgm-preview-badge .jdgm-star.jdgm-star {
      font-size: 10px; } }
  @media (max-width: 550px) {
    .jdgm-preview-badge .jdgm-star.jdgm-star {
      font-size: 8px; } }
  .jdgm-preview-badge .jdgm-star.jdgm-star.jdgm--on {
    color: #013B5C; }
  .jdgm-preview-badge .jdgm-star.jdgm-star.jdgm--off:before {
    content: "\e000";
    color: #95CCF0A6; }

.jdgm-preview-badge .jdgm-star + .jdgm-star {
  margin-left: 1px !important; }

.jdgm-preview-badge .jdgm-prev-badge__text {
  color: #414141;
  font-family: Oxygen;
  font-size: 17.959px;
  font-style: normal;
  font-weight: 400;
  line-height: 170.52%;
  margin-left: 12px;
  text-decoration: underline; }
  .jdgm-preview-badge .jdgm-prev-badge__text:before {
    content: "(";
    text-decoration: none; }
  .jdgm-preview-badge .jdgm-prev-badge__text:after {
    content: ")";
    text-decoration: none; }
  @media (max-width: 1024px) {
    .jdgm-preview-badge .jdgm-prev-badge__text {
      font-size: 14px;
      margin-left: 8px; } }

#tab-reviews #judgeme_product_reviews .jdgm-rev-widg {
  margin: 0;
  padding: 0;
  border: none; }

#tab-reviews #judgeme_product_reviews .jdgm-rev-widg__header {
  display: flex;
  flex-direction: column; }

#tab-reviews #judgeme_product_reviews .jdgm-rev-widg__title {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px; }
  @media (max-width: 1024px) {
    #tab-reviews #judgeme_product_reviews .jdgm-rev-widg__title {
      font-size: 28px; } }
  @media (max-width: 767px) {
    #tab-reviews #judgeme_product_reviews .jdgm-rev-widg__title {
      font-size: 20px; } }

#tab-reviews #judgeme_product_reviews .jdgm-histogram {
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  border: none;
  padding: 0; }
  #tab-reviews #judgeme_product_reviews .jdgm-histogram .jdgm-histogram__bar-content {
    background: #013B5C; }
  #tab-reviews #judgeme_product_reviews .jdgm-histogram .jdgm-histogram__bar:after {
    background: #ffffff; }

#tab-reviews #judgeme_product_reviews .jdgm-widget-actions-wrapper {
  order: 2;
  float: unset;
  text-align: left;
  margin-top: 20px; }
  @media (min-width: 1200px) {
    #tab-reviews #judgeme_product_reviews .jdgm-widget-actions-wrapper {
      position: absolute;
      right: 20px;
      margin-top: 0;
      margin-bottom: 0; } }
  #tab-reviews #judgeme_product_reviews .jdgm-widget-actions-wrapper .jdgm-write-rev-link {
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "Epilogue", Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: #ffffff;
    border-color: #8f8f8f;
    color: #0f1d33;
    font-size: 20px;
    padding: 0.8rem 1rem;
    border-radius: 16px;
    outline: none;
    vertical-align: middle;
    overflow: hidden;
    text-transform: uppercase; }
    #tab-reviews #judgeme_product_reviews .jdgm-widget-actions-wrapper .jdgm-write-rev-link::before, #tab-reviews #judgeme_product_reviews .jdgm-widget-actions-wrapper .jdgm-write-rev-link::after {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #0f1d33;
      transition: 0.3s ease-in-out; }
    #tab-reviews #judgeme_product_reviews .jdgm-widget-actions-wrapper .jdgm-write-rev-link::before {
      transform: translateY(-100%); }
    #tab-reviews #judgeme_product_reviews .jdgm-widget-actions-wrapper .jdgm-write-rev-link::after {
      transform: translateY(100%); }
    #tab-reviews #judgeme_product_reviews .jdgm-widget-actions-wrapper .jdgm-write-rev-link:hover {
      background: transparent;
      color: #ffffff; }
      #tab-reviews #judgeme_product_reviews .jdgm-widget-actions-wrapper .jdgm-write-rev-link:hover::before {
        transform: translateY(calc(-50% + 1px)); }
      #tab-reviews #judgeme_product_reviews .jdgm-widget-actions-wrapper .jdgm-write-rev-link:hover::after {
        transform: translateY(50%); }
    @media (max-width: 1024px) {
      #tab-reviews #judgeme_product_reviews .jdgm-widget-actions-wrapper .jdgm-write-rev-link {
        font-size: 16px; } }
    @media (max-width: 767px) {
      #tab-reviews #judgeme_product_reviews .jdgm-widget-actions-wrapper .jdgm-write-rev-link {
        font-size: 14px; } }

#tab-reviews #judgeme_product_reviews .jdgm-rev-widg__summary-stars .jdgm-star.jdgm-star {
  font-size: 18px; }
  @media (max-width: 1024px) {
    #tab-reviews #judgeme_product_reviews .jdgm-rev-widg__summary-stars .jdgm-star.jdgm-star {
      font-size: 14px; } }
  @media (max-width: 767px) {
    #tab-reviews #judgeme_product_reviews .jdgm-rev-widg__summary-stars .jdgm-star.jdgm-star {
      font-size: 10px; } }
  @media (max-width: 550px) {
    #tab-reviews #judgeme_product_reviews .jdgm-rev-widg__summary-stars .jdgm-star.jdgm-star {
      font-size: 8px; } }
  #tab-reviews #judgeme_product_reviews .jdgm-rev-widg__summary-stars .jdgm-star.jdgm-star.jdgm--on {
    color: #013B5C; }
  #tab-reviews #judgeme_product_reviews .jdgm-rev-widg__summary-stars .jdgm-star.jdgm-star.jdgm--off:before {
    content: "\e000";
    color: #95CCF0A6; }

#tab-reviews #judgeme_product_reviews .jdgm-rev__icon {
  aspect-ratio: 1; }

#tab-reviews #judgeme_product_reviews .jdgm-rev__header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: #013B5C;
  max-width: calc(100% - 120px); }
  @media (max-width: 767px) {
    #tab-reviews #judgeme_product_reviews .jdgm-rev__header {
      max-width: calc(100% - 80px); } }

#tab-reviews #judgeme_product_reviews .jdgm-rev__rating {
  position: absolute;
  right: 0; }
  #tab-reviews #judgeme_product_reviews .jdgm-rev__rating .jdgm-star {
    font-size: 18px; }
    @media (max-width: 1024px) {
      #tab-reviews #judgeme_product_reviews .jdgm-rev__rating .jdgm-star {
        font-size: 14px; } }
    @media (max-width: 767px) {
      #tab-reviews #judgeme_product_reviews .jdgm-rev__rating .jdgm-star {
        font-size: 10px; } }
    @media (max-width: 550px) {
      #tab-reviews #judgeme_product_reviews .jdgm-rev__rating .jdgm-star {
        font-size: 8px; } }
    #tab-reviews #judgeme_product_reviews .jdgm-rev__rating .jdgm-star.jdgm--on {
      color: #013B5C; }
    #tab-reviews #judgeme_product_reviews .jdgm-rev__rating .jdgm-star.jdgm--off:before {
      content: "\e000";
      color: #95CCF0A6; }

#tab-reviews #judgeme_product_reviews .jdgm-rev__timestamp {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 18px; }
  @media (max-width: 1024px) {
    #tab-reviews #judgeme_product_reviews .jdgm-rev__timestamp {
      font-size: 16px; } }
  @media (max-width: 767px) {
    #tab-reviews #judgeme_product_reviews .jdgm-rev__timestamp {
      font-size: 14px; } }

#tab-reviews #judgeme_product_reviews .jdgm-rev__content {
  color: #013B5C;
  max-width: calc(100% - 120px); }
  @media (max-width: 767px) {
    #tab-reviews #judgeme_product_reviews .jdgm-rev__content {
      max-width: calc(100% - 80px); } }
  #tab-reviews #judgeme_product_reviews .jdgm-rev__content .jdgm-rev__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 20px; }
    @media (max-width: 1024px) {
      #tab-reviews #judgeme_product_reviews .jdgm-rev__content .jdgm-rev__title {
        font-size: 20px;
        margin-bottom: 16px; } }
    @media (max-width: 767px) {
      #tab-reviews #judgeme_product_reviews .jdgm-rev__content .jdgm-rev__title {
        font-size: 16px;
        margin-bottom: 12px; } }

#tab-reviews #judgeme_product_reviews .jdgm-submit-rev {
  background: #0f1d33;
  color: #ffffff; }
  #tab-reviews #judgeme_product_reviews .jdgm-submit-rev:hover {
    background: #ffffff;
    color: #0f1d33; }

#tab-reviews .jdgm-form-wrapper {
  color: #0f1d33; }
  #tab-reviews .jdgm-form-wrapper .jdgm-form label {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 24px; }
    @media (max-width: 1024px) {
      #tab-reviews .jdgm-form-wrapper .jdgm-form label {
        font-size: 18px;
        margin-top: 20px; } }
    @media (max-width: 767px) {
      #tab-reviews .jdgm-form-wrapper .jdgm-form label {
        font-size: 16px;
        margin-top: 18px;
        margin-bottom: 10px; } }
  #tab-reviews .jdgm-form-wrapper .jdgm-form input, #tab-reviews .jdgm-form-wrapper .jdgm-form textarea {
    border-radius: 13px;
    border: 2px solid #666666;
    padding: 12px 16px 10px;
    color: #777E90;
    font-size: 18px; }
    @media (max-width: 1024px) {
      #tab-reviews .jdgm-form-wrapper .jdgm-form input, #tab-reviews .jdgm-form-wrapper .jdgm-form textarea {
        font-size: 16px; } }
    @media (max-width: 767px) {
      #tab-reviews .jdgm-form-wrapper .jdgm-form input, #tab-reviews .jdgm-form-wrapper .jdgm-form textarea {
        font-size: 14px; } }

#tab-reviews .jdgm-picture-fieldset {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

#tab-reviews .jdgm-form__yt-video-fieldset {
  margin-bottom: 20px; }
  #tab-reviews .jdgm-form__yt-video-fieldset + div > p {
    font-size: 16px;
    color: #666666; }
    @media (max-width: 1024px) {
      #tab-reviews .jdgm-form__yt-video-fieldset + div > p {
        font-size: 14px; } }
    @media (max-width: 767px) {
      #tab-reviews .jdgm-form__yt-video-fieldset + div > p {
        font-size: 12px; } }

.card .jdgm-widget.jdgm-widget {
  display: block !important; }

.card .jdgm-prev-badge[data-average-rating='0.00'] {
  display: block !important; }

.card .jdgm-preview-badge .jdgm-prev-badge__text {
  text-decoration: none;
  color: #013B5C;
  font-family: Epilogue;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-left: 4px; }
  @media (max-width: 1024px) {
    .card .jdgm-preview-badge .jdgm-prev-badge__text {
      font-size: 16px; } }
  @media (max-width: 767px) {
    .card .jdgm-preview-badge .jdgm-prev-badge__text {
      font-size: 14px; } }

.jdgm-rev__buyer-badge-wrapper {
  order: 3;
  margin-left: 12px !important; }
  @media (max-width: 1024px) {
    .jdgm-rev__buyer-badge-wrapper {
      margin-left: 8px !important; } }

.button--compare {
  background-color: black !important; }

.wrap-aboutus .about-text {
  display: none; }

.wrap-aboutus .bannerSection__banner {
  width: 50%; }

.wrap-aboutus .bannerSection .icon--shield {
  color: white; }
  .wrap-aboutus .bannerSection .icon--shield svg {
    fill: white;
    stroke: white; }

.wrap-aboutus .our-vision .aboutUs__text {
  max-width: 1067px; }

.wrap-aboutus .formSection .askExpert__wrapper input {
  background-color: white; }

.rounded-bret {
  border-radius: 20px; }
  @media (max-width: 1024px) {
    .rounded-bret {
      border-radius: 0; } }

#modal-content .quickView .price--withoutTax .price {
  color: #013B5C; }

#modal-content .quickView .rating-count {
  padding: 0 5px;
  text-decoration: none; }
  #modal-content .quickView .rating-count .rating-text {
    text-decoration: underline; }

.productView__content .optionWrapper.is-active .form-option-wrapper .text-primary {
  transform: translateY(2px); }

.productView-rating .rating-count {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500; }

.rating-text {
  text-decoration: underline; }

.page-type-search #product-listing-container .panel--large {
  display: none; }

.page-type-page .formSection__wrapper.bg-bret {
  display: none; }

.sale-flag-side {
  background-color: #01273d;
  color: white; }

.headerMain {
  z-index: 1000; }

.searchNewLayout__wrapper {
  z-index: 999; }
