@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: 2px solid #0f7fff !important;
  outline-offset: 1px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

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

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

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

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

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

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
  font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px;
  margin-bottom: 0.73333rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #585858;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 42px; }

h2 {
  font-size: 38px; }

h3 {
  font-size: 32px; }

h4 {
  font-size: 28px; }

h5 {
  font-size: 17px; }

h6 {
  font-size: 15px; }

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

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

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

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

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

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

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

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

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

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

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


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

*/
.inlineList {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.13333rem;
  margin-left: -1.46667rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.46667rem; }
    .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: 2.03333rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #cccccc; }
    .table thead tr th,
    .table thead tr td {
      font-size: 1rem;
      font-weight: 700;
      padding: 0.73333rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.73333rem 1.5rem;
    text-align: left; }
  .table thead tr th,
  .table tfoot tr th,
  .table tfoot tr td,
  .table tbody tr th,
  .table tbody tr td,
  .table tr td {
    display: table-cell; }
  .table th.table-header--numericData,
  .table td.table-cell--numericData {
    text-align: right; }

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

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

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

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

These are all the button

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

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

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

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

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

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

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

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

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

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

.button--small {
  font-size: 15px;
  padding: 0.6rem 1.5rem; }

.button--tiny { }

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-legend {
  background: transparent;
  border: solid #999999;
  border-width: 0 0 1px;
  display: block;
  line-height: 32px;
  margin-bottom: 0.73333rem;
  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.5;
  margin-bottom: 0.53333rem; }
  .form-label small {
    color: #585858;
    font-size: 0.66667rem;
    text-transform: uppercase;
    vertical-align: bottom; }

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

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

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

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

We provide a couple of component styles to layout forms.

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

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

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

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

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

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

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

```html_example
<div class="form-field">
</div>
```
*/
.form-field {
  display: block;
  margin: 0 0 2.03333rem;
  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.4rem;
    padding-left: 1.9rem;
    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 #e5e5e5;
      border-width: 1px;
      height: 1.06667rem;
      left: 0;
      top: 0;
      width: 1.06667rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 0.93333rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 0.93333rem; }

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

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

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

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

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

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

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

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

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

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

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

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

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

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

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

Switch

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

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

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

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

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

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

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

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

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

.switch-label--icon.icon {
  height: 1.73333rem;
  width: 1.73333rem; }
  .switch-label--icon.icon svg {
    height: 1.73333rem;
    width: 1.73333rem;
    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 #999999;
    bottom: 0;
    left: 0;
    padding: 1.5rem 2.03333rem;
    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.46667rem;
  width: 1.46667rem;
  float: left;
  margin: 0 0 0 -2rem;
  position: relative;
  top: 0.66667rem; }
  .form-prefixPostfix .form-input-indicator {
    top: 0; }
  .form-input-indicator > svg {
    fill: red; }

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

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

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: red; }

.form-field--success .form-input-indicator > svg {
  fill: red; }

.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: #cccccc;
  margin: 0;
  padding: 1.5rem 2.03333rem 0; }

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

.panel-body {
  margin-bottom: 1.5rem;
  padding: 1rem 2.03333rem 1.5rem;
  background: #cccccc; }
  .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: #585858;
  float: left;
  font-size: 15px;
  line-height: 15px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #585858; }
  .breadcrumb.current {
    color: #585858;
    cursor: default; }
    .breadcrumb.current a {
      color: #585858;
      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: #585858;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.53333rem; }
    @media (min-width: 481px) {
      .breadcrumb::before {
        margin: 0 0.53333rem; } }

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

.tabs {
  border-bottom: 1px solid #e5e5e5;
  margin: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }

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

.tab-title {
  color: #585858;
  display: block;
  font-size: 17px;
  padding: 0.73333rem 1.46667rem; }
  .tab-title:hover {
    color: black; }

.tab.is-active .tab-title {
  color: black;
  font-weight: 700; }

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

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

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

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

.tab-content {
  display: none;
  padding: 1.5rem 0; }
  .tab-content.is-active {
    display: block; }

.no-js .tab-content {
  display: block;
  float: none; }

/*doc
---
title: Navigation
name: nav
category: Components
---

The navigation pattern holds a list of links wrapped in a navigation element. The links can help you navigate
the document, or the information architecture. Each link should modify the URL in some way.

```sass_file_example
src/settings/bigcommerce/nav/_settings.scss
```
We generate our own navigation abstractions through a `nav()` mixin. The mixin works as follows:

```scss_example
nav($style: "navBar", $wrapper: "nav")
```
Where:

 - `$style` - The type of navigation (a bar or list)
 - `$wrapper` - The wrapper of the navigation (usually nav, ul or ol)

There is also a `nav-action()` mixin, which when used will set the styles for any actionable items in your navigation list.

```scss_example
nav-action($color, $fontFamily, $fontSize, $padding)
```

*/
/*doc
---
title: Navigation Bar
name: navBar
parent: nav
category: Components
---

The Navigation Bar is a horizontal navigation component, useful for page navigation or any other primary content navigation.

```html_example
<nav class="navBar navBar--internal">
    <ul class="navBar-section">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 1</a>
        </li>
        <li class="navBar-item is-active">
            <a class="navBar-action" href="#">Item 2</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 3</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 4</a>
        </li>
    </ul>
    <ul class="navBar-section navBar-section--alt">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 5</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 6</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 7</a>
        </li>
    </ul>
</nav>
```

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

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

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

.navBar:after {
  clear: both; }

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

.navBar-section {
  float: left; }
  .navBar-section:before, .navBar-section:after {
    content: " ";
    display: table; }
  .navBar-section:after {
    clear: both; }

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

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

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

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

.navBar-action {
  color: black;
  font-size: 17px;
  padding: 0.73333rem; }

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

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

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

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

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

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

.navList:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

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

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

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

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

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

.accordion-content {
  display: none;
  padding: 2.03333rem;
  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: red; }

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

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

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

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

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

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

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

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

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

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

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

.loadingNotification-label {
  background: #666666;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 17px;
  padding: 0.4rem 0.73333rem; }

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

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

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

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

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

.actionBar-link {
  display: block;
  padding: 0.73333rem 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.4rem 0 0; }
    .actionBar-section .form-select,
    .actionBar-section .form-input {
      display: inline-block;
      width: 13.33333rem; } }

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

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

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

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

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

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

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

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

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

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

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

.card-body {
  padding: 0.73333rem 0 0; }
  .card-body > :first-child {
    margin-top: 0; }
  .card-body > :last-child {
    margin-bottom: 0; }
  .card-body .card-text {
    color: #585858; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  height: 4.06667rem;
  margin-top: -1rem;
  padding: 0.66667rem;
  width: 2.66667rem;
  z-index: 1; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.73333rem;
    width: 1.33333rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

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

.slick-prev {
  left: -5px; }
  @media (min-width: 1261px) {
    .slick-prev {
      left: -3.4rem; } }
  .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='%23e5e5e5' 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: 2.13333rem;
    width: 2.13333rem;
    margin: 0;
    padding: 0.33333rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 1rem;
      width: 1rem;
      border-radius: 50%; }
    .slick-dots li button {
      border: 1px solid #333333;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: #333333; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: black; }

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

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

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

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

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

.carousel-tooltip {
  display: none;
  height: 1px;
  margin-top: 10px;
  position: relative; }
  .carousel-tooltip::before {
    border-color: transparent transparent #313440 transparent;
    border-style: solid;
    border-width: 0.66667rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .carousel-tooltip::after {
    background-color: #313440;
    border-radius: 0.53333rem;
    color: white;
    content: attr(aria-label);
    cursor: default;
    font-size: 1rem;
    padding: 0.26667rem 0.4rem;
    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.53333rem;
  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: 801px) {
    .carousel-play-pause-button {
      bottom: 1.5rem;
      left: 25px; } }
  .carousel-play-pause-button:hover {
    color: #474747; }
  @media (min-width: 375px) {
    .carousel-play-pause-button {
      max-width: 90px;
      min-width: 80px; } }

html,
body {
  height: auto; }

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

figure {
  margin-bottom: 2.03333rem;
  margin-top: 2.03333rem; }
  figure > figcaption {
    margin-bottom: -0.53333rem; }

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

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

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

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

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

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

h1 {
  font-size: 42px; }

h2 {
  font-size: 38px; }

h3 {
  font-size: 32px; }

h4 {
  font-size: 28px; }

h5 {
  font-size: 17px; }

h6 {
  font-size: 15px; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

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

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

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

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

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

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

.dropdown {
  left: -9999px;
  outline: none;
  position: absolute;
  top: inherit !important; }

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

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

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

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

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

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

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

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

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

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

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

.hide-content {
  opacity: 0; }

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

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

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

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

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

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

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

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

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

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

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

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    color: #585858;
    cursor: inherit;
    line-height: 1.5; }
  .pagination-list--small .pagination-link {
    padding: 0 0.4rem; }
  .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: 801px) {
      .button + .button {
        margin-left: 0.73333rem; } }

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

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

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

.tab-title {
  padding: 1.13333rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 551px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 801px) {
    .tab-title {
      padding: 0.73333rem 1.5rem; } }
  @media (min-width: 1261px) {
    .tab-title {
      padding: 0.73333rem 1.2rem; } }

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

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

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

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

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

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

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

.accordion-title {
  color: black;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  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: 801px) {
  .accordion--navList {
    border: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

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.73333rem; }
  .inlineList--labels > li {
    margin-bottom: 0.73333rem;
    margin-left: 0.73333rem; }

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

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

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

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

.form-inlineMessage {
  display: block; }

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

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

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

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

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

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

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

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

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

.form-label--alternate {
  font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin-bottom: 0.73333rem; }

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

.form-select--small,
.form-select--date {
  background-position: right 0.53333rem top 0.53333rem;
  background-size: 1.2rem;
  font-size: 15px;
  height: 2.33333rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.6rem 0.8rem;
  padding-right: 2rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-increment .button {
  margin: 0;
  padding: 0.2rem 0.33333rem; }

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

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

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

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.46667rem;
  width: 1.46667rem;
  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: 15px;
  height: 2.33333rem;
  line-height: 1rem;
  padding: 0.6rem 0.8rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card--alternate {
  border: 3px solid black;
  transition: all 0.15s ease; }
  .card--alternate .card-body {
    background-color: white;
    padding: 0.73333rem;
    transition: all 0.15s ease; }
    @media (min-width: 551px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }

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

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

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

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

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

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

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

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

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

.actionBar-section .form-label {
  color: #585858;
  font-size: 15px;
  line-height: 2.2rem;
  margin-bottom: 0;
  padding-left: 0.73333rem; }

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

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

.actionBar-section .form-select {
  color: black;
  height: 2.2rem; }

.has-ribbon {
  position: relative; }

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

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

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

.navUser-action {
  color: white;
  font-weight: 700;
  padding: 1rem 0.73333rem;
  text-decoration: none;
  text-transform: uppercase; }
  .navUser-action:hover, .navUser-action.is-open {
    color: #002fe1; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #002fe1;
      stroke: #002fe1; }
  .navUser-action .icon {
    height: 0.53333rem;
    width: 0.53333rem;
    margin: -1px 0 0 0.2rem; }
  .navUser-action svg {
    fill: white;
    stroke: white;
    transition: all 0.15s ease; }

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

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

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 20rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu::before {
    left: 9.33333rem !important; }
  .navUser-action--storeCredit + .dropdown-menu::after {
    left: 9.46667rem !important; }

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

.navUser-item {
  display: none; }
  @media (min-width: 801px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.33333rem;
        padding-right: 0.33333rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.66667rem;
        margin-top: 0.53333rem;
        padding-left: 0.13333rem; } }

.navUser-item--cart {
  display: block; }
  @media (max-width: 551px) {
    .navUser-item--cart__hidden-s {
      display: none; } }
  .navUser-item--cart .navUser-action {
    color: white; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #002fe1; }
  .navUser-item--cart .dropdown-menu {
    max-width: 21.33333rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      left: auto !important;
      right: 0.33333rem;
      top: auto !important; }
      @media (min-width: 801px) {
        .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.4rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open::before {
            right: 0.73333rem; } }
      .navUser-item--cart .dropdown-menu.is-open::after {
        right: 0.53333rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open::after {
            right: 0.86667rem; } }

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

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

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

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

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

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

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

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

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

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

.navPages .navPage-subMenu-list, .navPage-childList {
  border-left: 1px solid white;
  margin: 0.4rem 0.73333rem;
  padding-left: 0.73333rem; }

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

.navPages {
  background-color: white;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  @media (min-width: 801px) {
    .navPages {
      margin: 0 auto;
      max-width: 80rem;
      width: 100%;
      background: transparent;
      font-size: 0;
      overflow-y: visible;
      padding: 0;
      text-align: center; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages ul,
      .navPages ol {
        list-style: none;
        margin-left: 0;
        margin: 0;
        padding: 0; }
        .navPages ul ul,
        .navPages ul ol,
        .navPages ol ul,
        .navPages ol ol {
          list-style: none;
          margin-bottom: 0; }
        .navPages ul li,
        .navPages ol li {
          margin: 0;
          padding: 0; }
      .navPages-section {
        float: left; }
        .navPages-section:before, .navPages-section:after {
          content: " ";
          display: table; }
        .navPages-section:after {
          clear: both; }
      .navPages-section--alt {
        float: right;
        margin-left: 1.5rem; }
      .navPages-section + .navPages-section {
        margin-left: 1.5rem; } }
  @media (min-width: 801px) and (min-width: 551px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 801px) {
      .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: 801px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 80rem;
        width: 100%;
        border-left: 0;
        margin: auto;
        padding-left: 0; }
        .navPages .navPage-subMenu-list:before, .navPages .navPage-subMenu-list:after {
          content: " ";
          display: table; }
        .navPages .navPage-subMenu-list:after {
          clear: both; } }

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

.navPages-list-depth-max.subMenu-is-open .is-hidden {
  display: none; }
  @media (min-width: 801px) {
    .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: 801px) {
    .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
      display: inline-block; } }

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

.navPages-action {
  color: #333333;
  display: block;
  font-size: 17px;
  font-weight: 700;
  padding: 0.73333rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 801px) {
    .navPages-action {
      display: inline-block;
      padding: 0.73333rem 1.13333rem 1.13333rem; }
      .navPages-action.is-open {
        background-color: white; } }
  .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: #002fe1;
    stroke: #002fe1; }
  .navPages-action:hover, .navPages-action.activePage {
    color: #002fe1; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #002fe1;
      stroke: #002fe1; }
  .navPages-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

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

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

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

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

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

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

@media (min-width: 801px) {
  .navPage-subMenu-horizontal.is-open {
    border-left: 1px solid white;
    display: inherit;
    height: auto;
    margin-left: 14.33333rem;
    padding: 0 !important;
    top: 0;
    width: 15.33333rem; } }

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

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

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

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

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

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

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

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

.tag {
  display: inline-block;
  font-size: 1rem; }
  .tag a {
    color: #585858;
    display: inline-block;
    padding: 0.4rem 0.53333rem;
    text-decoration: none; }
    .tag a:hover {
      color: black; }

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

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

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 0.4rem;
    margin-right: 0.73333rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }
  .socialLinks-item .socialLinks__link {
    height: 2rem;
    position: relative; }
    .socialLinks-item .socialLinks__link::before {
      border-color: transparent transparent #313440 transparent;
      border-style: solid;
      border-width: 0.66667rem;
      content: " ";
      position: absolute;
      right: 0;
      top: 50%; }
    .socialLinks-item .socialLinks__link::after {
      background-color: #313440;
      border-radius: 0.53333rem;
      color: white;
      content: attr(title);
      cursor: default;
      font-size: 1rem;
      padding: 0.26667rem 0.4rem;
      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.4rem;
  width: 1.4rem; }

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

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

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

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

.heroCarousel-title {
  color: white;
  font-size: 28px;
  margin: 0; }
  @media (min-width: 801px) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-description {
  color: white;
  font-size: 12px;
  margin: 0; }
  @media (min-width: 551px) {
    .heroCarousel-description {
      font-size: 15px; } }
  @media (min-width: 801px) {
    .heroCarousel-description {
      font-size: 17px; } }

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

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

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

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

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

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

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem; }
  @media (min-width: 551px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 551px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 551px) {
      .account--addReturn .table th,
      .account--addReturn .table td {
        display: table-cell;
        padding-bottom: 0.73333rem;
        padding-top: 0.73333rem; } }
    .account--addReturn .table th + th,
    .account--addReturn .table th + td,
    .account--addReturn .table td + th,
    .account--addReturn .table td + td {
      padding-left: 0; }
      @media (min-width: 551px) {
        .account--addReturn .table th + th,
        .account--addReturn .table th + td,
        .account--addReturn .table td + th,
        .account--addReturn .table td + td {
          padding-left: 1.5rem; } }
  .account--addReturn .table .return-itemTitle + .definitionList {
    margin-top: 0.2rem; }
  @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: 17px; }
  .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: 17px;
  font-weight: 700; }
  @media (min-width: 551px) {
    .return-itemName {
      font-size: 1rem;
      font-weight: 400; } }

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

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

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

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

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

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

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

.quickView:after {
  clear: both; }

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

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

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

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

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

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

.productView {
  padding-top: 1rem; }

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

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

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

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

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

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

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

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

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

.productView-title {
  font-size: 28px;
  margin: -0.73333rem 0 0.4rem; }
  @media (min-width: 801px) {
    .productView-title {
      margin-top: 1.5rem; } }
  @media (min-width: 1261px) {
    .productView-title {
      font-size: 42px; } }

.productView-brand {
  color: #585858;
  font-size: 17px;
  margin: 0 0 0.73333rem; }
  @media (min-width: 1261px) {
    .productView-brand {
      font-size: 28px;
      margin: -0.2rem 0 1rem; } }
  .productView-brand a {
    color: #585858; }
    .productView-brand a:hover {
      color: black; }

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

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

.productView-info {
  margin-top: 0.73333rem; }
  .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.5rem; } }
  .productView-info > :last-child {
    margin-bottom: 0; }

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

.productView-info-name {
  clear: both;
  margin-bottom: 0.2rem;
  margin-right: 0.4rem; }
  @media (min-width: 551px) {
    .productView-info-name {
      font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
      font-size: 15px;
      font-weight: 400; } }

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

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
    .productView-options .form .add-to-cart-wrapper {
      display: inline; }
  .productView-options input[type="file"] {
    font-size: 15px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field--error > .form-inlineMessage {
      font-size: 1rem; }
    .productView-options .form-field > .form-checkbox + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      text-align: justify; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  .productView-options .add-to-cart-buttons {
    display: inline-grid;
    float: left;
    margin-bottom: 1rem;
    width: 100%; }
    @media (min-width: 551px) {
      .productView-options .add-to-cart-buttons {
        padding: 0 0.66667rem;
        width: 50%; } }
    @media (min-width: 801px) {
      .productView-options .add-to-cart-buttons {
        padding-right: 0.73333rem;
        width: 50%; } }
    @media (min-width: 1261px) {
      .productView-options .add-to-cart-buttons {
        display: inline-block;
        margin-top: 1rem;
        padding-right: 0.73333rem;
        width: 50%; } }
    @media (min-width: 551px) {
      .productView-options .add-to-cart-buttons.pre-order-buttons {
        min-width: 50%;
        width: auto; } }
    @media (min-width: 801px) {
      .productView-options .add-to-cart-buttons.pre-order-buttons {
        margin-right: 0.73333rem;
        min-width: auto;
        padding: 0;
        width: auto; } }
    .productView-options .add-to-cart-buttons.pre-order-buttons .button {
      padding: 0.86667rem 1.6rem; }
    .productView-options .add-to-cart-buttons .button {
      margin: 0;
      width: 100%; }
  .productView-options .add-to-cart-wallet-buttons {
    margin-top: 0.73333rem; }
    .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] {
      line-height: 0;
      margin-top: 6px; }
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] button,
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] div {
        width: 100%; }
    .productView-options .add-to-cart-wallet-buttons button.show-more-button {
      color: #585858;
      display: block;
      margin-top: 0.4rem;
      padding: 0.4rem 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: black; }

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

.productOptions-list-item {
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #e5e5e5; }
  .productOptions-list-item .form-label {
    text-align: left;
    top: -2px; }

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

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

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

.shareProduct {
  text-align: center; }

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

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

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

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

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

.compareTable-heading {
  font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  padding: 1.26667rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 801px) {
    .compareTable-heading {
      width: 25%; } }

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

.compareTable-item {
  padding: 3.26667rem 1rem 1.26667rem; }
  @media (min-width: 801px) {
    .compareTable-item {
      padding-top: 1.26667rem; } }

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

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

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

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

.blocker-container {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

.facetedSearch-navList {
  display: none; }
  @media (min-width: 801px) {
    .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: 2.03333rem; }
  .facetedSearch-toggle + .facetedSearch-navList.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: -1px; }
    @media (min-width: 801px) {
      .facetedSearch-toggle + .facetedSearch-navList.is-open,
      .sidebarBlock + .facetedSearch-navList.is-open {
        margin-top: 2.03333rem; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }

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

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

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

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

.reset-filters {
  display: none; }

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

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

.facetLabel {
  background: #cccccc;
  border-radius: 4px;
  padding: 0.2rem 0.53333rem 0.2rem 0.73333rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.8rem;
    width: 0.8rem;
    display: inline-block;
    fill: #585858;
    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.53333rem 0;
  text-align: right; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cart-item-brand {
  color: #585858;
  margin-bottom: 0.2rem; }

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

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

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

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

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

.cart-total-label {
  color: #585858;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-total-label {
      width: 50%; } }
  @media (min-width: 801px) {
    .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: 801px) {
    .cart-total-value {
      width: 50%; } }

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

.cart-total-grandTotal {
  font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
  font-size: 28px;
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
  position: relative; }
  @media (min-width: 801px) {
    .cart-total-grandTotal {
      padding: 1rem 0;
      top: -0.26667rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.previewCartAction {
  margin: 0 auto;
  max-width: 80rem;
  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.73333rem 0.4rem; } }
  @media (min-width: 481px) {
    .previewCartAction {
      padding: 1.5rem 0.73333rem; } }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.73333rem;
    padding-right: 0.73333rem;
    width: 100%; }

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

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

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.73333rem;
  padding-top: 0.4rem; }

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

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

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

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

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

.panel--address {
  font-size: 1rem;
  position: relative; }
  .panel--address .panel-body {
    min-height: 16.66667rem;
    padding: 1.5rem; }
    @media (min-width: 551px) {
      .panel--address .panel-body {
        padding: 1.5rem 1.5rem 4.5rem; } }
  .panel--address .form-actions {
    margin-bottom: -0.73333rem;
    margin-top: 1.5rem;
    text-align: left; }
    @media (min-width: 551px) {
      .panel--address .form-actions {
        bottom: 1.5rem;
        position: absolute;
        width: auto; } }
    .panel--address .form-actions .button {
      margin-bottom: 0.73333rem; }
      .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.4rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.advancedSearch-separator {
  display: none; }

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

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

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

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

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

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

.search-nav {
  position: relative; }

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

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

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

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

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

.account-product-figure--opposite {
  float: right;
  margin-left: 0.73333rem;
  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 2.03333rem 0 0;
  position: relative;
  width: 70px; }
  .account-product-figure::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #333333;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0.4rem;
  padding: 0.2rem 0.53333rem; }

.account-orderStatus-action {
  color: #585858;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.73333rem;
  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: black; }

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

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

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

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

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

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

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

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

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

.account-downloadsItem-title {
  color: #585858;
  font-size: 17px;
  margin-bottom: 0.2rem;
  text-transform: inherit; }

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

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

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

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

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

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

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

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

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

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

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

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

.paymentMethod {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 0.2rem;
  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.73333rem;
    width: 1.86667rem; }
    @media (min-width: 1261px) {
      .methodHeader-icon {
        width: 2.8rem; } }
  .methodHeader-title {
    font-size: 15px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    color: #666666;
    font-size: 15px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-left: 0.73333rem; }
  .methodHeader-default {
    fill: #666666;
    height: 1.2rem;
    margin-left: 0.73333rem;
    width: 1.2rem; }
    @media (min-width: 1261px) {
      .methodHeader-default {
        height: 1.33333rem;
        width: 1.33333rem; } }
  .methodHeader-expiry {
    font-size: 17px;
    text-transform: capitalize; }

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

.newPaymentMethod {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-items: center;
  min-height: 12.4rem;
  text-decoration: none; }
  .newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 0.73333rem; }
  .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.73333rem; } }

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

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

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

.paymentMethodForm-cards-icon {
  margin-right: 0.2rem;
  width: 2.26667rem; }

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

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.6rem;
  top: 2.6rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.4rem;
    width: 1.4rem; }

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

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

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

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

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

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

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

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

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

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

.header-logo-text {
  display: block;
  font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 400;
  letter-spacing: 0.13333rem;
  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: 801px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      max-width: none;
      overflow: auto;
      padding: 0 10px;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 38px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer-payment-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  margin-left: 0;
  margin-top: 1.5rem; }
  @media (min-width: 551px) {
    .footer-payment-icons {
      justify-content: normal; } }
  @media (min-width: 801px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 2.66667rem;
    margin: 0.4rem;
    vertical-align: middle;
    width: 3.33333rem; }
  .footer-payment-icons svg {
    fill: black; }

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

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 86rem;
  padding: 0 1.5rem;
  position: relative;
  width: 100%; }
  @media (min-width: 1261px) {
    .container {
      padding: 0 6rem; } }

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

.blog-title {
  font-size: 32px;
  margin: 0 1.5rem 0.4rem; }
  .blog-title a {
    text-decoration: none; }

.blog-date,
.blog-author {
  color: #585858;
  text-align: center; }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-post {
  font-size: 17px;
  text-align: left; }

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

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

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

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

.sidebarBlock-heading {
  font-size: 1rem;
  margin-top: 0;
  text-transform: inherit; }
  @media (min-width: 801px) {
    .sidebarBlock-heading.heading-price {
      margin-top: -0.8rem; } }

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

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

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

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

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

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

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

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

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

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

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0.73333rem; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 4rem; }

@media (min-width: 551px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table;
    width: 100%; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

@media (min-width: 1261px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 1261px) {
  .listItem.focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 551px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

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

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.73333rem;
      padding-right: 0.73333rem;
      width: 25%; } }
  .listItem-figure__link {
    display: block;
    margin: 3px; }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1261px) {
    .listItem-figureBody {
      left: 50%;
      opacity: 0;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
      .listItem:hover .listItem-figureBody {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

@media (min-width: 551px) {
  .listItem-body {
    padding-left: 1.26667rem;
    padding-right: 0.73333rem;
    width: 75%; } }

@media (min-width: 1261px) {
  .listItem-content {
    display: table; } }

@media (min-width: 1261px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-details {
    padding-right: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.4rem; }

.listItem-brand {
  color: #999999;
  font-size: 1rem;
  margin: 0 0 0.2rem; }
  @media (min-width: 801px) {
    .listItem-brand {
      font-size: 17px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 17px;
  margin: 0 0 0.2rem; }
  @media (min-width: 801px) {
    .listItem-title {
      font-size: 28px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 801px) {
    .listItem-price {
      font-size: 28px; } }

@media (min-width: 1261px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 15px;
      padding: 0.6rem 1.5rem; } }

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.73333rem 0 0; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

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

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

.productView-images {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-images {
      width: 50%; } }

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }
  .productView--quickView .productView-details {
    position: relative; }
  .productView-details.product-data {
    order: -1; }

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 1; }
  .productView-description .productView-title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after, .sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  content: "";
  display: block;
  height: 3.33333rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  transition: background-color 800ms ease;
  width: 3.33333rem;
  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: #ad1d00; }

.sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  background: red; }

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

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

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

.sale-text-burst {
  color: white; }

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

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

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

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

.sale-flag-side {
  background: #ad1d00;
  color: white; }

.sold-out-flag-side {
  background: red;
  color: white; }

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

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

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

.sale-flag-sash {
  background: #ad1d00;
  color: white; }

.sold-out-flag-sash {
  background: red;
  color: white; }

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

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

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

.product {
  overflow: hidden; }

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

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

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

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

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

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

.account {
  margin-bottom: 1.5rem; }

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

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

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

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

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

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

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

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

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

:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75; }

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height); }

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite; }

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none; }

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1); }

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite; }

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

@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1,150;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -124; } }

.f-throwOutUp {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp; }

.f-throwOutDown {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown; }

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0; } }

@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0; } }

.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp; }

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown; }

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

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

.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2; }

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1; }

@keyframes f-fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes f-fadeOut {
  100% {
    opacity: 0; } }

.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2; }

.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2; }

@keyframes f-fadeFastIn {
  0% {
    opacity: .75; }
  100% {
    opacity: 1; } }

@keyframes f-fadeFastOut {
  100% {
    opacity: 0; } }

.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2; }

.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1; }

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes f-fadeSlowOut {
  100% {
    opacity: 0; } }

.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2; }

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s)*.5) linear 0.1s both f-crossfadeOut;
  z-index: 1; }

@keyframes f-crossfadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes f-crossfadeOut {
  100% {
    opacity: 0; } }

.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext; }

.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev; }

.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext; }

.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev; }

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%); } }

@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%); } }

.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2; }

.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2; }

.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1; }

.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1; }

@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0; } }

@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0; } }

.f-carousel {
  --f-carousel-theme-color: #706f6c;
  --f-carousel-spacing: 0px;
  --f-carousel-slide-width: 100%;
  --f-carousel-slide-height: auto;
  --f-carousel-slide-padding: 0;
  --f-button-width: 42px;
  --f-button-height: 42px;
  --f-button-color: var(--f-carousel-theme-color, currentColor);
  --f-button-hover-color: var(--f-carousel-theme-color, currentColor);
  --f-button-bg: transparent;
  --f-button-hover-bg: var(--f-button-bg);
  --f-button-active-bg: var(--f-button-bg);
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-next-pos: 10px;
  --f-button-prev-pos: 10px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
  position: relative;
  box-sizing: border-box; }

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

.f-carousel.is-ltr {
  direction: ltr; }

.f-carousel.is-rtl {
  direction: rtl; }

.f-carousel__viewport {
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  width: 100%;
  height: 100%; }

.f-carousel__viewport.is-draggable {
  cursor: move;
  cursor: grab; }

.f-carousel__viewport.is-dragging {
  cursor: move;
  cursor: grabbing; }

.f-carousel__track {
  display: flex;
  margin: 0 auto;
  padding: 0;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.f-carousel__slide {
  position: relative;
  flex: 0 0 auto;
  width: var(--f-carousel-slide-width);
  max-width: 100%;
  height: var(--f-carousel-slide-height);
  margin: 0 var(--f-carousel-spacing) 0 0;
  padding: var(--f-carousel-slide-padding);
  outline: 0;
  transform-origin: center center; }

.f-carousel__slide img.is-preloading {
  visibility: hidden; }

.f-carousel__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.f-carousel.is-vertical {
  --f-carousel-slide-height: 100%; }

.f-carousel.is-vertical .f-carousel__track {
  flex-wrap: wrap; }

.f-carousel.is-vertical .f-carousel__slide {
  margin: 0 0 var(--f-carousel-spacing) 0; }

:root {
  --f-carousel-dots-width: 24px;
  --f-carousel-dots-height: 30px;
  --f-carousel-dot-width: 8px;
  --f-carousel-dot-height: 8px;
  --f-carousel-dot-radius: 50%;
  --f-carousel-dot-color: var(--f-carousel-theme-color, currentColor);
  --f-carousel-dot-opacity: 0.2;
  --f-carousel-dot-hover-opacity: 0.4; }

.f-carousel.has-dots {
  margin-bottom: var(--f-carousel-dots-height); }

.f-carousel__dots {
  position: absolute;
  bottom: calc(var(--f-carousel-dots-height)*-1);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto !important;
  padding: 0;
  list-style: none !important;
  user-select: none; }

.f-carousel__dots li {
  margin: 0;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: var(--f-carousel-dot-opacity);
  transition: opacity .15s ease-in-out; }

.f-carousel__dots li + li {
  margin: 0; }

.f-carousel__dots li:hover {
  opacity: var(--f-carousel-dot-hover-opacity); }

.f-carousel__dots li.is-current {
  opacity: 1; }

.f-carousel__dots li button {
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: var(--f-carousel-dots-width);
  height: var(--f-carousel-dots-height);
  border: 0;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  transition: all .2s linear; }

.f-carousel__dot {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: var(--f-carousel-dot-width);
  height: var(--f-carousel-dot-height);
  border-radius: var(--f-carousel-dot-radius);
  background-color: var(--f-carousel-dot-color);
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  pointer-events: none; }

.f-carousel__dots.is-dynamic li:not(.is-prev):not(.is-next):not(.is-current):not(.is-after-next):not(.is-before-prev) button {
  transform: scale(0);
  width: 0; }

.f-carousel__dots.is-dynamic li.is-before-prev button, .f-carousel__dots.is-dynamic li.is-after-next button {
  transform: scale(0.22); }

.f-carousel__dots.is-dynamic li.is-prev button, .f-carousel__dots.is-dynamic li.is-next button {
  transform: scale(0.66); }

.f-carousel__dots.is-dynamic li.is-current button {
  transform: scale(1); }

.f-carousel__dots.is-dynamic li.is-before-prev button, .f-carousel__dots.is-dynamic li.is-after-next button {
  transform: scale(0.33); }

.f-carousel__dots.is-dynamic li.is-current:first-child {
  margin-left: calc(var(--f-carousel-dots-width)*2); }

.f-carousel__dots.is-dynamic li.is-prev:first-child {
  margin-left: var(--f-carousel-dots-width); }

.f-carousel__dots.is-dynamic li.is-next:last-child {
  margin-right: var(--f-carousel-dots-width); }

.f-carousel__dots.is-dynamic li.is-current:last-child {
  margin-right: calc(var(--f-carousel-dots-width)*2); }

.f-carousel.is-rtl .f-carousel__dots.is-dynamic .is-current:first-child {
  margin-left: 0;
  margin-right: var(--f-carousel-dots-width); }

.f-carousel.is-rtl .f-carousel__dots.is-dynamic .is-prev:first-child {
  margin-left: 0;
  margin-right: var(--f-carousel-dots-width); }

.f-carousel.is-rtl .f-carousel__dots.is-dynamic .is-current:last-child {
  margin-left: 0;
  margin-right: var(--f-carousel-dots-width); }

.f-carousel.is-rtl .f-carousel__dots.is-dynamic .is-next:last-child {
  margin-right: 0;
  margin-left: var(--f-carousel-dots-width); }

:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65; }

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition); }

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg); } }

.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg); }

.f-button:focus:not(:focus-visible) {
  outline: none; }

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color)); }

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity .15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none; }

.f-button[disabled] {
  cursor: default; }

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity); }

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1; }

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%); }

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos); }

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos); }

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos); }

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos); }

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%); }

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos); }

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos); }

.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg); }

.f-carousel__nav .f-button:disabled, .fancybox__nav .f-button:disabled {
  pointer-events: none; }

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1; }

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat); }

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(1 * 2);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2); }

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(1 * 3);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3); }

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay); }

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(1s * 2);
  animation-delay: calc(1s * 2);
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2); }

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: calc(1s * 3);
  animation-delay: calc(1s * 3);
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3); }

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: calc(1s * 4);
  animation-delay: calc(1s * 4);
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4); }

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: calc(1s * 5);
  animation-delay: calc(1s * 5);
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5); }

.animate__animated.animate__faster {
  -webkit-animation-duration: calc(1s / 2);
  animation-duration: calc(1s / 2);
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2); }

.animate__animated.animate__fast {
  -webkit-animation-duration: calc(1s * 0.8);
  animation-duration: calc(1s * 0.8);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8); }

.animate__animated.animate__slow {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2); }

.animate__animated.animate__slower {
  -webkit-animation-duration: calc(1s * 3);
  animation-duration: calc(1s * 3);
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3); }

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important; }
  .animate__animated[class*='Out'] {
    opacity: 0; } }

/* Attention seekers  */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05); }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02); } }

@keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05); }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02); } }

.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX; }

@-webkit-keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

@keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: calc(1s * 1.3);
  animation-duration: calc(1s * 1.3);
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown; }

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft; }

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight; }

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp; }

/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7; } }

@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7; } }

.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown; }

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7; } }

@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7; } }

.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft; }

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7; } }

@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7; } }

.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight; }

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7; } }

@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7; } }

.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp; }

/* Bouncing entrances  */
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.animate__bounceIn {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

/* Bouncing exits  */
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.animate__bounceOut {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3); } }

.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2); } }

.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2); } }

.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3); } }

.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

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

.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft; }

@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight; }

@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft; }

@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight; }

/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0); } }

@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0); } }

.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft; }

@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0); } }

@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0); } }

.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight; }

@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); } }

@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); } }

.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight; }

@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0); } }

@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0); } }

.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft; }

/* Flippers */
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.animate__flipOutX {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.animate__flipOutY {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOutRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOutLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0; } }

.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

/* Specials */
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.animate__hinge {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0); } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0); } }

.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0); } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0); } }

.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s; }

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s; }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s; }

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s; }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s; }

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s; }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s; }

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s; }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s; }

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s; }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s; }

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s; }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s; }

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s; }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s; }

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s; }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s; }

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s; }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s; }

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s; }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s; }

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s; }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s; }

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s; }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s; }

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s; }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s; }

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s; }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s; }

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s; }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s; }

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s; }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s; }

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s; }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s; }

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s; }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s; }

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s; }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s; }

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s; }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s; }

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s; }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s; }

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s; }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s; }

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s; }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s; }

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s; }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s; }

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s; }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s; }

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s; }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s; }

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s; }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s; }

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s; }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s; }

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s; }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s; }

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s; }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s; }

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s; }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s; }

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s; }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s; }

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s; }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s; }

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s; }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s; }

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s; }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s; }

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s; }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s; }

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s; }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s; }

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s; }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s; }

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s; }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s; }

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s; }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s; }

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s; }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s; }

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s; }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s; }

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s; }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s; }

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s; }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s; }

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s; }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s; }

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s; }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s; }

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s; }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s; }

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s; }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s; }

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s; }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s; }

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s; }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s; }

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s; }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s; }

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s; }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s; }

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s; }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s; }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out; }

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0); }

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0); }

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0); }

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0); }

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0); }

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0); }

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0); }

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0); }

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0); }

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1); }

[data-aos=zoom-in] {
  transform: scale(0.6); }

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6); }

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6); }

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6); }

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6); }

[data-aos=zoom-out] {
  transform: scale(1.2); }

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2); }

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2); }

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2); }

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2); }

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform; }

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0); }

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0); }

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0); }

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0); }

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0); }

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform; }

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg); }

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg); }

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg); }

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0); }

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg); }

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0); }

.disable-wai input:focus,
.disable-wai button:focus,
.disable-wai textarea:focus,
.disable-wai select:focus,
.disable-wai details:focus,
.disable-wai [href]:focus,
.disable-wai [tabindex]:not([tabindex="-1"]):focus,
.disable-wai [contenteditable="true"]:focus {
  outline: none !important; }

figure.productView-image,
.productView-thumbnails,
.productView-slick {
  display: none !important; }

.form-input--small {
  height: 3rem; }

.availability {
  color: #080; }

.white {
  color: #fff !important; }

.modal-close {
  top: 0.75rem;
  right: 0.75rem; }

.button[disabled] {
  border-color: rgba(0, 0, 255, 0); }

.form-increment .button[disabled] {
  background-color: white;
  opacity: 0.2; }

.collection {
  background: white;
  color: black; }
  .collection h2 {
    padding: 5rem 0px 1rem;
    color: black;
    text-shadow: none !important; }
  .collection .container {
    padding: 0; }
  .collection .grid-nav {
    padding: 0rem 1rem 5rem; }
    .collection .grid-nav .swiper-slide {
      text-align: center;
      padding: 0px 0.5rem 0.5rem; }
      @media (min-width: 801px) {
        .collection .grid-nav .swiper-slide {
          padding: 1rem; } }
      .collection .grid-nav .swiper-slide a {
        text-decoration: none;
        color: black; }
      .collection .grid-nav .swiper-slide img {
        display: block;
        clear: both;
        border-radius: 4px;
        margin-bottom: 1rem; }
      .collection .grid-nav .swiper-slide span {
        display: inline;
        clear: both;
        width: 100%;
        font-size: 18px;
        color: black; }

.card-img-container::after {
  display: none; }

.card-img-container .card-image {
  position: unset; }

.card-img-container.card-image-slider .slick-prev {
  left: 10px; }

.card-img-container.card-image-slider .slick-next {
  right: 10px; }

.card-img-container.card-image-slider .slick-prev,
.card-img-container.card-image-slider .slick-next {
  opacity: 0;
  width: 26px;
  height: 26px;
  border: 0;
  padding: 0 7px; }
  .card-img-container.card-image-slider .slick-prev::before,
  .card-img-container.card-image-slider .slick-next::before {
    width: 18px;
    height: 18px;
    position: relative;
    background-position: center;
    left: 0px; }

.card-img-container.card-image-slider .slick-next::before {
  left: -5px; }

.card-img-container.card-image-slider:hover .slick-prev,
.card-img-container.card-image-slider:hover .slick-next {
  opacity: 1; }

.card-img-container.card-image-slider .carousel-tooltip {
  display: none; }

.card-text--colorswatches .option_section {
  margin: 11px -3px 7px -3px;
  list-style: none;
  display: block; }
  .card-text--colorswatches .option_section .options_slide {
    display: inline-block;
    padding: 0 3px;
    border: 2px solid transparent; }
    .card-text--colorswatches .option_section .options_slide .productCard-colorSwatch {
      display: block; }
      .card-text--colorswatches .option_section .options_slide .productCard-colorSwatch .productCard-colorSwatch-color {
        width: 40px;
        height: 40px;
        display: block; }
    .card-text--colorswatches .option_section .options_slide.active .productCard-colorSwatch {
      border: 2px solid; }

[data-product-card-options] .card-figcaption {
  top: unset;
  bottom: 10px;
  height: auto;
  opacity: 1;
  display: block; }
  [data-product-card-options] .card-figcaption .card-figcaption-body {
    top: auto;
    width: 100%;
    padding: 12px;
    bottom: 0;
    transform: none; }
    [data-product-card-options] .card-figcaption .card-figcaption-body .card-figcaption-button {
      display: none; }
    [data-product-card-options] .card-figcaption .card-figcaption-body .quickview,
    [data-product-card-options] .card-figcaption .card-figcaption-body .add-to-cart--button {
      display: block;
      width: 100%;
      padding: 12px;
      background: white;
      font-weight: 500; }
      [data-product-card-options] .card-figcaption .card-figcaption-body .quickview:hover,
      [data-product-card-options] .card-figcaption .card-figcaption-body .add-to-cart--button:hover {
        font-weight: 600; }
    [data-product-card-options] .card-figcaption .card-figcaption-body .add-to-cart--button.add-loader {
      color: #e5e5e5; }
      [data-product-card-options] .card-figcaption .card-figcaption-body .add-to-cart--button.add-loader::after {
        content: "";
        position: absolute;
        width: 25px;
        height: 25px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        border: 4px solid transparent;
        border-radius: 50%;
        animation: button-loading-spinner 1s ease infinite; }

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn); }
  to {
    transform: rotate(1turn); } }

.cart [data-cart-content] {
  position: relative; }
  .cart [data-cart-content] .clear-all-items {
    position: absolute;
    left: 0;
    padding: 10px 20px;
    border-radius: 4px;
    border: 1px solid #e5e5e5; }

[data-cart] .clear-all-items {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: auto;
  padding: 5px 20px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  cursor: pointer; }

@media (min-width: 801px) {
  [data-cart] .clear-all-items {
    float: right;
    position: static;
    padding: 8px 20px;
    margin: 0 0 1.5rem 0; } }

.product {
  overflow: auto; }

.body.open-cart {
  overflow: hidden; }

@media only screen and (max-width: 550px) {
  .cart [data-cart-content] .clear-all-items {
    text-align: center;
    max-width: 180px;
    margin: 0 auto;
    display: block; } }

#cart-preview-dropdown {
  left: inherit !important;
  right: -470px !important;
  z-index: 999;
  display: block;
  border: 0;
  top: 0 !important; }
  #cart-preview-dropdown .previewCartWrapper {
    position: fixed !important;
    top: 0 !important;
    right: -470px;
    height: 100vh;
    width: 100%;
    max-width: 470px;
    padding: 0 2rem;
    overflow: auto;
    left: auto !important;
    background-color: white;
    border: none;
    box-shadow: -3px -1px 10px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: -3px -1px 10px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -3px -1px 10px 1px rgba(0, 0, 0, 0.2);
    z-index: 92;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (min-width: 801px) {
      #cart-preview-dropdown .previewCartWrapper {
        width: 100%; } }
  #cart-preview-dropdown.open-cart {
    border: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #cart-preview-dropdown.open-cart::before, #cart-preview-dropdown.open-cart::after {
      display: none; }
    #cart-preview-dropdown.open-cart .previewCart__overlay,
    #cart-preview-dropdown.open-cart .previewCartWrapper {
      display: block !important; }
    #cart-preview-dropdown.open-cart .previewCart {
      overflow: hidden; }
  #cart-preview-dropdown .previewCart__overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    display: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #cart-preview-dropdown .previewCartWrapper {
    max-height: unset; }
  #cart-preview-dropdown .previewCart .previewCart-header {
    position: relative;
    padding: 2rem 0 2rem;
    padding-right: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #cart-preview-dropdown .previewCart .previewCart-header h2 {
      margin: 0;
      padding: 0;
      font-size: 17px; }
      @media (min-width: 801px) {
        #cart-preview-dropdown .previewCart .previewCart-header h2 {
          font-size: 21px; } }
    #cart-preview-dropdown .previewCart .previewCart-header .clear-all-items {
      font-size: 15px;
      line-height: 18px;
      display: inline-block;
      margin-left: 5px;
      cursor: pointer;
      padding: 8px 20px;
      border-radius: 4px;
      border: 1px solid #e5e5e5; }
      #cart-preview-dropdown .previewCart .previewCart-header .clear-all-items:hover {
        border: 1px solid #111111; }
    #cart-preview-dropdown .previewCart .previewCart-header .button--close {
      display: inline-block;
      padding: 0;
      position: absolute;
      top: 2.2rem;
      right: 0;
      background-color: transparent;
      border: none;
      cursor: pointer; }
      #cart-preview-dropdown .previewCart .previewCart-header .button--close svg {
        width: 25px;
        height: 25px; }
  #cart-preview-dropdown .previewCart .previewCart-body {
    margin-bottom: 20px; }
    #cart-preview-dropdown .previewCart .previewCart-body .previewCart-title {
      display: flex;
      width: 100%;
      justify-content: space-between;
      border-bottom: 1px solid #e5e5e5;
      margin-top: 10px; }
      #cart-preview-dropdown .previewCart .previewCart-body .previewCart-title .previewCart-body-title {
        padding-bottom: 15px;
        font-weight: 700;
        letter-spacing: 0.5px; }
    #cart-preview-dropdown .previewCart .previewCart-body .previewCartList {
      display: block; }
      #cart-preview-dropdown .previewCart .previewCart-body .previewCartList .previewCartItem {
        margin: 30px 0;
        display: block;
        width: 100%; }
        #cart-preview-dropdown .previewCart .previewCart-body .previewCartList .previewCartItem + .previewCartItem {
          border: 0; }
        #cart-preview-dropdown .previewCart .previewCart-body .previewCartList .previewCartItem .previewCartItem-image {
          max-width: 105px;
          padding: 0;
          width: 105px;
          text-align: left;
          float: left;
          display: block;
          vertical-align: top; }
          #cart-preview-dropdown .previewCart .previewCart-body .previewCartList .previewCartItem .previewCartItem-image::after {
            display: none; }
          #cart-preview-dropdown .previewCart .previewCart-body .previewCartList .previewCartItem .previewCartItem-image img {
            position: unset;
            max-height: unset;
            width: 90%;
            text-align: left;
            border-radius: 4px; }
        #cart-preview-dropdown .previewCart .previewCart-body .previewCartList .previewCartItem .previewCartItem-content {
          padding: 0 10px;
          vertical-align: top;
          width: 200px;
          float: left;
          display: block;
          overflow: hidden; }
          #cart-preview-dropdown .previewCart .previewCart-body .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-brand {
            display: none; }
          #cart-preview-dropdown .previewCart .previewCart-body .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name {
            font-size: 16px;
            line-height: 20px;
            text-transform: capitalize;
            font-weight: 700; }
          #cart-preview-dropdown .previewCart .previewCart-body .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-price {
            font-size: 16px;
            line-height: 20px;
            margin-top: 5px; }
        #cart-preview-dropdown .previewCart .previewCart-body .previewCartList .previewCartItem .previewCartItem-total {
          text-align: right;
          float: right; }
          #cart-preview-dropdown .previewCart .previewCart-body .previewCartList .previewCartItem .previewCartItem-total .previewCartItem-total-price {
            font-size: 15px;
            line-height: 18px; }
    #cart-preview-dropdown .previewCart .previewCart-body .previewCartItem-bottom {
      margin-top: 15px;
      position: relative; }
      #cart-preview-dropdown .previewCart .previewCart-body .previewCartItem-bottom .form-increment {
        display: inline-block;
        border: 1px solid #8f8f8f;
        border-radius: 4px;
        padding: 0 10px; }
        #cart-preview-dropdown .previewCart .previewCart-body .previewCartItem-bottom .form-increment .button,
        #cart-preview-dropdown .previewCart .previewCart-body .previewCartItem-bottom .form-increment .form-input--incrementTotal {
          border: 0; }
          #cart-preview-dropdown .previewCart .previewCart-body .previewCartItem-bottom .form-increment .button i,
          #cart-preview-dropdown .previewCart .previewCart-body .previewCartItem-bottom .form-increment .form-input--incrementTotal i {
            width: 11px;
            height: 11px; }
            #cart-preview-dropdown .previewCart .previewCart-body .previewCartItem-bottom .form-increment .button i svg,
            #cart-preview-dropdown .previewCart .previewCart-body .previewCartItem-bottom .form-increment .form-input--incrementTotal i svg {
              width: 11px;
              height: 11px; }
        #cart-preview-dropdown .previewCart .previewCart-body .previewCartItem-bottom .form-increment .form-input--incrementTotal {
          padding: 10px;
          width: 50px;
          height: 40px; }
      #cart-preview-dropdown .previewCart .previewCart-body .previewCartItem-bottom .cart-increment {
        display: block;
        float: left; }
      #cart-preview-dropdown .previewCart .previewCart-body .previewCartItem-bottom .remove_product {
        display: inline-block;
        padding-left: 0;
        padding-top: 10px;
        float: left;
        position: absolute;
        right: 10px; }
        #cart-preview-dropdown .previewCart .previewCart-body .previewCartItem-bottom .remove_product .icon {
          width: 20px;
          height: 20px; }
    #cart-preview-dropdown .previewCart .previewCart-body .previewCartItem-options {
      margin: 10px 0; }
      #cart-preview-dropdown .previewCart .previewCart-body .previewCartItem-options .definitionList {
        margin: 0; }
        #cart-preview-dropdown .previewCart .previewCart-body .previewCartItem-options .definitionList .definitionList-value {
          font-weight: 600; }
  #cart-preview-dropdown .previewCart .previewCartSubTotal {
    padding-top: 15px;
    border-top: 1px solid #e5e5e5;
    display: flex;
    width: 100%;
    justify-content: space-between; }
    #cart-preview-dropdown .previewCart .previewCartSubTotal .previewCartSubTotal--title,
    #cart-preview-dropdown .previewCart .previewCartSubTotal .previewCartSubTotal--price {
      font-size: 18px;
      line-height: 20px;
      font-weight: 600; }
    #cart-preview-dropdown .previewCart .previewCartSubTotal .previewCartSubTotal--price {
      font-weight: 500; }
  #cart-preview-dropdown .previewCart .taxes--text {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 0; }
  #cart-preview-dropdown .previewCart .previewCartAction {
    padding: 0;
    padding-top: 5px;
    display: block;
    width: 100%;
    border: 0; }
    #cart-preview-dropdown .previewCart .previewCartAction::before, #cart-preview-dropdown .previewCart .previewCartAction::after {
      display: none; }
    #cart-preview-dropdown .previewCart .previewCartAction .previewCartAction-checkout,
    #cart-preview-dropdown .previewCart .previewCartAction .previewCartAction-viewCart {
      width: 100%;
      float: unset;
      padding: 0; }
      #cart-preview-dropdown .previewCart .previewCartAction .previewCartAction-checkout .button,
      #cart-preview-dropdown .previewCart .previewCartAction .previewCartAction-viewCart .button {
        padding: 16px;
        border-radius: 4px;
        display: block !important;
        text-align: center; }
    #cart-preview-dropdown .previewCart .previewCartAction .previewCartAction-viewCart {
      margin-top: 10px; }

#CartEditProductFieldsForm .form-actions .button.button--loader {
  background-color: #cccccc;
  border-color: rgba(0, 0, 255, 0);
  color: white;
  cursor: not-allowed; }

.brandGrid li.brand .card-figure {
  height: 120px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (min-width: 801px) {
    .brandGrid li.brand .card-figure {
      height: 200px; } }

.brandGrid li.brand .card-figure__link::before {
  display: none; }

.brandGrid li.brand .card-figure__link .card-img-container {
  margin: auto; }
  .brandGrid li.brand .card-figure__link .card-img-container::after {
    padding-bottom: 0; }

.brandGrid li.brand .card-body .card-title a::before {
  display: none; }

@media only screen and (max-width: 800px) {
  .header .navUser.open-cart {
    z-index: 51; }
  .header .navUser-item--cart .dropdown-menu .previewCartWrapper {
    width: 95%; }
    .header .navUser-item--cart .dropdown-menu .previewCartWrapper .previewCart-header h2 {
      font-size: 24px; }
    .header .navUser-item--cart .dropdown-menu .previewCartWrapper .previewCart-header .button--close svg {
      width: 18px;
      height: 18px; }
    .header .navUser-item--cart .dropdown-menu .previewCartWrapper .previewCart-body .previewCart-title {
      margin-top: 0px; }
    .header .navUser-item--cart .dropdown-menu .previewCartWrapper .previewCart-body .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name {
      font-size: 16px;
      line-height: 18px; }
    .header .navUser-item--cart .dropdown-menu .previewCartWrapper .previewCart-body .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-price {
      font-size: 14px;
      line-height: 18px; }
    .header .navUser-item--cart .dropdown-menu .previewCartWrapper .previewCart-body .previewCartItem-options {
      margin: 5px 0; }
    .header .navUser-item--cart .dropdown-menu .previewCartWrapper .previewCart-body .previewCartItem-bottom .form-increment {
      padding: 0 5px; }
      .header .navUser-item--cart .dropdown-menu .previewCartWrapper .previewCart-body .previewCartItem-bottom .form-increment .form-input--incrementTotal {
        padding: 5px;
        width: 45px;
        height: 45px; }
    .header .navUser-item--cart .dropdown-menu .previewCartWrapper .previewCart-body .previewCartItem-bottom .remove_product {
      padding-left: 12px; }
      .header .navUser-item--cart .dropdown-menu .previewCartWrapper .previewCart-body .previewCartItem-bottom .remove_product svg {
        width: 20px;
        height: 20px; }
  .header .navUser-item--cart .dropdown-menu .previewCart .previewCartSubTotal .previewCartSubTotal--title,
  .header .navUser-item--cart .dropdown-menu .previewCart .previewCartSubTotal .previewCartSubTotal--price {
    font-size: 16px;
    line-height: 18px; }
  .header .navUser-item--cart .dropdown-menu .previewCart .previewCartAction .previewCartAction-checkout .button,
  .header .navUser-item--cart .dropdown-menu .previewCart .previewCartAction .previewCartAction-viewCart .button {
    padding: 15px; }
  .navUser-item--cart .dropdown-menu .previewCartWrapper {
    border: 0; }
  #CartEditProductFieldsForm .form-actions {
    margin-top: 15px; } }

.circle {
  height: 100px;
  width: 100px;
  border-radius: 100%;
  box-shadow: 0 1px 0 0 rgba(255, 192, 0, 0.25), 0 -1px 0 0 rgba(255, 64, 0, 0.25), 1px 0 0 0 rgba(255, 192, 0, 0.25), -1px 0 0 0 rgba(255, 64, 0, 0.25), 1px -1px 0 0 rgba(255, 128, 0, 0.5), -1px 1px 0 0 rgba(255, 128, 0, 0.5), 1px 1px 0 0 rgba(255, 255, 0, 0.75), -1px -1px 0 0 rgba(255, 0, 0, 0.75); }

.circle:nth-of-type(2) {
  box-shadow: 0 1px 0 0 rgba(225, 131, 194, 0.25), 0 -1px 0 0 rgba(165, 181, 222, 0.25), 1px 0 0 0 rgba(225, 131, 194, 0.25), -1px 0 0 0 rgba(165, 181, 222, 0.25), 1px -1px 0 0 rgba(195, 156, 208, 0.5), -1px 1px 0 0 rgba(195, 156, 208, 0.5), 1px 1px 0 0 rgba(255, 105, 180, 0.75), -1px -1px 0 0 rgba(135, 206, 235, 0.75);
  animation: rotateThis 1s linear infinite; }

.circle:nth-of-type(3) {
  box-shadow: 0 1px 0 0 rgba(192, 63, 153, 0.25), 0 -1px 0 0 rgba(214, 69, 99, 0.25), 1px 0 0 0 rgba(192, 63, 153, 0.25), -1px 0 0 0 rgba(214, 69, 99, 0.25), 1px -1px 0 0 rgba(203, 66, 126, 0.5), -1px 1px 0 0 rgba(203, 66, 126, 0.5), 1px 1px 0 0 rgba(181, 59, 180, 0.75), -1px -1px 0 0 rgba(225, 72, 71, 0.75); }

.circle-multiple {
  height: 100px;
  width: 10px; }

.circle-multiple .circle {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto; }

.circle-multiple .circle:nth-of-type(1) {
  animation: psycho 2s linear infinite; }

.circle-multiple .circle:nth-of-type(2) {
  animation: psycho 2s linear 0.1s infinite; }

.circle-multiple .circle:nth-of-type(3) {
  animation: psycho 2s linear 0.25s infinite; }

@keyframes rotateThis {
  from {
    transform: rotate(0deg) scale(1); }
  to {
    transform: rotate(360deg) scale(1); } }

@keyframes psycho {
  0% {
    transform: rotate(0deg) scale(1) translate(0, 0); }
  33% {
    transform: rotate(360deg) scale(1) translate(5px, 5px); }
  66% {
    transform: rotate(720deg) scale(1) translate(-5px, -5px); }
  100% {
    transform: rotate(1080deg) scale(1) translate(0, 0); } }

.circles > * {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 2%; }

.circles {
  transform: translateZ(0);
  margin-bottom: 100px; }

@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;
  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: stencilColor("color-white")
; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: stencilColor("color-dark")
; }

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

.social-icons {
  list-style: none;
  text-align: center;
  margin: 0rem 0;
  padding: 0; }
  .social-icons li {
    display: inline-block;
    padding: 0 5px; }
    .social-icons li svg {
      width: 42px;
      height: 42px; }

.quickSearchMessage {
  font-size: 15px; }

.blog-homepage {
  margin: 0rem auto 0px;
  clear: both;
  display: block;
  width: 100%;
  overflow: hidden;
  height: auto;
  padding: 2rem 0 2rem;
  background: white;
  color: #c41c22; }
  @media (min-width: 801px) {
    .blog-homepage {
      max-width: 100%;
      margin: 0rem auto 0px;
      padding: 3rem 1rem 3rem; } }
  .blog-homepage .page-heading {
    color: #c41c22;
    text-shadow: none !important; }
  .blog-homepage .blogSwiper {
    width: 100%; }
    @media (min-width: 801px) {
      .blog-homepage .blogSwiper {
        width: 100%; } }
    .blog-homepage .blogSwiper .swiper-slide {
      padding: 0px 20px; }
    .blog-homepage .blogSwiper p {
      padding: 0px 0px;
      color: #c41c22; }
    .blog-homepage .blogSwiper figure img {
      width: 100%;
      border-radius: 10px; }
  .blog-homepage h3 {
    font-size: 22px;
    padding: 0px 0px;
    color: #c41c22; }
    .blog-homepage h3 a {
      text-decoration: none;
      color: #c41c22; }
  .blog-homepage ul {
    list-style: none;
    margin-left: 0;
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    font-size: 0;
    margin-bottom: 1.5rem; }
    .blog-homepage ul li {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 100%;
      float: none;
      display: inline-block;
      font-size: 15px;
      vertical-align: top; }
      @media (min-width: 801px) {
        .blog-homepage ul li {
          width: 33.33%; } }
      .blog-homepage ul li a {
        font-weight: 700;
        text-decoration: none; }
  .blog-homepage .blog-description a {
    font-weight: 700;
    text-decoration: none; }

.blog-page {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#consent-manager {
  width: 100%;
  float: left;
  left: 0px;
  border-radius: 4px; }
  @media (min-width: 801px) {
    #consent-manager {
      padding: 2rem; } }
  #consent-manager .css-10z1g2q {
    border-radius: 4px; }

#consent-manager-update-banner {
  text-align: center; }

.marquee {
  overflow: auto; }
  @media (min-width: 801px) {
    .marquee {
      overflow: inherit; } }

.loadingOverlay:before {
  display: none !important; }

.loadingOverlay .loading-all {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 60px;
  margin-left: -30px;
  z-index: 9;
  transform-origin: center;
  animation: spin 1s linear infinite; }
  .loadingOverlay .loading-all circle {
    stroke: black; }

.quickView div[data-content-region="below_productview_main--global"] {
  display: none; }

.allLoaded .productView-info,
.allLoaded .productView-details.product-options,
.allLoaded .productGrid,
.allLoaded .productCarousel-slide,
.allLoaded .productView-images {
  opacity: 1 !important; }

.allLoaded .productGrid {
  opacity: 1 !important;
  -khtml-opacity: 1 !important;
  transition: opacity 0.5s !important; }

.allLoaded .loading-category {
  display: none; }

.allLoaded .card {
  opacity: 1 !important;
  -khtml-opacity: 1 !important;
  transition: opacity 0.5s !important; }

.page-link {
  width: 100%;
  height: 50px;
  z-index: 9;
  position: absolute;
  left: 0px;
  top: 0px;
  cursor: pointer; }

/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */
@font-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; }

.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  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-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-horizontal {
  touch-action: pan-y; }

.swiper-vertical {
  touch-action: pan-x; }

.swiper-slide, swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.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, .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 {
  transform-style: preserve-3d; }

.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-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-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container: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: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,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto; }

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto; }

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-lock {
  display: none; }

.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, :host(.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;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1)); }

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%)); }

.swiper-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, swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube {
  overflow: visible; }

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px); }

.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-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; }

.form-select--small,
.form-select--date {
  background-position: right 0.8rem top 0.8rem;
  height: 3rem; }

.filter-toggleCustom {
  float: left;
  display: block;
  padding: 10px 0px;
  position: fixed !important;
  bottom: 20px;
  left: 0px;
  color: white;
  background: black;
  z-index: 99;
  display: block;
  width: 120px;
  left: 50%;
  text-align: center;
  border-radius: 100px;
  margin-left: -60px; }

.actionBar-section .form-field {
  margin-bottom: 1rem;
  background: transparent; }
  .actionBar-section .form-field .form-label {
    display: none; }
  .actionBar-section .form-field .form-select--small {
    background-position: right 0.8rem top 0.5rem !important; }
  .actionBar-section .form-field .form-select {
    background-color: transparent; }

.open-cart .navUser,
.open-cart .header-logo__link {
  z-index: 0; }

.open-cart .container-tab {
  display: none; }

.filter--open {
  overflow: hidden; }
  .filter--open .header,
  .filter--open .navPages-container,
  .filter--open .headerwrapper.sticky {
    z-index: 1; }
  .filter--open .body-overlay {
    display: block !important; }
  .filter--open .filter-open-bg {
    display: block; }
  .filter--open .facetedSearch-navList .accordion-content {
    display: block !important; }
  .filter--open .facetedSearch-navList .accordion-nav-clear-holder {
    border-bottom: none !important; }
  .filter--open .facetedSearch-navList .accordion-indicator {
    display: none !important; }
  .filter--open #product-listing-container .form-fieldset.actionBar-section {
    display: block; }

.filter-open-bg {
  display: none;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 9; }

.lenisDisable {
  overflow-y: auto; }

.button {
  padding: 0.93333rem 2rem; }

/*========================
=                        =
========================*/
.round-10 img {
  border-radius: 10px; }

.round-20 img {
  border-radius: 20px; }

.marquee-instagram {
  overflow: auto; }
  @media (min-width: 801px) {
    .marquee-instagram {
      overflow: hidden !important; } }
  .marquee-instagram img {
    width: 200px;
    margin: 20px;
    border-radius: 10px; }
    @media (min-width: 801px) {
      .marquee-instagram img {
        width: 320px;
        border-radius: 10px; } }

.container {
  padding: 0 1rem; }

.container.homePageWrapper {
  width: 100%;
  max-width: 100% !important;
  padding: 0rem; }
  .container.homePageWrapper .page-heading {
    padding-left: 1rem; }

.vertical-transition {
  padding: 1rem 0;
  margin-bottom: 0rem; }
  .vertical-transition .footer-info-list {
    display: none;
    margin-top: 1rem; }

header.header {
  height: auto;
  z-index: 91;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  /* ==========================================================================
	   mobile search always visible
	   ========================================================================== */ }
  header.header .mobileMenu-toggle {
    position: relative;
    padding: 0; }
    header.header .mobileMenu-toggle .mobileMenu-toggleIcon {
      background: black; }
      header.header .mobileMenu-toggle .mobileMenu-toggleIcon::after, header.header .mobileMenu-toggle .mobileMenu-toggleIcon::before {
        background: black; }
  header.header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background: transparent; }
  header.header .account-cart {
    display: block !important;
    width: auto; }
  header.header .navUser {
    margin: 0px;
    padding: 0px;
    background: black;
    color: white;
    position: static;
    transform: none;
    right: 0;
    top: 0px; }
    header.header .navUser .container {
      padding: 0px; }
    header.header .navUser .f-carousel__slide {
      padding: 0px 2rem; }
    header.header .navUser svg {
      fill: white; }
    header.header .navUser div[data-layout-id] {
      padding-bottom: 10px; }
    header.header .navUser .nav-banner {
      width: 100%;
      float: none;
      text-align: center;
      display: block;
      margin: 0px auto;
      position: relative; }
      header.header .navUser .nav-banner .f-carousel {
        margin-top: 0.7rem;
        height: 30px;
        overflow: hidden;
        line-height: 30px; }
        header.header .navUser .nav-banner .f-carousel svg {
          fill: none; }
        header.header .navUser .nav-banner .f-carousel .f-progress {
          display: none !important; }
        header.header .navUser .nav-banner .f-carousel .is-next {
          margin-right: -1.5rem;
          color: white; }
        header.header .navUser .nav-banner .f-carousel .is-prev {
          margin-left: -1.5rem;
          color: white; }
    header.header .navUser .dropdown-menu {
      border-radius: 0px 0px 10px 10px;
      border: none;
      background: black;
      color: white;
      min-width: 200px; }
      header.header .navUser .dropdown-menu a {
        color: white; }
      header.header .navUser .dropdown-menu:before, header.header .navUser .dropdown-menu:after {
        display: none !important; }
    header.header .navUser .navUser-action {
      font-weight: normal;
      text-transform: capitalize; }
  header.header .container {
    display: block;
    clear: both;
    padding: 0 1rem; }
  header.header .header-section {
    display: flex;
    vertical-align: center;
    align-items: center; }
    header.header .header-section ul {
      margin: 0px;
      padding: 0px; }
      header.header .header-section ul svg {
        width: 28px;
        height: 28px;
        border: none;
        outline: none;
        stroke: none;
        fill: black; }
        header.header .header-section ul svg .stroke {
          stroke: black; }
      header.header .header-section ul img {
        border-radius: 10px; }
      header.header .header-section ul cite {
        display: none; }
      header.header .header-section ul .navUser-item--cart {
        position: relative; }
        header.header .header-section ul .navUser-item--cart a {
          display: flex !important; }
        header.header .header-section ul .navUser-item--cart span.countPill {
          position: absolute;
          right: 0px;
          font-size: 11px;
          font-weight: 400;
          top: 1rem; }
      header.header .header-section ul #cart-preview-dropdown {
        width: 300px;
        overflow: hidden;
        z-index: 99; }
    header.header .header-section .header-logo--center {
      margin: 0.5rem auto; }
      header.header .header-section .header-logo--center .header-logo-image-container .header-logo-image {
        max-height: 3rem; }
    header.header .header-section .logo-white {
      display: none; }
  header.header .dropdown.dropdown--quickSearch {
    display: block;
    position: static;
    width: 100% !important;
    padding: 0px 0 10px;
    margin: 0 0px 0px;
    background: white; }
    header.header .dropdown.dropdown--quickSearch .container {
      max-width: 100%;
      padding: 0px !important; }
      header.header .dropdown.dropdown--quickSearch .container .form {
        max-width: 100%; }
        header.header .dropdown.dropdown--quickSearch .container .form .form-field {
          position: relative;
          width: 100%; }
          header.header .dropdown.dropdown--quickSearch .container .form .form-field .form-input {
            font-size: 15px;
            padding-left: 38px; }
          header.header .dropdown.dropdown--quickSearch .container .form .form-field .mobile-quickSearch-icon {
            position: absolute;
            top: 11px;
            left: 12px;
            height: 20px;
            width: 20px; }
      header.header .dropdown.dropdown--quickSearch .container .quickSearchResults {
        padding: 0px 0.50rem;
        margin-top: 0 !important; }
        header.header .dropdown.dropdown--quickSearch .container .quickSearchResults .modal-close {
          display: block;
          top: 5px;
          right: 5px; }
        header.header .dropdown.dropdown--quickSearch .container .quickSearchResults ul.productGrid {
          padding: 0rem 0 !important; }
          header.header .dropdown.dropdown--quickSearch .container .quickSearchResults ul.productGrid li.product {
            overflow: hidden;
            margin: 0;
            position: relative;
            width: 100%; }
            header.header .dropdown.dropdown--quickSearch .container .quickSearchResults ul.productGrid li.product article.card {
              padding-bottom: 0;
              overflow: hidden; }
              header.header .dropdown.dropdown--quickSearch .container .quickSearchResults ul.productGrid li.product article.card .sale-flag-side {
                top: 1rem;
                right: 1rem; }
              header.header .dropdown.dropdown--quickSearch .container .quickSearchResults ul.productGrid li.product article.card .card-figure {
                padding: 15px;
                width: 40%; }
                header.header .dropdown.dropdown--quickSearch .container .quickSearchResults ul.productGrid li.product article.card .card-figure .card-figure__link {
                  display: block;
                  opacity: 1; }
                  header.header .dropdown.dropdown--quickSearch .container .quickSearchResults ul.productGrid li.product article.card .card-figure .card-figure__link .card-image {
                    width: 100%;
                    border-radius: 10px; }
              header.header .dropdown.dropdown--quickSearch .container .quickSearchResults ul.productGrid li.product article.card .card-container {
                display: none; }
              header.header .dropdown.dropdown--quickSearch .container .quickSearchResults ul.productGrid li.product article.card .card-body {
                display: block;
                opacity: 1;
                text-align: left;
                padding-left: 10px; }
            header.header .dropdown.dropdown--quickSearch .container .quickSearchResults ul.productGrid li.product::after {
              display: none; }
      header.header .dropdown.dropdown--quickSearch .container .searchNotEmpty {
        margin-top: 1.5rem; }

.headerwrapper header.search-enable .header-section .dropdown.dropdown--quickSearch {
  display: none !important; }

.headerwrapper.sticky {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 9;
  -webkit-animation: text-focus-in 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: text-focus-in 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  transition: all 0.5s ease-in-out; }
  .headerwrapper.sticky .header-section .header-logo--center .header-logo-image-container img,
  .headerwrapper.sticky .navPages {
    height: auto; }
  .headerwrapper.sticky .header-section .header-logo--center .header-logo-image-container img {
    max-height: 3rem !important; }
  .headerwrapper.sticky .navUser {
    display: none; }

.sticky.hidden {
  top: -100%; }

.has-activeNavPages .headerwrapper.sticky {
  height: 100%;
  overflow: hidden; }
  .has-activeNavPages .headerwrapper.sticky .navPages-container.is-open {
    height: 100%;
    overflow: auto;
    position: fixed;
    top: 120px;
    width: 100%;
    z-index: 99;
    padding: 0px !important; }

.header.is-open .navUser-item--account {
  display: block; }

.header.is-open .navUser-item--cart {
  display: none; }

.navPages-container .navPages-item {
  border-bottom: 1px solid #e5e5e5; }
  .navPages-container .navPages-item a {
    color: #333333;
    font-size: 15px; }
  .navPages-container .navPages-item .is-open {
    color: #002fe1; }
    .navPages-container .navPages-item .is-open svg {
      fill: #002fe1;
      stroke: #002fe1; }
    .navPages-container .navPages-item .is-open li svg {
      fill: #333333;
      stroke: #333333; }
  .navPages-container .navPages-item li a {
    color: #333333;
    font-size: 18px; }

.navPages-container .navPages .navPages-list .navPages-item:hover .is-root {
  color: #002fe1; }
  .navPages-container .navPages .navPages-list .navPages-item:hover .is-root svg {
    fill: #002fe1;
    stroke: #002fe1; }

.navPages-container .navPages .navPages-list .navPages-item .navPages-action.activePage {
  color: #002fe1; }
  .navPages-container .navPages .navPages-list .navPages-item .navPages-action.activePage svg {
    fill: #002fe1;
    stroke: #002fe1; }

.navPages-container .navPage-subMenu-horizontal.alternate li {
  padding: 0.73333rem 0 0.73333rem !important; }

.navPages-container .navPages-item.navPages-item-page {
  position: relative; }
  .navPages-container .navPages-item.navPages-item-page .navToggle-page {
    position: absolute;
    background: transparent;
    width: 100%;
    top: 0;
    right: 0;
    height: 60px;
    z-index: 9;
    cursor: pointer; }

.navPages-container .navPages-list--user {
  border-top: none; }
  .navPages-container .navPages-list--user li {
    border: none; }

.navPages-container .navPage-subMenu-list .navPage-subMenu-action.navPages-action {
  color: #333333; }
  .navPages-container .navPage-subMenu-list .navPage-subMenu-action.navPages-action .smallimages {
    width: 30px;
    display: none;
    margin-right: 10px;
    border-radius: 0px; }
  .navPages-container .navPage-subMenu-list .navPage-subMenu-action.navPages-action span {
    display: inline-block !important;
    width: inherit !important; }
  .navPages-container .navPage-subMenu-list .navPage-subMenu-action.navPages-action:hover {
    color: #002fe1; }
  .navPages-container .navPage-subMenu-list .navPage-subMenu-action.navPages-action img {
    border-radius: 10px; }

.navPages-container .incldue-image-sub .navPages-action.has-subMenu .smallimages {
  margin-left: 0px;
  margin-right: 10px;
  display: none; }

.navPages-container .incldue-image-sub .navPages-action.has-subMenu span {
  margin-right: 10px;
  display: flex !important;
  width: auto !important; }

.navPages-container .incldue-image-sub .navPages-action.has-subMenu .collapsible-icon-wrapper {
  margin-left: auto; }

.navPages-action svg,
.navPages-action:hover svg,
.navPages-action.activePage svg {
  fill: #333333;
  stroke: #333333; }

.navPages-container.is-open {
  padding-top: var(--padding-height);
  height: 100%;
  overflow: auto;
  position: fixed; }
  .navPages-container.is-open .navPages-quickSearch {
    display: none; }
  .navPages-container.is-open .navPages-action .icon {
    margin: 0; }
  .navPages-container.is-open .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
    border: none;
    float: none;
    height: 0.73333rem;
    width: 0.73333rem;
    transform: rotate(0);
    padding: 0; }
  .navPages-container.is-open #navPages-brands .viewall {
    width: 100%;
    clear: both;
    text-align: left; }
  .navPages-container.is-open #navPages-brands li {
    width: 100%;
    padding: 0 0; }
    .navPages-container.is-open #navPages-brands li .card {
      display: flex;
      align-items: center;
      flex-direction: row;
      margin-bottom: 0rem;
      padding: 0.73333rem 0; }
    .navPages-container.is-open #navPages-brands li .card-body {
      text-align: center; }
      .navPages-container.is-open #navPages-brands li .card-body h3 {
        font-size: 17px;
        text-transform: capitalize;
        padding-left: 1rem;
        font-weight: 700;
        text-transform: uppercase; }
        .navPages-container.is-open #navPages-brands li .card-body h3 a {
          display: inline-block;
          position: relative;
          text-decoration: none; }
          .navPages-container.is-open #navPages-brands li .card-body h3 a:before {
            content: "";
            position: absolute;
            width: 0;
            height: 1px;
            bottom: 0;
            left: 0;
            background-color: #333333;
            transition: width 0.3s ease; }
          .navPages-container.is-open #navPages-brands li .card-body h3 a:hover::before {
            width: 100%; }
    .navPages-container.is-open #navPages-brands li .card-figure {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 30px;
      width: 30px; }
      .navPages-container.is-open #navPages-brands li .card-figure .card-img-container::after {
        padding-bottom: 0px !important; }
  .navPages-container.is-open .navPage-subMenu .navPage-subMenu-list a span {
    display: block;
    width: auto; }
  .navPages-container.is-open .navPage-subMenu .navPage-childList {
    margin-left: 0.5rem; }
    .navPages-container.is-open .navPage-subMenu .navPage-childList .navPage-childList-item {
      padding: 10px 0px; }
  .navPages-container.is-open li.lgoin-nav {
    display: none; }
    .navPages-container.is-open li.lgoin-nav a {
      display: inline-block; }
  .navPages-container.is-open .socialLinks {
    margin-top: 3rem; }

.show-navigation-images .navPage-subMenu-list .navPage-subMenu-action.navPages-action .smallimages {
  display: inline-block; }

.show-navigation-images .incldue-image-sub .navPages-action.has-subMenu .smallimages {
  display: flex; }

/* ==========================================================================
   comment
   ========================================================================== */
.navPages-container.is-open .view-all-menu img {
  display: none; }

.navPages-container.is-open .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
  padding: 0 0 0 0.5rem; }

.navPages-container.is-open .navPage-childList {
  border-left: none; }

/* ==========================================================================
   comment
   ========================================================================== */
.homepage-carousel img {
  width: 100%; }

.f-carousel .is-selected .blur {
  display: none !important; }

.f-carousel__slide .heroCarousel-content {
  text-align: center;
  padding: 5% 10% 10%;
  top: inherit;
  bottom: 5%; }
  .f-carousel__slide .heroCarousel-content .heroCarousel-title {
    display: block;
    font-size: 30px;
    letter-spacing: -1px;
    font-family: "DM Serif Display", Arial, Helvetica, sans-serif; }
  .f-carousel__slide .heroCarousel-content .heroCarousel-description {
    font-size: 18px; }

.alternative-carousel .f-carousel__slide {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  padding: 5% 10% 5%;
  align-items: center;
  position: relative !important;
  z-index: 1;
  overflow: hidden; }
  .alternative-carousel .f-carousel__slide .imagewrapper img {
    display: block;
    position: relative;
    z-index: 9;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 2rem; }
  .alternative-carousel .f-carousel__slide .heroCarousel-content {
    position: relative;
    top: inherit !important;
    display: block;
    margin: auto;
    width: 100% !important;
    z-index: 9;
    overflow: hidden;
    text-align: center;
    margin: 0px;
    left: 0px !important; }
    .alternative-carousel .f-carousel__slide .heroCarousel-content .heroCarousel-title {
      display: block;
      font-size: 27px;
      letter-spacing: -1px; }
    .alternative-carousel .f-carousel__slide .heroCarousel-content .heroCarousel-description {
      font-size: 15px; }
    .alternative-carousel .f-carousel__slide .heroCarousel-content .heroCarousel-action {
      position: static;
      bottom: 0px; }
  .alternative-carousel .f-carousel__slide .blur {
    height: 130%;
    width: 130%;
    position: absolute;
    top: -50px;
    z-index: 9;
    left: -50px;
    z-index: 2;
    left: 0px;
    display: block !important;
    cursor: inherit;
    filter: blur(10px);
    background-repeat: no-repeat !important;
    background-size: cover; }
    .alternative-carousel .f-carousel__slide .blur:after {
      background: rgba(255, 255, 255, 0.2);
      height: 100%;
      width: 100%;
      position: absolute;
      content: "";
      top: 0px;
      z-index: 0; }

.alternative-carousel .f-carousel__nav {
  display: none; }

.alternative-carousel .f-carousel__dots {
  position: absolute;
  bottom: 5px; }

.is-selected .blur {
  filter: blur(20px);
  height: 130%;
  width: 130%;
  position: absolute;
  top: -50px;
  z-index: 9;
  left: -50px;
  z-index: 2;
  left: 0px;
  display: block !important;
  cursor: inherit; }
  .is-selected .blur:after {
    background: rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0px;
    z-index: 0; }

.f-carousel.has-dots {
  margin-bottom: 0px !important; }

.containerWide {
  background-position: top center;
  background-repeat: repeat !important; }
  .containerWide .page-heading {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    min-width: 100%;
    padding: 5rem 1rem 1rem;
    position: relative;
    z-index: 9;
    width: 100% !important; }
  .containerWide .productCarousel {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    min-width: 100%;
    padding: 1rem 1rem 5rem;
    width: 100% !important;
    z-index: 9; }

.containerWide.new-products {
  background-color: #f7f7f7; }
  .containerWide.new-products .page-heading {
    color: black; }

.containerWide.top-products {
  background-color: #f2f2f2; }
  .containerWide.top-products .page-heading {
    color: black; }

.containerWide.featured-products {
  background-color: #f0f0f0; }
  .containerWide.featured-products .page-heading {
    color: black; }

.background-enabled .containerWide {
  background-position: -50% -50%;
  background-repeat: no-repeat !important;
  margin-top: 0px;
  padding-top: 1.5rem;
  background-size: 100% auto !important; }
  .background-enabled .containerWide:after {
    background: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0px;
    z-index: 0; }

.body.background-enabled .body-overlay {
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  top: 0px;
  z-index: 0;
  display: block; }

.homepage .containerWide::after {
  display: none !important; }

/* ==========================================================================
   important part for OOS function
   ========================================================================== */
li.product.productOutOfStock #add-to-cart-wrapper[productoutofstock] .add-to-cart-wallet-buttons {
  display: none; }

/* ==========================================================================

   ========================================================================== */
body {
  padding-top: 0px;
  overflow: auto;
  width: 100%;
  overflow-x: hidden; }

body.open-cart {
  overflow: hidden;
  width: 100%;
  height: 100%; }

.body {
  background-position: top -50%;
  background-repeat: no-repeat !important;
  margin-top: 0px;
  padding-top: 1.5rem;
  background-size: 100% auto !important;
  margin-bottom: 0px; }
  .body .container {
    z-index: 1;
    overflow: hidden;
    opacity: 1; }

.page-heading {
  margin: 0px 0px 1rem;
  font-size: 26px;
  text-align: left; }

/* ==========================================================================
  	celebration
   ========================================================================== */
.celebration-trigger {
  display: block;
  background: white;
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 1px;
  height: 1px;
  opacity: 0; }

.productView.main .productView-options {
  position: relative; }
  .productView.main .productView-options .celebration-trigger {
    bottom: 125px;
    left: 65%; }

.productView.main div[data-content-region="product_above_title"] div[data-sub-layout-container] {
  padding: 0px; }

.productView.main .productView-images,
.productView.main .productView-details.product-options,
.productView.main .productView-info {
  opacity: 0;
  transition: all 0.5s ease-in-out; }

.container-tab {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  margin-top: 0px;
  margin-bottom: 0px; }

/* ==========================================================================
   scrollTopArrow
   ========================================================================== */
.scrollTopArrow {
  position: fixed;
  width: 35px;
  height: 35px;
  z-index: 97;
  bottom: 1.5rem;
  right: 1.5rem;
  animation: fadeIn;
  animation-duration: 0.5s;
  cursor: pointer;
  background: white;
  border-radius: 100px;
  backdrop-filter: blur(20px);
  opacity: 0.7;
  display: none; }
  @media (min-width: 801px) {
    .scrollTopArrow {
      bottom: 50px;
      right: 50px; } }
  .scrollTopArrow svg {
    fill: transparent !important;
    stroke: black; }
    .scrollTopArrow svg rect {
      stroke: none; }

.scrollTopArrow.show {
  display: block; }

.toggle-content-button {
  background: black;
  text-align: center;
  padding: 10px 0px 30px;
  display: block;
  clear: both;
  width: 100%;
  height: auto;
  margin: 0px; }
  @media (min-width: 801px) {
    .toggle-content-button {
      text-align: center;
      padding: 0px 0px;
      display: block;
      clear: both;
      width: auto;
      height: auto;
      margin: auto;
      background: white; } }
  .toggle-content-button .dark-theme--toggle {
    position: static;
    margin: auto;
    z-index: 9;
    transition: right 0.5s ease;
    display: block;
    width: 50px;
    border-radius: 100px;
    border: 1px solid #f7f7f7; }
    @media (min-width: 801px) {
      .toggle-content-button .dark-theme--toggle {
        position: fixed;
        right: 50px;
        bottom: 55px; } }

#myCarousel {
  margin-top: -1.5rem; }
  #myCarousel .f-carousel__dots {
    bottom: 0px; }
    #myCarousel .f-carousel__dots button {
      color: #333333; }

.f-carousel,
div[data-layout-id] {
  position: relative;
  z-index: 1; }

@media (min-width: 801px) {
  .move-left {
    right: 100px !important; } }

.card-compare--toggle {
  position: absolute;
  top: 0;
  left: 0px;
  padding-top: 5px;
  display: none; }
  .card-compare--toggle .compare-text {
    float: left;
    margin-right: 5px; }
  .card-compare--toggle .checkbox-label {
    float: right; }

.enable {
  display: block; }

.checkbox {
  opacity: 0;
  position: absolute; }

.compare-checkbox {
  opacity: 0;
  position: absolute; }
  .compare-checkbox:checked + .checkbox-label {
    background: #2ecc71; }

.checkbox-label {
  background-color: rgba(208, 208, 208, 0.8);
  width: 50px;
  height: 26px;
  border-radius: 50px;
  position: relative;
  padding: 5px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.fa-moon {
  width: 20px;
  filter: invert(1); }

.fa-sun {
  width: 20px; }

.checkbox-label .ball {
  background-color: white;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  transition: transform 0.2s linear; }

.checkbox:checked + .checkbox-label .ball {
  transform: translateX(24px); }

.compare-checkbox:checked + .checkbox-label .ball {
  transform: translateX(24px); }

/*
 * scrolltop and dark/light end
 */
/* ==========================================================================
   cart
   ========================================================================== */
[data-cart] .page-heading {
  font-size: 20px; }

[data-cart] .cart-totals .cart-form .form-input {
  height: auto;
  padding: 0.73333rem; }

/*
* inCart
*/
.inCart {
  background: red !important;
  border: 1px solid black !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0px;
  font-weight: 700; }

body .fadein {
  opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1; }
  body .fadein:after {
    display: none; }

body .fadeout {
  filter: blur(5px); }
  body .fadeout:after {
    background: rgba(255, 255, 255, 0.2);
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0px;
    z-index: 9; }

.search-active .body {
  filter: blur(0px); }
  .search-active .body:after {
    display: none; }

.breadcrumbs .breadcrumb.is-active > .breadcrumb-label {
  font-weight: normal; }

.heroCarousel-content {
  background: transparent;
  left: 10% !important;
  width: auto !important;
  text-align: left;
  left: auto;
  -webkit-transform: translateY(0%);
  transform: translateY(0%); }
  .heroCarousel-content .heroCarousel-title {
    font-weight: 900;
    font-size: 76px; }
  .heroCarousel-content .heroCarousel-description {
    font-size: 28px; }

/* ==========================================================================
 category
 ========================================================================== */
.subcategoriesnavList .swiper-wrapper {
  opacity: 1 !important; }

.readmore {
  display: none; }

.morelessbutton {
  cursor: pointer;
  display: inline-block; }

.page {
  margin: 0 0;
  padding-bottom: 5rem; }
  .page #faceted-search-container {
    display: none; }
    .page #faceted-search-container #facetedSearch {
      padding: 0px;
      position: fixed;
      background: white;
      width: 100%;
      height: 100%;
      z-index: 99;
      right: 0px;
      overflow: auto;
      bottom: 0%;
      border: none;
      left: 0; }
      .page #faceted-search-container #facetedSearch .accordion-title {
        font-weight: 900; }
      .page #faceted-search-container #facetedSearch .facetedSearch-toggle,
      .page #faceted-search-container #facetedSearch .accordion-navigation {
        border-radius: 0 !important; }
      .page #faceted-search-container #facetedSearch .facetedSearch-toggle {
        margin-bottom: 0px;
        border: none;
        display: none; }
      .page #faceted-search-container #facetedSearch .facetedSearch-toggle-indicator {
        display: none; }
      .page #faceted-search-container #facetedSearch #facetedSearch-navList {
        display: block; }
        .page #faceted-search-container #facetedSearch #facetedSearch-navList .accordion--navList {
          margin-bottom: 6rem; }
  .page .actionBar-section .form-field {
    border: none;
    margin-bottom: 0px; }
    .page .actionBar-section .form-field .form-select--wrapper {
      border: 1px solid #111111;
      border-radius: 0;
      display: inline-block;
      width: auto;
      max-width: 20rem;
      padding-left: 10px;
      margin-left: 5px; }
      .page .actionBar-section .form-field .form-select--wrapper .form-select {
        padding-right: 0.8rem; }

#facetedSearch {
  padding-top: 50px !important; }

#product-listing-container .form-fieldset.actionBar-section {
  position: fixed;
  background: white;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  display: none; }
  #product-listing-container .form-fieldset.actionBar-section .form-select--wrapper {
    width: 100%;
    margin: 0;
    padding: 1rem;
    max-width: unset; }
    #product-listing-container .form-fieldset.actionBar-section .form-select--wrapper .form-select.form-select--small {
      width: 100%;
      max-width: unset; }

#product-listing-container {
  float: none;
  width: 100%; }
  #product-listing-container .productGrid {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin: 0px 0rem;
    clear: both; }
    #product-listing-container .productGrid li.product {
      display: flex;
      flex-direction: column;
      border: 1px solid #f7f7f7;
      border-radius: 13px;
      position: relative;
      overflow: hidden;
      padding: 3px !important;
      margin: 0.1rem;
      min-height: 500px; }
      #product-listing-container .productGrid li.product:hover {
        border: 1px solid #e5e5e5; }
      #product-listing-container .productGrid li.product .card {
        padding-bottom: 80px;
        position: relative; }
        #product-listing-container .productGrid li.product .card .button--primary {
          width: calc(100% - 32px);
          position: absolute;
          bottom: 1rem;
          left: 1rem;
          padding-left: 0px;
          padding-right: 0px;
          margin: 0px; }
  #product-listing-container .actionBar {
    position: relative; }

.page .actionBar {
  position: relative; }

.compare--mobile {
  position: fixed;
  background: #111111;
  padding: 0px;
  bottom: 20px;
  left: calc(50% - 65px);
  z-index: 99;
  width: 130px;
  border-radius: 100px;
  text-align: center; }
  .compare--mobile .navUser-item--compare {
    padding: 10px 5px;
    text-transform: capitalize;
    font-weight: normal;
    color: white; }

.showCompareCards .card .compare-button {
  display: block; }

.js-marquee span {
  padding: 0px 3rem;
  font-weight: normal; }

/* ==========================================================================
 bulkPrice
 ========================================================================== */
.bulkPriceVisible #modal-bulk-pricing {
  display: block;
  opacity: 1;
  visibility: visible;
  position: static;
  transform: none;
  background: transparent;
  min-height: auto;
  height: auto;
  padding-top: 1rem;
  clear: both;
  border: none; }
  .bulkPriceVisible #modal-bulk-pricing .modal-header {
    text-align: left;
    padding: 0px 0px 0rem;
    border: none; }
    .bulkPriceVisible #modal-bulk-pricing .modal-header h2 {
      text-align: left;
      font-size: 17px;
      font-weight: bold; }
    .bulkPriceVisible #modal-bulk-pricing .modal-header .modal-close {
      display: none; }
  .bulkPriceVisible #modal-bulk-pricing .modal-body {
    padding: 0px; }
    .bulkPriceVisible #modal-bulk-pricing .modal-body p {
      display: none; }
    .bulkPriceVisible #modal-bulk-pricing .modal-body ul {
      margin: 0px;
      font-size: 1rem; }

.bulkPriceVisible .productView-info-bulkPricing .productView-info-name,
.bulkPriceVisible .productView-info-bulkPricing .productView-info-value {
  display: none !important; }

.bulkPriceVisible .card ul {
  font-size: 1rem !important; }

li.product .card-figure__link,
li.product .card-body,
.productCarousel .card-figure__link,
.productCarousel .card-body {
  text-align: left; }
  li.product .card-figure__link .card--button,
  li.product .card-body .card--button,
  .productCarousel .card-figure__link .card--button,
  .productCarousel .card-body .card--button {
    background: black;
    color: white;
    border: 1px solid black;
    padding-left: 0px;
    padding-right: 0px; }
    li.product .card-figure__link .card--button:hover,
    li.product .card-body .card--button:hover,
    .productCarousel .card-figure__link .card--button:hover,
    .productCarousel .card-body .card--button:hover {
      background: #008a06;
      color: white;
      border: 1px solid #008a06; }

/* ==========================================================================
 card
 ========================================================================== */
.card,
.productView,
.card-product-details,
.card-container,
.card-container-section,
.productView-options,
.form,
#add-to-cart-wrapper {
  position: static !important;
  border: none; }

.badge,
.panic {
  font-size: 15px;
  color: #008a06; }

.card {
  position: relative;
  flex-direction: row; }
  .card .productView {
    margin: 0px !important;
    padding: 1rem !important; }
    .card .productView .productView-images {
      margin: 0px 0rem;
      padding: 0px;
      border: none;
      border-radius: 10px; }
  .card .sale-flag-side {
    border-radius: 6px;
    top: 1.5rem;
    right: 1.5rem;
    left: auto;
    font-size: 11px;
    padding: 2px 10px; }
  .card .new-badge {
    padding: 0px;
    display: inline-block;
    font-size: 14px;
    border: none;
    color: #008a06; }
  .card .compare-button {
    position: absolute;
    top: 0.5rem;
    left: 2rem;
    z-index: 99;
    background: transparent;
    display: none;
    position: absolute;
    padding: 1rem;
    padding-left: 0; }
    .card .compare-button:has(input:checked) {
      display: block;
      background: transparent; }
    .card .compare-button input {
      margin-right: 5px; }
  .card .card-figure {
    padding: 0px; }
    .card .card-figure .card-figcaption {
      bottom: 0px; }
      .card .card-figure .card-figcaption .button {
        box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px; }
    .card .card-figure img {
      border-radius: 10px; }
  .card .card-title {
    color: #333333;
    font-size: 18px;
    margin-top: 0px;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: normal;
    font-family: "Roboto", Arial, Helvetica, sans-serif; }
  .card .card-title.bold {
    font-weight: 900; }
  .card .card-text[data-test-info-type="price"] {
    font-size: 18px;
    display: block;
    clear: both;
    overflow: hidden;
    color: black; }
    .card .card-text[data-test-info-type="price"] span.unit {
      display: inline-block !important;
      padding-left: 0px;
      font-size: 13px;
      clear: none; }
    .card .card-text[data-test-info-type="price"] .price-section {
      float: left;
      display: inline-block;
      padding-right: 10px; }
      .card .card-text[data-test-info-type="price"] .price-section span {
        display: none; }
      .card .card-text[data-test-info-type="price"] .price-section .price-now-label {
        display: none !important; }
      .card .card-text[data-test-info-type="price"] .price-section span.price {
        display: inline-block; }
      .card .card-text[data-test-info-type="price"] .price-section .price--non-sale {
        color: black; }
    .card .card-text[data-test-info-type="price"] .price-section--saving.price {
      clear: both;
      display: block; }
      .card .card-text[data-test-info-type="price"] .price-section--saving.price span {
        display: block;
        float: left; }
  .card .productView-price.bold {
    font-weight: 700; }
  .card .card-container {
    width: 100%;
    border-radius: 13px; }
    .card .card-container .productView-details.product-data {
      padding-top: 0px !important; }
    .card .card-container .productView-details {
      display: block;
      width: 100%;
      float: none;
      clear: both;
      padding-top: 2rem;
      padding-bottom: 0px;
      padding-left: 0.75rem;
      padding-right: 0.75rem; }
      .card .card-container .productView-details .productView-product {
        border: none;
        padding: 0px;
        margin: 0px; }
        .card .card-container .productView-details .productView-product .productView-info-bulkPricing {
          display: block;
          margin-top: 1rem; }
          .card .card-container .productView-details .productView-product .productView-info-bulkPricing #modal-bulk-pricing {
            margin: 1rem 0px; }
            .card .card-container .productView-details .productView-product .productView-info-bulkPricing #modal-bulk-pricing .modal-header-title {
              margin-top: 0px;
              font-weight: bold !important;
              padding-bottom: 5px; }
            .card .card-container .productView-details .productView-product .productView-info-bulkPricing #modal-bulk-pricing dt,
            .card .card-container .productView-details .productView-product .productView-info-bulkPricing #modal-bulk-pricing dd {
              display: inline-block;
              clear: none; }
      .card .card-container .productView-details .productView-title.bold {
        font-weight: 900; }
      .card .card-container .productView-details .productView-brand {
        font-size: 13px;
        text-transform: capitalize;
        margin-top: 0px; }
      .card .card-container .productView-details .productView-info {
        display: none;
        padding-top: 1rem; }
        .card .card-container .productView-details .productView-info dt,
        .card .card-container .productView-details .productView-info dd {
          float: left;
          font-size: 1rem;
          margin-bottom: 0.4rem; }
        .card .card-container .productView-details .productView-info dt {
          text-transform: capitalize; }
        .card .card-container .productView-details .productView-info .productCondition {
          display: none; }
        .card .card-container .productView-details .productView-info dd:after {
          content: '';
          display: block;
          width: 100%;
          clear: both; }
        .card .card-container .productView-details .productView-info [class*=dynamicInfo-] {
          display: none; }
        .card .card-container .productView-details .productView-info .is-active {
          display: block !important; }
        .card .card-container .productView-details .productView-info .upsell-info,
        .card .card-container .productView-details .productView-info .hide-info {
          display: none !important; }
      .card .card-container .productView-details .productView-info > :first-child {
        margin-top: 0; }
      .card .card-container .productView-details .productView-info > :last-child {
        margin-bottom: 0.4rem; }
      .card .card-container .productView-details .productView-rating {
        display: block;
        clear: both;
        margin-top: 1rem;
        overflow: hidden; }
        .card .card-container .productView-details .productView-rating span.icon {
          clear: none;
          display: inline-block; }
        .card .card-container .productView-details .productView-rating .productView-reviewLink--new {
          display: none; }
      .card .card-container .productView-details span {
        clear: none;
        display: inline-block; }
      .card .card-container .productView-details span[data-option-value] {
        display: none; }
      .card .card-container .productView-details .productView-options {
        text-align: left; }
        .card .card-container .productView-details .productView-options .form-label {
          display: block; }
        .card .card-container .productView-details .productView-options .form-label--inlineSmall {
          display: none;
          font-weight: bold; }
          .card .card-container .productView-details .productView-options .form-label--inlineSmall small {
            margin-left: 0; }
        .card .card-container .productView-details .productView-options .form-field {
          margin-bottom: 1.5rem; }
          .card .card-container .productView-details .productView-options .form-field .unavailable:before {
            display: none; }
        .card .card-container .productView-details .productView-options .form-option-swatch .form-option-expanded {
          display: none !important; }
        .card .card-container .productView-details .productView-options .form-option {
          padding: 3px;
          border-radius: 5px; }
          .card .card-container .productView-details .productView-options .form-option .form-option-variant {
            border-radius: 5px;
            padding: 5px 10px; }
        .card .card-container .productView-details .productView-options .form-field--increments {
          display: none; }
        .card .card-container .productView-details .productView-options .add-to-cart-wrapper {
          display: block;
          width: 100%; }
        .card .card-container .productView-details .productView-options .add-to-cart-buttons {
          padding: 0 1.5rem;
          position: absolute;
          bottom: 0px;
          width: 100%;
          display: block;
          left: 0px; }
        .card .card-container .productView-details .productView-options .form-select--small {
          max-width: 100%; }
      .card .card-container .productView-details .show-variant-label .form-label--inlineSmall {
        display: block; }
      .card .card-container .productView-details .show-variant-label .tool-tip {
        display: none !important; }
    .card .card-container .productView-images {
      display: block;
      width: 100%;
      float: none;
      clear: both;
      margin-bottom: 1rem; }
    .card .card-container .productView-details.product-options {
      display: block;
      width: 100%;
      float: none;
      clear: both;
      padding-bottom: 0rem; }
      .card .card-container .productView-details.product-options .alertBox.productAttributes-message {
        display: none !important; }
  .card .card-img-slider {
    margin-bottom: 0px; }
    .card .card-img-slider .slick-dots {
      position: absolute;
      z-index: 9;
      bottom: 5px;
      width: 100%; }
      .card .card-img-slider .slick-dots li {
        height: 1rem;
        width: 1rem;
        margin: 0;
        opacity: 0.3; }
        .card .card-img-slider .slick-dots li button,
        .card .card-img-slider .slick-dots li button::before {
          width: 8px;
          height: 8px; }
    .card .card-img-slider:hover .slick-dots li {
      opacity: 0.7; }
    .card .card-img-slider img {
      border-radius: 10px; }
  .card .slick-prev,
  .card .slick-next {
    width: 32px;
    height: 32px;
    border-radius: 100px;
    display: flex;
    align-content: center;
    align-items: center;
    padding: 0px;
    background: transparent;
    border: none;
    opacity: 0; }
    .card .slick-prev::before,
    .card .slick-next::before {
      width: 16px;
      height: 16px;
      margin: auto; }
  .card .slick-prev {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-left: 3px;
    left: 10px; }
  .card .slick-next {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-right: 3px;
    right: 10px; }
  .card:hover .slick-prev {
    opacity: 1; }
  .card:hover .slick-next {
    opacity: 1; }

.form-option-swatch {
  border-radius: 5px !important; }
  .form-option-swatch .form-option-variant--color {
    border-radius: 5px !important;
    height: 25px;
    width: 25px; }

.pattern-swatch {
  border-radius: 5px !important; }
  .pattern-swatch .form-option-variant--pattern {
    border-radius: 5px !important; }

.card .card-product-details .productView-options .form-field--increments .form-increment {
  display: inline-block;
  padding: 0.7rem 0px !important;
  border: 1px solid #e5e5e5;
  border-radius: 5px; }
  .card .card-product-details .productView-options .form-field--increments .form-increment .form-input--incrementTotal {
    background: transparent;
    width: 30px; }
  .card .card-product-details .productView-options .form-field--increments .form-increment button {
    border: none; }

.card .card-product-details.showquantity .productView-options .form-field--increments {
  display: block; }

.productReviews {
  border-top: none; }

.form-field[data-product-attribute="input-file"] .form-fileDescription {
  display: none; }

/* ==========================================================================
  search result
 ========================================================================== */
[data-search-page-tabs] li.navBar-item {
  width: auto;
  display: inline-block; }

/* ==========================================================================
  gifts page
 ========================================================================== */
.gift--certificate {
  text-align: left; }
  .gift--certificate .navBar-section {
    border-top: 1px solid #e5e5e5; }
    .gift--certificate .navBar-section .navBar-item {
      margin: 0;
      font-size: 18px;
      border-bottom: 1px solid #e5e5e5;
      padding: 5px 0; }
      .gift--certificate .navBar-section .navBar-item .navBar-action {
        font-size: 18px; }

/* ==========================================================================
 productCarousel
 ========================================================================== */
.productCarousel {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 0px;
  flex-direction: row;
  padding-right: 10px; }
  .productCarousel .productView-details {
    padding: 0px 0px 25px !important;
    margin-bottom: 0px;
    position: static !important; }
  .productCarousel .productCarousel-slide {
    width: 100%;
    border: 1px solid white;
    border-radius: 13px;
    position: relative;
    padding-bottom: 0px;
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
    min-height: 500px; }
    .productCarousel .productCarousel-slide:hover {
      border: 1px solid #ccc; }
    .productCarousel .productCarousel-slide .card {
      width: 100%;
      opacity: 1 !important; }
      .productCarousel .productCarousel-slide .card .card-body {
        text-align: left;
        padding-bottom: 80px; }
      .productCarousel .productCarousel-slide .card .button--primary {
        position: absolute;
        bottom: 0px;
        width: calc(100% - 2rem);
        display: block;
        left: 1rem;
        margin-bottom: 1rem;
        position: absolute;
        bottom: 0px; }
    .productCarousel .productCarousel-slide .productView-details.product-data {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: 0;
      order: 0; }

.page-sidebar + .page-content {
  width: 100%;
  float: none;
  padding: 0; }
  .page-sidebar + .page-content .productGrid {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .page-sidebar + .page-content .productGrid li.product {
      display: flex;
      flex-direction: column;
      border: 1px solid white;
      border-radius: 13px;
      position: relative;
      padding-bottom: 10px;
      padding: 0px 1.5rem; }
      .page-sidebar + .page-content .productGrid li.product:hover {
        border: 1px solid #ccc; }

.page-content.page-content--centered {
  padding: 0; }

/* product-cards*/
.productCarousel article.card .card-figure .product_opacity_img,
#product-listing-container article.card .card-figure .product_opacity_img {
  display: block;
  width: 100%; }
  .productCarousel article.card .card-figure .product_opacity_img img,
  #product-listing-container article.card .card-figure .product_opacity_img img {
    width: 100%; }

.productCarousel article.card .card-figure .card-figure__link,
#product-listing-container article.card .card-figure .card-figure__link {
  position: absolute;
  z-index: 2;
  top: 0px; }

.productCarousel article.card .card-figure .card-figure__link:nth-of-type(2),
#product-listing-container article.card .card-figure .card-figure__link:nth-of-type(2) {
  position: absolute;
  top: 0px;
  z-index: 0; }

.productCarousel article.card .card-figure:hover .card-figure__link:nth-of-type(2),
#product-listing-container article.card .card-figure:hover .card-figure__link:nth-of-type(2) {
  z-index: 2; }

.productCarousel article.card .card-figure:hover .card-figcaption,
#product-listing-container article.card .card-figure:hover .card-figcaption {
  z-index: 9; }

.productCarousel article.card .card-text--colorswatches .options_slide,
#product-listing-container article.card .card-text--colorswatches .options_slide {
  border: 2px solid rgba(204, 204, 204, 0.2);
  border-radius: 6px;
  margin: 0px;
  padding: 0px;
  margin-left: 5px; }
  .productCarousel article.card .card-text--colorswatches .options_slide .productCard-colorSwatch,
  #product-listing-container article.card .card-text--colorswatches .options_slide .productCard-colorSwatch {
    border: 2px solid #fff;
    margin: 0px;
    border-radius: 3px;
    padding: 0px; }
    .productCarousel article.card .card-text--colorswatches .options_slide .productCard-colorSwatch img,
    #product-listing-container article.card .card-text--colorswatches .options_slide .productCard-colorSwatch img {
      border-radius: 3px; }

.productCarousel article.card .card-text--colorswatches .options_slide.active,
#product-listing-container article.card .card-text--colorswatches .options_slide.active {
  border: 2px solid; }

.productCarousel article.card .card-container,
#product-listing-container article.card .card-container {
  width: 100%;
  position: relative;
  top: 0;
  z-index: 9; }
  .productCarousel article.card .card-container .productView-details.product-options .productView-options .add-to-cart-buttons,
  #product-listing-container article.card .card-container .productView-details.product-options .productView-options .add-to-cart-buttons {
    width: 100%;
    margin-bottom: 1.5rem; }
  .productCarousel article.card .card-container .productView-details.product-options .productView-options .add-to-cart-buttons.CallForPrice .button,
  #product-listing-container article.card .card-container .productView-details.product-options .productView-options .add-to-cart-buttons.CallForPrice .button {
    padding-left: 0;
    padding-right: 0; }

.productGrid .product {
  width: 100% !important;
  margin: 0.5rem 0px;
  position: relative;
  overflow: hidden; }
  .productGrid .product .productView-details.product-data {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    order: 0; }

.grid-numbers {
  position: relative;
  width: auto;
  padding: 0;
  margin: 0;
  top: 5px;
  display: block;
  right: 0;
  z-index: 9;
  float: right; }
  .grid-numbers .productgrid-three {
    display: none; }
  .grid-numbers .productgrid-three.mobile-only {
    display: inline-block;
    position: relative; }
    .grid-numbers .productgrid-three.mobile-only::after {
      content: ' ';
      display: block;
      width: 4px;
      height: 1px;
      position: absolute;
      bottom: 5px;
      right: calc(50% - 2px);
      background: #111111; }
  .grid-numbers li {
    display: inline-block;
    margin: 0;
    padding: 0 5px; }
    .grid-numbers li:hover {
      cursor: pointer; }
    .grid-numbers li svg.grid-option {
      width: 26px;
      height: 26px; }

#main-content.productgrid-three .grid-numbers .productgrid-four {
  position: relative; }
  #main-content.productgrid-three .grid-numbers .productgrid-four::after {
    content: ' ';
    display: block;
    width: 4px;
    height: 1px;
    position: absolute;
    bottom: 5px;
    right: calc(50% - 2px);
    background: #111111; }

#main-content.productgrid-three .grid-numbers .productView-rating span {
  clear: both;
  display: block; }

#main-content.productgrid-three .grid-numbers .productgrid-three::after {
  display: none !important; }

#main-content.productgrid-three .productGrid .product {
  width: 49% !important; }
  #main-content.productgrid-three .productGrid .product .compare-button {
    top: 0px;
    left: 1.5rem; }
  #main-content.productgrid-three .productGrid .product .sale-flag-side {
    top: 1.2rem;
    right: 1.2rem; }
  #main-content.productgrid-three .productGrid .product .productView-title {
    font-size: 14px;
    text-transform: capitalize; }
  #main-content.productgrid-three .productGrid .product .productView-price {
    font-size: 18px; }
  #main-content.productgrid-three .productGrid .product .productView {
    padding: 0.5rem !important; }
    #main-content.productgrid-three .productGrid .product .productView .add-to-cart-buttons {
      padding: 0 1rem; }
      #main-content.productgrid-three .productGrid .product .productView .add-to-cart-buttons #form-action-addToCart {
        font-size: 15px; }
  #main-content.productgrid-three .productGrid .product .productView-rating span[role="img"] {
    display: block;
    clear: both; }

/* ==========================================================================
 comment
 ========================================================================== */
#facetedSearch {
  padding-top: 50px !important; }
  #facetedSearch #facetedSearch-navList {
    margin: 0px; }
  #facetedSearch .accordion--navList {
    border: none;
    margin: 0px; }
    #facetedSearch .accordion--navList .accordion-block {
      margin-top: 0.5rem; }
      #facetedSearch .accordion--navList .accordion-block .accordion-content {
        padding-top: 0.6rem; }
        #facetedSearch .accordion--navList .accordion-block .accordion-content .navList-action--checkbox {
          position: relative;
          display: block; }
          #facetedSearch .accordion--navList .accordion-block .accordion-content .navList-action--checkbox:before {
            border-radius: 4px;
            top: 50%;
            margin-top: -0.53333rem;
            border-width: 1px;
            height: 1.06667rem;
            left: 0;
            width: 1.06667rem;
            content: "";
            display: block;
            position: absolute;
            transition: all 50ms ease-out;
            box-sizing: border-box; }
      #facetedSearch .accordion--navList .accordion-block .accordion-nav-clear-holder {
        border-bottom: 1px solid #e5e5e5;
        padding: 0.5rem; }
      #facetedSearch .accordion--navList .accordion-block .navList .navList-item {
        display: block;
        clear: both;
        width: 100%; }
      #facetedSearch .accordion--navList .accordion-block #facetedSearch-content--price {
        padding: 1rem; }

.product,
.productCarousel-slide {
  --border-width: 5px;
  padding: 5px 5px 6px !important;
  margin: 0px;
  border: 0px !important; }
  .product .card,
  .productCarousel-slide .card {
    background: white;
    border-radius: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    height: 100%;
    margin-bottom: 0rem;
    padding: 1rem;
    box-shadow: 0px 0px 2px black; }
    .product .card:hover,
    .productCarousel-slide .card:hover {
      box-shadow: 0px 0px 5px black; }

.productCarousel-slide .card {
  padding-bottom: 0; }

.pagination-list {
  margin-top: 2rem; }
  .pagination-list .pagination-item a {
    padding: 10px 20px; }
  .pagination-list .pagination-item--current a {
    background: white; }

/* ==========================================================================
 productView
 ========================================================================== */
.productView.main {
  padding-top: 0px; }
  .productView.main .container {
    padding: 0px;
    display: flex;
    flex-direction: column; }
  .productView.main .productGallery-wrapper {
    position: relative; }
  .productView.main .fancydiv-parentPV {
    opacity: 0; }
  .productView.main .fancydiv-parentPV.show {
    opacity: 1; }
  .productView.main .productView-images {
    position: relative;
    width: 100%;
    margin-bottom: 1rem;
    order: 0; }
    .productView.main .productView-images .productGallery {
      cursor: pointer; }
    .productView.main .productView-images .productGallery-thumbs {
      padding: 1rem 0rem; }
      .productView.main .productView-images .productGallery-thumbs .productGallery-img {
        padding: 0.5rem;
        cursor: pointer; }
      .productView.main .productView-images .productGallery-thumbs .slick-arrow {
        display: none !important; }
    .productView.main .productView-images .slick-arrow {
      background: transparent;
      border: none;
      z-index: 9; }
    .productView.main .productView-images .slick-prev {
      left: 1rem; }
    .productView.main .productView-images .slick-next {
      right: 1rem; }
    .productView.main .productView-images .f-carousel__slide img {
      border-radius: 10px;
      width: 100%; }
    .productView.main .productView-images .f-thumbs__slide__img {
      border-radius: 5px; }
  .productView.main .hide-mobile-thumbs .f-thumbs {
    display: none; }
  .productView.main .productView-details.product-data {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    order: -1; }
  .productView.main .productView-details {
    width: 100%;
    padding-bottom: 1rem; }
    .productView.main .productView-details .socialLinks {
      margin-bottom: 1rem;
      text-align: center; }
      .productView.main .productView-details .socialLinks .socialLinks-item--google {
        display: none !important; }
    .productView.main .productView-details .productView-product {
      padding-bottom: 1rem;
      border: none; }
      .productView.main .productView-details .productView-product .productView-title {
        margin-top: 0px;
        font-size: 22px;
        text-transform: capitalize; }
      .productView.main .productView-details .productView-product .productView-brand {
        font-size: 15px; }
      .productView.main .productView-details .productView-product .productView-price {
        display: block;
        clear: both;
        overflow: hidden;
        font-size: 18px;
        color: black; }
        .productView.main .productView-details .productView-product .productView-price span.unit {
          display: inline-block !important;
          padding-left: 0px;
          font-size: 13px;
          clear: none; }
        .productView.main .productView-details .productView-product .productView-price .price-section {
          float: left;
          padding-right: 10px; }
          .productView.main .productView-details .productView-product .productView-price .price-section span,
          .productView.main .productView-details .productView-product .productView-price .price-section .price-now-label {
            display: none !important; }
          .productView.main .productView-details .productView-product .productView-price .price-section .price {
            display: inline-block !important;
            clear: none; }
        .productView.main .productView-details .productView-product .productView-price .price-section--saving.price {
          clear: both;
          display: block; }
          .productView.main .productView-details .productView-product .productView-price .price-section--saving.price span {
            display: block;
            float: left; }
      .productView.main .productView-details .productView-product .productView-price.bold {
        font-weight: 700; }
  .productView.main .pdfdt {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-bottom: -5px;
    margin-right: 5px; }
  .productView.main .f-carousel {
    position: relative;
    text-align: center; }
  .productView.main .videoatslider {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    width: 50px;
    height: 50px;
    opacity: 0.5;
    display: none; }
    .productView.main .videoatslider:hover {
      opacity: 1; }
  .productView.main .youtube,
  .productView.main .vimeo {
    display: none;
    /* Hide both SVG elements initially */
    width: 50px;
    height: 50px; }
  .productView.main .productView-details.product-options .productView-options {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.6);
    text-align: left; }
    .productView.main .productView-details.product-options .productView-options .form-label {
      text-transform: capitalize;
      font-weight: bold; }
    .productView.main .productView-details.product-options .productView-options .form-field {
      margin-bottom: 1rem;
      padding-top: .5rem; }
      .productView.main .productView-details.product-options .productView-options .form-field .form-option-wrapper {
        margin-bottom: 1rem; }
        .productView.main .productView-details.product-options .productView-options .form-field .form-option-wrapper .form-label {
          font-weight: normal; }
    .productView.main .productView-details.product-options .productView-options .form-select {
      max-width: 100%; }
    .productView.main .productView-details.product-options .productView-options [data-product-attribute] .form-option {
      padding: 5px 10px;
      border-radius: 5px; }
    .productView.main .productView-details.product-options .productView-options .unavailable:before {
      display: none; }
    .productView.main .productView-details.product-options .productView-options .form-option.form-option-swatch {
      border-radius: 100px;
      padding: 3px; }
    .productView.main .productView-details.product-options .productView-options .form-option-variant--color {
      border-radius: 100px; }
    .productView.main .productView-details.product-options .productView-options #add-to-cart-wrapper[productoutofstock] .add-to-cart-buttons {
      width: 100% !important;
      float: none;
      margin-bottom: 1rem; }
    .productView.main .productView-details.product-options .productView-options .add-to-cart-wrapper.productOOS .form-field.form-field--increments,
    .productView.main .productView-details.product-options .productView-options .add-to-cart-wrapper.productOOS .productAttributes-message {
      display: none; }
    .productView.main .productView-details.product-options .productView-options .add-to-cart-wrapper.productOOS .add-to-cart-buttons {
      float: none;
      width: 100% !important;
      margin-bottom: 1rem; }
    .productView.main .productView-details.product-options .productView-options .form-field--increments {
      float: left;
      width: 75px;
      padding-top: 0; }
      .productView.main .productView-details.product-options .productView-options .form-field--increments .form-label {
        display: none; }
      .productView.main .productView-details.product-options .productView-options .form-field--increments .form-increment {
        display: inline-block;
        padding: 0.7rem 0px !important;
        border: 1px solid #e5e5e5;
        border-radius: 5px; }
        .productView.main .productView-details.product-options .productView-options .form-field--increments .form-increment .form-input--incrementTotal {
          background: transparent;
          width: 20px; }
        .productView.main .productView-details.product-options .productView-options .form-field--increments .form-increment button {
          border: none; }
    .productView.main .productView-details.product-options .productView-options .add-to-cart-buttons {
      width: 100%;
      padding: 0 0 1rem 0;
      margin: 0px;
      float: right; }
      .productView.main .productView-details.product-options .productView-options .add-to-cart-buttons #form-action-addToCart {
        padding-left: 0px;
        padding-right: 0px; }
      .productView.main .productView-details.product-options .productView-options .add-to-cart-buttons .add-to-cart-wallet-buttons {
        margin-top: 0; }
    .productView.main .productView-details.product-options .productView-options .socialLinks {
      text-align: center; }
    .productView.main .productView-details.product-options .productView-options .form-wishlist {
      width: 100%;
      padding: 0px;
      margin: 0 0 0px 0; }
      .productView.main .productView-details.product-options .productView-options .form-wishlist:after {
        content: " ";
        width: 100%;
        height: 1rem;
        overflow: hidden;
        display: block;
        clear: both; }
      .productView.main .productView-details.product-options .productView-options .form-wishlist .dropdown-menu-button {
        width: 100%;
        margin: 0px;
        background: #f7f7f7; }
      .productView.main .productView-details.product-options .productView-options .form-wishlist #wishlist-dropdown.is-open {
        padding-right: 0px;
        border: 1px solid #e5e5e5 !important;
        border-radius: 0px 0px 5px 5px;
        left: 0px !important; }
        .productView.main .productView-details.product-options .productView-options .form-wishlist #wishlist-dropdown.is-open li .button {
          border: none !important; }
    .productView.main .productView-details.product-options .productView-options .inquiry-wrapper {
      width: 100%;
      clear: both;
      text-align: center;
      border: 1px solid #e5e5e5;
      border-radius: 5px;
      padding: 0.93333rem 2rem;
      cursor: pointer; }
      .productView.main .productView-details.product-options .productView-options .inquiry-wrapper a {
        text-decoration: none; }
  .productView.main .productView-description {
    width: 100%;
    float: right;
    padding: 0px 0px 1rem !important; }
    .productView.main .productView-description p {
      padding: 1rem 0 1rem;
      margin-bottom: 0px; }
    .productView.main .productView-description .productView-title {
      display: none; }
    .productView.main .productView-description .productView-description {
      width: 100%;
      padding: 0px;
      margin: 0px; }
  .productView.main .productView-info {
    border-radius: 10px;
    padding-left: 1rem;
    opacity: 0; }
    .productView.main .productView-info dt {
      font-weight: 700;
      float: left;
      margin-top: 0px;
      padding-top: 10px;
      margin: 0px;
      text-transform: capitalize; }
    .productView.main .productView-info dd {
      float: left;
      margin-top: 0px;
      margin-top: 0px;
      padding-top: 10px;
      margin-bottom: 0px;
      padding-left: 10px; }
    .productView.main .productView-info .productCondition {
      display: none; }
    .productView.main .productView-info [class*=dynamicInfo-] {
      display: none; }
    .productView.main .productView-info .is-active {
      display: block !important; }
    .productView.main .productView-info .hide-info {
      display: none; }

.lenis-scrolling iframe {
  pointer-events: none; }

.container-tab .card {
  padding-bottom: 4rem; }

.container-tab h2 {
  font-size: 24px;
  padding-left: 1rem; }

.now-price .price {
  color: #ad1d00; }

.red {
  color: #ad1d00; }

.inquiry-form-open {
  overflow: hidden; }
  .inquiry-form-open .newsletter--box--overly {
    display: block; }

#modal-bulk-pricing {
  background: white;
  border: 1px solid #e5e5e5;
  border-radius: 10px 10px 10px 10px; }

.modal-header {
  border: none; }

.inquiry-form,
.callForPrice-container {
  position: fixed;
  z-index: 999;
  bottom: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  padding: 3rem 0;
  background: white;
  border: 1px solid #e5e5e5;
  border-radius: 10px 10px 0px 0px;
  display: none;
  overflow: auto;
  overflow-x: hidden;
  max-height: auto;
  top: inherit; }
  .inquiry-form .modal-close,
  .callForPrice-container .modal-close {
    font-size: 40px; }
  .inquiry-form .page-heading,
  .callForPrice-container .page-heading {
    padding-left: 7.5%;
    text-transform: capitalize;
    font-size: 17px; }
  .inquiry-form #contact-us-page,
  .callForPrice-container #contact-us-page {
    width: 85%;
    margin: 0 auto;
    float: none;
    height: auto;
    overflow: hidden; }
    .inquiry-form #contact-us-page p,
    .callForPrice-container #contact-us-page p {
      margin-bottom: 0; }
    .inquiry-form #contact-us-page .form-field:has(#contact_question),
    .callForPrice-container #contact-us-page .form-field:has(#contact_question) {
      display: none; }

.inquiry-form.is-open,
.callForPrice-container.is-open {
  display: block; }

.videoGallery {
  padding-left: 0;
  padding-right: 0; }

.upsell-product .container-tab,
.upsell-product .upsell-info {
  display: none; }

.upsell-product .productView-title {
  font-size: 15px; }

.upsell-product .card-container .card-img-slider {
  height: 165px; }
  .upsell-product .card-container .card-img-slider .card-slider-image,
  .upsell-product .card-container .card-img-slider .card-slider-image img {
    max-height: 165px;
    max-width: 165px; }

/* ==========================================================================
 productView
 ========================================================================== */
#previewModal {
  width: 90%;
  right: 5% !important;
  left: auto !important;
  top: inherit !important;
  bottom: 10px !important;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  transform: none !important;
  margin: 0px !important;
  background-color: white;
  height: 55px !important;
  min-height: 55px !important; }
  #previewModal .modal-body {
    display: none;
    overflow: hidden; }
  #previewModal .modal-close {
    display: none; }
  #previewModal .modal-header-title {
    font-size: 15px; }
  #previewModal .previewCart {
    display: block; }
    #previewModal .previewCart .previewCartCheckout-price {
      font-size: 28px; }
    #previewModal .previewCart .button.button--primary[data-reveal-close] {
      display: none; }
    #previewModal .previewCart .previewCartCheckout {
      width: 100% !important;
      background: transparent;
      padding: 0px; }
    #previewModal .previewCart .productView {
      display: none !important; }

#modal-review-form {
  border-radius: 20px;
  border: 1px solid #e5e5e5; }

/* ==========================================================================
 footer
 ========================================================================== */
footer.footer {
  padding: 0px 0px 1rem;
  color: white; }
  footer.footer .container {
    padding: 0 1rem; }
  footer.footer svg {
    fill: white !important; }
  footer.footer .newsletter--wrapper {
    background: #c41c22;
    color: white;
    overflow: hidden;
    margin-bottom: 0rem;
    text-align: center;
    padding: 0rem 0px; }
    footer.footer .newsletter--wrapper .container {
      max-width: 50rem; }
      footer.footer .newsletter--wrapper .container h3 {
        font-size: 20px;
        color: white; }
    footer.footer .newsletter--wrapper .button--primary {
      padding-left: 2rem;
      padding-right: 2rem; }
  footer.footer .footer-info-list div[data-content-region="pages_footer--global"] ul,
  footer.footer .footer-info-list div[data-content-region="pages_footer--global"] div[data-sub-layout] {
    margin-left: 0px;
    padding-left: 0px; }
  footer.footer .footer-info {
    display: flex;
    flex-direction: column; }
    footer.footer .footer-info .footer-info-col {
      border-top: 1px solid #e5e5e5;
      width: 100%; }
      footer.footer .footer-info .footer-info-col address {
        color: white; }
      footer.footer .footer-info .footer-info-col strong {
        color: white; }
        footer.footer .footer-info .footer-info-col strong a {
          color: white; }
      footer.footer .footer-info .footer-info-col .footer-info-heading {
        font-size: 21px;
        color: white;
        text-transform: capitalize;
        font-weight: 500 !important;
        margin: 0; }
      footer.footer .footer-info .footer-info-col ul {
        list-style: none;
        margin-left: 0px; }
        footer.footer .footer-info .footer-info-col ul li {
          padding: 0px 0px 5px 0px;
          color: white; }
          footer.footer .footer-info .footer-info-col ul li a {
            text-transform: capitalize;
            color: white; }
    footer.footer .footer-info .store-details {
      order: 4;
      padding-top: 1rem; }
      footer.footer .footer-info .store-details .header-logo-image-container {
        min-height: auto;
        margin-bottom: 1rem; }
        footer.footer .footer-info .store-details .header-logo-image-container img {
          min-height: 3rem; }
      footer.footer .footer-info .store-details .footer-info-heading {
        width: 1px;
        height: 1px;
        overflow: hidden;
        z-index: 999;
        text-indent: -9999999px;
        padding: 0px;
        margin: 0px; }
      footer.footer .footer-info .store-details address {
        font-style: normal;
        margin-bottom: 1rem; }

.socialLinks--alt {
  margin: 1rem 0px; }
  .socialLinks--alt .icon {
    height: 2rem;
    width: 2rem; }

.footer-payment-icons {
  margin: 1rem;
  text-align: center;
  height: auto;
  justify-content: center; }
  .footer-payment-icons svg {
    height: 35px !important; }

.footer-copyright {
  text-align: center;
  margin: 1rem;
  color: white; }
  .footer-copyright a {
    color: white; }

/* ==========================================================================
 login
 ========================================================================== */
.login {
  margin: 0px auto; }
  .login .login-form {
    padding: 0px 0rem !important; }
    .login .login-form .form-actions {
      text-align: left; }
      .login .login-form .form-actions .forgot-password {
        margin-top: 10px; }
  .login .new-customer {
    padding-left: 0rem;
    padding-right: 0rem; }
    .login .new-customer .panel-header,
    .login .new-customer .panel-body {
      background: transparent;
      padding-left: 0rem;
      padding-right: 0rem; }
    .login .new-customer .button--primary {
      width: 100%; }
  .login .login-row {
    margin-top: 2rem;
    margin-bottom: 5rem; }

.account .card .productView-image[data-image-gallery-main],
.account .card .productView-thumbnails {
  display: none; }

.account[data-pagination-wishlist] .product .card {
  padding-bottom: 0px !important; }
  .account[data-pagination-wishlist] .product .card .add-to-cart-buttons {
    padding: 0 0rem !important;
    position: relative !important; }

.account[data-pagination-wishlist] .product .form {
  margin: 10px auto 0px;
  display: block; }
  .account[data-pagination-wishlist] .product .form .button {
    width: 100%; }

/* ==========================================================================
 comment
 ========================================================================== */
.beefup {
  border: 1px solid #e5e5e5;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  margin: 0px 0px;
  padding: 0px 0px 0rem;
  border-top: none; }
  .beefup:hover {
    border: 1px solid #e5e5e5;
    border-left: none;
    border-right: none;
    border-top: none; }
  .beefup .beefup__head {
    position: relative;
    font-size: 20px;
    font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0; }
    .beefup .beefup__head:after {
      transition: transform .2s ease-out;
      content: "";
      transform: translate(0, -50%) rotate(45deg);
      position: absolute;
      top: 50%;
      right: 20px;
      z-index: 0;
      margin-top: -2px;
      padding: 3px;
      border-width: 0 1px 1px 0;
      border-style: solid;
      color: #ccc; }
    .beefup .beefup__head button {
      font-weight: normal;
      width: 100%;
      text-align: left;
      padding: 0.5rem; }
      .beefup .beefup__head button a {
        padding: 0;
        color: black;
        text-transform: capitalize;
        text-decoration: none; }

.beefup.is-open > .beefup__head::after {
  transform: translate(0, -50%) rotate(225deg);
  margin-top: 2px; }

.beefup__body {
  padding: 0.5rem 0.5rem 1rem; }

.tab__head {
  margin: 0 0 -1px;
  padding: 0;
  list-style: none; }

.tab__head li {
  display: inline-block;
  z-index: 100;
  border: 1px solid #e5e5e5;
  font-weight: bold; }

.tab__head li.is-open {
  border-bottom-color: transparent; }

.tab__head a {
  display: block;
  padding: 0 10px;
  color: inherit;
  font-size: 16px;
  line-height: 2.5;
  text-decoration: none;
  white-space: nowrap; }

.tab__item.beefup {
  display: none;
  margin: 0;
  border-radius: 0; }

.tab__item.beefup.is-open {
  display: block; }

.tab__item .beefup__head {
  display: none; }

/* ==========================================================================
 f-progress
 ========================================================================== */
.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  user-select: none;
  pointer-events: none; }

.cart-page {
  padding-bottom: 3rem; }

/* ==========================================================================
  skeuomorph
  ========================================================================== */
.skeuomorph {
  /* ==========================================================================
	  comment
	  ========================================================================== */
  /* ==========================================================================
	  comment
	  ========================================================================== */
  /* ==========================================================================
	  fancy buttons
	  ========================================================================== */
  /* ==========================================================================comment
	  ========================================================================== */ }
  .skeuomorph .heroCarousel-title,
  .skeuomorph .page-heading {
    text-shadow: 0px -1px 1px rgba(255, 255, 255, 0.23); }
  .skeuomorph .inCart {
    background: red !important;
    border: 1px solid red !important;
    box-shadow: red 0 0 0 1px, rgba(255, 255, 255, 0.3) 0 1px 1px 0 inset, rgba(0, 0, 0, 0.5) 0 1px 2px 0, rgba(0, 0, 0, 0.4) 0 -1px 2px 0 inset, 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: red 0 0 0 1px, rgba(255, 255, 255, 0.3) 0 1px 1px 0 inset, rgba(0, 0, 0, 0.5) 0 1px 2px 0, rgba(0, 0, 0, 0.4) 0 -1px 2px 0 inset, 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; }
  .skeuomorph .productView-options .add-to-cart-buttons .button,
  .skeuomorph .form-prefixPostfix .button,
  .skeuomorph .previewCartAction-checkout .button {
    border: 0;
    transition: all 150ms ease-in-out;
    color: white;
    box-shadow: #f25287 0 0 0 1px, rgba(255, 255, 255, 0.3) 0 1px 1px 0 inset, rgba(0, 0, 0, 0.5) 0 1px 2px 0, rgba(0, 0, 0, 0.4) 0 -1px 2px 0 inset, 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    background: linear-gradient(rgba(255, 255, 255, 0.05) 0, transparent 100%), linear-gradient(0deg, #f25287 0%, #f25287 100%);
    text-shadow: 0px -1px 1px black; }
  .skeuomorph .productView-options .add-to-cart-buttons .button:hover,
  .skeuomorph .form-prefixPostfix .button:hover,
  .skeuomorph .previewCartAction-checkout .button:hover {
    filter: brightness(1.1); }
  .skeuomorph .productView-options .add-to-cart-buttons .button:active,
  .skeuomorph .form-prefixPostfix .button:active,
  .skeuomorph .previewCartAction-checkout .button:active {
    background: linear-gradient(rgba(0, 0, 0, 0.05) 0, transparent 100%), linear-gradient(180deg, #f25287 0%, #f25287 100%);
    box-shadow: #f25287 0 0 0 1px, rgba(255, 255, 255, 0.1) 0 1px 1px 0 inset, rgba(0, 0, 0, 0.5) 0 1px 2px 0, rgba(0, 0, 0, 0.5) 0 1px 2px 0 inset, 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    text-shadow: 0px -1px 1px black; }
  .skeuomorph .heroCarousel-action {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.05)), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(#f25287), to(#f25287));
    background: linear-gradient(rgba(0, 0, 0, 0.05), transparent), linear-gradient(180deg, #f25287 0%, #f25287 100%);
    -webkit-box-shadow: #f25287 0 0 0 1px, rgba(255, 255, 255, 0.1) 0 1px 1px 0 inset, rgba(0, 0, 0, 0.5) 0 1px 2px 0, rgba(0, 0, 0, 0.5) 0 1px 2px 0 inset, 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    box-shadow: #f25287 0 0 0 1px, 0 1px 1px 0 rgba(255, 255, 255, 0.49) inset, 0 1px 2px 0 rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.5) 0 1px 2px 0 inset, 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    text-shadow: 0px -1px 1px black;
    margin-bottom: 10px;
    border: none; }
  .skeuomorph .sale-flag-side {
    touch-action: manipulation;
    border-radius: 8px;
    border: 0;
    padding: 5px 10px;
    background-image: linear-gradient(to bottom, #84b709, #46a100);
    box-shadow: inset 0 -2px Rgb(0 0 0/0.2), 0 2px 4px Rgb(0 0 0/0.2);
    text-align: center;
    font-weight: 600;
    color: white;
    transition-property: transform, opacity;
    transition-duration: .4s, .2s;
    transition-timing-function: cubic-bezier(0.55, 1, 0.15, 1), ease-in-out;
    height: auto;
    font-size: 12px; }
  .skeuomorph .sale-flag-side:active:not(:disabled) {
    transform: scale(0.92); }
  .skeuomorph .sale-flag-side:disabled {
    background-image: linear-gradient(to bottom, #9f9f9f, #848484);
    cursor: not-allowed; }
  .skeuomorph .sale-flag-side:disabled {
    opacity: .4; }
  .skeuomorph .product,
  .skeuomorph .productCarousel-slide {
    --border-width: 5px;
    padding: 5px 5px 6px !important;
    margin: 0px;
    border: 0px !important;
    position: relative;
    border-radius: 13px; }
    .skeuomorph .product .card,
    .skeuomorph .productCarousel-slide .card {
      background: white;
      border-radius: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      height: 100%;
      margin-bottom: 0rem;
      padding-bottom: 2rem;
      box-shadow: 0px 0px 2px #ccc; }
    .skeuomorph .product::after,
    .skeuomorph .productCarousel-slide::after {
      position: absolute;
      content: "";
      top: calc(-1 * var(--border-width));
      left: calc(-1 * var(--border-width));
      z-index: -1;
      width: calc(100% + var(--border-width) * 2);
      height: calc(100% + var(--border-width) * 2);
      background: linear-gradient(60deg, #5f86f2, #a65ff2, #f25fd0, #f25f61, #f2cb5f, #abf25f, #5ff281, #5ff2f0);
      background-size: 300% 300%;
      background-position: 0 50%;
      border-radius: calc(2 * var(--border-width));
      animation: moveGradient 4s alternate infinite;
      opacity: 0; }
  .skeuomorph .glow::after,
  .skeuomorph .productCarousel-slide:hover::after {
    opacity: 1; }

@keyframes moveGradient {
  50% {
    background-position: 100% 50%; } }
  .skeuomorph .glow {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .skeuomorph .fadedown {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .skeuomorph .pagination-list {
    margin-top: 2rem; }
    .skeuomorph .pagination-list .pagination-item.pagination-item--current {
      border-color: transparent !important;
      margin: 0 0.4rem 0 0.73333rem;
      border-radius: 10px; }
    .skeuomorph .pagination-list .pagination-item {
      background: white;
      border: 2px solid #888;
      font-size: 18px;
      cursor: pointer;
      border-radius: 10px;
      outline: none;
      padding: 0;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15), 5px 14px 8px rgba(0, 0, 0, 0.15);
      transition: all 0.1s ease-in-out; }
      .skeuomorph .pagination-list .pagination-item:hover {
        border-radius: 10px; }
    .skeuomorph .pagination-list .pagination-item .pagination-link {
      padding: 20px 30px;
      border-radius: 8px;
      box-shadow: inset 0 -6px #d5d7de, 0 -2px white;
      transition: all 0.1s ease-in-out; }
    .skeuomorph .pagination-list .pagination-item:active {
      box-shadow: none; }
    .skeuomorph .pagination-list .pagination-item:active .pagination-link {
      box-shadow: none;
      transform: translate3d(0, 0, 0); }

/* ========================================================================== TOOLTIP
  ========================================================================== */
.tool-tip {
  position: relative;
  display: inline-block;
  height: 18px;
  width: 18px;
  top: 4px;
  left: -2px; }
  .tool-tip svg {
    height: 18px;
    width: 18px; }
  .tool-tip .toolTip-Description {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    width: auto;
    min-width: 220px;
    top: 25px;
    left: -110px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    border-radius: 5px;
    background: #f2f2f2;
    padding: 10px 10px 10px 10px;
    font-weight: normal; }
  .tool-tip:hover .toolTip-Description {
    visibility: visible;
    opacity: 1; }

.upsell-product .container-tab,
.upsell-product .upsell-info {
  display: none; }

.upsell-product .upsell .upsell-title {
  font-size: 19px;
  font-weight: 700;
  display: flex;
  align-items: center;
  clear: both;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: 1rem; }
  .upsell-product .upsell .upsell-title span.addallbase {
    margin-left: auto;
    margin-bottom: 0px; }

.upsell-product .upsell .card {
  margin-bottom: 10px; }
  .upsell-product .upsell .card .card-img-container,
  .upsell-product .upsell .card .card-body {
    display: none; }
  .upsell-product .upsell .card .productView {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.6);
    display: block; }
  .upsell-product .upsell .card .productView-images {
    width: 40%;
    float: left;
    clear: none;
    margin-bottom: 0px; }
  .upsell-product .upsell .card .productView-details {
    position: static;
    float: right;
    width: 55%;
    clear: none;
    margin: 0px;
    padding: 0px; }
    .upsell-product .upsell .card .productView-details .productView-title {
      font-size: 15px !important;
      margin: 0px; }
    .upsell-product .upsell .card .productView-details .productView-brand {
      font-size: 15px !important;
      font-weight: normal;
      margin: -0.2rem 0 0.2rem; }
    .upsell-product .upsell .card .productView-details .productView-price {
      font-size: 17px !important;
      margin-bottom: 0; }
    .upsell-product .upsell .card .productView-details .productView-rating {
      display: none; }
    .upsell-product .upsell .card .productView-details .form-field {
      margin-bottom: 1rem; }
    .upsell-product .upsell .card .productView-details .productView-options {
      padding: 0px;
      margin: 0px;
      background: transparent;
      border-radius: none;
      border: none; }
    .upsell-product .upsell .card .productView-details .form-option-variant--color,
    .upsell-product .upsell .card .productView-details .form-option-variant--pattern {
      height: 35px;
      width: 35px; }
    .upsell-product .upsell .card .productView-details .add-to-cart-buttons {
      position: relative;
      width: 100% !important;
      display: block;
      float: none; }

/* ==========================================================================
   newsletter--popup
  ========================================================================== */
.newsletter--box {
  border: 1px solid #e5e5e5;
  background: #f7f7f7;
  display: none;
  position: fixed;
  z-index: 99;
  top: 5%;
  bottom: inherit;
  width: 90%;
  left: 5%;
  height: auto;
  padding: 0;
  border-radius: 10px; }
  .newsletter--box .modal-close {
    font-size: 2.5rem;
    top: 0.75rem; }
  .newsletter--box img {
    border-radius: 10px; }
  .newsletter--box .subscription-img-container {
    width: 100%;
    margin: 0;
    padding: 10px; }
  .newsletter--box .container {
    width: 100%;
    margin: 0;
    padding: 0rem 2rem; }
    .newsletter--box .container .footer-info-heading {
      letter-spacing: 0px;
      font-size: 18px;
      padding-top: 0px;
      margin-top: 1rem; }
    .newsletter--box .container .form {
      margin: 0 0 0rem; }

.newsletter--box.with-image .subscription-img-container {
  display: block; }

.show-subscription-popup header,
.show-subscription-popup #menu {
  z-index: 0; }

.show-subscription-popup .newsletter--box {
  display: block; }

.newsletter--box--overly {
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 98;
  display: none; }

.swiper-wrapper {
  opacity: 0 !important; }

.swiper-wrapper,
.blog-page {
  opacity: 1 !important;
  -khtml-opacity: 1 !important; }

.productCarouselSwiper {
  background: transparent; }

.container-tab {
  opacity: 1; }

.form-option-expanded,
.form-option-wrapper .form-option-image {
  display: none !important; }

.show {
  display: block; }

.has-activeModal .newsletter--box--overly {
  display: block; }

.modal {
  border-radius: 20px; }

.modal-header-title {
  font-size: 17px; }

.autocoupon {
  display: none; }

.page-content:has(.compareTable) {
  overflow: auto; }
  .page-content:has(.compareTable) .compareTable-product {
    width: 200px; }

.productCarouselSwiper .sale-flag-side {
  top: 2rem;
  right: 2rem; }

/*
 * bundle
 */
.bundle-kit .page-sidebar,
.bundle-kit #main-content .page.category .actionBar {
  display: none !important; }

.bundle-kit .addall {
  float: none !important;
  display: block;
  cursor: pointer;
  text-transform: capitalize;
  width: 100%;
  margin-top: 1rem; }

.bundle-kit #main-content .page-sidebar + .page-content {
  width: 100%; }

.bundle-kit .productGrid .product {
  width: 100% !important; }

article.card h1,
article.card h2,
article.card .productView-brand,
article.card .productView-options label,
article.card .productView-info-name,
.card-addToCart,
.page-sidebar h2,
.page-sidebar .form-minMaxRow .button.button--small,
.productView .productView-info-name,
.upsell-title,
.form-label--alternate,
.button,
.inquiry-wrapper a,
#modal-bulk-pricing .modal-header h2,
.productView-brand,
.previewCartItem-name,
.cart-item-name,
#navPages-brands h3 {
  font-family: "Roboto", Arial, Helvetica, sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

/*
 * mobile only
 */
@media (max-width: 801px) {
  .panel-title,
  .page-heading {
    font-size: 28px; }
  .account-body {
    margin: 0 0rem; }
  .heroCarousel-title {
    color: black; }
  .heroCarousel-description {
    color: black; } }

.card--alternate .card-body {
  background-color: transparent; }

.offstyle .product .card,
.offstyle .productCarousel-slide .card {
  -webkit-box-shadow: none;
  box-shadow: none; }

@media (min-width: 801px) {
  .container.homePageWrapper {
    width: 100%;
    max-width: 100% !important;
    padding: 0rem 0px; }
    .container.homePageWrapper .page-heading {
      padding-left: 1rem; }
  .container.productViewWrapper {
    padding: 0;
    max-width: 100%; }
  .page {
    margin: 0 -.75rem; }
    .page .page-content.page-content--centered {
      width: 100%; }
  body {
    overflow: hidden; }
    body header.header .dropdown.dropdown--quickSearch {
      display: none;
      width: 100% !important;
      padding: 0;
      margin: 0 0 0rem 0; }
    body header.header .dropdown.dropdown--quickSearch.is-open {
      display: block; }
  .vertical-transition {
    margin-bottom: 3rem;
    padding: 0; }
    .vertical-transition .footer-info-list {
      display: block !important;
      margin-top: 0; }
    .vertical-transition .footer-info-heading {
      margin-bottom: 0.73333rem !important; }
  .grid-numbers {
    position: absolute;
    font-weight: normal;
    font-size: 16px;
    list-style: none;
    margin: 0;
    top: 0px;
    text-align: right;
    right: 0;
    width: auto;
    height: auto;
    float: none; }
    .grid-numbers .productgrid-three {
      position: relative;
      display: inline-block; }
      .grid-numbers .productgrid-three::after {
        content: ' ';
        display: block;
        width: 4px;
        height: 1px;
        position: absolute;
        bottom: 5px;
        right: calc(50% - 2px);
        background: #111111; }
    .grid-numbers .productgrid-three.mobile-only {
      display: none; }
    .grid-numbers li {
      display: inline-block;
      margin: 0;
      padding: 0 5px; }
      .grid-numbers li:hover {
        cursor: pointer; }
      .grid-numbers li svg.grid-option {
        width: 20px;
        height: 20px; }
  .productGrid {
    margin: 0 0 !important; }
    .productGrid .product {
      width: 49.2% !important; }
  #main-content.productgrid-three .grid-numbers .productgrid-four {
    position: relative; }
    #main-content.productgrid-three .grid-numbers .productgrid-four::after {
      content: ' ';
      display: block;
      width: 4px;
      height: 1px;
      position: absolute;
      bottom: 5px;
      right: calc(50% - 2px);
      background: #111111; }
  #main-content.productgrid-three .grid-numbers .productgrid-three::after {
    display: none !important; }
  #main-content.productgrid-three .productGrid {
    margin: 0 !important; }
    #main-content.productgrid-three .productGrid .product {
      width: 32.5% !important; }
      #main-content.productgrid-three .productGrid .product .productView .add-to-cart-buttons {
        padding: 0 1.5rem; }
  #main-content.productgrid-three .productView-rating span[role="img"] {
    display: inline-block !important;
    clear: none !important; }
  header.header {
    border-bottom: none;
    z-index: 92; }
    header.header .container {
      padding: 0 2rem; }
    header.header .navUser {
      margin: 0px;
      padding: 0px;
      background: black;
      color: white; }
      header.header .navUser .container {
        padding: 0 2rem; }
        header.header .navUser .container .socialLinks .socialLinks-item {
          margin-bottom: 0; }
        header.header .navUser .container svg {
          fill: white; }
        header.header .navUser .container div[data-layout-id] {
          padding-bottom: 0px; }
        header.header .navUser .container .navUser-section--social {
          width: 30%;
          float: left;
          height: 50px;
          display: flex;
          align-items: center; }
          header.header .navUser .container .navUser-section--social .navUser-item {
            margin-top: 0px; }
            header.header .navUser .container .navUser-section--social .navUser-item svg {
              width: 30px;
              height: 30px; }
          header.header .navUser .container .navUser-section--social .socialLinks-item svg {
            width: 25px;
            height: 25px; }
        header.header .navUser .container .navUser-section--alt {
          width: 30%;
          float: right;
          text-align: right; }
          header.header .navUser .container .navUser-section--alt .navUser-item {
            margin: auto;
            float: right; }
            header.header .navUser .container .navUser-section--alt .navUser-item .navUser-item--contact {
              display: inline-block;
              padding-left: 5px; }
        header.header .navUser .container .nav-banner {
          width: 40%;
          float: left;
          text-align: center;
          display: block;
          position: relative; }
          header.header .navUser .container .nav-banner .f-carousel {
            margin-top: 0.7rem;
            height: 30px;
            overflow: hidden;
            line-height: 30px; }
            header.header .navUser .container .nav-banner .f-carousel svg {
              fill: none; }
            header.header .navUser .container .nav-banner .f-carousel .f-progress {
              display: none !important; }
        header.header .navUser .container .navUser-action {
          font-weight: normal;
          text-transform: capitalize; }
    header.header .header-section {
      display: flex;
      vertical-align: center;
      align-items: center; }
      header.header .header-section ul {
        margin: 0px;
        padding: 0px; }
        header.header .header-section ul svg {
          width: 28px;
          height: 28px;
          border: none;
          outline: none;
          stroke: none;
          fill: black; }
        header.header .header-section ul cite {
          display: none; }
        header.header .header-section ul .navUser-item--cart {
          position: relative; }
          header.header .header-section ul .navUser-item--cart span.countPill {
            position: absolute;
            right: 0px;
            font-size: 11px;
            font-weight: 400;
            top: 1rem; }
        header.header .header-section ul #cart-preview-dropdown {
          width: 300px;
          overflow: hidden; }
      header.header .header-section .header-logo--center {
        margin: 1rem auto; }
        header.header .header-section .header-logo--center .header-logo-image-container {
          min-height: auto;
          min-height: 50px; }
      header.header .header-section .search-gift {
        margin-right: auto;
        display: flex;
        z-index: 9; }
        header.header .header-section .search-gift li:last-child {
          display: flex;
          align-self: center; }
      header.header .header-section .account-cart {
        margin-left: auto;
        display: flex !important;
        z-index: 9; }
        header.header .header-section .account-cart li:first-child {
          display: flex;
          align-self: center; }
      header.header .header-section .search-gift .navUser-item,
      header.header .header-section .account-cart .navUser-item {
        opacity: 1;
        transition: all 1s ease-in-out; }
    header.header .header-section.navuser-items-load .search-gift .navUser-item,
    header.header .header-section.navuser-items-load .account-cart .navUser-item {
      opacity: 1; }
    header.header .dropdown--quickSearch {
      padding: 0rem 0px;
      margin-bottom: 2rem;
      position: static;
      border-radius: 6px;
      width: 100%;
      border: none;
      background: transparent; }
      header.header .dropdown--quickSearch .container {
        padding: 0px; }
        header.header .dropdown--quickSearch .container .form {
          max-width: 100%;
          border: none; }
        header.header .dropdown--quickSearch .container .quickSearchResults {
          border: none;
          padding: 0px 0px !important; }
          header.header .dropdown--quickSearch .container .quickSearchResults .quickSearchMessage {
            font-size: 28px;
            padding: 10px 0px 20px; }
          header.header .dropdown--quickSearch .container .quickSearchResults .modal-close {
            right: 5px !important; }
          header.header .dropdown--quickSearch .container .quickSearchResults .productGrid {
            padding: 2rem !important;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: left;
            -ms-flex-pack: left;
            justify-content: left;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            header.header .dropdown--quickSearch .container .quickSearchResults .productGrid .product {
              padding: 0.5rem !important;
              overflow: hidden;
              border-radius: 10px;
              width: 33.33% !important; }
              header.header .dropdown--quickSearch .container .quickSearchResults .productGrid .product .card {
                border: 1px solid #f7f7f7;
                padding: 1rem !important;
                border-radius: 10px;
                display: block !important; }
                header.header .dropdown--quickSearch .container .quickSearchResults .productGrid .product .card .sale-flag-side {
                  right: 1rem; }
                header.header .dropdown--quickSearch .container .quickSearchResults .productGrid .product .card .card-figure__link,
                header.header .dropdown--quickSearch .container .quickSearchResults .productGrid .product .card .card-body {
                  opacity: 1;
                  display: block !important;
                  margin-bottom: 1rem; }
                  header.header .dropdown--quickSearch .container .quickSearchResults .productGrid .product .card .card-figure__link .card--button,
                  header.header .dropdown--quickSearch .container .quickSearchResults .productGrid .product .card .card-body .card--button {
                    position: absolute;
                    bottom: 1rem;
                    left: 1rem;
                    width: calc(100% - 32px);
                    margin: 0;
                    padding-left: 0;
                    padding-right: 0; }
                header.header .dropdown--quickSearch .container .quickSearchResults .productGrid .product .card .card-figure {
                  padding: 0 !important;
                  width: 100% !important; }
                  header.header .dropdown--quickSearch .container .quickSearchResults .productGrid .product .card .card-figure img {
                    border-radius: 10px;
                    width: 100%; }
                  header.header .dropdown--quickSearch .container .quickSearchResults .productGrid .product .card .card-figure .card-img-container::after {
                    padding-bottom: 100%; }
                  header.header .dropdown--quickSearch .container .quickSearchResults .productGrid .product .card .card-figure .card-figcaption-body {
                    display: none !important; }
                header.header .dropdown--quickSearch .container .quickSearchResults .productGrid .product .card:hover {
                  border: 1px solid #e5e5e5; }
  .headerwrapper header.search-enable .header-section .header-logo {
    order: -1;
    margin: 1rem 0;
    padding-right: 2rem; }
  .headerwrapper header.search-enable .header-section .search-gift {
    margin-right: 0;
    margin-left: 0.73333rem; }
    .headerwrapper header.search-enable .header-section .search-gift .navUser-item.quickSearch {
      display: none; }
  .headerwrapper header.search-enable .header-section .account-cart {
    margin: 0; }
  .headerwrapper header.search-enable .header-section .account-cart-region,
  .headerwrapper header.search-enable .header-section .search-gift-region {
    display: none !important; }
  .headerwrapper header.search-enable .header-section .dropdown.dropdown--quickSearch {
    display: block !important;
    width: 60% !important;
    margin-left: auto;
    margin-right: 2rem; }
  .headerwrapper header.search-enable .header-section .quickSearchResults {
    position: absolute;
    background: white;
    border-radius: 10px;
    width: 100%; }
    .headerwrapper header.search-enable .header-section .quickSearchResults .modal-close {
      top: -40px !important; }
    .headerwrapper header.search-enable .header-section .quickSearchResults .card-body {
      padding-right: 0; }
  .headerwrapper header.search-enable .dropdown.dropdown--quickSearch {
    display: none !important; }
  .navPages-container {
    border-bottom: 1px solid #e5e5e5;
    background: white;
    z-index: 91; }
    .navPages-container .navPages {
      max-width: 100%;
      border-bottom: 1px solid white; }
      .navPages-container .navPages .navPages-list .navPages-item {
        border-bottom: none; }
        .navPages-container .navPages .navPages-list .navPages-item .navPages-action {
          font-weight: normal;
          text-transform: capitalize;
          padding: 1rem 1.5rem;
          color: #333333; }
          .navPages-container .navPages .navPages-list .navPages-item .navPages-action:hover {
            color: #002fe1; }
            .navPages-container .navPages .navPages-list .navPages-item .navPages-action:hover svg {
              fill: #002fe1;
              stroke: #002fe1; }
          .navPages-container .navPages .navPages-list .navPages-item .navPages-action svg {
            fill: #333333;
            stroke: #333333; }
          .navPages-container .navPages .navPages-list .navPages-item .navPages-action span {
            position: relative;
            text-decoration: none; }
            .navPages-container .navPages .navPages-list .navPages-item .navPages-action span:before {
              content: "";
              position: absolute;
              width: 0;
              height: 1px;
              bottom: 0;
              left: 0;
              background-color: #333333;
              transition: width 0.3s ease; }
            .navPages-container .navPages .navPages-list .navPages-item .navPages-action span:hover::before {
              width: 100%; }
        .navPages-container .navPages .navPages-list .navPages-item .is-open {
          color: #002fe1; }
          .navPages-container .navPages .navPages-list .navPages-item .is-open svg {
            fill: #002fe1;
            stroke: #002fe1; }
      .navPages-container .navPages .navPages-list .navPage-subMenu-horizontal.alternate li {
        padding: 0 !important; }
      .navPages-container .navPages #navPages-brands .viewall {
        width: 100%;
        clear: both;
        text-align: left; }
      .navPages-container .navPages #navPages-brands li {
        float: left;
        width: 16.66%;
        text-align: center; }
        .navPages-container .navPages #navPages-brands li .card-body {
          text-align: center; }
          .navPages-container .navPages #navPages-brands li .card-body h3 {
            font-size: 17px;
            text-transform: capitalize; }
            .navPages-container .navPages #navPages-brands li .card-body h3 a {
              display: inline-block;
              position: relative;
              text-decoration: none; }
              .navPages-container .navPages #navPages-brands li .card-body h3 a:before {
                content: "";
                position: absolute;
                width: 0;
                height: 1px;
                bottom: 0;
                left: 0;
                background-color: #333333;
                transition: width 0.3s ease; }
              .navPages-container .navPages #navPages-brands li .card-body h3 a:hover::before {
                width: 100%; }
        .navPages-container .navPages #navPages-brands li .card-figure {
          display: flex;
          justify-content: center;
          align-items: center;
          height: 150px;
          width: 100%; }
          .navPages-container .navPages #navPages-brands li .card-figure .card-img-container::after {
            padding-bottom: 0px !important; }
      .navPages-container .navPages .navPages-item-page .navPage-subMenu {
        width: 16rem; }
        .navPages-container .navPages .navPages-item-page .navPage-subMenu .navPage-subMenu-list {
          padding: 1rem 0.5rem;
          max-width: 100rem; }
        .navPages-container .navPages .navPages-item-page .navPage-subMenu a.navPages-action {
          font-size: 17px;
          margin-bottom: 0px !important;
          padding: 5px 0px 5px 1.13333rem;
          color: #333333;
          display: inline-block;
          width: auto !important; }
      .navPages-container .navPages .navPage-subMenu {
        margin-top: 2px;
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); }
        .navPages-container .navPages .navPage-subMenu .navPage-subMenu-list {
          padding: 0 2rem; }
        .navPages-container .navPages .navPage-subMenu .all-navigation {
          width: 75%;
          float: left;
          overflow: hidden; }
          .navPages-container .navPages .navPage-subMenu .all-navigation li {
            width: 25%;
            margin-bottom: 2rem; }
            .navPages-container .navPages .navPage-subMenu .all-navigation li:nth-child(5) {
              clear: left; }
            .navPages-container .navPages .navPage-subMenu .all-navigation li li {
              width: 100%;
              margin-bottom: 0rem; }
              .navPages-container .navPages .navPage-subMenu .all-navigation li li:nth-child(5) {
                clear: none; }
        .navPages-container .navPages .navPage-subMenu .all-navigation.count-ul4 {
          width: 75%;
          float: left;
          overflow: hidden; }
          .navPages-container .navPages .navPage-subMenu .all-navigation.count-ul4 li {
            width: 25%;
            margin-bottom: 0px; }
            .navPages-container .navPages .navPage-subMenu .all-navigation.count-ul4 li li {
              width: 100%;
              margin-bottom: 0px; }
          .navPages-container .navPages .navPage-subMenu .all-navigation.count-ul4 li:nth-child(4) {
            clear: none; }
          .navPages-container .navPages .navPage-subMenu .all-navigation.count-ul4 li:nth-child(5) {
            clear: left; }
        .navPages-container .navPages .navPage-subMenu .all-navigation.count-ul5 {
          width: 75%;
          float: left;
          overflow: hidden; }
          .navPages-container .navPages .navPage-subMenu .all-navigation.count-ul5 li {
            width: 25%;
            margin-bottom: 0px; }
            .navPages-container .navPages .navPage-subMenu .all-navigation.count-ul5 li li {
              width: 100%;
              margin-bottom: 0px; }
          .navPages-container .navPages .navPage-subMenu .all-navigation.count-ul5 li:nth-child(4) {
            clear: none; }
          .navPages-container .navPages .navPage-subMenu .all-navigation.count-ul5 li:nth-child(5) {
            clear: left; }
        .navPages-container .navPages .navPage-subMenu .all-navigation.count-ul3 {
          width: 75%;
          float: left;
          overflow: hidden; }
          .navPages-container .navPages .navPage-subMenu .all-navigation.count-ul3 li {
            width: 33.33%;
            margin-bottom: 0px; }
            .navPages-container .navPages .navPage-subMenu .all-navigation.count-ul3 li li {
              width: 100%;
              margin-bottom: 0px; }
        .navPages-container .navPages .navPage-subMenu .all-navigation.count-ul2 {
          width: 50%;
          float: left;
          overflow: hidden;
          margin-left: 12.5%; }
          .navPages-container .navPages .navPage-subMenu .all-navigation.count-ul2 li {
            width: 50%;
            margin-bottom: 0px; }
            .navPages-container .navPages .navPage-subMenu .all-navigation.count-ul2 li li {
              width: 100%;
              margin-bottom: 0px; }
        .navPages-container .navPages .navPage-subMenu .all-navigation.count-ul1 {
          width: 50%;
          float: left;
          overflow: hidden;
          margin-left: 12.5%; }
          .navPages-container .navPages .navPage-subMenu .all-navigation.count-ul1 li {
            margin-bottom: 0px;
            width: 50%; }
            .navPages-container .navPages .navPage-subMenu .all-navigation.count-ul1 li a {
              font-size: 17px;
              font-weight: 600;
              padding: 0 0 0.4rem;
              margin-bottom: 0px; }
            .navPages-container .navPages .navPage-subMenu .all-navigation.count-ul1 li a.has-subMenu {
              font-size: 20px;
              font-weight: 700;
              margin-bottom: 0px !important; }
            .navPages-container .navPages .navPage-subMenu .all-navigation.count-ul1 li .navPage-childList a {
              padding: 0 0 0.4rem;
              margin-bottom: 0px; }
            .navPages-container .navPages .navPage-subMenu .all-navigation.count-ul1 li li {
              margin-bottom: 0px;
              width: 100%; }
        .navPages-container .navPages .navPage-subMenu .all-navigation.count-ul0 {
          width: 25%;
          margin-left: 25%;
          float: left;
          overflow: hidden; }
          .navPages-container .navPages .navPage-subMenu .all-navigation.count-ul0 li {
            padding: 2px 0px !important;
            width: 100%;
            margin-bottom: 0px; }
            .navPages-container .navPages .navPage-subMenu .all-navigation.count-ul0 li a {
              font-size: 17px;
              font-weight: 400;
              padding: 0 0 0.4rem;
              margin-bottom: 0px; }
        .navPages-container .navPages .navPage-subMenu .view-all-menu a {
          padding: 0px; }
          .navPages-container .navPages .navPage-subMenu .view-all-menu a img {
            margin-bottom: 10px; }
        .navPages-container .navPages .navPage-subMenu .navPage-subMenu-item a.navPages-action {
          font-size: 20px;
          font-weight: 700;
          margin-bottom: 0px !important;
          padding: 5px 0px 5px 1.13333rem;
          color: #333333;
          display: inline-block;
          width: auto !important; }
          .navPages-container .navPages .navPage-subMenu .navPage-subMenu-item a.navPages-action .smallimages {
            width: 30px;
            display: none;
            margin-right: 0px;
            border-radius: 0px; }
        .navPages-container .navPages .navPage-subMenu .navPage-subMenu-item a.has-subMenu {
          margin-bottom: 0px;
          padding-bottom: 5px;
          display: inline-block; }
        .navPages-container .navPages .navPage-subMenu .navPage-subMenu-item ul.navPage-childList {
          padding-left: 0px; }
          .navPages-container .navPages .navPage-subMenu .navPage-subMenu-item ul.navPage-childList li {
            padding: 2px 0px; }
            .navPages-container .navPages .navPage-subMenu .navPage-subMenu-item ul.navPage-childList li a {
              font-size: 17px;
              font-weight: 400; }
        .navPages-container .navPages .navPage-subMenu .incldue-image-sub .navPages-action.has-subMenu img {
          width: 100%;
          border-radius: 10px; }
  .headerwrapper.sticky .header-section .header-logo--center .header-logo-image-container img,
  .headerwrapper.sticky .navPages {
    -webkit-animation: slide-in-blurred-top 0.8s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation: slide-in-blurred-top 0.8s cubic-bezier(0.23, 1, 0.32, 1) both; }
  .headerwrapper.sticky .dropdown--quickSearch.is-open.f-open-dropdown {
    display: block !important; }
  nav[aria-label="Breadcrumb"] ol.breadcrumbs {
    text-align: left; }
  .productCarousel {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
    flex-direction: row; }
    .productCarousel .productView-details {
      padding: 0px 0px 0px !important;
      margin-bottom: 0px; }
    .productCarousel .productCarousel-slide {
      width: 24.5%;
      border: 1px solid white;
      margin: 0.25%;
      border-radius: 13px;
      position: relative;
      padding-bottom: 0px;
      position: relative;
      overflow: hidden;
      margin-bottom: 0px;
      opacity: 0; }
      .productCarousel .productCarousel-slide .card {
        padding-bottom: 80px;
        position: relative; }
      .productCarousel .productCarousel-slide .card-body {
        padding-bottom: 0px !important; }
      .productCarousel .productCarousel-slide:hover {
        border: 1px solid #ccc; }
      .productCarousel .productCarousel-slide .add-to-cart-buttons {
        padding: 0 1.5rem !important;
        position: absolute;
        bottom: 0px;
        width: 100%;
        display: block;
        left: 0px;
        margin-bottom: 1rem;
        position: absolute;
        bottom: 1rem; }
  .f-carousel__slide .heroCarousel-content {
    width: 50%;
    text-align: left;
    left: 0%;
    bottom: 5%;
    top: inherit;
    margin: 0px;
    position: absolute; }
    .f-carousel__slide .heroCarousel-content .heroCarousel-title {
      display: block;
      font-size: 48px;
      letter-spacing: -1px;
      color: white; }
    .f-carousel__slide .heroCarousel-content .heroCarousel-description {
      font-size: 18px;
      color: white; }
  .f-carousel__slide .heroCarousel-content {
    padding: 5% 10% 5%; }
  .alternative-carousel .f-carousel__slide {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 2% 10% 2%;
    align-items: center;
    background-position: top center;
    background-repeat: repeat !important;
    position: relative !important;
    z-index: 1; }
    .alternative-carousel .f-carousel__slide .imagewrapper {
      width: 40%;
      z-index: 99;
      margin-left: 10%; }
      .alternative-carousel .f-carousel__slide .imagewrapper img {
        border-radius: 10px;
        transition: transform 550ms, opacity 500ms;
        transform: scale(0.9);
        margin-bottom: 0px; }
        .alternative-carousel .f-carousel__slide .imagewrapper img:hover {
          transform: scale(1); }
    .alternative-carousel .f-carousel__slide .heroCarousel-content {
      position: relative;
      left: 0px !important;
      top: 0px;
      display: flex !important;
      align-items: left !important;
      margin-right: auto;
      right: auto;
      flex-direction: column;
      width: 50% !important;
      padding: 5%;
      z-index: 99;
      overflow: hidden; }
      .alternative-carousel .f-carousel__slide .heroCarousel-content .heroCarousel-title {
        display: block;
        font-size: 48px;
        letter-spacing: -1px;
        text-align: left; }
      .alternative-carousel .f-carousel__slide .heroCarousel-content .heroCarousel-description {
        font-size: 18px;
        text-align: left; }
      .alternative-carousel .f-carousel__slide .heroCarousel-content .heroCarousel-action {
        margin-right: auto; }
  .alternative-carousel .f-carousel__nav {
    display: block; }
  .alternative-carousel .f-carousel__dots {
    justify-content: right;
    position: absolute;
    bottom: 1rem;
    right: 1rem; }
  .containerWide {
    padding: 0px; }
    .containerWide .page-heading {
      max-width: 83rem;
      min-width: 83rem;
      width: 83rem !important; }
    .containerWide .productCarousel {
      max-width: 83rem;
      min-width: 83rem;
      width: 83rem !important;
      padding: 1rem 2rem 5rem 0rem; }
  .show-navigation-images .navPages-container .navPages .navPage-subMenu .navPage-subMenu-item a.navPages-action .smallimages {
    display: inline-block;
    margin-bottom: 10px; }
  #main-content .page-heading {
    text-align: left;
    font-size: 38px; }
  #main-content div[data-content-region="category_below_header"] {
    text-align: left; }
  #main-content .filter-open-bg {
    display: none; }
  #main-content .page-sidebar {
    display: block; }
    #main-content .page-sidebar #facetedSearch {
      position: static;
      background: transparent;
      width: auto;
      height: auto;
      border: none;
      padding-top: 1rem !important; }
      #main-content .page-sidebar #facetedSearch .facetedSearch-clearLink {
        right: 40px; }
      #main-content .page-sidebar #facetedSearch .accordion--navList .accordion-title {
        font-weight: 900; }
      #main-content .page-sidebar #facetedSearch .accordion--navList #facetedSearch-content--price .form-minMaxRow .form-field {
        width: 50%; }
      #main-content .page-sidebar #facetedSearch .accordion--navList #facetedSearch-content--price .form-minMaxRow .form-field:last-child {
        clear: both;
        width: 100%;
        margin-top: 1rem; }
  #main-content .page-sidebar + .page-content {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 75%;
    float: left; }
  #main-content .page.category .actionBar {
    margin-top: 1rem;
    margin-bottom: 1rem; }
    #main-content .page.category .actionBar .form-field {
      display: block;
      margin: 0 0 0rem;
      max-width: none; }
  #main-content .page.category .productGrid .product {
    position: relative;
    padding: 0.5rem 1.5rem;
    margin: 0.4% !important; }
  #main-content .card-compare--toggle {
    padding-top: 0px;
    right: 70px;
    left: auto; }
    #main-content .card-compare--toggle .compare-text {
      padding-top: 2px; }
  #main-content .page article.card .card-figcaption .card-figcaption-button.quickview,
  #main-content .productCarousel article.card .card-figcaption .card-figcaption-button.quickview {
    display: block !important; }
  .filter-toggleCustom {
    display: none; }
  .compare--mobile {
    display: none; }
  #product-listing-container .form-fieldset.actionBar-section {
    display: block;
    position: static;
    background: transparent;
    width: auto; }
    #product-listing-container .form-fieldset.actionBar-section .form-select--wrapper {
      width: auto;
      padding: 0 0 0 10px;
      max-width: 20rem;
      border-radius: 4px; }
  .productViewWrapper nav[aria-label="Breadcrumb"] {
    margin-left: auto;
    margin-right: auto;
    max-width: 86rem;
    position: relative;
    width: 100%;
    padding: 0 1.5rem; }
  .productView.main .container {
    padding: 0 1.5rem;
    display: block; }
  .productView.main .productView-images {
    width: 60%;
    padding: 0px;
    opacity: 0;
    padding-top: 0; }
    .productView.main .productView-images .f-thumbs {
      display: block; }
  .productView.main .productView-details {
    width: 38%; }
  .productView.main .productView-description {
    width: 100%;
    padding: 0px 0px 3rem !important; }
  .productView.main .productView-details.product-data {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .productView.main .productView-title {
    font-size: 32px !important; }
  .productView.main .productView-price {
    font-size: 28px !important; }
  .productView.main .form-field--increments {
    float: left;
    width: 120px; }
    .productView.main .form-field--increments .form-label {
      display: none; }
    .productView.main .form-field--increments .form-increment {
      display: inline-block;
      padding: 0.7rem;
      border: 1px solid #e5e5e5;
      border-radius: 5px; }
      .productView.main .form-field--increments .form-increment .form-input--incrementTotal {
        background: transparent; }
      .productView.main .form-field--increments .form-increment button {
        border: none; }
  .productView.main .add-to-cart-buttons {
    width: calc(100% - 85px) !important;
    padding: 0 !important; }
  .productView.main .add-to-cart-buttons.CallForPrice {
    width: calc(100%) !important;
    padding: 0 !important;
    margin-bottom: 1rem !important;
    float: none !important;
    clear: both; }
  .productView.main .productView-info {
    padding-top: 20px;
    padding-left: 0; }
  .container-tab {
    margin-left: auto;
    margin-right: auto;
    max-width: 86rem;
    padding: 0rem 1.5rem;
    position: relative;
    width: 100%;
    opacity: 1; }
    .container-tab h2 {
      font-size: 38px;
      margin-top: 3rem; }
    .container-tab .products-card {
      margin-bottom: 3rem; }
  .videoGallery {
    padding-left: 10%;
    padding-right: 10%; }
  .alertBox {
    margin-left: auto;
    margin-right: auto;
    max-width: 86rem;
    position: relative;
    width: 100%;
    margin-bottom: 2rem; }
  #previewModal {
    width: 360px;
    left: 50% !important;
    right: auto !important;
    top: inherit !important;
    bottom: 40px !important;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    transform: none !important;
    margin: 0px !important;
    background-color: white;
    min-height: 240px;
    height: 55px !important;
    min-height: 55px !important;
    margin-left: -180px !important; }
    #previewModal .modal-body {
      display: none !important; }
    #previewModal .previewCart .previewCartCheckout-price {
      font-size: 28px; }
    #previewModal .previewCart .button.button--primary[data-reveal-close] {
      display: none; }
    #previewModal .previewCart .previewCartCheckout {
      width: 100% !important;
      background: transparent;
      padding: 0px; }
    #previewModal .previewCart .productView {
      display: none !important; }
  .toolTip-Description {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    width: auto;
    min-width: 220px;
    top: -200% !important;
    left: 125% !important;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    border-radius: 5px;
    background: #f2f2f2;
    padding: 10px 10px 10px 10px;
    font-weight: normal; }
  /*
	 * bundle
	 */
  .bundle-kit .addall {
    float: right !important;
    clear: none;
    display: inline-block;
    width: auto;
    cursor: pointer;
    text-transform: capitalize;
    margin-top: 0px; }
  .bundle-kit .productGrid .product {
    width: 32.53% !important; }
  footer.footer .container {
    padding: 0 2rem; }
  footer.footer .footer-info {
    display: block; }
    footer.footer .footer-info .footer-info-col {
      width: 25% !important;
      border-top: none; }
    footer.footer .footer-info .store-details {
      padding-top: 0; }
  footer.footer .newsletter--wrapper {
    background: #c41c22;
    color: white;
    overflow: hidden;
    margin-bottom: 3rem;
    text-align: center;
    padding: 3rem 0px; }
    footer.footer .newsletter--wrapper h3 {
      font-size: 32px !important; }
  footer.footer a {
    position: relative;
    text-decoration: none; }
    footer.footer a:before {
      content: "";
      position: absolute;
      width: 0;
      height: 1px;
      bottom: 0;
      left: 0;
      background-color: white;
      transition: width 0.3s ease; }
    footer.footer a:hover::before {
      width: 100%; }
  .navList a span,
  .morelessbutton,
  .collectionSwiper a span {
    position: relative;
    text-decoration: none; }
    .navList a span:before,
    .morelessbutton:before,
    .collectionSwiper a span:before {
      content: "";
      position: absolute;
      width: 0;
      height: 1px;
      bottom: 0;
      left: 0;
      background-color: black;
      transition: width 0.3s ease; }
    .navList a span:hover::before,
    .morelessbutton:hover::before,
    .collectionSwiper a span:hover::before {
      width: 100%; }
  .navList a:hover span::before,
  .view-all-menu a:hover span::before {
    width: 100%; }
  .productView-options a::before,
  .store-details a::before,
  .sidebarBlock a::before,
  .f-carousel a::before,
  .pagination-item a::before,
  .navList-item a::before,
  .blog-homepage [itemprop="blogPosts"] a::before,
  .social-icons a::before {
    display: none; }
  #facetedSearch-navList .navList span::before {
    display: none; }
  .subcategoriesnavList span:before {
    display: none; }
  .gift--certificate {
    text-align: center; }
    .gift--certificate .navBar-section {
      border-top: none; }
      .gift--certificate .navBar-section .navBar-item {
        margin: 0 0.73333rem;
        font-size: 18px;
        padding: 0;
        border-bottom: none; }
        .gift--certificate .navBar-section .navBar-item .navBar-action {
          font-size: 18px; }
      .gift--certificate .navBar-section .navBar-item.is-active {
        border-bottom: 1px solid black; }
  .newsletter--box {
    align-items: center;
    top: 25%;
    width: 940px;
    left: 50%;
    padding: 0;
    bottom: inherit;
    margin-left: -470px;
    border-radius: 10px; }
    .newsletter--box .form #nl_email_field {
      width: calc(100% - 130px);
      width: -moz-calc(100% - 130px); }
    .newsletter--box .form .button.button--primary {
      width: 120px;
      margin-top: 0px; }
  .newsletter--box.with-image .subscription-img-container {
    width: 50%;
    float: left;
    display: block; }
    .newsletter--box.with-image .subscription-img-container img {
      border-radius: 10px; }
  .newsletter--box.with-image .container {
    width: 50%;
    float: left;
    padding: 3rem;
    max-width: 50%;
    min-width: 50%; }
  .show-subscription-popup .newsletter--box {
    display: flex; }
    .show-subscription-popup .newsletter--box .footer-info-heading {
      font-size: 26px; }
  .blogSwiper .swiper-wrapper {
    margin: 0px -20px; }
  .inquiry-form,
  .callForPrice-container {
    position: fixed;
    z-index: 999;
    top: 10%;
    left: 50%;
    width: 800px;
    bottom: inherit;
    height: auto;
    padding: 3rem 0;
    margin-top: 0;
    margin-left: -400px;
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    display: none;
    overflow: auto;
    overflow-x: hidden;
    max-height: auto;
    min-height: auto; }
    .inquiry-form .modal-close,
    .callForPrice-container .modal-close {
      font-size: 40px; }
    .inquiry-form .page-heading,
    .callForPrice-container .page-heading {
      font-size: 28px;
      margin-bottom: 2rem; }
    .inquiry-form #contact-us-page,
    .callForPrice-container #contact-us-page {
      height: auto;
      overflow: auto;
      overflow-x: hidden; }
  .login .login-form {
    padding: 0px 2rem; }
  .login .new-customer {
    padding-left: 2rem;
    padding-right: 2rem; }
  .upsell .swiper-slide {
    width: 100% !important; }
  .wide-layout .container,
  .wide-layout .container-tab {
    max-width: 90%;
    min-width: 90%; }
  .wide-layout .page-heading {
    max-width: 90%;
    min-width: 90%;
    width: 90% !important; }
  .wide-layout .productViewWrapper {
    max-width: 100%;
    min-width: 100%;
    width: 100% !important; }
  .wide-layout .productCarousel {
    max-width: 90%;
    min-width: 90%;
    width: 90% !important; }
  .wide-layout .products-card .productCarousel {
    max-width: 100%;
    min-width: 100%;
    width: 100% !important; }
  .wide-layout .navPages .navPage-subMenu-list {
    max-width: 90%; }
  .wide-layout .newsletter--wrapper .form-fieldset {
    width: 100%;
    margin: auto; }
  .wide-layout .productGrid .product {
    width: 32.5% !important; }
  .wide-layout .body .subcategoriesnavList .swiper-slide {
    width: 16% !important; }
  .wide-layout #main-content.productgrid-three .productGrid .product {
    width: 24.2% !important; }
  .open-cart .container-tab.pop-related {
    display: block;
    position: fixed;
    top: 0px;
    height: 100%;
    max-width: calc(100% - 470px);
    width: 100%;
    left: 0;
    z-index: 9999;
    opacity: 1;
    overflow: auto;
    padding: 2% 5%;
    -webkit-animation: text-focus-in 2s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    animation: text-focus-in 2s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }
    .open-cart .container-tab.pop-related h2,
    .open-cart .container-tab.pop-related .productCarousel,
    .open-cart .container-tab.pop-related div {
      opacity: 1 !important; } }

/* iPad */
@media only screen and (max-width: 1400px) and (min-width: 1080px) {
  body {
    overflow: auto; }
    body .containerWide .productCarousel {
      max-width: 100%;
      min-width: 100%;
      width: 100% !important;
      padding: 1rem 0rem 5rem 0rem; }
    body .customersReview {
      padding: 3rem 0; } }

.dark-theme {
  color: white;
  background-color: #111111; }
  .dark-theme .hide-main-logo {
    display: none; }
  .dark-theme .container h1.light-logo {
    -webkit-filter: invert(0) !important;
    filter: invert(0) !important; }
  .dark-theme .logo-white {
    display: block !important; }
  .dark-theme #main-content,
  .dark-theme .product .card,
  .dark-theme .productCarousel-slide .card,
  .dark-theme .productCarousel article.card .card-container,
  .dark-theme #product-listing-container article.card .card-container,
  .dark-theme .checkbox-label .ball,
  .dark-theme .productView.main .productView-details.product-options .productView-options .form-wishlist .dropdown-menu-button,
  .dark-theme #wishlist-dropdown.is-open .button {
    background-color: #111111; }
  .dark-theme .alternative-carousel .f-carousel__slide .heroCarousel-content .heroCarousel-action {
    color: white !important;
    background-color: #111111 !important;
    border-color: #111111 !important; }
  .dark-theme .dropdown-menu .previewCartWrapper,
  .dark-theme header.header .dropdown.dropdown--quickSearch .container .quickSearchResults ul.productGrid {
    background-color: #111111 !important; }
    .dark-theme .dropdown-menu .previewCartWrapper .previewCart-header h2,
    .dark-theme .dropdown-menu .previewCartWrapper .previewCartItem-name a,
    .dark-theme .dropdown-menu .previewCartWrapper .previewCartItem-options a,
    .dark-theme .dropdown-menu .previewCartWrapper .previewCartItem-price span,
    .dark-theme header.header .dropdown.dropdown--quickSearch .container .quickSearchResults ul.productGrid .previewCart-header h2,
    .dark-theme header.header .dropdown.dropdown--quickSearch .container .quickSearchResults ul.productGrid .previewCartItem-name a,
    .dark-theme header.header .dropdown.dropdown--quickSearch .container .quickSearchResults ul.productGrid .previewCartItem-options a,
    .dark-theme header.header .dropdown.dropdown--quickSearch .container .quickSearchResults ul.productGrid .previewCartItem-price span {
      color: white; }
    .dark-theme .dropdown-menu .previewCartWrapper .button--close svg,
    .dark-theme header.header .dropdown.dropdown--quickSearch .container .quickSearchResults ul.productGrid .button--close svg {
      fill: white; }
    .dark-theme .dropdown-menu .previewCartWrapper .previewCartItem-content .cart-increment .nograd svg g,
    .dark-theme header.header .dropdown.dropdown--quickSearch .container .quickSearchResults ul.productGrid .previewCartItem-content .cart-increment .nograd svg g {
      stroke: white; }
  .dark-theme header.header .mobileMenu-toggle .mobileMenu-toggleIcon {
    background: white; }
  .dark-theme .navPages-action svg,
  .dark-theme .productView-details.product-options svg {
    fill: white !important;
    stroke: white !important; }
  .dark-theme .header-section ul svg {
    fill: white !important; }
  .dark-theme header.header .header-section ul svg .stroke {
    stroke: white !important; }
  .dark-theme .navPages-container .navPages-item a {
    color: white; }
  .dark-theme .navPages-container .navPages-item .is-open li svg {
    fill: white;
    stroke: white; }
  .dark-theme .is-selected .blur:after {
    background: rgba(0, 0, 0, 0.2); }
  .dark-theme .header .icon,
  .dark-theme .remove_product,
  .dark-theme .layout-switch,
  .dark-theme .breadcrumb:not(:first-child)::before,
  .dark-theme .grid-numbers,
  .dark-theme .modal-close {
    filter: invert(1) !important; }
  .dark-theme .footer-payment-icons .footer-payment-icon {
    fill: white !important; }
  .dark-theme .breadcrumb,
  .dark-theme .navUser-item--cart .dropdown-menu .previewCart .previewCart-body .previewCartItem-options .definitionList .definitionList-key {
    color: white; }
  .dark-theme .productView.main .productView-details.product-options .productView-options,
  .dark-theme footer.footer .newsletter--wrapper,
  .dark-theme footer.footer .newsletter--wrapper .container,
  .dark-theme footer.footer .newsletter--wrapper .footer-info-heading,
  .dark-theme footer.footer .newsletter--wrapper .form-fieldset,
  .dark-theme .productView.main .productView-details.product-options .productView-options .form-field--increments .form-increment .form-input--incrementTotal {
    background-color: #111111 !important; }
  .dark-theme .productView.main .productView-details.product-options p {
    color: white; }
  .dark-theme .filter-open .facetedSearch-navList,
  .dark-theme select {
    background-color: #111111;
    color: white; }
  .dark-theme .filter-toggleCustom {
    background-color: white;
    color: #111111; }
  .dark-theme #product-listing-container .actionBar-section .form-select {
    color: white; }
  .dark-theme article.card .card-container .productView-title {
    color: white; }
  .dark-theme .sale-flag-side.card-marquee,
  .dark-theme .pre-order-flag.card-marquee {
    color: white !important;
    filter: invert(1); }
  .dark-theme .form-label small {
    color: rgba(255, 255, 255, 0.5); }
  .dark-theme div[data-layout-name] p {
    color: inherit !important; }
  .dark-theme article.card .compare-button {
    color: #111111; }
  .dark-theme .card-container .productView-details .productView-price {
    color: white; }
  .dark-theme .socialLinks .icon svg,
  .dark-theme .socialLinks svg {
    fill: white !important;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease; }
  .dark-theme .header .socialLinks li a,
  .dark-theme .header .navUser-section i {
    filter: invert(0) !important; }
  .dark-theme .featuredin .swiper-pagination-bullet-active {
    background: white !important; }
  .dark-theme .featuredin .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5) !important; }
  .dark-theme .card .button--primary {
    background-color: white !important;
    border-color: white !important;
    color: black !important; }
  .dark-theme input::-webkit-input-placeholder {
    color: #ccc !important; }
  .dark-theme input:-moz-placeholder {
    color: #ccc !important; }
  .dark-theme .navPages-list a span,
  .dark-theme .body a,
  .dark-theme footer a,
  .dark-theme .navList a span {
    color: white; }
    .dark-theme .navPages-list a span:before,
    .dark-theme .body a:before,
    .dark-theme footer a:before,
    .dark-theme .navList a span:before {
      background-color: white !important; }
  .dark-theme .dropdown--quickSearch {
    background-color: #111111 !important;
    color: white; }
    .dark-theme .dropdown--quickSearch a {
      color: white; }
  .dark-theme .twitter-icon path {
    fill: white; }
  .dark-theme .quickSearchResults .product,
  .dark-theme .quickSearchResults .card-body {
    background: transparent; }
  .dark-theme .quickSearchResults .card--alternate {
    border: 3px solid transparent; }
  .dark-theme .productgrid-five {
    color: black; }
  .dark-theme #main-content.productgrid-three .productgrid-five {
    color: white !important; }
  .dark-theme #previewModal .previewCart .previewCartCheckout {
    background-color: rgba(255, 255, 255, 0.05); }
  .dark-theme .scrollTopArrow {
    background-color: rgba(255, 255, 255, 0.4) !important;
    border-radius: 100px;
    filter: invert(1) !important; }
  .dark-theme .header .navUser .navUser-action svg {
    stroke: white !important;
    filter: invert(0) !important; }
  .dark-theme .mobileMenu-toggle .mobileMenu-toggleIcon,
  .dark-theme .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .dark-theme .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: white !important; }
  .dark-theme .navPages-action.is-open {
    background-color: transparent; }
  .dark-theme .navPage-subMenu.is-open {
    background: #111111; }
  .dark-theme .navPage-subMenu-item > .navPage-subMenu-action {
    border-bottom: none; }
  .dark-theme .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent !important;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms; }
  .dark-theme .mobile-view .productView-details.product-data {
    background: rgba(17, 17, 17, 0.99); }
  .dark-theme .header,
  .dark-theme .body,
  .dark-theme .container,
  .dark-theme footer,
  .dark-theme .blog-homepage,
  .dark-theme .form-input,
  .dark-theme .toggle-content-button,
  .dark-theme .facetedSearch-navList,
  .dark-theme #facetedSearch,
  .dark-theme .size-chart-content.fadein,
  .dark-theme .facetedSearch-refineFilters.sidebarBlock a[data-faceted-search-facet],
  .dark-theme .facetedSearch-toggle.toggleLink,
  .dark-theme .favourite-content,
  .dark-theme .navUser .dropdown-menu,
  .dark-theme .footer-info-heading,
  .dark-theme .productSwiper,
  .dark-theme .navPages,
  .dark-theme .has-subMenu.is-root + .navPage-subMenu-horizontal,
  .dark-theme .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-item-child .navPage-subMenu,
  .dark-theme .facetedSearch-refineFilters,
  .dark-theme fieldset,
  .dark-theme .actionBar-section .form-field,
  .dark-theme .modal.open,
  .dark-theme input[type="text"],
  .dark-theme .newsletter--wrapper {
    background-color: #111111 !important;
    color: white; }
    .dark-theme .header .header-logo,
    .dark-theme .header .mobile-quickSearch-icon,
    .dark-theme .body .header-logo,
    .dark-theme .body .mobile-quickSearch-icon,
    .dark-theme .container .header-logo,
    .dark-theme .container .mobile-quickSearch-icon,
    .dark-theme footer .header-logo,
    .dark-theme footer .mobile-quickSearch-icon,
    .dark-theme .blog-homepage .header-logo,
    .dark-theme .blog-homepage .mobile-quickSearch-icon,
    .dark-theme .form-input .header-logo,
    .dark-theme .form-input .mobile-quickSearch-icon,
    .dark-theme .toggle-content-button .header-logo,
    .dark-theme .toggle-content-button .mobile-quickSearch-icon,
    .dark-theme .facetedSearch-navList .header-logo,
    .dark-theme .facetedSearch-navList .mobile-quickSearch-icon,
    .dark-theme #facetedSearch .header-logo,
    .dark-theme #facetedSearch .mobile-quickSearch-icon,
    .dark-theme .size-chart-content.fadein .header-logo,
    .dark-theme .size-chart-content.fadein .mobile-quickSearch-icon,
    .dark-theme .facetedSearch-refineFilters.sidebarBlock a[data-faceted-search-facet] .header-logo,
    .dark-theme .facetedSearch-refineFilters.sidebarBlock a[data-faceted-search-facet] .mobile-quickSearch-icon,
    .dark-theme .facetedSearch-toggle.toggleLink .header-logo,
    .dark-theme .facetedSearch-toggle.toggleLink .mobile-quickSearch-icon,
    .dark-theme .favourite-content .header-logo,
    .dark-theme .favourite-content .mobile-quickSearch-icon,
    .dark-theme .navUser .dropdown-menu .header-logo,
    .dark-theme .navUser .dropdown-menu .mobile-quickSearch-icon,
    .dark-theme .footer-info-heading .header-logo,
    .dark-theme .footer-info-heading .mobile-quickSearch-icon,
    .dark-theme .productSwiper .header-logo,
    .dark-theme .productSwiper .mobile-quickSearch-icon,
    .dark-theme .navPages .header-logo,
    .dark-theme .navPages .mobile-quickSearch-icon,
    .dark-theme .has-subMenu.is-root + .navPage-subMenu-horizontal .header-logo,
    .dark-theme .has-subMenu.is-root + .navPage-subMenu-horizontal .mobile-quickSearch-icon,
    .dark-theme .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-item-child .navPage-subMenu .header-logo,
    .dark-theme .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-item-child .navPage-subMenu .mobile-quickSearch-icon,
    .dark-theme .facetedSearch-refineFilters .header-logo,
    .dark-theme .facetedSearch-refineFilters .mobile-quickSearch-icon,
    .dark-theme fieldset .header-logo,
    .dark-theme fieldset .mobile-quickSearch-icon,
    .dark-theme .actionBar-section .form-field .header-logo,
    .dark-theme .actionBar-section .form-field .mobile-quickSearch-icon,
    .dark-theme .modal.open .header-logo,
    .dark-theme .modal.open .mobile-quickSearch-icon,
    .dark-theme input[type="text"] .header-logo,
    .dark-theme input[type="text"] .mobile-quickSearch-icon,
    .dark-theme .newsletter--wrapper .header-logo,
    .dark-theme .newsletter--wrapper .mobile-quickSearch-icon {
      filter: invert(1); }
    .dark-theme .header h1,
    .dark-theme .header h2,
    .dark-theme .header h3,
    .dark-theme .header h4,
    .dark-theme .header h5,
    .dark-theme .header h6,
    .dark-theme .header address,
    .dark-theme .header p,
    .dark-theme .header span,
    .dark-theme .header cite,
    .dark-theme .header abbr,
    .dark-theme .header strong,
    .dark-theme .header label,
    .dark-theme .body h1,
    .dark-theme .body h2,
    .dark-theme .body h3,
    .dark-theme .body h4,
    .dark-theme .body h5,
    .dark-theme .body h6,
    .dark-theme .body address,
    .dark-theme .body p,
    .dark-theme .body span,
    .dark-theme .body cite,
    .dark-theme .body abbr,
    .dark-theme .body strong,
    .dark-theme .body label,
    .dark-theme .container h1,
    .dark-theme .container h2,
    .dark-theme .container h3,
    .dark-theme .container h4,
    .dark-theme .container h5,
    .dark-theme .container h6,
    .dark-theme .container address,
    .dark-theme .container p,
    .dark-theme .container span,
    .dark-theme .container cite,
    .dark-theme .container abbr,
    .dark-theme .container strong,
    .dark-theme .container label,
    .dark-theme footer h1,
    .dark-theme footer h2,
    .dark-theme footer h3,
    .dark-theme footer h4,
    .dark-theme footer h5,
    .dark-theme footer h6,
    .dark-theme footer address,
    .dark-theme footer p,
    .dark-theme footer span,
    .dark-theme footer cite,
    .dark-theme footer abbr,
    .dark-theme footer strong,
    .dark-theme footer label,
    .dark-theme .blog-homepage h1,
    .dark-theme .blog-homepage h2,
    .dark-theme .blog-homepage h3,
    .dark-theme .blog-homepage h4,
    .dark-theme .blog-homepage h5,
    .dark-theme .blog-homepage h6,
    .dark-theme .blog-homepage address,
    .dark-theme .blog-homepage p,
    .dark-theme .blog-homepage span,
    .dark-theme .blog-homepage cite,
    .dark-theme .blog-homepage abbr,
    .dark-theme .blog-homepage strong,
    .dark-theme .blog-homepage label,
    .dark-theme .form-input h1,
    .dark-theme .form-input h2,
    .dark-theme .form-input h3,
    .dark-theme .form-input h4,
    .dark-theme .form-input h5,
    .dark-theme .form-input h6,
    .dark-theme .form-input address,
    .dark-theme .form-input p,
    .dark-theme .form-input span,
    .dark-theme .form-input cite,
    .dark-theme .form-input abbr,
    .dark-theme .form-input strong,
    .dark-theme .form-input label,
    .dark-theme .toggle-content-button h1,
    .dark-theme .toggle-content-button h2,
    .dark-theme .toggle-content-button h3,
    .dark-theme .toggle-content-button h4,
    .dark-theme .toggle-content-button h5,
    .dark-theme .toggle-content-button h6,
    .dark-theme .toggle-content-button address,
    .dark-theme .toggle-content-button p,
    .dark-theme .toggle-content-button span,
    .dark-theme .toggle-content-button cite,
    .dark-theme .toggle-content-button abbr,
    .dark-theme .toggle-content-button strong,
    .dark-theme .toggle-content-button label,
    .dark-theme .facetedSearch-navList h1,
    .dark-theme .facetedSearch-navList h2,
    .dark-theme .facetedSearch-navList h3,
    .dark-theme .facetedSearch-navList h4,
    .dark-theme .facetedSearch-navList h5,
    .dark-theme .facetedSearch-navList h6,
    .dark-theme .facetedSearch-navList address,
    .dark-theme .facetedSearch-navList p,
    .dark-theme .facetedSearch-navList span,
    .dark-theme .facetedSearch-navList cite,
    .dark-theme .facetedSearch-navList abbr,
    .dark-theme .facetedSearch-navList strong,
    .dark-theme .facetedSearch-navList label,
    .dark-theme #facetedSearch h1,
    .dark-theme #facetedSearch h2,
    .dark-theme #facetedSearch h3,
    .dark-theme #facetedSearch h4,
    .dark-theme #facetedSearch h5,
    .dark-theme #facetedSearch h6,
    .dark-theme #facetedSearch address,
    .dark-theme #facetedSearch p,
    .dark-theme #facetedSearch span,
    .dark-theme #facetedSearch cite,
    .dark-theme #facetedSearch abbr,
    .dark-theme #facetedSearch strong,
    .dark-theme #facetedSearch label,
    .dark-theme .size-chart-content.fadein h1,
    .dark-theme .size-chart-content.fadein h2,
    .dark-theme .size-chart-content.fadein h3,
    .dark-theme .size-chart-content.fadein h4,
    .dark-theme .size-chart-content.fadein h5,
    .dark-theme .size-chart-content.fadein h6,
    .dark-theme .size-chart-content.fadein address,
    .dark-theme .size-chart-content.fadein p,
    .dark-theme .size-chart-content.fadein span,
    .dark-theme .size-chart-content.fadein cite,
    .dark-theme .size-chart-content.fadein abbr,
    .dark-theme .size-chart-content.fadein strong,
    .dark-theme .size-chart-content.fadein label,
    .dark-theme .facetedSearch-refineFilters.sidebarBlock a[data-faceted-search-facet] h1,
    .dark-theme .facetedSearch-refineFilters.sidebarBlock a[data-faceted-search-facet] h2,
    .dark-theme .facetedSearch-refineFilters.sidebarBlock a[data-faceted-search-facet] h3,
    .dark-theme .facetedSearch-refineFilters.sidebarBlock a[data-faceted-search-facet] h4,
    .dark-theme .facetedSearch-refineFilters.sidebarBlock a[data-faceted-search-facet] h5,
    .dark-theme .facetedSearch-refineFilters.sidebarBlock a[data-faceted-search-facet] h6,
    .dark-theme .facetedSearch-refineFilters.sidebarBlock a[data-faceted-search-facet] address,
    .dark-theme .facetedSearch-refineFilters.sidebarBlock a[data-faceted-search-facet] p,
    .dark-theme .facetedSearch-refineFilters.sidebarBlock a[data-faceted-search-facet] span,
    .dark-theme .facetedSearch-refineFilters.sidebarBlock a[data-faceted-search-facet] cite,
    .dark-theme .facetedSearch-refineFilters.sidebarBlock a[data-faceted-search-facet] abbr,
    .dark-theme .facetedSearch-refineFilters.sidebarBlock a[data-faceted-search-facet] strong,
    .dark-theme .facetedSearch-refineFilters.sidebarBlock a[data-faceted-search-facet] label,
    .dark-theme .facetedSearch-toggle.toggleLink h1,
    .dark-theme .facetedSearch-toggle.toggleLink h2,
    .dark-theme .facetedSearch-toggle.toggleLink h3,
    .dark-theme .facetedSearch-toggle.toggleLink h4,
    .dark-theme .facetedSearch-toggle.toggleLink h5,
    .dark-theme .facetedSearch-toggle.toggleLink h6,
    .dark-theme .facetedSearch-toggle.toggleLink address,
    .dark-theme .facetedSearch-toggle.toggleLink p,
    .dark-theme .facetedSearch-toggle.toggleLink span,
    .dark-theme .facetedSearch-toggle.toggleLink cite,
    .dark-theme .facetedSearch-toggle.toggleLink abbr,
    .dark-theme .facetedSearch-toggle.toggleLink strong,
    .dark-theme .facetedSearch-toggle.toggleLink label,
    .dark-theme .favourite-content h1,
    .dark-theme .favourite-content h2,
    .dark-theme .favourite-content h3,
    .dark-theme .favourite-content h4,
    .dark-theme .favourite-content h5,
    .dark-theme .favourite-content h6,
    .dark-theme .favourite-content address,
    .dark-theme .favourite-content p,
    .dark-theme .favourite-content span,
    .dark-theme .favourite-content cite,
    .dark-theme .favourite-content abbr,
    .dark-theme .favourite-content strong,
    .dark-theme .favourite-content label,
    .dark-theme .navUser .dropdown-menu h1,
    .dark-theme .navUser .dropdown-menu h2,
    .dark-theme .navUser .dropdown-menu h3,
    .dark-theme .navUser .dropdown-menu h4,
    .dark-theme .navUser .dropdown-menu h5,
    .dark-theme .navUser .dropdown-menu h6,
    .dark-theme .navUser .dropdown-menu address,
    .dark-theme .navUser .dropdown-menu p,
    .dark-theme .navUser .dropdown-menu span,
    .dark-theme .navUser .dropdown-menu cite,
    .dark-theme .navUser .dropdown-menu abbr,
    .dark-theme .navUser .dropdown-menu strong,
    .dark-theme .navUser .dropdown-menu label,
    .dark-theme .footer-info-heading h1,
    .dark-theme .footer-info-heading h2,
    .dark-theme .footer-info-heading h3,
    .dark-theme .footer-info-heading h4,
    .dark-theme .footer-info-heading h5,
    .dark-theme .footer-info-heading h6,
    .dark-theme .footer-info-heading address,
    .dark-theme .footer-info-heading p,
    .dark-theme .footer-info-heading span,
    .dark-theme .footer-info-heading cite,
    .dark-theme .footer-info-heading abbr,
    .dark-theme .footer-info-heading strong,
    .dark-theme .footer-info-heading label,
    .dark-theme .productSwiper h1,
    .dark-theme .productSwiper h2,
    .dark-theme .productSwiper h3,
    .dark-theme .productSwiper h4,
    .dark-theme .productSwiper h5,
    .dark-theme .productSwiper h6,
    .dark-theme .productSwiper address,
    .dark-theme .productSwiper p,
    .dark-theme .productSwiper span,
    .dark-theme .productSwiper cite,
    .dark-theme .productSwiper abbr,
    .dark-theme .productSwiper strong,
    .dark-theme .productSwiper label,
    .dark-theme .navPages h1,
    .dark-theme .navPages h2,
    .dark-theme .navPages h3,
    .dark-theme .navPages h4,
    .dark-theme .navPages h5,
    .dark-theme .navPages h6,
    .dark-theme .navPages address,
    .dark-theme .navPages p,
    .dark-theme .navPages span,
    .dark-theme .navPages cite,
    .dark-theme .navPages abbr,
    .dark-theme .navPages strong,
    .dark-theme .navPages label,
    .dark-theme .has-subMenu.is-root + .navPage-subMenu-horizontal h1,
    .dark-theme .has-subMenu.is-root + .navPage-subMenu-horizontal h2,
    .dark-theme .has-subMenu.is-root + .navPage-subMenu-horizontal h3,
    .dark-theme .has-subMenu.is-root + .navPage-subMenu-horizontal h4,
    .dark-theme .has-subMenu.is-root + .navPage-subMenu-horizontal h5,
    .dark-theme .has-subMenu.is-root + .navPage-subMenu-horizontal h6,
    .dark-theme .has-subMenu.is-root + .navPage-subMenu-horizontal address,
    .dark-theme .has-subMenu.is-root + .navPage-subMenu-horizontal p,
    .dark-theme .has-subMenu.is-root + .navPage-subMenu-horizontal span,
    .dark-theme .has-subMenu.is-root + .navPage-subMenu-horizontal cite,
    .dark-theme .has-subMenu.is-root + .navPage-subMenu-horizontal abbr,
    .dark-theme .has-subMenu.is-root + .navPage-subMenu-horizontal strong,
    .dark-theme .has-subMenu.is-root + .navPage-subMenu-horizontal label,
    .dark-theme .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-item-child .navPage-subMenu h1,
    .dark-theme .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-item-child .navPage-subMenu h2,
    .dark-theme .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-item-child .navPage-subMenu h3,
    .dark-theme .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-item-child .navPage-subMenu h4,
    .dark-theme .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-item-child .navPage-subMenu h5,
    .dark-theme .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-item-child .navPage-subMenu h6,
    .dark-theme .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-item-child .navPage-subMenu address,
    .dark-theme .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-item-child .navPage-subMenu p,
    .dark-theme .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-item-child .navPage-subMenu span,
    .dark-theme .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-item-child .navPage-subMenu cite,
    .dark-theme .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-item-child .navPage-subMenu abbr,
    .dark-theme .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-item-child .navPage-subMenu strong,
    .dark-theme .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-item-child .navPage-subMenu label,
    .dark-theme .facetedSearch-refineFilters h1,
    .dark-theme .facetedSearch-refineFilters h2,
    .dark-theme .facetedSearch-refineFilters h3,
    .dark-theme .facetedSearch-refineFilters h4,
    .dark-theme .facetedSearch-refineFilters h5,
    .dark-theme .facetedSearch-refineFilters h6,
    .dark-theme .facetedSearch-refineFilters address,
    .dark-theme .facetedSearch-refineFilters p,
    .dark-theme .facetedSearch-refineFilters span,
    .dark-theme .facetedSearch-refineFilters cite,
    .dark-theme .facetedSearch-refineFilters abbr,
    .dark-theme .facetedSearch-refineFilters strong,
    .dark-theme .facetedSearch-refineFilters label,
    .dark-theme fieldset h1,
    .dark-theme fieldset h2,
    .dark-theme fieldset h3,
    .dark-theme fieldset h4,
    .dark-theme fieldset h5,
    .dark-theme fieldset h6,
    .dark-theme fieldset address,
    .dark-theme fieldset p,
    .dark-theme fieldset span,
    .dark-theme fieldset cite,
    .dark-theme fieldset abbr,
    .dark-theme fieldset strong,
    .dark-theme fieldset label,
    .dark-theme .actionBar-section .form-field h1,
    .dark-theme .actionBar-section .form-field h2,
    .dark-theme .actionBar-section .form-field h3,
    .dark-theme .actionBar-section .form-field h4,
    .dark-theme .actionBar-section .form-field h5,
    .dark-theme .actionBar-section .form-field h6,
    .dark-theme .actionBar-section .form-field address,
    .dark-theme .actionBar-section .form-field p,
    .dark-theme .actionBar-section .form-field span,
    .dark-theme .actionBar-section .form-field cite,
    .dark-theme .actionBar-section .form-field abbr,
    .dark-theme .actionBar-section .form-field strong,
    .dark-theme .actionBar-section .form-field label,
    .dark-theme .modal.open h1,
    .dark-theme .modal.open h2,
    .dark-theme .modal.open h3,
    .dark-theme .modal.open h4,
    .dark-theme .modal.open h5,
    .dark-theme .modal.open h6,
    .dark-theme .modal.open address,
    .dark-theme .modal.open p,
    .dark-theme .modal.open span,
    .dark-theme .modal.open cite,
    .dark-theme .modal.open abbr,
    .dark-theme .modal.open strong,
    .dark-theme .modal.open label,
    .dark-theme input[type="text"] h1,
    .dark-theme input[type="text"] h2,
    .dark-theme input[type="text"] h3,
    .dark-theme input[type="text"] h4,
    .dark-theme input[type="text"] h5,
    .dark-theme input[type="text"] h6,
    .dark-theme input[type="text"] address,
    .dark-theme input[type="text"] p,
    .dark-theme input[type="text"] span,
    .dark-theme input[type="text"] cite,
    .dark-theme input[type="text"] abbr,
    .dark-theme input[type="text"] strong,
    .dark-theme input[type="text"] label,
    .dark-theme .newsletter--wrapper h1,
    .dark-theme .newsletter--wrapper h2,
    .dark-theme .newsletter--wrapper h3,
    .dark-theme .newsletter--wrapper h4,
    .dark-theme .newsletter--wrapper h5,
    .dark-theme .newsletter--wrapper h6,
    .dark-theme .newsletter--wrapper address,
    .dark-theme .newsletter--wrapper p,
    .dark-theme .newsletter--wrapper span,
    .dark-theme .newsletter--wrapper cite,
    .dark-theme .newsletter--wrapper abbr,
    .dark-theme .newsletter--wrapper strong,
    .dark-theme .newsletter--wrapper label {
      color: white; }
  .dark-theme .js-marquee h1 span,
  .dark-theme .js-marquee h2 span,
  .dark-theme .js-marquee h3 span,
  .dark-theme .js-marquee h4 span,
  .dark-theme .js-marquee h5 span,
  .dark-theme .js-marquee h6 span {
    color: #000 !important; }
  .dark-theme .quickSearchResults .card-figure {
    background: transparent; }
  .dark-theme .quickSearchResults .modal-close {
    background: transparent;
    color: white;
    filter: invert(0) !important; }
  .dark-theme .category-head .category-description div[data-test-id="hero-image-subtitle"] {
    color: white; }
  .dark-theme .pagination-list .pagination-item--current a {
    color: #111111 !important; }
  .dark-theme .emptycart .page-heading {
    filter: invert(1); }
  .dark-theme .navBar-action:hover,
  .dark-theme .is-active .navBar-action:hover {
    color: #ffffff !important; }
  .dark-theme button.f-button {
    color: #fff; }
  .dark-theme .table--line .table-thead {
    background: #111111; }
  .dark-theme .navBar--sub .navBar-item.is-active {
    border-bottom: 1px solid black;
    filter: invert(1); }
  .dark-theme .gift--certificate .navBar-section {
    border: none; }
    .dark-theme .gift--certificate .navBar-section .navBar-item.is-active {
      text-decoration: underline;
      border-bottom: none;
      color: #111111; }
    @media (min-width: 801px) {
      .dark-theme .gift--certificate .navBar-section .navBar-item.is-active {
        text-decoration: none;
        border-bottom: 1px solid #111111; } }
    .dark-theme .gift--certificate .navBar-section .navBar-item {
      border: none; }
  .dark-theme #navPages-currency .navPage-subMenu-item a {
    color: #fff; }
  .dark-theme .featuredin h2 {
    color: #111111; }
  .dark-theme .card-body .rating--small span[role="img"] {
    filter: invert(1); }
  .dark-theme .pagination-item--current {
    border: 1px solid white !important; }
  .dark-theme .pagination-item:hover {
    border: 1px solid white !important;
    border-radius: 4px; }
    .dark-theme .pagination-item:hover .pagination-link {
      color: white; }
  .dark-theme .card .card-container .productView-details .productView-price .price-section .price--non-sale {
    color: white; }
  .dark-theme .modal-close.subscription-close {
    filter: invert(0) !important; }
  .dark-theme .red {
    color: #f00 !important; }
  .dark-theme .pagination-list svg {
    fill: white !important; }
  .dark-theme footer.footer .container .footer-info-heading,
  .dark-theme footer.footer .container .footer-info-col[data-section-type="newsletterSubscription"] .footer-info-heading {
    color: white; }
  .dark-theme .modal.open .modal-header-title span {
    color: #111111 !important; }
  .dark-theme .modal-close {
    background: transparent; }
  .dark-theme .remove-button .modal-close {
    background: transparent; }
  .dark-theme #main-content .page-sidebar {
    background: transparent !important; }
  .dark-theme .page-content .loading-category circle {
    stroke: white; }
  .dark-theme .modal.open {
    background: #111111; }
  .dark-theme .quickView .productView-details.product-options,
  .dark-theme .panel-header,
  .dark-theme .panel-body,
  .dark-theme .productView .productView-description .productView-reviewLink--new {
    background-color: rgba(255, 255, 255, 0.05); }
  .dark-theme .size-chart-content-bg {
    background-color: rgba(255, 255, 255, 0.5); }
  .dark-theme .facetedSearch-bg {
    background-color: rgba(255, 255, 255, 0.5); }
  @media (min-width: 801px) {
    .dark-theme .productView .productView-rating {
      border: none;
      background-color: transparent; } }
  .dark-theme .productView .productView-options p {
    color: #111111; }
  .dark-theme .modal-background {
    background-color: rgba(255, 255, 255, 0.5); }
  .dark-theme .cart-actions.cart-content-padding-right {
    background-color: rgba(17, 17, 17, 0.5); }
  .dark-theme #modal-review-form .modal-close,
  .dark-theme .inquiry-form .modal-close {
    background: transparent;
    color: white;
    filter: invert(0) !important; }
  .dark-theme .containerWide.new-products,
  .dark-theme .containerWide.top-products,
  .dark-theme .containerWide.featured-products,
  .dark-theme .collection {
    background-color: #111111; }
    .dark-theme .containerWide.new-products .page-heading,
    .dark-theme .containerWide.top-products .page-heading,
    .dark-theme .containerWide.featured-products .page-heading,
    .dark-theme .collection .page-heading {
      color: white; }
  .dark-theme .reviews-content {
    background: rgba(255, 255, 255, 0.05); }
  .dark-theme .productView-thumbnail-link {
    border-color: rgba(255, 255, 255, 0.2);
    cursor: pointer; }
  .dark-theme .productView-thumbnail-link:hover,
  .dark-theme .productView-thumbnail-link.is-active {
    border-color: white; }
  .dark-theme .customersReview .h5,
  .dark-theme .collection a span {
    color: white !important; }
  .dark-theme [data-layout-name] .customersReview p {
    color: #111111 !important; }
  .dark-theme .inquiry-form {
    background: #111111; }
    .dark-theme .inquiry-form .page-heading,
    .dark-theme .inquiry-form .form-label {
      color: white; }
    .dark-theme .inquiry-form .modal-close {
      background: transparent;
      color: white; }
  .dark-theme .upsell .card .productView {
    background: #111111 !important; }
  @media only screen and (max-width: 600px) {
    .dark-theme .form-toggle--mobile button {
      background: #111111; }
    .dark-theme .form-toggle--mobile p {
      color: #111111; }
    .dark-theme .form-toggle--mobile form fieldset {
      background-color: white; }
      .dark-theme .form-toggle--mobile form fieldset .form-field .form-input {
        background-color: transparent; } }
  .dark-theme .inquiry-form,
  .dark-theme .callForPrice-container {
    background: #111111; }
    .dark-theme .inquiry-form .page-heading,
    .dark-theme .callForPrice-container .page-heading {
      color: white; }
  .dark-theme .button--primary {
    background-color: white !important;
    border-color: white !important;
    color: #111111 !important; }
  .dark-theme .card-figure svg {
    filter: invert(0) !important; }
  .dark-theme .card-title > a {
    color: white; }
  .dark-theme .card .card-text[data-test-info-type="price"] .price-section .price--non-sale {
    color: white; }
  .dark-theme .card-body .card-text,
  .dark-theme .sale .non-sale-price--withoutTax,
  .dark-theme .sale .price--rrp {
    color: #ccc; }
  .dark-theme .form-option,
  .dark-theme footer.footer .container .footer-info-col[data-section-type="newsletterSubscription"] .footer-info-heading {
    border-color: #999; }
  .dark-theme .card-figure {
    background-color: transparent; }
  .dark-theme .definitionList-key,
  .dark-theme .button {
    color: white; }
  .dark-theme .coupon-code-add,
  .dark-theme .coupon-code-cancel,
  .dark-theme .shipping-estimate-show,
  .dark-theme .gift-certificate-add,
  .dark-theme .gift-certificate-cancel {
    color: white; }
  .dark-theme #facetedSearch-content--price fieldset {
    background-color: transparent; }
  .dark-theme .actionBar-section .form-select {
    color: white; }
  .dark-theme .quickview {
    color: #111111; }
  .dark-theme .form-input--incrementTotal {
    background-color: transparent; }
  .dark-theme .form-radio:checked + .form-option {
    border-color: white;
    -webkit-box-shadow: 0 0 0 1px white;
    box-shadow: 0 0 0 1px white; }
  .dark-theme .rating--small {
    filter: invert(1); }
  .dark-theme #facetedSearch-content--rating .icon--ratingEmpty svg {
    fill: #111111; }
  .dark-theme #productReviews-list .rating--small {
    filter: invert(0); }
  .dark-theme div[data-layout-name="lightbox-four-two dark"] img,
  .dark-theme div[data-layout-name="four-two dark"] img {
    filter: invert(1);
    margin: auto !important;
    opacity: 1 !important; }
  .dark-theme .facetedSearch-refineFilters a[data-faceted-search-facet] {
    display: inline-block;
    border-radius: 4px;
    padding: 0.2rem 0.53333rem 0.2rem 0.73333rem; }
    .dark-theme .facetedSearch-refineFilters a[data-faceted-search-facet] svg {
      filter: invert(1); }
  .dark-theme .size-chart-wrapper tr:nth-child(2n+1) {
    background: #111111; }
  .dark-theme .alertBox-column span {
    color: #111111 !important; }
  .dark-theme .facetedSearch-toggle {
    border-radius: 0px; }
  .dark-theme .facetedSearch-refineFilters.sidebarBlock a[data-faceted-search-facet] {
    padding: 10px;
    border-radius: 0px; }
  .dark-theme .cart-item,
  .dark-theme .cart-list,
  .dark-theme .cart-actions.cart-content-padding-right,
  .dark-theme .footer,
  .dark-theme .newsletter--wrapper,
  .dark-theme .navPages-container {
    border-color: rgba(255, 255, 255, 0.2) !important; }
  .dark-theme .navPages-container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; }
  .dark-theme .navPages-container .navPages {
    border-bottom: 1px solid #111111 !important; }
  .dark-theme .navPages-container {
    background: #111111; }
  .dark-theme footer.footer .container .footer-info-col[data-section-type="newsletterSubscription"] .footer-info-heading {
    border: 1px solid white; }
    @media (min-width: 801px) {
      .dark-theme footer.footer .container .footer-info-col[data-section-type="newsletterSubscription"] .footer-info-heading {
        border: none; } }
  .dark-theme footer.footer .footer-info .footer-info-col address {
    color: white !important; }
  .dark-theme .red span {
    color: #ff0000 !important; }
  @media (min-width: 801px) {
    .dark-theme #nl_email_field::placeholder {
      color: white !important; } }
  .dark-theme .page-sidebar #facetedSearch .facetedSearch-toggle.toggleLink {
    border: 1px solid white; }
    @media (min-width: 801px) {
      .dark-theme .page-sidebar #facetedSearch .facetedSearch-toggle.toggleLink {
        border: none; } }
  .dark-theme .container-tab h2 {
    color: white; }
  .dark-theme .grid-numbers .productgrid-two::before, .dark-theme .grid-numbers .productgrid-two::after {
    background: white !important; }
  .dark-theme .shipping-estimator.is-open {
    background-color: #000; }
  .dark-theme #alert-modal {
    filter: invert(-1);
    background-color: white; }
    .dark-theme #alert-modal .modal-content {
      color: #111111; }
      .dark-theme #alert-modal .modal-content span,
      .dark-theme #alert-modal .modal-content p {
        color: white; }
    .dark-theme #alert-modal .button {
      color: #111111; }
    .dark-theme #alert-modal .confirm {
      color: white; }
  .dark-theme div[data-layout-name="Layout-icon"] img {
    filter: invert(1);
    opacity: 1 !important; }
  .dark-theme div[data-layout-name="Layout-icon"] div {
    background: transparent !important; }
  .dark-theme .grid-numbers,
  .dark-theme .layout-switch {
    filter: invert(1) !important; }
  .dark-theme .scrollTopArrow {
    background: #111111; }
  .dark-theme .blog-layout li svg {
    filter: invert(1); }
  .dark-theme div[data-content-region="cart_below_totals"] div[data-layout-name="Layout-icon"] div[data-edit-mode=""] img {
    margin: auto !important; }
  .dark-theme .cloned-quantity,
  .dark-theme .cart-quantity {
    filter: invert(1); }
  .dark-theme .navPage-subMenu-item-child .navPage-subMenu.navPage-subMenu-horizontal {
    background-color: none; }
    @media (min-width: 801px) {
      .dark-theme .navPage-subMenu-item-child .navPage-subMenu.navPage-subMenu-horizontal {
        background-color: #171717 !important; } }
    .dark-theme .navPage-subMenu-item-child .navPage-subMenu.navPage-subMenu-horizontal .navPage-subMenu.navPage-subMenu-horizontal {
      background: none; }
      @media (min-width: 801px) {
        .dark-theme .navPage-subMenu-item-child .navPage-subMenu.navPage-subMenu-horizontal .navPage-subMenu.navPage-subMenu-horizontal {
          background-color: #141414 !important; } }
  .dark-theme footer a,
  .dark-theme footer h1,
  .dark-theme footer h2,
  .dark-theme footer h3,
  .dark-theme footer h4,
  .dark-theme footer h5,
  .dark-theme footer h6,
  .dark-theme footer p,
  .dark-theme footer article,
  .dark-theme footer div,
  .dark-theme footer input::placeholder {
    color: white !important; }

.dark-theme.favorite-active .favourite-content-bg {
  background-color: rgba(255, 255, 255, 0.5); }

.skeuomorph.dark-theme .newsletter--wrapper .button {
  color: white !important; }

.skeuomorph.dark-theme .pagination .pagination-item a {
  color: #333333; }

.skeuomorph.dark-theme #form-action-addToCart {
  color: white !important; }

.skeuomorph.dark-theme .container {
  background: transparent !important; }

.skeuomorph.dark-theme .card .button--primary {
  color: #fff !important; }

.skeuomorph.dark-theme .card .button--primary.inCart {
  color: #000 !important; }

.skeuomorph.dark-theme .background-enabled {
  background: transparent !important; }
  .skeuomorph.dark-theme .background-enabled .body-overlay {
    background: transparent !important; }

.skeuomorph.dark-theme .previewCartAction-checkout .button {
  color: #fff !important; }

[data-content-region="after_productdetails"] {
  clear: both; }

[data-content-region="home_below_carousel"] {
  overflow: hidden; }

div[data-layout-name="Layout"] .badge {
  display: inline-block;
  padding-right: 20px;
  font-size: 14px; }

.go671630196,
.mobile-header {
  position: absolute;
  bottom: 0px;
  width: 100% !important;
  height: 90%;
  padding: 10%;
  margin: 0px;
  left: 0px; }
  @media (min-width: 801px) {
    .go671630196,
    .mobile-header {
      position: relative;
      padding: 0px; } }

.go1152403042 {
  display: flex !important;
  flex-flow: column;
  opacity: 0 !important; }
  @media (min-width: 801px) {
    .go1152403042 {
      opacity: 1 !important; } }

@media (min-width: 801px) {
  div[data-layout-name="two-gap"] {
    padding-left: 15% !important;
    padding-right: 15% !important; } }

div[data-content-region="product_below_price"] div[data-sub-layout-container] {
  overflow: auto;
  flex-wrap: nowrap !important; }

div[data-test-id="hero-image-title"] {
  font-family: "DM Serif Display", Arial, Helvetica, sans-serif !important;
  text-transform: capitalize;
  font-size: 32px;
  justify-content: center;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  font-weight: 400; }
  @media (min-width: 801px) {
    div[data-test-id="hero-image-title"] {
      font-size: 46px;
      justify-content: center;
      font-family: "DM Serif Display", Arial, Helvetica, sans-serif !important; } }

div[data-layout-name] img {
  border-radius: 10px; }

div[data-test-id="hero-image-subtitle"] {
  justify-content: center; }

div[data-layout-name="lightbox-four-two"],
div[data-layout-name="lightbox-four-two dark"],
div[data-layout-name="four-two dark"] {
  padding: 0px 10px; }
  div[data-layout-name="lightbox-four-two"] div[data-sub-layout],
  div[data-layout-name="lightbox-four-two dark"] div[data-sub-layout],
  div[data-layout-name="four-two dark"] div[data-sub-layout] {
    max-width: 50%;
    float: left;
    margin: 0%;
    padding: 10px; }
    @media (min-width: 801px) {
      div[data-layout-name="lightbox-four-two"] div[data-sub-layout],
      div[data-layout-name="lightbox-four-two dark"] div[data-sub-layout],
      div[data-layout-name="four-two dark"] div[data-sub-layout] {
        max-width: 100%;
        float: none;
        margin: 0;
        padding-right: 10.5px;
        padding-left: 10.5px; } }

div[data-layout-name="four-two"] {
  padding: 0px 20px; }

div[data-layout-name="lightbox-five-two"],
div[data-layout-name="lightbox-instagram-grid"],
div[data-layout-name="five-two"],
div[data-layout-name="instagram-grid"] {
  padding: 4% 5%; }
  div[data-layout-name="lightbox-five-two"] div[data-sub-layout],
  div[data-layout-name="lightbox-instagram-grid"] div[data-sub-layout],
  div[data-layout-name="five-two"] div[data-sub-layout],
  div[data-layout-name="instagram-grid"] div[data-sub-layout] {
    max-width: 50%;
    float: left;
    margin: 0%;
    padding: 10px; }
    @media (min-width: 801px) {
      div[data-layout-name="lightbox-five-two"] div[data-sub-layout],
      div[data-layout-name="lightbox-instagram-grid"] div[data-sub-layout],
      div[data-layout-name="five-two"] div[data-sub-layout],
      div[data-layout-name="instagram-grid"] div[data-sub-layout] {
        max-width: 100%;
        float: none;
        margin: 0;
        padding-right: 10.5px;
        padding-left: 10.5px; }
        div[data-layout-name="lightbox-five-two"] div[data-sub-layout] div,
        div[data-layout-name="lightbox-instagram-grid"] div[data-sub-layout] div,
        div[data-layout-name="five-two"] div[data-sub-layout] div,
        div[data-layout-name="instagram-grid"] div[data-sub-layout] div {
          text-align: inherit;
          margin: inherit; } }
  div[data-layout-name="lightbox-five-two"] div[data-sub-layout]:first-of-type,
  div[data-layout-name="lightbox-instagram-grid"] div[data-sub-layout]:first-of-type,
  div[data-layout-name="five-two"] div[data-sub-layout]:first-of-type,
  div[data-layout-name="instagram-grid"] div[data-sub-layout]:first-of-type {
    max-width: 100% !important; }

div[data-layout-name="instagram"],
div[data-layout-name="lightbox-instagram"] {
  padding: 0px 0px;
  margin: 0 25px; }
  div[data-layout-name="instagram"] div[data-sub-layout],
  div[data-layout-name="lightbox-instagram"] div[data-sub-layout] {
    max-width: 50%;
    float: left;
    margin: 0%;
    padding: 0px; }
    @media (min-width: 801px) {
      div[data-layout-name="instagram"] div[data-sub-layout],
      div[data-layout-name="lightbox-instagram"] div[data-sub-layout] {
        padding: 0px;
        margin: 0px; } }
    div[data-layout-name="instagram"] div[data-sub-layout] div,
    div[data-layout-name="lightbox-instagram"] div[data-sub-layout] div {
      height: auto;
      margin: 0px;
      padding: 0px;
      width: auto;
      line-height: normal !important;
      min-height: auto !important;
      height: inherit !important;
      display: block !important; }
    div[data-layout-name="instagram"] div[data-sub-layout] p,
    div[data-layout-name="lightbox-instagram"] div[data-sub-layout] p {
      position: absolute;
      z-index: 9;
      top: 50%;
      left: 0px;
      text-align: center;
      width: 100%; }
  @media (min-width: 801px) {
    div[data-layout-name="instagram"],
    div[data-layout-name="lightbox-instagram"] {
      margin-top: 20px;
      margin-right: 100px;
      margin-bottom: 100px;
      margin-left: 100px; } }

div[data-layout-name="three-two"] {
  padding: 4% 0%; }
  div[data-layout-name="three-two"] div[data-sub-layout] {
    max-width: 50%;
    float: left;
    margin: 0%;
    padding: 10px;
    display: block;
    overflow: hidden; }
  div[data-layout-name="three-two"] div[data-sub-layout]:first-of-type {
    max-width: 100% !important;
    width: 100% !important;
    display: block;
    flex-direction: none;
    box-sizing: border-box;
    flex-basis: auto; }
    @media (min-width: 801px) {
      div[data-layout-name="three-two"] div[data-sub-layout]:first-of-type {
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        flex-basis: 33.33%;
        max-width: 33.33%;
        z-index: 0;
        justify-content: center;
        padding-right: 10.5px;
        padding-left: 10.5px;
        position: relative; } }

div[data-test-id="hero-image-button"] div {
  display: block;
  position: relative;
  z-index: 10; }

div[data-test-id="hero-image-button"]:hover div,
.button:hover span {
  animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s; }

@keyframes MoveScaleUpInitial {
  to {
    transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    opacity: 0; } }

@keyframes MoveScaleUpEnd {
  from {
    transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    opacity: 0; }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

div[data-layout-name="heading"] p {
  font-family: "DM Serif Display", Arial, Helvetica, sans-serif !important;
  font-size: 32px;
  font-weight: 400;
  color: black; }
  @media (min-width: 801px) {
    div[data-layout-name="heading"] p {
      font-size: 38px; } }

@media (max-width: 1023px) {
  div[data-layout-name="three-two"] {
    padding: 4% 0%; }
    div[data-layout-name="three-two"] div[data-sub-layout] {
      max-width: 50%;
      float: left;
      margin: 0%;
      padding: 10px;
      display: block;
      flex-basis: 50%; }
    div[data-layout-name="three-two"] div[data-sub-layout]:first-of-type {
      max-width: 100% !important;
      width: 100% !important;
      display: block;
      flex-direction: none;
      box-sizing: border-box;
      flex-basis: auto; }
  div[data-layout-name="lightbox-five-two"],
  div[data-layout-name="lightbox-instagram-grid"],
  div[data-layout-name="five-two"],
  div[data-layout-name="instagram-grid"] {
    padding: 4% 5%; }
    div[data-layout-name="lightbox-five-two"] div[data-sub-layout],
    div[data-layout-name="lightbox-instagram-grid"] div[data-sub-layout],
    div[data-layout-name="five-two"] div[data-sub-layout],
    div[data-layout-name="instagram-grid"] div[data-sub-layout] {
      max-width: 25%;
      float: left;
      margin: 0%;
      padding: 10px;
      display: block;
      flex-direction: none;
      box-sizing: border-box;
      flex-basis: auto; }
    div[data-layout-name="lightbox-five-two"] div[data-sub-layout]:first-of-type,
    div[data-layout-name="lightbox-instagram-grid"] div[data-sub-layout]:first-of-type,
    div[data-layout-name="five-two"] div[data-sub-layout]:first-of-type,
    div[data-layout-name="instagram-grid"] div[data-sub-layout]:first-of-type {
      max-width: 100% !important;
      width: 100% !important;
      display: block;
      flex-direction: none;
      box-sizing: border-box;
      flex-basis: auto; } }

.productView.main .productView-description[data-event-type="product"] li {
  padding-bottom: 10px; }

footer div[data-content-region="footer-icons--global"] {
  margin-top: 3rem; }
  @media (min-width: 801px) {
    footer div[data-content-region="footer-icons--global"] {
      margin-top: 0; } }

div[data-layout-name="Layout-icon"] {
  padding: 1rem; }
  @media (min-width: 801px) {
    div[data-layout-name="Layout-icon"] {
      padding: 0; } }
  div[data-layout-name="Layout-icon"] p {
    text-align: center; }
    @media (min-width: 801px) {
      div[data-layout-name="Layout-icon"] p {
        text-align: left; } }

div[data-layout-name="Layout-video"] {
  margin: 0 !important;
  padding: 0 !important; }
  div[data-layout-name="Layout-video"] video {
    width: 100% !important;
    height: auto !important;
    margin: 0;
    padding: 0; }

[data-content-region="product_view_description--global"] div[data-layout-name="Layout"],
[data-content-region="product_view_description"] div[data-layout-name="Layout"] {
  padding: 0; }
  [data-content-region="product_view_description--global"] div[data-layout-name="Layout"] .beefup__body,
  [data-content-region="product_view_description--global"] div[data-layout-name="Layout"] .beefup__head button,
  [data-content-region="product_view_description"] div[data-layout-name="Layout"] .beefup__body,
  [data-content-region="product_view_description"] div[data-layout-name="Layout"] .beefup__head button {
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 801px) {
      [data-content-region="product_view_description--global"] div[data-layout-name="Layout"] .beefup__body,
      [data-content-region="product_view_description--global"] div[data-layout-name="Layout"] .beefup__head button,
      [data-content-region="product_view_description"] div[data-layout-name="Layout"] .beefup__body,
      [data-content-region="product_view_description"] div[data-layout-name="Layout"] .beefup__head button {
        padding: 0.5rem; } }

.body .subcategoriesnavList {
  text-align: center;
  width: 100%;
  display: block;
  clear: both;
  padding: 0px;
  margin-bottom: 0px;
  margin-left: 0%;
  padding-left: 0;
  padding-right: 0; }
  .body .subcategoriesnavList .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 5px 15px 5px 0px;
    flex-flow: column;
    width: 30%; }
    @media (min-width: 801px) {
      .body .subcategoriesnavList .swiper-slide {
        padding: 0px 20px 20px 0px;
        width: 19% !important; } }
    .body .subcategoriesnavList .swiper-slide .navList-action {
      display: block;
      padding: 3px;
      position: relative;
      clear: both;
      height: auto;
      width: 100%; }
      .body .subcategoriesnavList .swiper-slide .navList-action::after {
        content: "";
        z-index: -1;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: inherit;
        border-radius: inherit; }
      .body .subcategoriesnavList .swiper-slide .navList-action img {
        width: 100%;
        border-radius: 10px;
        height: auto !important;
        border: 1px solid white;
        display: block; }
      .body .subcategoriesnavList .swiper-slide .navList-action .subcategory-name {
        display: block;
        clear: both;
        overflow: hidden;
        padding: 10px 0px;
        font-weight: normal;
        font-size: 15px; }
        @media (min-width: 801px) {
          .body .subcategoriesnavList .swiper-slide .navList-action .subcategory-name {
            font-size: 17px; } }

.featuredin {
  text-align: center;
  width: 100%;
  display: block;
  clear: both;
  margin-bottom: 0px;
  margin-left: 0;
  padding: 2rem 10%; }
  @media (min-width: 801px) {
    .featuredin {
      padding: 3rem 10%; } }
  .featuredin .swiper-wrapper {
    padding-bottom: 3rem; }
  .featuredin h2 {
    font-size: 32px;
    letter-spacing: 0px;
    text-align: center;
    padding: 0px 10% 2rem;
    text-transform: capitalize;
    margin-top: 0px; }
    @media (min-width: 801px) {
      .featuredin h2 {
        font-size: 46px; } }
  .featuredin .swiper-pagination {
    bottom: 0px; }
  .featuredin .swiper-slide {
    text-align: center;
    font-size: 17px;
    background: transparent;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 3rem;
    flex-flow: column;
    padding-bottom: 3rem;
    border-radius: 10px; }
    .featuredin .swiper-slide img {
      height: 50px;
      width: auto;
      border-radius: 0;
      -webkit-filter: blur(0) !important;
      filter: blur(0) !important; }
      @media (min-width: 801px) {
        .featuredin .swiper-slide img {
          height: 50px; } }
  .featuredin .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.5) !important; }
  .featuredin .swiper-pagination-bullet-active {
    background: black !important; }

.customersReview {
  width: 100%;
  height: auto;
  padding: 5rem 10% 5rem;
  margin: 0px; }
  .customersReview h2.page-heading {
    text-align: center !important;
    padding: 1rem; }
    .customersReview h2.page-heading span {
      display: block;
      clear: both;
      font-size: 17px;
      font-weight: 400; }
  .customersReview .swiper {
    padding: 5%; }
  .customersReview .swiper-pagination {
    bottom: 2rem; }
    .customersReview .swiper-pagination .swiper-pagination-bullet {
      background: #f7f7f7 !important; }
  .customersReview .swiper-slide {
    text-align: left;
    background: white;
    display: block;
    width: 90%;
    margin: auto;
    box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.2) !important;
    border-radius: 10px;
    height: auto;
    opacity: 0.96;
    filter: blur(4px); }
    .customersReview .swiper-slide .swiper-slide-shadow-left,
    .customersReview .swiper-slide .swiper-slide-shadow-right {
      background-image: none !important; }
    @media (min-width: 801px) {
      .customersReview .swiper-slide {
        width: 38%; } }
    .customersReview .swiper-slide .testimonial {
      border-radius: 10px;
      padding: 2rem;
      height: auto;
      width: auto;
      font-size: 16px;
      text-align: center; }
      @media (min-width: 801px) {
        .customersReview .swiper-slide .testimonial {
          padding: 4rem 5rem;
          font-size: 18px; } }
      .customersReview .swiper-slide .testimonial .authoriamges {
        display: block;
        clear: both;
        overflow: hidden;
        width: 100%;
        height: auto; }
      .customersReview .swiper-slide .testimonial .testimonialphoto {
        width: 100px;
        height: 100px;
        border-radius: 100%;
        margin: 0px auto 10px;
        float: none;
        clear: both;
        display: block;
        filter: blur(0px); }
      .customersReview .swiper-slide .testimonial .rating {
        text-align: center; }
      .customersReview .swiper-slide .testimonial .rating__stars {
        margin: 10px auto;
        width: 145px;
        height: 25px;
        background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSIyNCIgdmVyc2lvbj0iMS4xIiB3aWR0aD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6Y2M9Imh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL25zIyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTEwMjguNCkiPjxwYXRoIGQ9Im02Ni4zNiAxMTIxLjYtMC42MzYtMC43di0xLjItMS4ybDAuMzktMi4yYzAuMjE0LTEuMyAwLjM5LTIuMyAwLjM5LTIuNHMtMC4xMy0wLjEtMC41MjQtMC4zbC0wLjUyNS0wLjMtMC41NDQtMS4zYy0wLjMtMC44LTAuNTQ3LTEuNC0wLjU0OS0xLjVzMC4wOTEtMC4zIDAuMjE1LTAuNGMwLjIxOC0wLjQgMC4yMi0wLjQgMC4yMi0wLjh2LTAuNGgtMC41MTYtMC41OTdjLTAuMDQ1LTAuMS0wLjE4MS0wLjMtMC4zMDItMC41bC0wLjIxOS0wLjVoLTAuMzM1bC0wLjMzNCAwLjEtMS4xNDktMC43LTEuMTQ5LTAuNi0wLjM2LTAuNWMtMC4xOTgtMC4yLTAuMzk0LTAuNC0wLjQzNS0wLjQtMC4wNDItMC4xLTAuMjU5LTAuMS0wLjQ4Mi0wLjFoLTAuNDA3bC0xLjIzMS0xLjYtMS4yMy0xLjYgMC4wNTMtMC45IDAuMDUzLTAuOC0wLjM4MS0wLjVjLTAuMjA5LTAuMy0wLjQxNi0wLjYtMC40NTgtMC42LTAuMDU0LTAuMS0wLjE0OS0wLjEtMC4zMDMgMGgtMC4yNzVjLTAuMDI4IDAtMC4xMjUtMC4yLTAuMjE2LTAuNC0wLjE3My0wLjMtMC4xNjMtMC40IDAuMDU2LTAuNGgwLjExOWMwLTAuMS0xLjAwOS0xLjEtMS4xNC0xLjItMC4wNTcgMC0wLjQ0LTAuMS0wLjg1Mi0wLjJsLTAuNzQ4LTAuMS0xLjg4IDFjLTEuMDM0IDAuNS0xLjg5MyAwLjktMS45MDggMC45LTAuMDE1LTAuMSAwLjI0LTAuMyAwLjU2Ny0wLjcgMC4zMjgtMC4zIDAuNTk1LTAuNiAwLjU5NS0wLjZzLTAuMjA5LTAuMi0wLjQ2NC0wLjRjLTAuMjU2LTAuMi0wLjQ3NS0wLjQtMC40ODgtMC40LTAuMDEzLTAuMS0wLjExMS0wLjctMC4yMTgtMS40LTAuMTc4LTEuMi0wLjE4Ny0xLjMtMC4xMTQtMS40IDAuMDQ0IDAgMC40MTEtMC4yIDAuODE2LTAuNGwwLjczNy0wLjQgMy43OCAwLjRjMi4wNzkgMC4yIDMuODMzIDAuNCAzLjg5NiAwLjQgMC4wOTggMCAwLjEwNyAwIDAuMDU1LTAuMS0wLjAzNCAwLTAuMzA4LTAuMi0wLjYwOS0wLjQtMC4zMDItMC4yLTAuNTc1LTAuNC0wLjYwOS0wLjUtMC4wNSAwLTAuMDMyLTAuMiAwLjA5Ny0wLjcgMC4wODctMC40IDAuMTgzLTAuNyAwLjIxMy0wLjdzMS44MTEtMC43IDMuOTU3LTEuNmwzLjkwMy0xLjUgMS4xMjIgMC4xYzEuNjIzIDAuMSAxLjg4NSAwLjEgMS44NjggMC4yLTAuMDA4IDAtMC41NzUgMC43LTEuMjU5IDEuNC0wLjY4NCAwLjgtMS4yNiAxLjUtMS4yODEgMS41cy0wLjAwNCAwLjEgMC4wNCAwLjFjMC4wNDIgMC4xIDAuODMyIDAuNyAxLjc1NiAxLjUgMC45MjQgMC43IDEuNjggMS40IDEuNjggMS40cy0wLjI0OSAwLjMtMC41NTMgMC43bC0wLjU1MyAwLjUtMS4wMi0wLjFjLTAuNTYxLTAuMS0xLjAzOS0wLjMtMS4wNjMtMC4zLTAuMDI2IDAgMC4wMDEtMC4zIDAuMDY3LTAuNiAwLjA2LTAuMyAwLjA5Ny0wLjYgMC4wODEtMC42LTAuMDIyLTAuMS0wLjEwNS0wLjEtMC4zNDQtMC4xLTAuMTc0IDAtMC4zMyAwLTAuMzQ2IDAuMS0wLjAxNiAwLTAuMDk1IDAuMi0wLjE3NCAwLjRsLTAuMTQ1IDAuNCAwLjEwNiAwLjRjMC4wNTggMC4yIDAuMDkyIDAuNCAwLjA3NSAwLjRoLTAuNjU0Yy0xLjAyOC0wLjEtMC45MS0wLjItMS4zMjYgMC40LTAuMTk4IDAuMy0wLjM3IDAuNS0wLjM4MSAwLjYtMC4wMTMgMCAwLjA4IDAuMiAwLjI1NSAwLjMgMC4yMTIgMC4yIDAuMzcxIDAuMyAwLjY5OCAwLjMgMC4yMzMgMC4xIDAuNDk0IDAuMiAwLjU3OSAwLjIgMC4xMDggMC4xIDAuMzAyIDAuMiAwLjYzNCAwLjYgMC4yNjQgMC4zIDAuNTEgMC42IDAuNTQ4IDAuNiAwLjA2NCAwIDAuMzk0LTAuOSAwLjM5NC0xLjEgMCAwLTAuMDQzLTAuMS0wLjA5Ny0wLjItMC4wODYtMC4xLTAuMDk4LTAuMi0wLjA5OC0wLjdzMC4wMDgtMC42IDAuMDkxLTAuNmMwLjI0IDAgMi40NzcgMC40IDIuNTI0IDAuNSAwLjAzIDAgMC40ODkgMC41IDEuMDIgMS4yIDAuODI1IDEgMC45NTUgMS4xIDAuODk3IDEuMi0wLjAzOCAwLTAuNjcxIDAuNC0xLjQwOSAwLjgtMC43MzcgMC41LTEuMzUxIDAuOC0xLjM2NSAwLjgtMC4wMTUgMC0wLjAzNyAwLjItMC4wNSAwLjVsLTAuMDI1IDAuNGgtMC4yNDZjLTAuMjQgMC0wLjI1MSAwLTAuNDc5IDAuMi0wLjE5MSAwLjItMC4yMjggMC4zLTAuMjA3IDAuNCAwLjEwNSAwLjUgMC4xNDkgMC40LTAuNDc4IDEtMC4zNzUgMC4zLTAuNTY1IDAuNS0wLjU2NSAwLjUgMC4wMDEgMC4xIDAuMDU1IDAuMyAwLjEyMiAwLjUgMC4xNzIgMC42IDAuMTc0IDAuNS0wLjE1NyAwLjUtMC4yNzggMC0wLjI4IDAtMC40NjUtMC4zLTAuMzMyLTAuNC0wLjIyNS0wLjQtMS4xNzEtMC40aC0wLjg5NWMtMC4wNzUgMC4xLTAuNjU0IDEuMS0wLjY1NCAxLjJzMC42NTkgMC43IDAuNzgzIDAuN2MwLjA1OSAwIDAuMjY5LTAuMSAwLjQ2Ny0wLjJsMC4zNTktMC4yIDAuMiAwLjEgMC4yIDAuMS0wLjAzOSAwLjNjLTAuMDIxIDAuMi0wLjAzOSAwLjQtMC4wNDEgMC41bC0wLjAwMiAwLjJoMC4yNTFjMC4xMzggMCAwLjI3MiAwIDAuMjk4IDAuMSAwLjAyNiAwIDAuMDczIDAuMiAwLjEwNiAwLjQgMC4wOTQgMC42IDAuMDIzIDAuNSAwLjcwMiAwLjVoMC41OTRsMC41NTUtMC4yIDAuNTU1LTAuMyAwLjM5NiAwLjJjMC4zNjIgMC4xIDAuNDYyIDAuMSAxLjEzOCAwLjJoMC43OWMwLjAyNiAwLjEgMC4wNjkgMC4zIDAuMDk0IDAuNSAwLjAyOSAwLjMgMC4wNzMgMC41IDAuMTE0IDAuNWgwLjYxMWMwLjMwMSAwIDAuNTU4IDAuMSAwLjU3MiAwLjEgMC4wMTUgMCAwLjA1MyAwLjIgMC4wODUgMC41IDAuMDMzIDAuMyAwLjA4OCAwLjUgMC4xMjYgMC41IDAuMDQ3IDAuMSAwLjE4OCAwLjEgMC40NDUgMC4xaDAuMzc2bDEuMDg0IDAuN2MwLjU5NiAwLjQgMS4wODMgMC44IDEuMDgzIDAuOHMtMC4xNDIgMC4yLTAuMzE3IDAuNGMtMC4xNzQgMC4yLTAuMzE3IDAuNC0wLjMxOCAwLjRzLTAuMDQyIDAuNC0wLjA4OSAwLjhsLTAuMDg3IDAuNi0wLjI0NiAwLjNjLTAuMzE3IDAuMy00LjU0OSA0LjgtNC42NjMgNS0wLjA3OSAwLjEtMC4wOCAwLjEtMC4wMTIgMC4zIDAuMDQxIDAuMSAwLjA3NCAwLjMgMC4wNzQgMC41djAuM2wtMC4zMTcgMC40Yy0wLjE3NCAwLjEtMC4zMTcgMC4zLTAuMzE3IDAuM3MwLjEwOSAwLjIgMC4yNDMgMC4zYzAuMTM0IDAuMiAwLjI0NCAwLjQgMC4yNDQgMC40IDAuMDAxIDAuMS0wLjM3OCAwLjYtMC40NDEgMC42LTAuMDIzIDAtMC4zMjgtMC40LTAuNjc4LTAuOHptNDQuOTktMS4yYy0wLjA3LTAuMS0wLjExLTAuMi0wLjE2LTAuNC0wLjEtMC41LTAuMTItMC40IDAuNjYtMS4zIDAuMzgtMC40IDAuNy0wLjggMC43LTAuOCAwLTAuMS0wLjEyLTAuMy0wLjI3LTAuNS0wLjE0LTAuMi0wLjI2LTAuNC0wLjI2LTAuNCAwLTAuMSAwLjI5LTAuNSAwLjM0LTAuNSAwLjAzIDAuMSAwLjE2IDAuMiAwLjMgMC40bDAuMjQgMC40IDAuMDcgMC43YzAuMTEgMSAwLjE1IDAuOS0wLjUyIDEuN2wtMC41OSAwLjdoLTAuMi0wLjMxem0tNC42MS0yLjJjLTAuMTggMC0wLjMzIDAtMC40NC0wLjEtMC4wOS0wLjEtMC41Ny0wLjUtMS4wNy0wLjgtMC41MS0wLjQtMC45NC0wLjctMC45Ny0wLjdzLTAuMDUgMC4xLTAuMDUgMC4yYzAgMC0wLjAzIDAuMS0wLjA2IDAuMS0wLjA5IDAuMS0yLjU5IDAuNi0yLjY0IDAuNi0wLjAyIDAgMC4wMi0wLjMgMC4wOS0wLjUgMC4wNy0wLjMgMC4xMi0wLjUgMC4xMi0wLjUgMC0wLjEtMC4xMS0wLjItMC4yNS0wLjJsLTAuMjYtMC4yLTAuMDEtMC42LTAuMDItMC43IDAuMTQtMC4xYzAuMjgtMC4yIDMuMzktMi4yIDMuNDMtMi4yIDAuMDEgMCAwLjM3IDAuMiAwLjc4IDAuNCAwLjQyIDAuMyAwLjc4IDAuNSAwLjgxIDAuNSAwLjA0IDAgMC4wNy0wLjEgMC4wOS0wLjMgMC4wMi0wLjMgMC4wNi0wLjQgMC4wOS0wLjVoMC4yNiAwLjIybDAuOTkgMS41YzAuNTUgMC44IDEgMS41IDEgMS42IDAgMC0xLjIxIDIuNC0xLjMzIDIuNS0wLjA1IDAuMS0wLjQyIDAuMS0wLjkyIDB6bS0yMi43ODMtMWMtMC4zOTQtMC4xLTAuNzM3LTAuMS0wLjc2MS0wLjEtMC4wMjQtMC4xLTAuMzQ2LTAuOS0wLjcxNi0xLjlsLTAuNjcyLTEuOSAwLjIwMi0wLjMgMC4yMDEtMC4ydi0wLjUtMC42bC0wLjIyNy0wLjJjLTAuMTI0LTAuMi0wLjM4MS0wLjUtMC41NzEtMC43bC0wLjM0NC0wLjQgMC4yMTgtMC4yYzAuMTE5LTAuMSAwLjIwNi0wLjIgMC4xOTMtMC4yLTAuMDE0IDAtMC4yNTUtMC4yLTAuNTM3LTAuM2wtMC41MTItMC40aC0xLjE4Yy0xLjE2OS0wLjEtMS4xODEtMC4xLTEuMzE3LTAuMi0wLjA3NS0wLjEtMC4zNTctMC4zLTAuNjI1LTAuNi0wLjI2OC0wLjItMC41MDItMC40LTAuNTE5LTAuNC0wLjAxOC0wLjEtMC4wNDgtMC43LTAuMDY4LTEuNGwtMC4wMzUtMS4yIDEuNDg1LTEuMyAxLjQ4Ni0xLjIgMC44MjEtMC4xIDAuODItMC4xIDAuMiAwLjJjMC4xODMgMC4yIDAuMiAwLjIgMC4yIDAuNHYwLjNsMC41ODYgMC4yYzAuMzIyIDAuMSAwLjYxMSAwLjIgMC42NDIgMC4yczAuMTg1LTAuMSAwLjM0MS0wLjNjMC4xNTctMC4xIDAuMzE0LTAuMiAwLjM1LTAuMnMwLjE2NCAwLjEgMC4yODYgMC4ybDAuMjIyIDAuMSAwLjg4IDAuMWgwLjg4MWwwLjE4Ny0wLjIgMC4xODYtMC4xdi0wLjRjMC0wLjMtMC4wMTctMC40LTAuMDYxLTAuNC0wLjAzMyAwLTAuMTkgMC4xLTAuMzQ3IDAuMy0wLjE1OCAwLjMtMC4zMTIgMC40LTAuMzQyIDAuNHMtMC4yMy0wLjItMC40NDUtMC41Yy0wLjQwMy0wLjYtMC41NDktMC43LTAuNDk1LTAuNCAwLjAxNiAwLjEgMC4wNDQgMC4zIDAuMDYzIDAuNSAwLjAyNyAwLjQgMC4wMjIgMC40LTAuMDM2IDAuNC0wLjAzOCAwLTAuMjM3LTAuMi0wLjQ0My0wLjMtMC4yNzYtMC4yLTAuMzgxLTAuMy0wLjQtMC40LTAuMDE0LTAuMS0wLjA1MS0wLjMtMC4wODItMC41LTAuMDU0LTAuMy0wLjA3MS0wLjQtMC40MTEtMC44LTAuNzAxLTAuOC0wLjczNS0wLjgtMC44MjQtMC44LTAuMDQzIDAuMS0wLjA3OSAwLjEtMC4wNzkgMC4yIDAgMCAwLjE4NiAwLjMgMC40MTMgMC42IDAuMzY0IDAuNSAwLjQwNyAwLjYgMC4zNTggMC43LTAuMDk5IDAuMi0wLjQ0OCAwLjYtMC40ODYgMC42LTAuMDQgMC0wLjA5OS0wLjEtMC4xOTEtMC42LTAuMDU5LTAuMy0wLjE0Ny0wLjMtMC43OS0wLjhsLTAuMjc3LTAuMi0wLjI3NSAwLjNjLTAuMjYyIDAuMi0wLjI4MSAwLjItMC40MzEgMC4xaC0wLjIwOWMtMC4wMjggMC0wLjQ0MSAwLjMtMC45MTYgMC44LTAuNDc2IDAuNC0wLjg5NCAwLjgtMC45MyAwLjgtMC4wNjMgMC0wLjA5My0wLjEtMC40NjYtMS4xLTAuMjUxLTAuNy0wLjI1LTAuNyAwLjA0MS0wLjZoMC42MiAwLjM4OWwwLjExMS0wLjJjMC4xNTMtMC4zIDAuMTQxLTAuMy0wLjA4Ni0wLjYtMC4xMS0wLjEtMC4xOS0wLjItMC4xOC0wLjMgMC4wMSAwIDAuMTg3LTAuMiAwLjM5Mi0wLjMgMC4zMDgtMC4zIDAuNDE3LTAuMyAwLjYxNy0wLjMgMC4yMTctMC4xIDAuMjkyLTAuMSAwLjY4NC0wLjUgMC4yNDMtMC4yIDAuNDQxLTAuNCAwLjQ0MS0wLjUgMCAwLTAuMDQ0LTAuMS0wLjA5OC0wLjMtMC4wNTMtMC4xLTAuMDk3LTAuMi0wLjA5Ny0wLjIgMC0wLjEgMC4zNTItMC4zIDAuNDM1LTAuMyAwLjAyNyAwIDAuMTIyIDAuMSAwLjIxIDAuMmwwLjE2IDAuMyAwLjc4LTAuMWgwLjgzYzAuMDI2LTAuMSAwLjA3MS0wLjIgMC4wOTktMC4zbDAuMDUxLTAuMiAwLjg0OC0wLjNjMC40NjYtMC4yIDAuODU1LTAuNCAwLjg2NS0wLjRzLTAuMDQ2LTAuMS0wLjEyNC0wLjJsLTAuMTQyLTAuMS0wLjUxOSAwLjFjLTAuMjg2IDAuMS0wLjU1IDAuMi0wLjU4NyAwLjItMC4wNjktMC4xLTAuMzIxLTAuNi0wLjMyMS0wLjcgMCAwIDAuMTY1LTAuMiAwLjM2Ni0wLjMgMC4yMDEtMC4yIDAuMzY2LTAuMyAwLjM2Ni0wLjQgMCAwLTAuMzgtMC40LTAuNDU1LTAuNC0wLjA2NiAwLjEtMS4wMDggMS4zLTEuMDA4IDEuM3MwLjA3OSAwLjEgMC4xNzYgMC4ybDAuMTc2IDAuMi0wLjA0MiAwLjQtMC4wNDIgMC40LTAuNDA2IDAuMWMtMC42MzMgMC4yLTAuNjQ2IDAuMi0wLjc2OC0wLjEtMC4wNTgtMC4xLTAuMTI2LTAuMi0wLjE1MS0wLjMtMC4wMjkgMC0wLjIzNSAwLTAuNTU1IDAuMWgtMC41NDFjLTAuMDQxLTAuMSAwLjAzMS0wLjkgMC4wODMtMSAwLjA5NC0wLjIgMS43MDQtMi4zIDEuNzk2LTIuNCAwLjA3Ni0wLjEgMC4zNTMtMC4yIDEuMDU0LTAuMyAwLjUyMy0wLjIgMS4wMDMtMC4zIDEuMDY2LTAuM3MwLjc3MiAwLjIgMS41NzUgMC40YzAuODA0IDAuMiAxLjQ3MSAwLjMgMS40ODMgMC4zIDAuMTAxIDAtMC40MjEgMC44LTAuNTI4IDAuOC0wLjA4NCAwLjEtMC4wNjIgMC4xLTAuNTg0IDBoLTAuNDc1YzAgMC4xIDAuMTUxIDAuMyAwLjMzNyAwLjRsMC4zMzcgMC40IDAuMTg3LTAuMWMwLjEwMy0wLjEgMC42MzItMC40IDEuMTc1LTAuOGwwLjk4Ny0wLjYgMC43NDEtMC4xaDAuNzU4YzAuMDEtMC4xLTAuMTkxLTAuMy0wLjQ0Ni0wLjYtMC4yNTYtMC4zLTAuNDY1LTAuNi0wLjQ2NS0wLjYgMC4wMDEgMCAwLjI2OS0wLjMgMC41OTctMC42bDAuNTk3LTAuNyAwLjg0OC0wLjNjMC44MTQtMC40IDAuODUxLTAuNCAwLjkxNi0wLjMgMC4wODYgMC4xIDAuMTg3IDAuNSAwLjE0OCAwLjUtMC4wMTYgMC0wLjMzOCAwLjEtMC43MTYgMC4zLTAuMzc4IDAuMS0wLjczOSAwLjItMC44MDIgMC4zLTAuMTIxIDAtMC45MDcgMC45LTAuOTA3IDAuOSAwIDAuMSAwLjE2MSAwLjIgMC45NjkgMC43IDAuMzg1IDAuMiAwLjcxNCAwLjQgMC43MzEgMC40cy0wLjAxOS0wLjEtMC4wNzktMC4yYy0wLjA1OS0wLjEtMC4xMDgtMC4yLTAuMTA4LTAuMiAwLTAuMSAxLjAxNC0xIDEuMTA1LTEgMC4wMzEgMCAwLjUwMyAwLjEgMS4wNDggMC4yIDAuNjA3IDAuMSAxLjAxMSAwLjIgMS4wMzkgMC4yIDAuMDI1IDAgMC4xMTMtMC4yIDAuMTk1LTAuM2wwLjE0OS0wLjMgMS44NDctMC43IDEuODQ2LTAuNyAwLjgxMyAwLjJjMC40NSAwLjEgMSAwLjIgMS4yNCAwLjIgMC4yMyAwLjEgMC40MiAwLjEgMC40MiAwLjIgMCAwLTAuMzcgMC4yLTAuODMgMC41LTAuNDggMC4zLTAuODEgMC41LTAuNzkgMC41czEuMjMgMC4yIDIuNjggMC4zYzEuNDQgMC4yIDIuNzEgMC4zIDIuODIgMC4zIDAuMTggMCAwLjIgMCAwLjY2LTAuNCAwLjI2LTAuMyAwLjQ5LTAuNSAwLjUyLTAuNXMwLjE0IDAuMiAwLjI2IDAuNGMwLjExIDAuMiAwLjIzIDAuNCAwLjI2IDAuNHMwLjY3IDAuMSAxLjQyIDAuMmwxLjM2IDAuMSAwLjM4IDAuMmMwLjQ1IDAuMiAwLjQ2IDAuMiAxLjU4IDAuMSAwLjQ2LTAuMSAwLjktMC4xIDAuOTktMC4xaDAuMTZ2MS41YzAgMC44LTAuMDIgMS41LTAuMDQgMS42LTAuMDIgMC0wLjUxIDAtMS4wOCAwLjEtMC41OCAwLTEuMDggMC4xLTEuMTEgMC4xLTAuMDQgMC4xLTAuMDUgMC4yLTAuMDMgMC41bDAuMDIgMC40LTAuNjQgMC44Yy0wLjM1IDAuNS0wLjY2IDAuOS0wLjY4IDAuOS0wLjAzIDAtMC4wNi0wLjEtMC4wNy0wLjEtMC4wNC0wLjItMC4yMy0xLjQtMC4yMy0xLjUgMCAwIDAuMTUtMC4yIDAuMzItMC40IDAuMTgtMC4zIDAuMzItMC41IDAuMzItMC41IDAtMC4xIDAuMDEtMC4xLTEuMzYgMC4xbC0xLjE4IDAuMS0wLjc1IDAuNGMtMC40MSAwLjItMC43NyAwLjQtMC44IDAuNC0wLjA3IDAuMS0wLjE2IDAuNi0wLjEyIDAuNiAwLjAyIDAgMC4yNCAwIDAuNDgtMC4xIDAuMjUgMCAwLjQ3LTAuMSAwLjUtMC4xIDAuMDMgMC4xIDAuMDcgMC40IDAuMDggMC44bDAuMDQgMC43LTAuMTIgMC4xaC0wLjI3Yy0wLjMxIDAtMC4zOCAwLjEtMC40NyAwLjQtMC4wNSAwLjItMC4xMiAwLjQtMC4xNiAwLjRzLTAuMzggMC4zLTAuNzUgMC41Yy0wLjM4IDAuMy0wLjY4IDAuNS0wLjY4IDAuNSAwIDAuMSAwLjA0IDAuMiAwLjEgMC4zIDAuMDcgMC4yIDAuMDggMC4zIDAuMDQgMC40LTAuMDkgMC4xLTAuODIgMC41LTAuODggMC41LTAuMDMgMC0wLjEyLTAuMi0wLjE5LTAuNS0wLjA4LTAuMi0wLjE2LTAuNC0wLjE4LTAuNS0wLjA2IDAtMC41OCAwLjItMC42MiAwLjMtMC4wMSAwLjEgMC4wMSAwLjYgMC4wNSAxLjIgMC4wNyAwLjkgMC4wNyAxLjEgMC4wMSAxLjEtMC4wMyAwLjEtMC42NSAwLjQtMS4zNyAwLjgtMC43MiAwLjUtMS4zIDAuOC0xLjMgMC45IDAgMCAwLjE0IDAuMiAwLjMyIDAuNXMwLjMxIDAuNSAwLjI5IDAuNWMtMC4wNCAwLjEtMS4wNzYgMC43LTEuMTQ1IDAuNy0wLjAyOSAwLTAuMTUyLTAuMi0wLjI3NC0wLjQtMC4xNjgtMC40LTAuMjQzLTAuNS0wLjMxOS0wLjUtMC4xNTUgMC0wLjE2MiAwLjEtMC4wNCAwLjZsMC4xMTMgMC41IDAuNDQgMC4zYzAuMjQzIDAuMiAwLjQ1OSAwLjMgMC40ODIgMC4zIDAuMDU3IDAuMS0wLjAzOCAwLjMtMC4xOCAwLjMtMC4xMDQgMC4xLTAuMTQzIDAuMS0wLjM1MSAwLjEtMC4zMjQtMC4xLTAuMzMyLTAuMS0wLjI5OCAwLjFzMC4xMzggMC4zIDAuMzM3IDAuM2MwLjI0NCAwIDAuMzE0IDAgMC40NzcgMC41IDAuMDg3IDAuMiAwLjE4OCAwLjUgMC4yMTggMC41IDAuMDQgMCAwLjM3IDAuMiAwLjc0IDAuMyAwLjQ1IDAuMiAwLjY4IDAuMyAwLjcgMC40IDAuMDUgMC4xIDAuMDYgMC40IDAuMDEgMC40LTAuMDIgMC0wLjM5LTAuMS0wLjgyLTAuMnMtMC43OS0wLjEtMC44MDYtMC4xYy0wLjA1MyAwLTIuMzM3LTIuNi0yLjMzNy0yLjYgMC0wLjEgMC4xMTUtMC4xIDAuNDE1IDAgMC4zMjIgMCAwLjQxNSAwIDAuNDE1LTAuMSAwIDAtMC4zMDItMC43LTAuNjctMS41bC0wLjY2OS0xLjQtMC4wMTgtMC40Yy0wLjAxNi0wLjQtMC4wMzItMC41LTAuMTEyLTAuNS0wLjIwMy0wLjEtMC4yNzcgMC0wLjM2NiAwLjRsLTAuMDg2IDAuNC0wLjYxIDAuNGMtMC4zMzYgMC4zLTAuNjQ0IDAuNS0wLjY4NiAwLjYtMC4wNTcgMC0wLjA4MiAwLjItMC4xMDEgMC41bC0wLjAyNCAwLjUtMC40MzkgMC4yYy0wLjI0MSAwLTAuNDgxIDAuMS0wLjUzMyAwLjEtMC4wNzEgMC0wLjE0My0wLjItMC4zMDYtMC42LTAuNDc2LTEuMy0wLjQzNy0xLjItMC42NjQtMS4zbC0wLjIwNC0wLjF2LTAuNWMwLTAuNC0wLjAyLTAuNi0wLjA0OS0wLjYtMC4yMDYtMC4xLTMuNzYtMC43LTMuNzg3LTAuNy0wLjAzMSAwLjEgMC40MTcgMC45IDAuNTI4IDEgMC4wMjQgMCAwLjE4NSAwIDAuMzcxLTAuMWwwLjMyOC0wLjEgMC4zNDEgMC40YzAuMTg4IDAuMSAwLjM0MSAwLjMgMC4zNDEgMC40IDAgMC0wLjYyIDAuOC0wLjc0OSAwLjktMC4wNTggMC0wLjQ0NCAwLjItMC44NTggMC4zLTAuNDk5IDAuMi0wLjc3NyAwLjMtMC44MjIgMC4yLTAuMDM3IDAtMC40NDUtMC43LTAuOTA3LTEuNi0wLjQ2MS0wLjktMC44NjgtMS43LTAuOTA0LTEuNy0wLjA3MS0wLjEtMC4zMjctMC4xLTAuNDQxIDAtMC4wNDggMC0wLjA3OCAwLjEtMC4wOTEgMC4zbC0wLjAxOSAwLjQgMC41OTEgMS4yYzAuNTgxIDEuMSAwLjU5NiAxLjEgMC44ODggMS40IDAuNDY5IDAuMyAwLjY4OCAwLjUgMC43NzEgMC40aDAuNjU4IDAuNTUxYy0wLjAxNiAwLjEtMC41NjggMC45LTEuMjI3IDEuOC0wLjY1OCAxLTEuMTk3IDEuOC0xLjE5NyAxLjggMCAwLjEgMC4wNTUgMC4yIDAuMTIzIDAuMyAwLjEwMiAwLjEgMC4xMyAwLjIgMC4xNjkgMC42IDAuMDc5IDAuOCAwLjExOCAwLjctMC42MDMgMS4yLTAuMDcxIDAuMS0wLjEgMC4yLTAuMTMzIDAuNi0wLjAyMyAwLjItMC4wNiAwLjQtMC4wODMgMC41LTAuMjk1IDAuNC0xLjg5MSAyLjMtMS45NTIgMi4zaC0wLjh6bTUuOTk4LTE0LjJjMC4xMjcgMCAwLjIwOC0wLjEgMC4yMDgtMC4xIDAtMC4xLTAuMDg1LTAuMy0wLjE4OS0wLjUtMC4yODUtMC41LTAuMjg0LTAuNS0wLjA1OC0wLjggMC4yMjQtMC4zIDAuMjI4LTAuMyAwLjExNy0wLjUtMC4xMTQtMC4xLTAuMTctMC4xLTAuMzg5IDAuMWwtMC4xOTMgMC4yIDAuMDQ0IDAuOGMwLjA0MyAwLjggMC4wNzggMC45IDAuMTk2IDAuOSAwLjAzMSAwIDAuMTUtMC4xIDAuMjY0LTAuMXptLTQuNTE5LTEuMWMwLjM0NC0wLjMgMC4zMjQtMC4zIDEuNDEtMC4yIDAuMzg5IDAuMSAwLjcyNSAwLjEgMC43NDcgMC4xcy0wLjA3Ny0wLjItMC4yMi0wLjVjLTAuMjY5LTAuNC0wLjM3OS0wLjUtMC42ODEtMC41LTAuMTI5IDAtMC4xMzkgMC0wLjEzOSAwLjJzLTAuMDUgMC4yLTAuMzA5IDAuMmMtMC4xMjUgMC0wLjE5NyAwLTAuMzc4LTAuMmwtMC4yMjQtMC4zLTAuMzQ5IDAuNWMtMC4xOTMgMC4yLTAuMzUgMC40LTAuMzUgMC41IDAuMDAxIDAuMSAwLjEwMiAwLjQgMC4xNDkgMC40IDAuMDI1IDAgMC4xOC0wLjEgMC4zNDQtMC4yem02LjIyNi0wLjFjMC4wMjYgMCAwLjAzNS0wLjIgMC4wMTgtMC4zbC0wLjAzLTAuMmgtMC4xOTRjLTAuMjIzIDAtMC4yNDkgMC0wLjE5NyAwLjQgMC4wMyAwLjIgMC4wNCAwLjIgMC4xOTMgMC4yIDAuMDg5IDAgMC4xODQtMC4xIDAuMjEtMC4xem0tMzYuNjU4IDEzLjdjLTAuMTY4LTAuMS0wLjMwNS0wLjItMC4zMDUtMC4zIDAgMCAwLjE5NC0wLjIgMC4zMzgtMC4zbDAuMTM4LTAuMSAwLjMgMC4xYzAuMTY1IDAuMiAwLjMxNCAwLjMgMC4zMyAwLjMgMC4wMzQgMC4xLTAuMzA0IDAuNS0wLjQyMSAwLjUtMC4wNDEgMC0wLjIxMi0wLjEtMC4zOC0wLjJ6bTMzLjE5Ni0wLjVjLTAuMjYxLTAuMi0wLjQ4NC0wLjQtMC40OTYtMC40LTAuMDIyLTAuMSAwLjIxOC0xIDAuMjg2LTEuMSAwLjA1NS0wLjEgMS4wMDUtMC44IDEuMDYzLTAuOCAwLjEwOCAwIDAuMzc4IDAuMiAwLjM3OCAwLjNzLTAuNjM1IDIuMi0wLjY5OSAyLjJjLTAuMDQ0IDAuMS0wLjE3IDAtMC41MzItMC4yem0tMzQuNTc0LTAuNGMtMC4xNzQtMC4xLTAuMzE0LTAuMy0wLjMxMS0wLjMgMC4wMDgtMC4xIDAuNDU1LTAuNyAwLjUxLTAuNyAwLjA2MyAwIDAuNzMxIDAuOSAwLjcwNCAwLjktMC4wNCAwLjEtMC40NTEgMC4zLTAuNTIxIDAuMy0wLjAzNiAwLTAuMjA4LTAuMS0wLjM4Mi0wLjJ6bTUyLjY0NC0yLjdjLTAuODQtMC4yLTEuNTUtMC40LTEuNTctMC40LTAuMDUtMC4xLTAuMTQtMS4xLTAuMS0xLjEgMC4wNC0wLjEgMy4xIDAuNyAzLjE4IDAuNyAwLjA1IDAuMSAwLjI5IDAuOSAwLjI5IDEgMCAwLjItMC4wOSAwLjEtMS44LTAuMnptLTMuNjEtMC43Yy0wLjA2IDAtMC4xMS0wLjEtMC4xMS0wLjFzMC41LTEuMSAwLjU0LTEuMWMwLjA1LTAuMSAwLjU2IDAgMC42MSAwLjEgMC4wMiAwLTAuMTEgMC4zLTAuMjggMC42LTAuMyAwLjUtMC4zIDAuNS0wLjQ3IDAuNWgtMC4yOXptLTEuNTMtMC4yYy0wLjI2LTAuMS0wLjQ4LTAuMS0wLjQ5LTAuMi0wLjAxIDAgMC0wLjIgMC4wMi0wLjVsMC4wNC0wLjUgMC41LTAuNWMwLjI3LTAuMiAwLjUzLTAuNCAwLjU2LTAuNCAwLjA3IDAgMC43NCAwLjkgMC43NCAxIDAgMC0wLjE0IDAuMy0wLjMxIDAuNi0wLjM2IDAuNy0wLjMzIDAuNy0xLjA2IDAuNXptLTM0LjE1NS00LTAuOTY5LTAuMyAwLjAyOC0wLjJjMC4wMTUtMC4xIDAuMDQ4LTAuMiAwLjA3Mi0wLjIgMC4wMjcgMCAwLjQxNiAwLjEgMC45OSAwLjQgMC41MiAwLjIgMS4wMTkgMC40IDEuMTEgMC40IDAuMTQyIDAuMSAwLjE1NiAwLjEgMC4wOTcgMC4yLTAuMTU0IDAuMS0wLjM0MyAwLjEtMS4zMjgtMC4zem0tMTYuNjg3LTAuM2MtMC4yODUtMC4yLTAuNTQzLTAuMy0wLjU3My0wLjNzLTAuMTkzIDAtMC4zNjEgMC4xYy0wLjE2NyAwLjEtMC4zNDEgMC4yLTAuMzg0IDAuMi0wLjEwOSAwLTEuNzM0LTEtMS43NjYtMS0wLjAyOS0wLjEgMC4wNjYtMC40IDAuMTI2LTAuNSAwLjAyMSAwIDAuNDc0IDAuMiAxLjAwNyAwLjQgMC41MzIgMC4yIDAuOTk3IDAuNCAxLjAzMiAwLjRzMC4yMTctMC4xIDAuNDAzLTAuMmMwLjE4Ny0wLjEgMC4zNjktMC4yIDAuNDA0LTAuMiAwLjA5NSAwIDAuOTYyIDAuOSAwLjk2MiAwLjkgMCAwLjEtMC4yMzMgMC41LTAuMjkgMC41LTAuMDIzIDAtMC4yNzUtMC4xLTAuNTYtMC4zem0xNC40NjItMC4zYy0wLjMwNy0wLjEtMC41NzYtMC4yLTAuNTk4LTAuMi0wLjA0NiAwIDAuMDQ2LTAuNSAwLjEwNy0wLjUgMC4wNDYtMC4xIDEuMTc1IDAuMyAxLjIzOCAwLjMgMC4wNSAwLjEtMC4wNDYgMC40LTAuMTMgMC40LTAuMDM2IDAuMS0wLjI2NCAwLjEtMC42MTcgMHptNDEuNjMtMS4zYy0wLjEyLTAuNC0wLjIxLTAuOC0wLjE5LTAuOGgwLjE2YzAuMDkgMCAwLjIyIDAuMiAwLjQ4IDAuNiAwLjE5IDAuMiAwLjM1IDAuNSAwLjM1IDAuNSAwLjAxIDAtMC40NiAwLjQtMC41MiAwLjQtMC4wMyAwLTAuMTUtMC4zLTAuMjgtMC43em0tNDAuNzY2IDAuNGMtMC4yMjMtMC4yLTAuMjMyLTAuMi0wLjIzMi0wLjQgMC0wLjEgMC4wMTktMC4yIDAuMDQzLTAuMiAwLjA0IDAgMC40MTMgMC40IDAuNDc0IDAuNiAwLjA0IDAuMS0wLjAxIDAuMS0wLjI4NSAwem0tMTkuOTc2LTAuNGMtMC4wNjItMC4xLTAuNDAyLTAuOC0wLjQwMi0wLjlzMC4xMyAwIDAuNzA2IDAuMmMwLjMxMSAwLjEgMC41NTggMC4yIDAuNTQ5IDAuMi0wLjAxNiAwLjEtMC43MDcgMC41LTAuNzc0IDAuNWgtMC4wNzl6bTU4Ljc5Mi0xYy0wLjEyLTAuMi0wLjIyLTAuMy0wLjIxLTAuMyAwLjAxLTAuMSAwLjM3LTAuMyAwLjc5LTAuNSAwLjQzLTAuMyAwLjgtMC41IDAuODMtMC41IDAuMDQgMCAwLjE4LTAuNCAwLjMyLTAuOHMwLjI4LTAuOCAwLjMxLTAuOGMwLjA1IDAgMC4xNiAwIDAuNSAwLjIgMC4yNCAwLjIgMC40NCAwLjMgMC40NSAwLjMgMC4wMiAwLjEtMC44NSAxLjUtMS4wMSAxLjctMC4wNiAwLjEtMS42NSAwLjktMS43MyAwLjktMC4wMSAwLTAuMTItMC4xLTAuMjUtMC4yem0tMjIuMzk3LTEuMmMtMC4wNTcgMC0wLjExOC0wLjEtMC4xMzUtMC4xLTAuMDMzIDAgMC4xNjUtMC40IDAuMjI5LTAuNCAwLjA0NCAwIDAuMTA2IDAuMiAwLjE1NSAwLjQgMC4wMjkgMC4xIDAuMDIxIDAuMS0wLjA1NSAwLjFoLTAuMTk0em0yNS43NTctMS45Yy0wLjExLTAuMS0wLjEyLTAuMi0wLjA2LTAuMiAwLjA4LTAuMSAxLjA0LTAuNSAxLjEyLTAuNXMwLjQzIDAuMyAwLjQzIDAuM2MwIDAuMS0xLjE3IDAuNi0xLjMgMC42LTAuMDMgMC0wLjEyLTAuMS0wLjE5LTAuMnptLTMwLjA2LTEuNGMtMC4xMzgtMC4xLTAuMjUtMC4zLTAuMjUtMC4zIDAtMC4xIDAuMzg4LTAuNyAwLjQ1My0wLjcgMC4wMzIgMCAwLjE3MyAwLjEgMC4zMTIgMC4zIDAuMTgzIDAuMiAwLjI0MSAwLjMgMC4yMTEgMC40LTAuMDY3IDAuMS0wLjM5NSAwLjUtMC40MzcgMC41LTAuMDIxIDAtMC4xNTEtMC4xLTAuMjg5LTAuMnptMS4wODYgMGMtMC4wMTQgMCAwLjAzLTAuMiAwLjA5OS0wLjMgMC4xNTktMC4zIDAuMTU4LTAuNC0wLjAyNS0wLjUtMC4wODMtMC4xLTAuMjQtMC4zLTAuMzQ5LTAuNGwtMC4xOTgtMC4yIDAuMjYtMC4zYzAuMTgtMC4yIDAuMjc4LTAuMyAwLjMxNy0wLjIgMC4wMzEgMCAwLjExNiAwLjIgMC4xOSAwLjQgMC4xMjEgMC4zIDAuMTcyIDAuMyAwLjUwMSAwLjZsMC4zNjYgMC4zLTAuMDM0IDAuM2MtMC4wMTkgMC4yLTAuMDYgMC4zLTAuMDkgMC4zLTAuMDMxIDAuMS0wLjI3MSAwLjEtMC41MzMgMC4xLTAuMzY1IDAtMC40ODQgMC0wLjUwNC0wLjF6bS0zNC44MTYtMi41Yy0wLjA1MiAwLTAuMDM5LTMgMC4wMTMtMyAwLjAyNiAwIDAuNzc4IDAuMyAxLjY3MSAwLjZsMS42MjUgMC43IDAuMTggMC4yYzAuMDk5IDAuMiAwLjE4MiAwLjMgMC4xODMgMC40aC0xLjIyOWMtMS4xNzYgMC0xLjI0MiAwLTEuNDYzIDAuMS0wLjEyOCAwLTAuMjMyIDAuMS0wLjIzMiAwLjFzMC4xMTMgMC4yIDAuMjUxIDAuM2MwLjEzOSAwLjEgMC4yMzkgMC4zIDAuMjI1IDAuM3MtMC4yNjcgMC4xLTAuNTggMC4yYy0wLjYxMSAwLjItMC41OTggMC4yLTAuNjQ0IDAuMXptMjYuODEyIDBjLTAuMTQzIDAtMC4yMDQtMC4xLTAuNzM3LTAuOS0wLjMyLTAuNS0wLjU5Ni0xLTAuNjEyLTEtMC4wMTcgMC0wLjEzOS0wLjYtMC4yNzItMS4zLTAuMTMyLTAuNi0wLjI1Mi0xLjItMC4yNjYtMS4yLTAuMDU0LTAuMS0wLjk1LTAuOC0xLjAxNi0wLjgtMC4wMzggMC0wLjI2NCAwLjEtMC41MDIgMC4yLTAuMjM5IDAuMS0wLjQ2IDAuMS0wLjQ5MyAwLjEtMC4wNzUgMC0wLjU1Ni0wLjYtMC41NTYtMC43czEuNjgzLTIuMiAxLjc3NC0yLjJjMC4wNzUtMC4xIDcuMTctMC45IDcuMzItMC45IDAuMTM3IDAgMS44MDggMS4zIDEuODA4IDEuNHMtMC4xODYgMC4zLTAuNDE0IDAuNS0wLjQzIDAuMy0wLjQ0NyAwLjRjLTAuMDE4IDAtMC4wNjkgMC41LTAuMTEzIDFzLTAuMTAxIDEtMC4xMjYgMWMtMC4wMjUgMC4xLTAuMzY2IDAuNi0wLjc1NyAxLjItMC42NTUgMS4xLTAuNzI1IDEuMS0wLjg5IDEuMi0wLjA5OSAwLTAuNjMgMC4yLTEuMTggMC40bC0xIDAuMy0wLjI4OCAwLjctMC4yODggMC42aC0wLjM5NS0wLjU1em00Ljk0LTAuOGMtMC4yMzUtMC40LTAuMzk4LTAuNy0wLjM3NS0wLjcgMC4wNjUgMCAxLjUzLTAuNCAxLjU4OC0wLjQgMC4xMzggMC4xIDAuNjYxIDAuNiAwLjY2MSAwLjcgMCAwLTEuMjM0IDAuOS0xLjM4NSAxLTAuMDUxIDAtMC4xOTUtMC4yLTAuNDg5LTAuNnoiLz48ZyBmaWxsPSIjZTY3ZTIyIj48cGF0aCBkPSJtMjIgMTAzOC4yYzAgMC4yLTAuMTA0IDAuNC0wLjMxMiAwLjZsLTQuMzYzIDQuMiAxLjAzMyA2LjFjMC4wMDggMCAwLjAxMiAwLjEgMC4wMTIgMC4yIDAgMC4yLTAuMDQ0IDAuMy0wLjEzMiAwLjQtMC4wOCAwLjEtMC4yIDAuMi0wLjM2MSAwLjItMC4xNTIgMC0wLjMxMiAwLTAuNDgtMC4xbC01LjM5Ny0yLjktNS4zOTY2IDIuOWMtMC4xNzYzIDAuMS0wLjMzNjYgMC4xLTAuNDgwOCAwLjEtMC4xNjgzIDAtMC4yOTY1LTAuMS0wLjM4NDYtMC4yLTAuMDgwMi0wLjEtMC4xMjAyLTAuMi0wLjEyMDItMC40IDAgMCAwLjAwOC0wLjEgMC4wMjQtMC4ybDEuMDMzNy02LjEtNC4zNzUtNC4yYy0wLjIwMDMtMC4yLTAuMzAwNS0wLjQtMC4zMDA1LTAuNiAwLTAuMyAwLjIyNDQtMC41IDAuNjczMS0wLjVsNi4wMzM2LTAuOSAyLjcwNDMtNS41YzAuMTUyLTAuMyAwLjM0OS0wLjUgMC41ODktMC41czAuNDM3IDAuMiAwLjU4OSAwLjVsMi43MDQgNS41IDYuMDM0IDAuOWMwLjQ0OSAwIDAuNjczIDAuMiAwLjY3MyAwLjUiIGZpbGw9IiNlNjdlMjIiLz48L2c+PGcgZmlsbD0iI2YxYzQwZiI+PHBhdGggZD0ibTIyIDEwMzcuMmMwIDAuMi0wLjEwNCAwLjQtMC4zMTIgMC42bC00LjM2MyA0LjIgMS4wMzMgNi4xYzAuMDA4IDAgMC4wMTIgMC4xIDAuMDEyIDAuMiAwIDAuMi0wLjA0NCAwLjMtMC4xMzIgMC40LTAuMDggMC4xLTAuMiAwLjItMC4zNjEgMC4yLTAuMTUyIDAtMC4zMTIgMC0wLjQ4LTAuMWwtNS4zOTctMi45LTUuMzk2NiAyLjljLTAuMTc2MyAwLjEtMC4zMzY2IDAuMS0wLjQ4MDggMC4xLTAuMTY4MyAwLTAuMjk2NS0wLjEtMC4zODQ2LTAuMi0wLjA4MDItMC4xLTAuMTIwMi0wLjItMC4xMjAyLTAuNCAwIDAgMC4wMDgtMC4xIDAuMDI0LTAuMmwxLjAzMzctNi4xLTQuMzc1LTQuMmMtMC4yMDAzLTAuMi0wLjMwMDUtMC40LTAuMzAwNS0wLjYgMC0wLjMgMC4yMjQ0LTAuNSAwLjY3MzEtMC41bDYuMDMzNi0wLjkgMi43MDQzLTUuNWMwLjE1Mi0wLjMgMC4zNDktMC41IDAuNTg5LTAuNXMwLjQzNyAwLjIgMC41ODkgMC41bDIuNzA0IDUuNSA2LjAzNCAwLjljMC40NDkgMCAwLjY3MyAwLjIgMC42NzMgMC41IiBmaWxsPSIjZjFjNDBmIi8+PC9nPjwvZz48L3N2Zz4="); }
      .customersReview .swiper-slide .testimonial .text-author {
        font-size: 15px;
        padding: 10px 0px;
        display: block; }
      .customersReview .swiper-slide .testimonial .reviewBody .bold {
        font-weight: 700;
        padding: 20px 0px 10px; }
      .customersReview .swiper-slide .testimonial p {
        margin-bottom: 0px;
        padding: 0px; }
  .customersReview .swiper-slide-active {
    opacity: 0.96;
    filter: blur(0px); }

article.blog h2 {
  font-size: 28px; }
  @media (min-width: 801px) {
    article.blog h2 {
      font-size: 32px; } }

article.blog h3 {
  font-size: 26px; }
  @media (min-width: 801px) {
    article.blog h3 {
      font-size: 28px; } }

article.blog .blog-post-figure {
  max-width: 100%; }
  article.blog .blog-post-figure img {
    border-radius: 10px; }

article.blog .blog-title {
  font-size: 22px; }

@media (min-width: 801px) {
  article.blog {
    max-width: 80%;
    padding: 3rem; }
    article.blog .blog-post-body {
      text-align: left;
      width: 100%;
      margin: auto; }
      article.blog .blog-post-body .blog-title {
        margin-left: 0px;
        padding-top: 2rem;
        text-align: left;
        font-size: 28px; }
      article.blog .blog-post-body .blog-date,
      article.blog .blog-post-body .blog-author {
        text-align: left; }
      article.blog .blog-post-body .blog-post ol li {
        margin-bottom: 1.5rem; } }

.blog-post {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  margin-top: 2rem;
  display: block;
  clear: both;
  width: 100%; }
  .blog-post a {
    color: black; }

.blog-grid {
  margin: 0 !important; }
  @media (min-width: 801px) {
    .blog-grid {
      margin: 0px -2rem; } }
  .blog-grid .blog-post {
    margin-top: 1rem; }

.blog_post .blog .socialLinks {
  margin: 5rem 0px; }

.blog-grid .blog {
  max-width: 100%;
  display: block;
  clear: both;
  overflow: hidden; }
  @media (min-width: 801px) {
    .blog-grid .blog {
      max-width: 33.33% !important;
      clear: none;
      float: left;
      padding: 2rem; } }
  .blog-grid .blog .blog-post-figure {
    position: relative; }
    @media (min-width: 801px) {
      .blog-grid .blog .blog-post-figure {
        width: 100%;
        clear: none;
        display: block;
        position: relative; } }
    .blog-grid .blog .blog-post-figure .blog-thumbnail img {
      border-radius: 10px; }
    .blog-grid .blog .blog-post-figure .blog-thumbnail a::before {
      display: none; }
  @media (min-width: 801px) {
    .blog-grid .blog .blog-post-body {
      width: 100%;
      clear: none;
      text-align: left; } }
  .blog-grid .blog .blog-post-body .blog-title {
    font-size: 20px;
    padding: 10px 0px;
    text-align: left;
    margin: 0px; }
    @media (min-width: 801px) {
      .blog-grid .blog .blog-post-body .blog-title {
        font-size: 22px;
        letter-spacing: 0px;
        padding: 0; } }
  .blog-grid .blog .blog-post-body .blog-date {
    text-align: left; }

@media (min-width: 801px) {
  .blog + .blog {
    margin-top: 0;
    border-top: none; } }

.previewCart {
  padding-bottom: 50px; }
  @media (min-width: 801px) {
    .previewCart {
      padding-bottom: 0px; } }

.js-marquee {
  padding: 1rem; }
  .js-marquee h1,
  .js-marquee h2,
  .js-marquee h3,
  .js-marquee h4,
  .js-marquee h5,
  .js-marquee h6 {
    margin: 0;
    padding: 0; }

div[data-content-region="header_above--global"] .marquee {
  height: 55px; }

.marquee.light span,
.marquee.white span,
.marquee.light span,
.marquee.white span a {
  color: white; }

@media (max-width: 810px) {
  div[data-layout-name=""],
  div[data-sub-layout-container] {
    padding-left: 10px;
    padding-right: 10px; }
  .homepage div[data-layout-name],
  .homepage div[data-sub-layout-container] {
    padding-left: 0px;
    padding-right: 0px; }
  div[data-layout-name="Layout"] {
    margin: 0px 0rem; }
  div[data-content-region="below_productview_main--global"],
  div[data-content-region="product_below_content"] {
    margin: 0px -1rem; }
  div[data-layout-name="lightbox-four-two"],
  div[data-layout-name="four-two"],
  div[data-layout-name="lightbox-four-two dark"] {
    padding: 0px 10px; }
    div[data-layout-name="lightbox-four-two"] div[data-sub-layout],
    div[data-layout-name="four-two"] div[data-sub-layout],
    div[data-layout-name="lightbox-four-two dark"] div[data-sub-layout] {
      width: 50%;
      max-width: 50%;
      float: left;
      margin: 0%;
      padding: 10px;
      display: block;
      flex-direction: none;
      box-sizing: border-box;
      flex-basis: auto; }
  div[data-content-region="four-two dark"] div[data-sub-layout-container] {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  div[data-layout-name="product_above_title"],
  div[data-layout-name="lightbox-five-two"],
  div[data-layout-name="lightbox-instagram-grid"],
  div[data-layout-name="five-two"] {
    padding: 4% 5%; }
    div[data-layout-name="product_above_title"] div[data-sub-layout],
    div[data-layout-name="lightbox-five-two"] div[data-sub-layout],
    div[data-layout-name="lightbox-instagram-grid"] div[data-sub-layout],
    div[data-layout-name="five-two"] div[data-sub-layout] {
      max-width: 50%;
      float: left;
      margin: 0%;
      padding: 10px;
      display: block;
      flex-direction: none;
      box-sizing: border-box;
      flex-basis: auto; }
    div[data-layout-name="product_above_title"] div[data-sub-layout]:first-of-type,
    div[data-layout-name="lightbox-five-two"] div[data-sub-layout]:first-of-type,
    div[data-layout-name="lightbox-instagram-grid"] div[data-sub-layout]:first-of-type,
    div[data-layout-name="five-two"] div[data-sub-layout]:first-of-type {
      max-width: 100% !important;
      width: 100% !important;
      display: block;
      flex-direction: none;
      box-sizing: border-box;
      flex-basis: auto; } }

@media (min-width: 801px) {
  .navPages-list .all-navigation li {
    animation: fadeInDown; }
  .navPages-list .navPage-subMenu-item.view-all-menu {
    animation: fadeIn;
    animation-delay: 1s; }
  .dropdown.dropdown--quickSearch form {
    animation-duration: 0.25s; }
  .f-carousel__slide.is-selected .heroCarousel-title {
    -webkit-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }
  .f-carousel__slide.is-selected .heroCarousel-description {
    -webkit-animation: text-focus-in 1.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    animation: text-focus-in 1.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }
  .f-carousel__slide.is-selected .button--large {
    -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 1s both;
    animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 1s both; }
  .alternative-carousel .f-carousel__slide.is-selected .imagewrapper img {
    -webkit-animation: tilt-in-fwd-tr 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: tilt-in-fwd-tr 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
  .navPage-subMenu.is-open,
  .dropdown-menu.is-open {
    animation: text-focus-in 400ms; }
  .f-carousel__slide.is-selected .blur {
    -webkit-animation: kenburns-top 5s ease-out both;
    animation: kenburns-top 5s ease-out both; } }

@-webkit-keyframes slide-in-blurred-top {
  0% {
    -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
    transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1; } }

@keyframes slide-in-blurred-top {
  0% {
    -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
    transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1; } }

@-webkit-keyframes slide-in-elliptic-top-fwd {
  0% {
    -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
    transform: translateY(-600px) rotateX(-30deg) scale(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0) rotateX(0) scale(1);
    transform: translateY(0) rotateX(0) scale(1);
    -webkit-transform-origin: 50% 1400px;
    transform-origin: 50% 1400px;
    opacity: 1; } }

@keyframes slide-in-elliptic-top-fwd {
  0% {
    -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
    transform: translateY(-600px) rotateX(-30deg) scale(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0) rotateX(0) scale(1);
    transform: translateY(0) rotateX(0) scale(1);
    -webkit-transform-origin: 50% 1400px;
    transform-origin: 50% 1400px;
    opacity: 1; } }

@-webkit-keyframes tilt-in-fwd-tr {
  0% {
    -webkit-transform: rotateY(20deg) rotateX(35deg) translate(300px, -300px) skew(-35deg, 10deg);
    transform: rotateY(20deg) rotateX(35deg) translate(300px, -300px) skew(-35deg, 10deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1; } }

@keyframes tilt-in-fwd-tr {
  0% {
    -webkit-transform: rotateY(20deg) rotateX(35deg) translate(300px, -300px) skew(-35deg, 10deg);
    transform: rotateY(20deg) rotateX(35deg) translate(300px, -300px) skew(-35deg, 10deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1; } }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }

@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }

@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%; }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
    transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top; } }

@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%; }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
    transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top; } }

@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }

@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }

@-webkit-keyframes slide-in-elliptic-bottom-bck {
  0% {
    -webkit-transform: translateY(600px) rotateX(-30deg) scale(6.5);
    transform: translateY(600px) rotateX(-30deg) scale(6.5);
    -webkit-transform-origin: 50% -100%;
    transform-origin: 50% -100%;
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0) rotateX(0) scale(1);
    transform: translateY(0) rotateX(0) scale(1);
    -webkit-transform-origin: 50% 500px;
    transform-origin: 50% 500px;
    opacity: 1; } }

@keyframes slide-in-elliptic-bottom-bck {
  0% {
    -webkit-transform: translateY(600px) rotateX(-30deg) scale(6.5);
    transform: translateY(600px) rotateX(-30deg) scale(6.5);
    -webkit-transform-origin: 50% -100%;
    transform-origin: 50% -100%;
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0) rotateX(0) scale(1);
    transform: translateY(0) rotateX(0) scale(1);
    -webkit-transform-origin: 50% 500px;
    transform-origin: 50% 500px;
    opacity: 1; } }

.slide-in-elliptic-bottom-bck {
  -webkit-animation: slide-in-elliptic-bottom-bck 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-elliptic-bottom-bck 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@keyframes spinner {
  to {
    transform: rotate(360deg); } }

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 1px solid #f6f;
  border-top-color: #0e0;
  border-right-color: #0dd;
  border-bottom-color: #f90;
  animation: spinner .6s linear infinite; }

/* ----------------------------------------------
 * Generated by Animista on 2024-5-31 12:24:59
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-in-ver-bottom
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-ver-bottom {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1; }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1; } }

@keyframes scale-in-ver-bottom {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1; }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1; } }

.productView-brand,
.productView-product div[data-sub-layout-container],
article.blog,
.blog .blog-title,
.page-heading,
div[data-content-region="category_below_header"] div[data-sub-layout-container],
.previewCart-header h2,
.cart-item-name,
.nav-banner div[data-sub-layout-container],
.headerwrapper div[data-sub-layout-container],
div[data-content-region="between_productdetails"] div[data-sub-layout-container],
div[data-content-region="product_above_title"] div[data-sub-layout-container],
.modal-header-title {
  opacity: 1 !important;
  -webkit-filter: blur(0px) !important;
  filter: blur(0px) !important;
  -webkit-animation: none !important;
  animation: none !important; }

.newsletter--wrapper.newsletter--box.with-image h2,
.newsletter--wrapper.newsletter--box.with-image p,
.newsletter--wrapper.newsletter--box.with-image h3,
.newsletter--wrapper.newsletter--box.with-image .form {
  opacity: 1 !important;
  -webkit-filter: blur(0px) !important;
  filter: blur(0px) !important;
  -webkit-animation: none !important;
  animation: none !important; }

.lenis-smooth div[data-sub-layout-container],
.lenis-smooth .footer-info-col,
.lenis-smooth footer.footer .container,
.lenis-smooth .container-tab div,
.lenis-smooth .blog,
.lenis-smooth .productCarousel,
.lenis-smooth .blogSwiper,
.lenis-smooth .collectionSwiper,
.lenis-smooth h2,
.lenis-smooth .footer-info-heading,
.lenis-smooth .newsletter--wrapper p,
.lenis-smooth .newsletter--wrapper form {
  /* opacity: 0;*/ }

/* ----------------------------------------------
 * Generated by Animista on 2024-5-31 12:27:7
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }

@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }

.blurin {
  -webkit-animation: text-focus-in 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: text-focus-in 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }

@keyframes spin {
  to {
    transform: rotate(360deg); } }

.page-content {
  position: relative; }
  .page-content .loading-category {
    position: absolute;
    top: 100px;
    left: 50%;
    width: 60px;
    margin-left: -30px;
    z-index: 9;
    transform-origin: center;
    animation: spin 1s linear infinite; }
    .page-content .loading-category circle {
      stroke: black; }

.allLoaded .loading-category {
  display: none; }

[data-layout-name="LayoutServices"] > div,
[data-layout-name="LayoutServices2"] > div {
  height: 300px; }
  @media (max-width: 768px) {
    [data-layout-name="LayoutServices"] > div,
    [data-layout-name="LayoutServices2"] > div {
      padding: 30px 0; } }

.headerwrapper.is-logo-centered {
  position: relative; }

.headerwrapper.is-logo-centered .header-section {
  justify-content: space-between; }

.headerwrapper.is-logo-centered #quickSearch {
  order: -1;
  margin: 0;
  position: absolute;
  left: 0; }

.headerwrapper.is-logo-centered .header-logo {
  margin: auto !important;
  z-index: 9999; }

[aria-label="Breadcrumb"] {
  display: none; }

.product-details .product-price {
  display: none !important; }

@media (min-width: 801px) {
  .productView.main .productView-title {
    font-size: 26px !important; } }

.products-card .card-body {
  margin-top: auto; }

.banners.category-banner {
  background: none;
  color: #000000; }
  .banners.category-banner a {
    color: #000000; }

.blog-homepage .blogSwiper p {
  color: #000000 !important; }

@media (min-width: 801px) {
  header.header .header-section .header-logo--center .header-logo-image-container .header-logo-image {
    max-height: 5rem !important; } }
