@charset "UTF-8";
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:1025px)/";
  width: 551px; }

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

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

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, .link {
  background-color: transparent; }

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

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

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


a:hover,
.link:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

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

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

a, .link {
  color: #333333;
  line-height: inherit;
  text-decoration: underline; }
  
  a:hover,
  .link:hover, a:focus, .link:focus {
    color: #757575; }

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

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

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

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

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

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

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

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

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

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

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


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

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

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


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

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

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

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

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

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

These are all the button

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

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

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

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

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Lato", 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: #cccccc;
  color: #666666;
  font-size: 1rem;
  padding: 0.875rem 2.25rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: #999999;
    color: #333333; }
  .button:active {
    background-color: transparent;
    border: 1px solid #757575;
    color: black; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 375px) {
    .button + .button {
      margin-left: 0.75rem; } }

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

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

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

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

<button class="button button--action">Call-to-Action Button</button>
```
    */
.button--primary {
  background-color: #444444;
  border-color: #444444;
  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: black;
    border: 1px solid black;
    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: 15px; }

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

.button--tiny { }

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-input {
  appearance: none;
  background-color: white;
  border-color: #cccccc;
  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: #999999;
    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: #cccccc;
  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: #999999; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #999999; }

/*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(255, 255, 255, 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 2rem;
  max-width: none; }
  .form-field:before, .form-field:after {
    content: " ";
    display: table; }
  .form-field:after {
    clear: both; }

/*doc
---
title: Selects [multiple]
name: 06forms_basics
category: Forms
parent: forms
---

Styling of the select element with the multiple attribute

```html_example
<div class="form-field">
    <label class="form-label" for="multiselect1">Native Select Multiple label</label>
    <select class="form-select" multiple name="multiselect1" id="multiselect1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
        <option value="3">Option 3</option>
        <option value="4">Option 4</option>
    </select>
</div>
```
*/
.form-select[multiple] {
  height: auto; }
  .form-select[multiple] option {
    padding: 5px; }

/*doc
---
title: Radios and Checkbox
name: 07forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-checkbox" type="checkbox" id="check1">
    <label class="form-label" for="check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="check2">
    <label class="form-label" for="check2">Checkbox 2 label</label>
</div>
```

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio1">
    <label class="form-label" for="radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio2">
    <label class="form-label" for="radio2">Radio 2 label</label>
</div>
```
*/
.form-checkbox,
.form-radio {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .form-checkbox + .form-label,
  .form-radio + .form-label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.375rem;
    padding-left: 1.875rem;
    position: relative;
    vertical-align: baseline;
    width: 100%; }
    .form-checkbox + .form-label::before, .form-checkbox + .form-label::after,
    .form-radio + .form-label::before,
    .form-radio + .form-label::after {
      content: "";
      display: block;
      position: absolute;
      transition: all 50ms ease-out; }
    .form-checkbox + .form-label::before,
    .form-radio + .form-label::before {
      background-color: white;
      border: solid #cccccc;
      border-width: 1px;
      height: 1rem;
      left: 0;
      top: 0;
      width: 1rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 0.875rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 0.875rem; }

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

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

.form-checkbox + .form-label::before {
  border-radius: 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.875rem;
  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.875rem; }

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

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

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

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

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

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

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

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

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

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

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

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

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

Switch

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

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

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

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

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

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

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

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

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

.switch-label--icon.icon {
  height: 1.625rem;
  width: 1.625rem; }
  .switch-label--icon.icon svg {
    height: 1.625rem;
    width: 1.625rem;
    fill: white; }
    .switch--disabled .switch-label--icon.icon svg {
      fill: #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: 375px) {
    .form-actions {
      text-align: left; } }

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

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

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

Form inline errors

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb {
  color: #757575;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a, .breadcrumb .link {
    color: #757575; }
  .breadcrumb.current {
    color: #757575;
    cursor: default; }
    .breadcrumb.current a, .breadcrumb.current .link {
      color: #757575;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:hover .link, .breadcrumb.current:focus, .breadcrumb.current:focus a, .breadcrumb.current:focus .link {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #999999; }
    .breadcrumb.unavailable a, .breadcrumb.unavailable .link {
      color: #999999; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a,
    .breadcrumb.unavailable:hover .link, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus,
    .breadcrumb.unavailable .link:focus {
      color: #999999;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #757575;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.5rem; }
    @media (min-width: 375px) {
      .breadcrumb::before {
        margin: 0 0.5rem; } }

.breadcrumb-label {
  cursor: pointer; }
  .breadcrumb-label:hover {
    color: #333333;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #757575;
    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: white;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  @media (min-width: 551px) {
    .tab {
      float: left; } }

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

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

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

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

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

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

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

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

.navList:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

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

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

```sass_file_example
src/settings/foundation/accordion/_settings.scss
```
*/
.accordion {
  margin-bottom: 0;
  border: #e5e5e5 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 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, .accordion-navigation.is-open > .link {
    background: white;
    color: black; }
  .accordion-navigation > a, .accordion-navigation > .link {
    background: white;
    color: #333333;
    padding: 1.875rem;
    display: block;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover, .accordion-navigation > .link:hover {
      background: #e5e5e5; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.875rem; }

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 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.75rem 1.5rem;
  text-align: center; }
  @media (min-width: 375px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 375px) {
      .modal-footer .button {
        display: inline-block;
        margin-bottom: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-surTitle {
  float: right;
  margin-left: 1.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; }

/* 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: #999999;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

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

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

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

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

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  border: 1px solid white;
  height: 3.8125rem;
  margin-top: -0.9375rem;
  padding: 0.625rem;
  width: 2.5rem; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.5625rem;
    width: 1.25rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

.slick-next {
  right: -10px; }
  @media (min-width: 1261px) {
    .slick-next {
      right: -3.375rem; } }
  .slick-next::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%23999999' 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;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40NTY3OSAxLjAwNzQ2MTQ3bDIxIDIwLjAyNDgyMTQzTDEuNTA4ODUgNDEuMDA3NDYxNSIgc3Ryb2tlPSIjOTg5ODk4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+"); }

.slick-prev {
  left: -15px; }
  @media (min-width: 1261px) {
    .slick-prev {
      left: -3.375rem; } }
  .slick-prev::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%23999999' 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;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIuNDU3MjA3NCAxLjAwNzQ2MTQ3bC0yMSAyMC4wMjQ4MjE0MyAyMC45NDc5Mzk3IDE5Ljk3NTE3ODYiIHN0cm9rZT0iIzk4OTg5OCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg=="); }

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

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

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

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

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

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

.nanobar {
  display: none;
  width: 100%;
  height: 0.3125rem;
  z-index: 9999;
  top: 0;
  pointer-events: none;
  user-select: none; }
  .nanobar .bar {
    width: 0;
    height: 100%;
    transition: height .1s;
    background-color: #999999; }

body.swal2-shown {
  overflow-y: hidden; }

body.swal2-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.swal2-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: transparent;
  z-index: 1060; }
  .swal2-container.swal2-top {
    align-items: flex-start; }
  .swal2-container.swal2-top-left {
    align-items: flex-start;
    justify-content: flex-start; }
  .swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end; }
  .swal2-container.swal2-center {
    align-items: center; }
  .swal2-container.swal2-center-left {
    align-items: center;
    justify-content: flex-start; }
  .swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom {
    align-items: flex-end; }
  .swal2-container.swal2-bottom-left {
    align-items: flex-end;
    justify-content: flex-start; }
  .swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end; }
  .swal2-container.swal2-grow-fullscreen > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-self: stretch;
    justify-content: center; }
  .swal2-container.swal2-grow-row > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center; }
  .swal2-container.swal2-grow-column {
    flex: 1;
    flex-direction: column; }
    .swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
      align-items: center; }
    .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
      align-items: flex-start; }
    .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
      align-items: flex-end; }
    .swal2-container.swal2-grow-column > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-content: center;
      justify-content: center; }
  .swal2-container:not(.swal2-top):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-left):not(.swal2-bottom-right) > .swal2-modal {
    margin: auto; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
      margin: 0 !important; } }
  .swal2-container.swal2-fade {
    transition: background-color .1s; }
  .swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.4); }

.swal2-modal {
  flex-direction: column;
  background-color: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  position: relative;
  max-width: 100%; }
  .swal2-modal:focus {
    outline: none; }
  .swal2-modal.swal2-loading {
    overflow-y: hidden; }
  .swal2-modal .swal2-title {
    color: #595959;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 0 0 .4em;
    padding: 0;
    display: block;
    word-wrap: break-word; }
  .swal2-modal .swal2-buttonswrapper {
    margin-top: 15px; }
    .swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
      opacity: .4;
      cursor: no-drop; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
      box-sizing: border-box;
      border: 4px solid transparent;
      border-color: transparent;
      width: 40px;
      height: 40px;
      padding: 0;
      margin: 7.5px;
      vertical-align: top;
      background-color: transparent !important;
      color: transparent;
      cursor: default;
      border-radius: 100%;
      animation: rotate-loading 1.5s linear 0s infinite normal;
      user-select: none; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
      margin-left: 30px;
      margin-right: 30px; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm::after {
      display: inline-block;
      content: '';
      margin-left: 5px;
      vertical-align: -1px;
      height: 15px;
      width: 15px;
      border: 3px solid #999999;
      box-shadow: 1px 1px 1px #fff;
      border-right-color: transparent;
      border-radius: 50%;
      animation: rotate-loading 1.5s linear 0s infinite normal; }
  .swal2-modal .swal2-styled {
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 15px 5px 0;
    padding: 10px 32px; }
    .swal2-modal .swal2-styled:focus {
      outline: none;
      box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4); }
  .swal2-modal .swal2-image {
    margin: 20px auto;
    max-width: 100%; }
  .swal2-modal .swal2-close {
    background: rgba(0, 0, 0, 0);
    border: 0;
    margin: 0;
    padding: 0;
    width: 38px;
    height: 40px;
    font-size: 36px;
    line-height: 40px;
    font-family: serif;
    position: absolute;
    top: 5px;
    right: 8px;
    cursor: pointer;
    color: #cccccc;
    transition: color .1s ease; }
    .swal2-modal .swal2-close:hover {
      color: #d55; }
  .swal2-modal > .swal2-input,
  .swal2-modal > .swal2-file,
  .swal2-modal > .swal2-textarea,
  .swal2-modal > .swal2-select,
  .swal2-modal > .swal2-radio,
  .swal2-modal > .swal2-checkbox {
    display: none; }
  .swal2-modal .swal2-content {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    color: #545454;
    word-wrap: break-word; }
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-textarea,
  .swal2-modal .swal2-select,
  .swal2-modal .swal2-radio,
  .swal2-modal .swal2-checkbox {
    margin: 20px auto; }
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-textarea {
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    transition: border-color .3s, box-shadow .3s; }
    .swal2-modal .swal2-input.swal2-inputerror,
    .swal2-modal .swal2-file.swal2-inputerror,
    .swal2-modal .swal2-textarea.swal2-inputerror {
      border-color: #f27474 !important;
      box-shadow: 0 0 2px #f27474 !important; }
    .swal2-modal .swal2-input:focus,
    .swal2-modal .swal2-file:focus,
    .swal2-modal .swal2-textarea:focus {
      outline: none;
      border: 1px solid #b4dbed;
      box-shadow: 0 0 3px #c4e6f5; }
    .swal2-modal .swal2-input::placeholder,
    .swal2-modal .swal2-file::placeholder,
    .swal2-modal .swal2-textarea::placeholder {
      color: #cccccc; }
  .swal2-modal .swal2-range input {
    float: left;
    width: 80%; }
  .swal2-modal .swal2-range output {
    float: right;
    width: 20%;
    font-size: 20px;
    font-weight: 600;
    text-align: center; }
  .swal2-modal .swal2-range input,
  .swal2-modal .swal2-range output {
    height: 43px;
    line-height: 43px;
    vertical-align: middle;
    margin: 20px auto;
    padding: 0; }
  .swal2-modal .swal2-input {
    height: 43px;
    padding: 0 12px; }
    .swal2-modal .swal2-input[type='number'] {
      max-width: 150px; }
  .swal2-modal .swal2-file {
    font-size: 20px; }
  .swal2-modal .swal2-textarea {
    height: 108px;
    padding: 12px; }
  .swal2-modal .swal2-select {
    color: #545454;
    font-size: inherit;
    padding: 5px 10px;
    min-width: 40%;
    max-width: 100%; }
  .swal2-modal .swal2-radio {
    border: 0; }
    .swal2-modal .swal2-radio label:not(:first-child) {
      margin-left: 20px; }
    .swal2-modal .swal2-radio input,
    .swal2-modal .swal2-radio span {
      vertical-align: middle; }
    .swal2-modal .swal2-radio input {
      margin: 0 3px 0 0; }
  .swal2-modal .swal2-checkbox {
    color: #545454; }
    .swal2-modal .swal2-checkbox input,
    .swal2-modal .swal2-checkbox span {
      vertical-align: middle; }
  .swal2-modal .swal2-validationerror {
    background-color: #f0f0f0;
    margin: 0 -20px;
    overflow: hidden;
    padding: 10px;
    color: gray;
    font-size: 16px;
    font-weight: 300;
    display: none; }
    .swal2-modal .swal2-validationerror::before {
      content: '!';
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: #fff;
      line-height: 24px;
      text-align: center;
      margin-right: 10px; }

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

.swal2-icon {
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  border-radius: 50%;
  margin: 20px auto 30px;
  padding: 0;
  position: relative;
  box-sizing: content-box;
  cursor: default;
  user-select: none; }
  .swal2-icon.swal2-error {
    border-color: #f27474; }
    .swal2-icon.swal2-error .swal2-x-mark {
      position: relative;
      display: block; }
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      position: absolute;
      height: 5px;
      width: 47px;
      background-color: #f27474;
      display: block;
      top: 37px;
      border-radius: 2px; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        transform: rotate(45deg);
        left: 17px; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        transform: rotate(-45deg);
        right: 16px; }
  .swal2-icon.swal2-warning {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #f8bb86;
    border-color: #facea8;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-info {
    font-family: 'Open Sans', sans-serif;
    color: #3fc3ee;
    border-color: #9de0f6;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-question {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #87adbd;
    border-color: #c9dae1;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-success {
    border-color: #a5dc86; }
    .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
      border-radius: 50%;
      position: absolute;
      width: 60px;
      height: 120px;
      transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        transform: rotate(-45deg);
        transform-origin: 60px 60px; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        transform: rotate(-45deg);
        transform-origin: 0 60px; }
    .swal2-icon.swal2-success .swal2-success-ring {
      width: 80px;
      height: 80px;
      border: 4px solid rgba(165, 220, 134, 0.2);
      border-radius: 50%;
      box-sizing: content-box;
      position: absolute;
      left: -4px;
      top: -4px;
      z-index: 2; }
    .swal2-icon.swal2-success .swal2-success-fix {
      width: 7px;
      height: 90px;
      position: absolute;
      left: 28px;
      top: 8px;
      z-index: 1;
      transform: rotate(-45deg); }
    .swal2-icon.swal2-success [class^='swal2-success-line'] {
      height: 5px;
      background-color: #a5dc86;
      display: block;
      border-radius: 2px;
      position: absolute;
      z-index: 2; }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
        width: 25px;
        left: 14px;
        top: 46px;
        transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
        width: 47px;
        right: 8px;
        top: 38px;
        transform: rotate(-45deg); }

.swal2-progresssteps {
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0; }
  .swal2-progresssteps li {
    display: inline-block;
    position: relative; }
  .swal2-progresssteps .swal2-progresscircle {
    background: #3085d6;
    border-radius: 2em;
    color: #fff;
    height: 2em;
    line-height: 2em;
    text-align: center;
    width: 2em;
    z-index: 20; }
    .swal2-progresssteps .swal2-progresscircle:first-child {
      margin-left: 0; }
    .swal2-progresssteps .swal2-progresscircle:last-child {
      margin-right: 0; }
    .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
      background: #3085d6; }
      .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
        background: #add8e6; }
      .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
        background: #add8e6; }
  .swal2-progresssteps .swal2-progressline {
    background: #3085d6;
    height: .4em;
    margin: 0 -1px;
    z-index: 10; }

[class^='swal2'] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7); }
  45% {
    transform: scale(1.05); }
  80% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.5);
    opacity: 0; } }

.swal2-show {
  animation: showSweetAlert .3s; }
  .swal2-show.swal2-noanimation {
    animation: none; }

.swal2-hide {
  animation: hideSweetAlert .15s forwards; }
  .swal2-hide.swal2-noanimation {
    animation: none; }

@keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

.swal2-animate-success-line-tip {
  animation: animate-success-tip .75s; }

.swal2-animate-success-line-long {
  animation: animate-success-long .75s; }

.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
  animation: rotatePlaceholder 4.25s ease-in; }

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

.swal2-animate-error-icon {
  animation: animate-error-icon .5s; }

@keyframes animate-x-mark {
  0% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.swal2-animate-x-mark {
  animation: animate-x-mark .5s; }

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

.swal2-modal {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Lato", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: #444444;
    font-size: 1.875rem; }
  .swal2-modal .swal2-content {
    color: #333333;
    font-size: 1.125rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid #cccccc;
    color: #666666; }
  .swal2-modal .swal2-checkbox,
  .swal2-modal .swal2-select {
    color: #666666; }
  .swal2-modal .swal2-buttonswrapper {
    margin: 25px 0 0; }
  .swal2-modal .swal2-styled {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "Lato", 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: #cccccc;
    color: #666666;
    font-size: 1rem;
    padding: 0.875rem 2.25rem;
    border-radius: 4px;
    line-height: 1rem;
    outline: none;
    transition: all 0.15s ease;
    vertical-align: middle; }
    .swal2-modal .swal2-styled:hover, .swal2-modal .swal2-styled:focus, .swal2-modal .swal2-styled.is-active, .swal2-modal .swal2-styled.active {
      background-color: transparent;
      border-color: #999999;
      color: #333333; }
    .swal2-modal .swal2-styled:active {
      background-color: transparent;
      border: 1px solid #757575;
      color: black; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: #444444;
    border-color: #444444;
    color: white; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover {
    background-color: #666666;
    border-color: #666666;
    color: white; }
  .swal2-modal .swal2-confirm:active {
    background-color: black;
    border-color: black;
    color: white; }
  .swal2-modal .swal2-cancel {
    background-color: transparent;
    border-color: #cccccc;
    color: #666666; }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: transparent;
    border-color: #999999;
    color: #333333; }
  .swal2-modal .swal2-cancel:active {
    background-color: transparent;
    border-color: #757575;
    color: black; }
  .swal2-modal .button + .button {
    margin-left: 0.75rem; }

html,
body {
  height: auto; }

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

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

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

body {
  font-size: 1rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 2.25rem; }

h5,
h6 {
  text-transform: uppercase; }

a, .link {
  transition: color 0.15s ease; }

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

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

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

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

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

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

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

.table--line {
  border-color: #e5e5e5;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #e5e5e5;
    border-width: 0 0 1px; }
    .table--line .table-thead tr th {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line .table-thead tr th {
          text-align: center; }
          .table--line .table-thead tr th:first-child {
            text-align: left; }
          .table--line .table-thead tr th:last-child {
            text-align: right; } }
      .table--line .table-thead tr th + th {
        padding-left: 1.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; }

.dropdown-menu.is-loading .loadingOverlay {
  background: none;
  padding: 4.5rem 0;
  position: relative; }

.dropdown-menu.is-open {
  display: block; }

.dropdown-menu-item {
  text-align: left; }
  .dropdown-menu-item:first-child > a, .dropdown-menu-item:first-child > .link {
    padding-top: 0.75rem; }
  .dropdown-menu-item:last-child > a, .dropdown-menu-item:last-child > .link {
    padding-bottom: 1rem; }
  .dropdown-menu-item > a, .dropdown-menu-item > .link {
    margin: 0;
    padding: 0.25rem 1.125rem;
    text-decoration: none; }

.form-wishlist {
  position: relative; }

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

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

.modal {
  margin: 0;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  overflow: hidden;
  padding: 0;
  left: 50%;
  top: 50% !important;
  transform: translate(-50%, -50%); }
  .has-activeModal .modal {
    min-height: unset; }
    .has-activeModal .modal .modal-header {
      border-bottom: 0;
      padding: 5rem 0; }

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

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

.modal-header-title {
  font-size: 22px;
  text-align: center; }
  @media (min-width: 1025px) {
    .modal-header-title {
      font-size: 25px; } }

.modal-close {
  height: 2rem;
  width: 2rem;
  color: #757575;
  font-size: 26px;
  line-height: 2rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  @media (min-width: 1025px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #999999; }

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

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px 20px;
  text-align: center; }
  .modal--alert .modal-content {
    color: #333333;
    font-size: 1.125rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #444444;
      border-color: #444444;
      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: black;
      border-color: black;
      color: white; }

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

.breadcrumb {
  display: inline-block;
  float: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: text; }

.breadcrumb-label {
  text-decoration: none; }

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

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

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

#product-listing-container .pagination-list {
  display: none; }

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

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

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

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

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

/* Infinite Scroll loader container */
.scroller-status {
  display: none;
  text-align: center; }

.pagination {
  text-align: center; }

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

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

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

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

.tab-title {
  padding: 1.125rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 551px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 1025px) {
    .tab-title {
      padding: 0.75rem 1.5rem; } }
  @media (min-width: 1261px) {
    .tab-title {
      padding: 0.6875rem 1.125rem; } }

.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: 1025px) {
  .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 {
  margin: 0; }

.accordion-navigation {
  margin-top: -1px;
  position: relative;
  text-decoration: none; }

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

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

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

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

@media (min-width: 1025px) {
  .accordion--navList .accordion-navigation {
    background-position: right 0 top 50%;
    border: 0; } }

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

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

.accordion--navList .accordion-navigation-actions {
  right: 1rem;
  top: 1.1875rem; }
  @media (min-width: 1025px) {
    .accordion--navList .accordion-navigation-actions {
      right: 0;
      top: 0; } }

.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-navigation-actions {
  position: absolute;
  right: 1.875rem;
  top: 1.5rem; }
  .accordion-navigation-actions > a, .accordion-navigation-actions > .link {
    color: #757575;
    vertical-align: middle; }
    .accordion-navigation-actions > a:hover, .accordion-navigation-actions > .link:hover {
      color: #333333; }

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

.alertBox {
  color: #ffffff;
  margin-bottom: 0; }
  .alertBox .icon {
    display: none; }
  .alertBox .alertBox-message {
    text-align: center; }
  .alertBox.alertBox--success {
    background-color: #2EB62E; }
  .alertBox.alertBox--error {
    background-color: #FF5556; }

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

.alertBox--info {
  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.875rem;
  left: -0.125rem;
  margin-right: 0.0625rem;
  position: relative;
  top: 0.1875rem;
  width: 0.875rem; }

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

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

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

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

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

.form-label--alternate {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-bottom: 0.75rem; }

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

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

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

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

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

.form-field-group {
  border: 1px solid #cccccc;
  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; } }

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

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

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

.form-increment .button {
  margin: 0;
  padding: 0.1875rem 0.3125rem; }

.form-input--incrementTotal {
  border: 0;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  height: auto;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 2.1875rem; }

.form-option {
  border: 1px solid #cccccc;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 1px;
  transition: all 0.15s ease; }
  .form-option:hover {
    border-color: #999999; }
  .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.375rem;
  padding: 1px 0.375rem;
  pointer-events: none;
  text-align: center; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.375rem;
  width: 1.375rem;
  min-width: initial;
  padding: 0; }
  @media (min-width: 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: 13px;
  height: 2.25rem;
  line-height: 1rem;
  padding: 0.5625rem 0.75rem; }

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

@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-figure {
  margin-top: 0;
  position: relative; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }

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

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

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

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

.card-title {
  font-size: 15px;
  margin: 0 0 0.25rem; }
  .card-title > a, .card-title > .link {
    color: #333333;
    text-decoration: none; }
    .card-title > a:hover, .card-title > .link:hover {
      color: #757575; }

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

.card-figcaption-button {
  border: none;
  display: block;
  margin: 0.375rem 0 0; }
  .card-figcaption-button:active {
    background-color: white;
    border: none; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.375rem 0 0; }

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

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

.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.375rem;
  padding-left: 1.875rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #cccccc;
    border-width: 1px;
    height: 1rem;
    left: 0;
    top: 0;
    width: 1rem; }
  .navList-action--checkbox::after {
    height: 0.875rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 0.875rem; }
  .navList-action--checkbox::before {
    border-radius: 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.875rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox:before, .navList-action--checkbox:after {
    top: 50%; }
  .navList-action--checkbox:before {
    margin-top: -0.5rem; }
  .navList-action--checkbox:after {
    margin-top: -0.4375rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: white; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

.navList-action-close {
  background: #e5e5e5;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: 0.25rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 0.8125rem;
    width: 0.8125rem;
    fill: #333333; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

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

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

.callout .icon svg {
  fill: #000000; }

.actionBar-section .form-field {
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 4px;
  overflow: hidden; }
  .actionBar-section .form-field:hover {
    border-color: #999999; }

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

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

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

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

.has-ribbon {
  position: relative; }

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

.navUser {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  top: 26px;
  width: 100%;
  z-index: 5; }
  .navUser:before, .navUser:after {
    content: " ";
    display: table; }
  .navUser:after {
    clear: both; }
  .navUser ul,
  .navUser ol {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0; }
    .navUser ul ul,
    .navUser ul ol,
    .navUser ol ul,
    .navUser ol ol {
      list-style: none;
      margin-bottom: 0; }
    .navUser ul li,
    .navUser ol li {
      margin: 0;
      padding: 0; }
  .navUser-section {
    float: left; }
    .navUser-section:before, .navUser-section:after {
      content: " ";
      display: table; }
    .navUser-section:after {
      clear: both; }
  .navUser-section--alt {
    float: right;
    margin-left: 1.5rem; }
  .navUser-section + .navUser-section {
    margin-left: 1.5rem; }
  @media (min-width: 551px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 1025px) {
    .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(255, 255, 255, 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.75rem;
      position: absolute; }
    .navUser .dropdown-menu.is-open:after {
      border: inset 8px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent white transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.875rem;
      position: absolute; }

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

.navUser-action {
  color: black;
  font-weight: 700;
  padding: 1rem 0.75rem;
  text-decoration: none;
  text-transform: uppercase; }
  .navUser-action:hover, .navUser-action.is-open {
    color: #757575; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #757575;
      stroke: #757575; }
  .navUser-action .icon {
    height: 0.5rem;
    width: 0.5rem;
    margin: -1px 0 0 0.1875rem; }
  .navUser-action svg {
    fill: black;
    stroke: black;
    transition: all 0.15s ease; }

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

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

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

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

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

.navUser-item--cart {
  display: block; }
  .navUser-item--cart .navUser-action {
    color: black; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #757575; }
  .navUser-item--cart .dropdown-menu {
    max-width: 20rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      top: auto !important;
      left: auto !important;
      right: 0.3125rem; }
      @media (min-width: 1025px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open:before, .navUser-item--cart .dropdown-menu.is-open:after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open:before {
        right: 0.4375rem; }
        @media (min-width: 1025px) {
          .navUser-item--cart .dropdown-menu.is-open:before {
            right: 0.75rem; } }
      .navUser-item--cart .dropdown-menu.is-open:after {
        right: 0.5625rem; }
        @media (min-width: 1025px) {
          .navUser-item--cart .dropdown-menu.is-open:after {
            right: 0.875rem; } }

.navUser-item-cartLabel {
  display: none; }
  @media (min-width: 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: black;
  cursor: default;
  display: inline-block;
  margin: 0 -0.75rem;
  padding: 0 2px;
  position: relative;
  z-index: 1; }

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

.dropdown--quickSearch {
  background-color: #e5e5e5;
  padding: 1.5rem 0; }
  @media (min-width: 551px) {
    .dropdown--quickSearch {
      padding: 3rem; } }
  .dropdown--quickSearch.is-open {
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 0; }
  .dropdown--quickSearch .form {
    margin: auto;
    max-width: 30rem; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .form-input {
    font-size: 20px;
    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.1875rem;
  text-align: center;
  width: 20px; }

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

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

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

.has-activeNavPages {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }

.navPages-container {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0;
  z-index: 10; }
  @media (min-width: 1025px) {
    .navPages-container {
      background: transparent;
      display: block;
      height: auto;
      padding: 0;
      position: relative; } }
  .navPages-container.is-open {
    display: block;
    padding-top: 55px;
    z-index: 0; }

.navPages {
  background-color: white;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  @media (min-width: 1025px) {
    .navPages {
      margin: 0 auto;
      max-width: 75rem;
      width: 100%;
      background: none;
      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: 1025px) and (min-width: 551px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 1025px) {
      .navPages-item, .navPages-action {
        display: block; } }
  .navPages ul {
    list-style: none; }
  .navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    @media (min-width: 1025px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 75rem;
        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: 1025px) {
    .navPages-list {
      display: inline-block;
      float: none; } }
  .navPages-list + .navPages-list {
    border-top: 1px solid #cccccc;
    margin-top: 0.75rem;
    padding-top: 0.75rem; }

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

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

@media (min-width: 1025px) {
  .navPages-action-depth-max.has-subMenu.is-root.is-open .navPages-action-moreIcon {
    transform: rotate(0); } }

.navPages-action-depth-max.has-subMenu.is-open {
  border-bottom: 1px solid #cccccc;
  text-align: center; }
  @media (min-width: 1025px) {
    .navPages-action-depth-max.has-subMenu.is-open {
      border-bottom: 0;
      text-align: left; } }
  .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
    border: solid 1px #d6cdc0;
    border-radius: 4px;
    float: left;
    height: 35px;
    margin-top: -10px;
    padding: 11.7px;
    transform: rotate(90deg);
    width: 35px; }
    @media (min-width: 1025px) {
      .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        height: 0.5rem;
        width: 0.5rem;
        border: 0;
        border-radius: 0;
        float: none;
        margin-top: 0;
        padding: 0;
        transform: rotate(-90deg); } }
  .navPages-action-depth-max.has-subMenu.is-open svg {
    height: 9.6px;
    width: 9.6px; }
    @media (min-width: 1025px) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

.navPages-action {
  color: black;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0.75rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 1025px) {
    .navPages-action {
      display: inline-block;
      padding: 0.75rem 1.125rem 1.125rem; }
      .navPages-action.is-open svg {
        fill: #757575;
        stroke: #757575; } }
  .navPages-action:hover, .navPages-action.activePage {
    color: #757575; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #757575;
      stroke: #757575; }
  .navPages-action svg {
    fill: black;
    stroke: black;
    transition: all 0.15s ease; }

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

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

.navPages-action-moreIcon {
  height: 0.5rem;
  width: 0.5rem;
  margin-left: 0.375rem;
  transform: rotate(-90deg); }
  @media (min-width: 1025px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon {
    transform: rotate(0); }

.navPage-childList {
  display: none; }
  @media (min-width: 1025px) {
    .navPage-childList {
      border: 0;
      display: block; } }
  .navPage-childList.is-open {
    display: block; }

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 1025px) {
    .navPage-subMenu {
      background-color: white;
      padding: 1.5rem 1.5rem 2.25rem !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; }

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

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

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

@media (min-width: 1025px) {
  .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 #cccccc;
      margin-bottom: 1.125rem; } }

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media (min-width: 1025px) {
    .navPage-subMenu-item-child .navPage-subMenu-action,
    .navPage-subMenu-item-parent .navPage-subMenu-action {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      width: 100%; }
    .navPage-subMenu-item-child .navPage-subMenu-action.is-open,
    .navPage-subMenu-item-child .navPage-subMenu-action:hover,
    .navPage-subMenu-item-parent .navPage-subMenu-action.is-open,
    .navPage-subMenu-item-parent .navPage-subMenu-action:hover {
      background: #c8bdb2;
      color: #000;
      font-weight: 500;
      opacity: 0.3; } }

.navPage-subMenu-action {
  padding: 0.75rem 0; }
  @media (min-width: 1025px) {
    .navPage-subMenu-action {
      padding: 0.75rem 0 1.125rem; } }

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

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

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

.navPages-list--user #currencySelection2 {
  background-color: white;
  border: 1px solid #e5e5e5; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #e5e5e5; }
  .navPages-list--user #currencySelection2 a, .navPages-list--user #currencySelection2 .link {
    padding: 0.75rem 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, .tag .link {
    color: #757575;
    display: inline-block;
    padding: 0.375rem 0.5rem;
    text-decoration: none; }
    .tag a:hover, .tag .link:hover {
      color: #333333; }

.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.25rem;
    width: 1.25rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #999999; }
    .socialLinks .icon svg {
      fill: #757575;
      transition: all 0.15s ease; }

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

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 0.375rem;
    margin-right: 0.75rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }

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

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

.heroCarousel {
  width: 1px;
  min-width: 100%;
  margin-bottom: 4.5rem;
  margin-top: -1.5rem; }
  @media (min-width: 1025px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  .heroCarousel.slick-initialized {
    max-height: 62.5rem;
    opacity: 1; }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel a, .heroCarousel .link {
    text-decoration: none; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    top: 50%; }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 1025px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 1025px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 1025px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9); }

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a, .heroCarousel-slide .link {
    text-decoration: none; }
  @media (min-width: 1025px) {
    .heroCarousel-slide .heroCarousel-image {
      object-fit: cover;
      max-height: 37.5rem;
      width: 100%; } }
  @media (min-width: 1025px) {
    .heroCarousel-slide .heroCarousel-image-wrapper {
      max-height: 37.5rem; } }
  .heroCarousel-slide.compat-object-fit {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat; }
    @media (min-width: 1261px) {
      .heroCarousel-slide.compat-object-fit.stretch {
        background-size: 100% 100%; } }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      opacity: 0; }

.heroCarousel-content {
  background-color: white;
  padding: 0.75rem 1.5rem 3rem;
  text-align: center; }
  @media (min-width: 1025px) {
    .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;
      padding: 2.25rem;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 43.75rem; }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent; } }

.heroCarousel-title {
  color: #444444;
  font-size: 20px;
  margin-top: 0; }
  @media (min-width: 1025px) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-description {
  color: #333333;
  font-size: 12px; }
  @media (min-width: 551px) {
    .heroCarousel-description {
      font-size: 13px; } }
  @media (min-width: 1025px) {
    .heroCarousel-description {
      font-size: 15px; } }

.heroCarousel-action {
  margin: 0; }
  @media (min-width: 1025px) {
    .heroCarousel-action {
      margin-top: 1.5rem; } }

@media (min-width: 1025px) {
  .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: 1025px) {
  .writeReview-form {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; } }

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

.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.75rem;
        padding-top: 0.75rem; } }
    .account--addReturn .table th + th,
    .account--addReturn .table th + td,
    .account--addReturn .table td + th,
    .account--addReturn .table td + td {
      padding-left: 0; }
      @media (min-width: 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.1875rem; }
  @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: 15px; }
  .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: 15px;
  font-weight: 700; }
  @media (min-width: 551px) {
    .return-itemName {
      font-size: 1rem;
      font-weight: 400; } }

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

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.375rem; }
  @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 {
  width: 1px;
  min-width: 100%;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .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: 1025px) {
    .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: 1025px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1261px) {
    .productReview {
      width: 33.33333%; } }

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

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

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

.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: 1025px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.75rem; }
  @media (min-width: 320px) and (max-width: 1025px) {
    .productView-image {
      pointer-events: none; } }

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

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -0.375rem;
  margin-right: -0.375rem; }
  .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 .slick-list {
    margin-left: 2.5rem;
    margin-right: 2.5rem; }
  .productView-thumbnails .slick-next {
    right: 0; }
  .productView-thumbnails .slick-prev {
    left: 0; }
  .productView-thumbnails img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin: 0;
    width: 50px;
    object-fit: contain;
    /* Object-fit polyfill */
    font-family: 'object-fit: contain;';
    position: relative; }

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

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

.productView-details {
  margin-bottom: 2rem; }

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

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

.productView-title {
  font-size: 20px;
  margin: -0.75rem 0 0.375rem; }
  @media (min-width: 1025px) {
    .productView-title {
      margin-top: 1.5rem; } }
  @media (min-width: 1261px) {
    .productView-title {
      font-size: 28px; } }

.productView-brand {
  color: #757575;
  font-size: 15px;
  margin: 0 0 0.75rem; }
  @media (min-width: 1261px) {
    .productView-brand {
      font-size: 20px;
      margin: -0.1875rem 0 1rem; } }
  .productView-brand a, .productView-brand .link {
    color: #757575; }
    .productView-brand a:hover, .productView-brand .link:hover {
      color: #333333; }

.productView-price {
  font-size: 15px;
  margin-bottom: 0.5rem; }
  @media (min-width: 1025px) {
    .productView-price {
      font-size: 25px;
      margin-bottom: 1rem; } }
  .productView-price .price-section--saving {
    font-size: 15px; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.productView-reviewLink {
  display: inline-block;
  margin-left: 0.75rem;
  vertical-align: middle; }
  .productView-reviewLink + .productView-reviewLink {
    display: block;
    margin-left: auto; }
    @media (min-width: 551px) {
      .productView-reviewLink + .productView-reviewLink {
        display: inline-block;
        margin-left: 0.75rem; } }
  .productView-reviewLink > a, .productView-reviewLink > .link {
    color: #757575; }
    .productView-reviewLink > a:hover, .productView-reviewLink > .link:hover {
      color: #333333; }

.productView-rating,
.trustpilot-widget {
  display: none; }

.productView-info {
  margin-top: 0.75rem; }
  .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.1875rem;
  margin-right: 0.375rem; }
  @media (min-width: 551px) {
    .productView-info-name {
      font-family: "Lato", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: 400; } }

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

.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 input[type="file"] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field > .form-checkbox + .form-label,
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label,
        .productView-options .form-field > .form-radio + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  @media (min-width: 551px) {
    .productView-options .form-action {
      float: left;
      padding: 0 0.625rem;
      width: 50%; } }
  @media (min-width: 1025px) {
    .productView-options .form-action {
      float: none;
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .productView-options .form-action {
      display: inline-block;
      margin-top: 1rem; } }
  .productView-options .form-action .button {
    width: 100%; }
    @media (min-width: 1261px) {
      .productView-options .form-action .button {
        margin-right: 0.75rem;
        width: auto; } }

.productOptions-list {
  border: 1px solid #cccccc;
  list-style: none;
  margin: 0; }

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

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

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

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

.shareProduct {
  text-align: center; }

.productView-image .easyzoom-flyout {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 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;
  margin-left: 5px; }

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

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

.compareTable-item {
  padding: 3.25rem 1rem 1.25rem; }
  @media (min-width: 1025px) {
    .compareTable-item {
      padding-top: 1.25rem; } }

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

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

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

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

.blocker-container {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  border: #e5e5e5 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 1025px) {
    .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: 1025px) {
    .facetedSearch-navList {
      display: block !important; } }
  .facetedSearch-navList.is-open {
    display: block; }
    .facetedSearch-navList.is-open .accordion--navList,
    .facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .facetedSearch-toggle + .facetedSearch-navList,
  .sidebarBlock + .facetedSearch-navList {
    margin-top: 2rem; }
  .facetedSearch-toggle + .facetedSearch-navList.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: -1px; }
    @media (min-width: 1025px) {
      .facetedSearch-toggle + .facetedSearch-navList.is-open,
      .sidebarBlock + .facetedSearch-navList.is-open {
        margin-top: 2rem; } }
  .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: 1025px) {
    .facetedSearch-refineFilters {
      display: block; } }

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

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

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

.facetLabel {
  background: #e5e5e5;
  border-radius: 4px;
  padding: 0.1875rem 0.5rem 0.1875rem 0.6875rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.75rem;
    width: 0.75rem;
    display: inline-block;
    fill: #757575;
    position: relative;
    top: -1px; }

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

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

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

.cart-list {
  border-top: 1px solid #e5e5e5;
  display: block; }
  @media (min-width: 1025px) {
    .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: 1025px) {
    .cart-item {
      display: table-row;
      padding-left: 0; }
      .cart-item:before, .cart-item:after {
        display: none; } }

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

.cart-item-figure {
  float: left;
  height: 6.25rem;
  margin-bottom: 1.5rem;
  width: 33.33333%;
  position: relative; }
  @media (min-width: 551px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 1025px) {
    .cart-item-figure {
      float: none;
      width: 8.33333%; } }
  .cart-item-figure:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

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

.cart-item-image {
  max-width: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }
  @media (min-width: 1025px) {
    .cart-item-image {
      margin-left: 0; } }

.cart-item-title {
  display: table-cell;
  height: 6.25rem;
  padding-left: 1.5rem; }
  @media (min-width: 551px) {
    .cart-item-title {
      display: block;
      height: auto;
      margin-bottom: 1.5rem;
      overflow: hidden; } }
  @media (min-width: 1025px) {
    .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: 1025px) {
    .cart-item-info {
      float: none;
      width: 16.66667%; }
      .cart-item-info:last-child {
        text-align: right; } }
  .cart-item-info + .cart-item-info {
    margin-top: 0.75rem; }

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

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

.cart-item-label {
  color: #333333;
  float: left;
  margin-bottom: 0.375rem;
  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: 1025px) {
    .cart-item-label {
      display: none; } }

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

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

.cart-item-name {
  font-size: 15px;
  margin: 0; }
  .cart-item-name + .definitionList {
    margin-top: 0.375rem; }

.cart-item-options--giftWrapping {
  margin-top: 1.125rem; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    color: #333333; }

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

.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: 1025px) {
    .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: 1025px) {
    .cart-total + .cart-total {
      border-top: 1px solid #e5e5e5; } }
  .cart-total .form-input {
    display: inline-block;
    height: 2rem;
    padding: 0.5rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.3125rem top 0.4375rem;
    background-size: 1.25rem 1.25rem;
    height: 2rem;
    margin-bottom: 0.75rem;
    padding: 0.5rem 0.75rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

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

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

.cart-total-grandTotal {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 20px;
  padding-bottom: 0.1875rem;
  padding-top: 0.1875rem;
  position: relative; }
  @media (min-width: 1025px) {
    .cart-total-grandTotal {
      padding: 1rem 0;
      top: -0.25rem; } }

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

.coupon-code-cancel,
.shipping-estimate-hide {
  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.75rem;
    padding-right: 0.75rem;
    width: 20%; }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    margin-bottom: 0.75rem;
    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: 2rem;
    margin-bottom: 0; }

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

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

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

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

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

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

.cart-actions {
  clear: both; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .button {
    display: 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.375rem; }

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

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

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

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

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

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

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

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

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

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

.previewCartItem-image {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  padding: 0;
  text-align: center;
  position: relative; }
  .previewCartItem-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .previewCartItem-image:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    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, .previewCartItem-name > .link {
    text-decoration: none; }

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

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

.previewCartAction {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  display: block;
  padding: 1.5rem 0.75rem; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%; }

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

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

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.75rem;
  padding-top: 0.375rem; }

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

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

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

.address {
  display: inline-block;
  padding: 0 0.75rem;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 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: 15.625rem;
    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.75rem;
    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.75rem; }
      .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.375rem; } }

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

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

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

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

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

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #757575; }
  .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: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative;
  margin-bottom: 1.875rem; }
  .videoGallery-main.widescreen {
    padding-bottom: 56.34%; }
  .videoGallery-main.vimeo {
    padding-top: 0; }
  .videoGallery-main iframe,
  .videoGallery-main object,
  .videoGallery-main embed,
  .videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

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

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

.video {
  display: block;
  margin-bottom: 1.875rem;
  opacity: 0.4;
  text-decoration: none;
  transition: opacity 100ms ease-out; }
  .video:before, .video:after {
    content: " ";
    display: table; }
  .video:after {
    clear: both; }
  .video-figure {
    float: left;
    margin-right: 0.75rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.75rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 1025px) {
    .video {
      margin-bottom: 1.875rem; } }
  .video:hover, .video.is-active {
    color: #333333;
    opacity: 1; }

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

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

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

.previewCart {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 1025px) {
    .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: #e5e5e5;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 1025px) {
    .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 + .button,
    .previewCartCheckout .button + p {
      margin-top: 0.75rem; }

.previewCartCheckout-price {
  display: block;
  font-size: 28px;
  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.5rem 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: 1025px) {
    .suggestiveCart {
      display: block; } }

.maintenanceNotice {
  background-color: #fffdea;
  box-shadow: 0 0 5px #999999;
  color: #333333;
  left: 1.125rem;
  padding: 1rem 1.3125rem;
  position: fixed;
  top: 1.125rem;
  width: 24rem;
  z-index: 500; }
  .maintenanceNotice > :last-child {
    margin-bottom: 0; }
  .maintenanceNotice a, .maintenanceNotice .link {
    color: #333333; }

.maintenanceNotice-header {
  font-family: "Lato";
  margin: 0 0 0.75rem; }

.cookieMessage {
  background: #e5e5e5;
  color: #333333;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 1025px) {
      .cookieMessage .button {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1261px) {
      .cookieMessage .button {
        vertical-align: top; } }

.cookieMessage-container {
  margin: 0 auto;
  padding: 1.5rem; }
  @media (min-width: 1025px) {
    .cookieMessage-container {
      width: 83.33333%; } }
  @media (min-width: 1261px) {
    .cookieMessage-container {
      width: 58.33333%; } }

@media (min-width: 1025px) {
  .cookieMessage-text {
    display: inline-block;
    padding: 0 0.75rem;
    vertical-align: middle;
    width: 66.66667%; } }

.login {
  margin: 3rem auto 6rem; }

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

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

.new-customer {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 1025px) {
    .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.75rem; }

.search-suggestion {
  margin-bottom: 2rem; }
  .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: 1025px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 1025px) {
      .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: 15px; }

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

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

.navBar--account {
  display: none; }
  @media (min-width: 1025px) {
    .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 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: relative;
    max-width: 110px;
    margin-top: 0;
    margin-left: 0; }

.account-listShipping {
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
  padding: 2rem 0; }
  .account-listShipping .account-listShipping-title {
    margin: 0;
    text-transform: inherit; }

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

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

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

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

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

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

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

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

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

.account-product-title {
  margin: 0 0 0.1875rem;
  text-transform: inherit; }
  .account-product-title > a, .account-product-title > .link {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.75rem; }

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

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

.account-product-description + .definitionList {
  margin: -1.375rem 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: #757575;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.375rem; }

.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: 15px;
  margin-top: -1.5rem;
  width: 66.66667%; }

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

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

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

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

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

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

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

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

.account-sidebar-block {
  font-size: 15px; }
  .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: #757575;
  font-weight: 400;
  margin-top: 1.5rem; }

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

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

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

.account-flex-wrapper .account-right-content-flex-wrapper p {
  font-size: 15px;
  line-height: 25px;
  color: #231F20; }

.account-product-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 15px;
  line-height: 25px;
  justify-content: space-between; }
  .account-product-body .account-product-figure {
    margin: 0;
    padding: 0 5px; }
    .account-product-body .account-product-figure::after {
      display: none; }
  .account-product-body .account-orders-part0,
  .account-product-body .account-orders-part4 {
    width: 15%; }
  .account-product-body .account-orders-part2,
  .account-product-body .account-orders-part3 {
    width: 20%; }
  .account-product-body .account-orders-part1 {
    width: 30%; }
  @media screen and (max-width: 760px) {
    .account-product-body .account-orders-part0,
    .account-product-body .account-orders-part1 {
      width: 50%;
      margin-bottom: 15px; }
      .account-product-body .account-orders-part0 .account-product-image,
      .account-product-body .account-orders-part1 .account-product-image {
        max-width: 100px; }
    .account-product-body .account-orders-part2,
    .account-product-body .account-orders-part3 {
      width: 50%;
      margin-bottom: 15px; }
    .account-product-body .account-orders-part4 {
      width: 100%; }
    .account-product-body .account-product-figure,
    .account-product-body .account-product-detail {
      padding-left: 0; } }
  .account-product-body .account-orders-part1 .account-product-title a, .account-product-body .account-orders-part1 .account-product-title .link {
    color: #231F20;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px; }
  .account-product-body .account-product-detail-heading {
    font-size: 15px;
    line-height: 25px;
    text-transform: capitalize;
    color: #A5A5A5; }
  .account-product-body .account-orders-part3 .account-product-detail {
    width: unset; }

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

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

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

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

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

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

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

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

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

.cart-additionalCheckoutButtons .apple-pay-checkout-button {
  margin-top: 0.75rem; }

.apple-pay-supported .apple-pay-checkout-button {
  display: block; }
  @media (min-width: 551px) {
    .apple-pay-supported .apple-pay-checkout-button {
      display: inline-block;
      float: right; } }

.previewCartCheckout .apple-pay-checkout-button {
  float: none;
  margin-top: 0.75rem; }

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

.paymentMethodName {
  margin-top: 0;
  padding: 0 0.75rem;
  text-transform: none; }

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

@media (min-width: 551px) {
  .paymentMethodForm {
    max-width: 60%; }
    .paymentMethodForm .paymentMethodForm-column {
      display: flex; }
      .paymentMethodForm .paymentMethodForm-column .paymentMethodForm-inputs:first-child {
        width: 70%; }
      .paymentMethodForm .paymentMethodForm-column .paymentMethodForm-inputs:last-child {
        padding-left: 1.5rem;
        width: 30%; }
    .paymentMethodForm .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 0.75rem; } }

.panel--paymentMethod {
  font-size: 1rem;
  position: relative; }
  .panel--paymentMethod .panel-body {
    border: 1px solid #e5e5e5;
    border-radius: 0.1875rem;
    min-height: 14.25rem;
    padding: 0; }
  .panel--paymentMethod .form-actions {
    font-size: 0;
    margin-top: 0;
    text-align: left; }
    .panel--paymentMethod .form-actions .button {
      margin-top: 0; }

.paymentMethod-card,
.paymentMethod-details {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 0; }

.paymentMethod-card {
  align-items: center;
  background: white;
  padding: 0.75rem; }
  @media (min-width: 1261px) {
    .paymentMethod-card {
      padding: 1.5rem; } }

.paymentMethod-icon {
  margin-right: 0.75rem;
  width: 1.75rem; }
  @media (min-width: 1261px) {
    .paymentMethod-icon {
      width: 2.625rem; } }

.paymentMethod-brand {
  font-size: 13px;
  font-weight: 600; }
  @media (min-width: 1261px) {
    .paymentMethod-brand {
      font-size: 1rem; } }

.paymentMethod-default {
  margin-left: 0.75rem; }
  .paymentMethod-default.icon {
    fill: #666666;
    height: 1.125rem;
    width: 1.125rem; }
    @media (min-width: 1261px) {
      .paymentMethod-default.icon {
        height: 1.25rem;
        width: 1.25rem; } }

.paymentMethod-expiry {
  font-size: 15px;
  margin-left: auto;
  text-transform: capitalize; }

.paymentMethod-details {
  padding: 1.5rem; }

.paymentMethod-label,
.paymentMethod-description {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 0.75rem; }

.paymentMethod-label {
  flex: 6.25rem;
  font-weight: 600; }

.paymentMethod-description {
  flex: calc(100% - 100px);
  padding-left: 0.75rem; }

.paymentMethod-form {
  padding: 0 1.5rem 0.75rem; }
  @media (min-width: 551px) {
    .paymentMethod-form {
      bottom: 0.75rem;
      position: absolute;
      width: auto; } }

.panel--newPaymentMethod {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newPaymentMethod:hover .paymentMethod-title {
    color: #757575; }
  .panel--newPaymentMethod .panel-body {
    background-color: transparent; }
  .panel--newPaymentMethod .paymentMethod-title {
    margin-bottom: 0;
    text-transform: none;
    transition: all 0.15s ease; }

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

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

.paymentMethodForm-heading {
  color: #333333;
  font-family: "Lato", 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.1875rem;
  width: 2.125rem; }

.paymentMethodForm-inputs {
  position: relative; }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.5625rem;
  top: 2.4375rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.3125rem;
    width: 1.3125rem; }

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

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

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

.header-logo {
  font-size: 0;
  margin: 0 3.4375rem;
  text-align: center; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 5.15625rem;
      margin-right: 5.15625rem; } }
  @media (min-width: 1025px) {
    .header-logo {
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.375rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo > a, .header-logo > .link {
    color: black;
    display: inline-block;
    padding: 0.75rem 0;
    position: relative;
    text-decoration: none;
    width: 60%;
    z-index: 20; }
    .header-logo > a:before, .header-logo > .link:before, .header-logo > a:after, .header-logo > .link:after {
      content: " ";
      display: table; }
    .header-logo > a:after, .header-logo > .link:after {
      clear: both; }
    @media (min-width: 1025px) {
      .header-logo > a, .header-logo > .link {
        background: none;
        border-bottom: 0;
        display: inline;
        padding: 0;
        width: 100%; } }
    .header-logo > a:hover, .header-logo > .link:hover {
      color: #757575; }
    .header-logo > a:active, .header-logo > .link:active {
      color: #757575; }

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

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

.header-logo-text {
  display: block;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 20px;
  letter-spacing: 0.125rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0.1875rem 0;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 22px;
      padding-bottom: 0;
      padding-top: 0; } }
  @media (min-width: 1025px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      margin-left: 0;
      margin-right: -0.125rem;
      max-width: none;
      overflow: auto;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 25px; } }

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

.header-logo-image-container:after {
  content: '';
  display: block;
  padding-bottom: 1.9375rem; }
  @media (min-width: 1025px) {
    .header-logo-image-container:after {
      padding-bottom: 100px; } }

.header-logo-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 1.9375rem; }
  @media (min-width: 1025px) {
    .header-logo-image {
      max-height: none; } }

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

.mobileMenu-toggle {
  height: 3.4375rem;
  width: 3.4375rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.125rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 1025px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #444444;
    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.25rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.6875rem;
    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: #444444;
      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: 1025px) {
    .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; }

@media screen and (max-width: 960px) {
  [data-searchspring-category] + .page-content {
    float: none; } }

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

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

.page-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative; }
  @media (min-width: 1025px) {
    .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: white;
  border-top: 1px solid #e5e5e5;
  padding: 3rem 0; }

.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: #757575;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  text-align: center;
  vertical-align: top; }
  @media (min-width: 551px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 1025px) {
    .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: 1025px) {
  .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; } }

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

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

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list a, .footer-info-list .link {
    color: #757575;
    text-decoration: none; }
    .footer-info-list a:hover, .footer-info-list .link:hover {
      color: #333333; }

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

.footer-payment-icons {
  height: 2.5rem;
  margin-top: 1.5rem; }
  @media (min-width: 1025px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: 0.375rem;
    vertical-align: middle;
    width: 3.125rem; }
  .footer-payment-icons svg {
    fill: #757575; }

@media (min-width: 551px) {
  .footer-geotrust-ssl-seal {
    bottom: 0;
    position: absolute;
    right: 16px; } }

.footer-geotrust-ssl-seal table {
  margin: auto; }

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

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

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

.blog-title {
  font-size: 22px;
  margin: 0 1.5rem 0.375rem; }
  .blog-title a, .blog-title .link {
    text-decoration: none; }

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

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

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

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

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }

.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: 1025px) {
    .blog-post-body {
      width: 66.66667%; } }
  @media (min-width: 1681px) {
    .blog-post-body {
      width: 50%; } }

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

.sidebarBlock-heading {
  margin-top: 0;
  text-transform: inherit; }

.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: 1025px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title {
      text-align: center; }

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

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

.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: 1025px) {
      .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.25rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 551px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 1025px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    page-break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

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

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

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

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

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0.75rem; }
  .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; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

@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 {
    background-color: white;
    color: #333333; }

.listItem-figure {
  margin: 0 0 1.5rem; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%; } }
  @media (min-width: 1261px) {
    .listItem-figure {
      position: relative; } }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .listItem-figure .listItem-button {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
        margin: 0 0 1.5rem;
        pointer-events: all;
        transform-style: preserve-3d; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1261px) {
    .listItem-figureBody {
      bottom: 0;
      height: 100%;
      left: 0.75rem;
      opacity: 0;
      position: absolute;
      right: 0.75rem;
      top: 0; }
      .listItem-figureBody:hover {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

@media (min-width: 551px) {
  .listItem-body {
    padding-left: 1.25rem;
    padding-right: 0.75rem;
    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.375rem; }

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

.listItem-title {
  font-size: 15px;
  margin: 0 0 0.1875rem; }
  @media (min-width: 1025px) {
    .listItem-title {
      font-size: 20px; } }
  .listItem-title > a, .listItem-title > .link {
    text-decoration: none; }

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

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

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.75rem 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;
  margin-left: -1rem;
  margin-right: -1rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  .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: 1025px) {
    .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: 1025px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }

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

.sale-flag-star,
.sale-flag-star:before,
.sale-flag-star:after {
  background: #007dc6;
  content: "";
  display: block;
  height: 3.125rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  width: 3.125rem;
  z-index: 10; }

.sale-flag-star:before {
  transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star:after {
  transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.starwrap {
  height: 3.125rem;
  position: absolute;
  top: 10px;
  width: 3.125rem; }

.sale-text-burst {
  color: white;
  font-weight: 600;
  line-height: 0.9375rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.125rem;
  z-index: 50; }

.sale-flag-side {
  background: #007dc6;
  border-radius: 0 50px 50px 0;
  color: white;
  font-size: 15px;
  font-weight: 700;
  height: 1.25rem;
  line-height: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.75rem;
  padding-top: 0.09375rem;
  position: absolute;
  transition: 800ms ease;
  z-index: 10; }

.product:hover .sale-flag-side {
  background: black;
  transition: 800ms ease; }

.sale-flag-sash {
  background: #007dc6;
  color: white;
  font-size: 15px;
  font-weight: 700;
  height: 1.25rem;
  left: -35px;
  line-height: 1rem;
  padding-top: 0.09375rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: 800ms ease;
  width: 7.4375rem;
  z-index: 10; }

.product:hover .sale-flag-sash {
  background: black;
  transition: 800ms ease; }

.product {
  overflow: hidden; }

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

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

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

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

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

.account {
  margin-bottom: 1.5rem; }

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

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

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

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

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

/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none; }

.jstree-node {
  white-space: nowrap; }

.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top; }

.jstree-anchor:focus {
  outline: 0; }

.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit; }

.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-ocl {
  cursor: pointer; }

.jstree-leaf > .jstree-ocl {
  cursor: default; }

.jstree .jstree-open > .jstree-children {
  display: block; }

.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none; }

.jstree-anchor > .jstree-themeicon {
  margin-right: 2px; }

.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none; }

.jstree-hidden {
  display: none; }

.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px; }

.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0; }

.jstree-rtl .jstree-node {
  margin-left: 0; }

.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0; }

.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%; }

.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer; }

.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative; }

.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.vakata-context {
  display: none; }

.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999; }

.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px; }

.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context li {
  list-style: none;
  display: inline; }

.vakata-context li > a, .vakata-context li > .link {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px; }

.vakata-context li > a:hover, .vakata-context li > .link:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context li > a.vakata-context-parent, .vakata-context li > .vakata-context-parent.link {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat; }

.vakata-context li > a:focus, .vakata-context li > .link:focus {
  outline: 0; }

.vakata-context .vakata-context-hover > a, .vakata-context .vakata-context-hover > .link {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context .vakata-context-separator > a, .vakata-context .vakata-context-separator > .link,
.vakata-context .vakata-context-separator > a:hover,
.vakata-context .vakata-context-separator > .link:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0; }

.vakata-context .vakata-contextmenu-disabled a, .vakata-context .vakata-contextmenu-disabled .link,
.vakata-context .vakata-contextmenu-disabled a:hover,
.vakata-context .vakata-contextmenu-disabled .link:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0; }

.vakata-context li > a > i, .vakata-context li > .link > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em; }

.vakata-context li > a > i:empty, .vakata-context li > .link > i:empty {
  width: 2.4em;
  line-height: 2.4em; }

.vakata-context li > a .vakata-contextmenu-sep, .vakata-context li > .link .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3; }

.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none; }

.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context-rtl li > a.vakata-context-parent, .vakata-context-rtl li > .vakata-context-parent.link {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat; }

.vakata-context-rtl .vakata-context-separator > a, .vakata-context-rtl .vakata-context-separator > .link {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3; }

.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto; }

.vakata-context-rtl li > a > i, .vakata-context-rtl li > .link > i {
  margin: 0 -2em 0 0; }

.vakata-context-rtl li > a .vakata-contextmenu-sep, .vakata-context-rtl li > .link .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3; }

#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0; }

#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px; }

#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px; }

#jstree-dnd .jstree-ok {
  background: green; }

#jstree-dnd .jstree-er {
  background: red; }

#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent; }

.jstree-default .jstree-anchor,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s; }

.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc; }

.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999; }

.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none; }

.jstree-default .jstree-disabled {
  background: transparent;
  color: #666666; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold; }

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat; }

.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0; }

.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%); }

.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px; }

.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px; }

.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px; }

.jstree-default .jstree-wholerow {
  height: 24px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y; }

.jstree-default .jstree-last {
  background: transparent; }

.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px; }

.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px; }

.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px; }

.jstree-default .jstree-themeicon {
  background-position: -260px -4px; }

.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px; }

.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px; }

.jstree-default .jstree-disabled {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-checkbox {
  background-position: -164px -4px; }

.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px; }

.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px; }

.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px; }

.jstree-default .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default > .jstree-striped {
  background-size: auto 48px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px; }

.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px; }

.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px; }

.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -100px -68px no-repeat; }

.jstree-default .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -260px -4px no-repeat; }

.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px; }

#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px; }

#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px; }

#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px; }

.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px; }

.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px; }

.jstree-default-small .jstree-wholerow {
  height: 18px; }

.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y; }

.jstree-default-small .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px; }

.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px; }

.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px; }

.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px; }

.jstree-default-small .jstree-disabled {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px; }

.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px; }

.jstree-default-small .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-small > .jstree-striped {
  background-size: auto 36px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px; }

.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px; }

.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px; }

.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-small .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -103px -71px no-repeat; }

.jstree-default-small .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -263px -7px no-repeat; }

.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px; }

#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px; }

#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg=="); }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px; }

.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px; }

.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px; }

.jstree-default-large .jstree-wholerow {
  height: 32px; }

.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y; }

.jstree-default-large .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px; }

.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px; }

.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px; }

.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px; }

.jstree-default-large .jstree-disabled {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px; }

.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px; }

.jstree-default-large .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-large > .jstree-striped {
  background-size: auto 64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px; }

.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px; }

.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px; }

.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-large .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -96px -64px no-repeat; }

.jstree-default-large .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -256px 0px no-repeat; }

.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px; }

#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px; }

#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg=="); }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px; }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px; } }

@media (max-width: 768px) {
  .jstree-default-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/ }
  .jstree-default-responsive .jstree-icon {
    background-image: url("../img/vendor/jstree/40px.png"); }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap; }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px; }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0; }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px; }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0; }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0px !important; }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important; }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0px !important; }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px; }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px; }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px; }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px; }
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  .jstree-default-responsive > .jstree-striped {
    background: transparent; }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px; }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9; }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff; }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666; }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0; }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none; }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("../img/vendor/jstree/40px.png");
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y; }
  .jstree-default-responsive .jstree-last {
    background: transparent; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px; }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px; }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0; }
  .jstree-default-responsive .jstree-file {
    background: url("../img/vendor/jstree/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-folder {
    background: url("../img/vendor/jstree/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0; } }

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em; }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px; }

.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em; }

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible; }

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none; }

.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap; }

input.ui-button.ui-button-icon-only {
  text-indent: 0; }

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px; }

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap; }

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em; }

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block; }

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0; }

.ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999; }

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left; }

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box; }

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em; }

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%; }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none; }

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none; }

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none; }

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none; }

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc( 100% - 2.4em); }

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid; }

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none; }

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none; }

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid; }

.ui-checkboxradio-disabled {
  pointer-events: none; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a, .ui-datepicker td .link {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0; }

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0; }

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0; }

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0; }

.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px; }

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0; }

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em; }

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em; }

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

.ui-spinner a.ui-spinner-button, .ui-spinner .ui-spinner-button.link {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-tabs {
  position: relative;
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px; }

body .ui-tooltip {
  border-width: 2px; }

.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333; }

.ui-widget-content a, .ui-widget-content .link {
  color: #333; }

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold; }

.ui-widget-header a, .ui-widget-header .link {
  color: #333; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a, .ui-state-default .link, .ui-state-default a:link, .ui-state-default .link:link, .ui-state-default a:visited, .ui-state-default .link:visited, a.ui-button, .ui-button.link, a:link.ui-button, .link:link.ui-button, a:visited.ui-button, .link:visited.ui-button, .ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a, .ui-state-hover .link, .ui-state-hover a:hover, .ui-state-hover .link:hover, .ui-state-hover a:link, .ui-state-hover .link:link, .ui-state-hover a:visited, .ui-state-hover .link:visited, .ui-state-focus a, .ui-state-focus .link, .ui-state-focus a:hover, .ui-state-focus .link:hover, .ui-state-focus a:link, .ui-state-focus .link:link, .ui-state-focus a:visited, .ui-state-focus .link:visited, a.ui-button:hover, .ui-button.link:hover, a.ui-button:focus, .ui-button.link:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button.link:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff; }

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff; }

.ui-state-active a, .ui-state-active .link, .ui-state-active a:link, .ui-state-active .link:link, .ui-state-active a:visited, .ui-state-active .link:visited {
  color: #fff;
  text-decoration: none; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a, .ui-state-highlight .link, .ui-widget-content .ui-state-highlight a, .ui-widget-content .ui-state-highlight .link, .ui-widget-header .ui-state-highlight a, .ui-widget-header .ui-state-highlight .link {
  color: #777620; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a, .ui-state-error .link, .ui-widget-content .ui-state-error a, .ui-widget-content .ui-state-error .link, .ui-widget-header .ui-state-error a, .ui-widget-header .ui-state-error .link {
  color: #5f3f3f; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); }

.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png"); }

.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px; }

.ui-widget-overlay {
  background: #aaa;
  opacity: .003;
  filter: Alpha(Opacity=0.3); }

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666; }

.alertBox {
  color: #ffffff;
  margin-bottom: 0; }
  .alertBox .icon {
    display: none; }
  .alertBox .alertBox-icon .icon {
    height: 1.5625rem;
    width: 1.5625rem; }
  .alertBox .alertBox-message {
    text-align: center;
    margin: 0 auto;
    display: block; }
  .alertBox .alertBox-close svg {
    fill: #dfdfdf; }
  .alertBox.alertBox--info {
    color: white;
    background-color: #000000; }
    .alertBox.alertBox--info p {
      color: white; }
  .alertBox.alertBox--success {
    background-color: #2EB62E; }
  .alertBox.alertBox--error {
    background-color: #FF5556; }

.breadcrumbs {
  text-align: left;
  padding-top: 35px;
  font-size: 0.815rem;
  margin-bottom: 25px;
  position: relative;
  z-index: 10;
  display: block; }
  .breadcrumbs .breadcrumb a:hover, .breadcrumbs .breadcrumb .link:hover {
    text-decoration: underline;
    color: #757575; }

article.card {
  background-color: #E9E9E9;
  border: none;
  position: relative;
  max-height: 460px;
  min-height: 195px;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 90px; }
  article.card .card-img-container img {
    margin: 0; }
  article.card .iframe-container:after {
    content: "";
    background: transparent;
    width: 100%;
    height: 100%;
    min-height: 1px;
    position: absolute;
    top: 0; }
  article.card .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
  article.card .card-figure, article.card .card-body {
    background-color: transparent; }
  article.card .product-flag {
    position: absolute;
    z-index: 10;
    top: 35px;
    right: 15px;
    width: 12px;
    height: 12px; }
    article.card .product-flag .text {
      transform: rotate(90deg);
      display: block;
      white-space: nowrap; }
  article.card .card-variants {
    position: absolute;
    bottom: 90px;
    left: 25px;
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    overflow: hidden; }
    article.card .card-variants .overflow-count-variant {
      position: relative; }
    article.card .card-variants .overflow-count {
      font-size: 12px;
      position: absolute;
      top: -3px; }
    article.card .card-variants .variant {
      width: 10px;
      height: 10px;
      border-radius: 10px;
      border: 1px solid #FFFFFF;
      overflow: hidden;
      margin-right: 6px;
      flex-shrink: 0;
      cursor: pointer; }
      article.card .card-variants .variant img, article.card .card-variants .variant span {
        display: block;
        width: 10px;
        height: 10px; }
      article.card .card-variants .variant .swatch-beige {
        background: #E8B792; }
      article.card .card-variants .variant .swatch-black {
        background: #000000; }
      article.card .card-variants .variant .swatch-blue {
        background: #4346C3; }
      article.card .card-variants .variant .swatch-bone {
        background: #EDE7E1; }
      article.card .card-variants .variant .swatch-brown {
        background: #7B4A13; }
      article.card .card-variants .variant .swatch-clear {
        background: #F1F0E7; }
      article.card .card-variants .variant .swatch-cream {
        background: #E9DDCD; }
      article.card .card-variants .variant .swatch-green {
        background: #36AB2F; }
      article.card .card-variants .variant .swatch-grey {
        background: #969696; }
      article.card .card-variants .variant .swatch-silver {
        background: #DFDFDF; }
      article.card .card-variants .variant .swatch-gold {
        background: #D5B052; }
      article.card .card-variants .variant .swatch-metallic {
        background: #D4D4D4; }
      article.card .card-variants .variant .swatch-multi {
        background: url(../img/swatch-multi.jpg) no-repeat center/cover; }
      article.card .card-variants .variant .swatch-promotional {
        background: url(../img/swatch-multi.jpg) no-repeat center/cover; }
      article.card .card-variants .variant .swatch-navy {
        background: #494D9B; }
      article.card .card-variants .variant .swatch-nude {
        background: #F0B9A6; }
      article.card .card-variants .variant .swatch-orange {
        background: #EA8226; }
      article.card .card-variants .variant .swatch-pink {
        background: #F1C7E0; }
      article.card .card-variants .variant .swatch-prints {
        background: #DF9177; }
      article.card .card-variants .variant .swatch-animal-prints {
        background: #DF9177; }
      article.card .card-variants .variant .swatch-purple {
        background: #B132DC; }
      article.card .card-variants .variant .swatch-red {
        background: #ED1F1F; }
      article.card .card-variants .variant .swatch-tan {
        background: #DF9177; }
      article.card .card-variants .variant .swatch-white {
        background: #F2F2F2; }
      article.card .card-variants .variant .swatch-yellow {
        background: #DACE3B; }
      article.card .card-variants .variant .swatch-frost {
        background: #B3E6E7; }
    @media (hover: none) {
      article.card .card-variants {
        opacity: 1;
        visibility: visible;
        bottom: 95px; } }
  @media screen and (hover: none) and (max-width: 800px) {
    article.card .card-variants {
      bottom: 110px; } }
  article.card .card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: left;
    padding: 0 1.25rem 2.5rem; }
    @media (min-width: 1025px) {
      article.card .card-body {
        padding: 1.5rem 1.5rem 2.5rem; } }
  article.card .card-title {
    font-weight: 400;
    font-size: 0.8125rem;
    letter-spacing: 0;
    line-height: 1.5;
    color: #000000;
    text-align: left;
    max-height: 38px;
    overflow: hidden; }
    @media (min-width: 1025px) {
      article.card .card-title {
        font-size: 0.875rem; } }
  article.card .card-text {
    color: #000000;
    font-size: 0.75rem;
    text-align: left;
    min-height: 18px; }
    article.card .card-text .price-section {
      display: inline-block;
      padding-right: 5px; }
      article.card .card-text .price-section .group {
        font-weight: 700; }
        article.card .card-text .price-section .group.platinum {
          color: #9C9FA8; }
        article.card .card-text .price-section .group.gold {
          color: #B68841; }
        article.card .card-text .price-section .group.silver {
          color: #9C9FA8; }
        article.card .card-text .price-section .group.black {
          color: #000000; }
  article.card .sale-message {
    position: absolute;
    bottom: 17px;
    left: 1.5rem;
    right: 1.5rem;
    line-height: 13px; }
    @media screen and (max-width: 800px) {
      article.card .sale-message {
        bottom: 9px;
        left: 1.25rem;
        right: 1.25rem; } }
    article.card .sale-message a, article.card .sale-message .link {
      text-decoration: none;
      font-size: 10px;
      letter-spacing: 1px;
      font-weight: 600; }
  article.card .card-actions {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: -10px;
    left: 50%;
    padding: 1.5rem;
    transform: translateX(-50%);
    width: 100%;
    background-color: #E9E9E9;
    text-align: center;
    transition: all 0.3s ease-in-out; }
  @media (hover: hover) {
    article.card:hover {
      border: none; }
      article.card:hover .card-variants {
        opacity: 1;
        visibility: visible;
        bottom: 100px; }
      article.card:hover .card-body {
        background-color: transparent; }
        article.card:hover .card-body a, article.card:hover .card-body .link, article.card:hover .card-body .card-text {
          color: inherit; }
      article.card:hover .card-actions {
        opacity: 1;
        visibility: visible;
        bottom: 0; } }
  article.card.bc-product-card .featured-image-container {
    display: block; }
  article.card.bc-product-card iframe {
    display: block; }

article.card.ss-card,
article.card {
  max-height: 610px;
  background-color: transparent;
  padding-bottom: 0; }
  article.card.ss-card:hover .featured-image-container,
  article.card:hover .featured-image-container {
    display: none !important;
    z-index: 0 !important; }
  article.card.ss-card.featuredImg-show .featured-image-container,
  article.card.featuredImg-show .featured-image-container {
    display: block !important;
    z-index: 5 !important; }
  article.card.ss-card .featured-image-container,
  article.card .featured-image-container {
    display: none;
    height: 100%;
    width: 100%;
    background-color: white;
    position: absolute;
    z-index: 5; }
    @media screen and (max-width: 1240px) {
      article.card.ss-card .featured-image-container,
      article.card .featured-image-container {
        display: none !important; } }
  article.card.ss-card .featured-image,
  article.card .featured-image {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    width: 100%; }
  article.card.ss-card .card-body,
  article.card .card-body {
    position: relative;
    padding: 0.5rem 0; }
    @media screen and (max-width: 767px) {
      article.card.ss-card .card-body,
      article.card .card-body {
        padding: 0 !important; } }
  article.card.ss-card .sale-message,
  article.card .sale-message {
    position: initial;
    height: auto; }
    article.card.ss-card .sale-message a, article.card.ss-card .sale-message .link, article.card .sale-message a, article.card .sale-message .link {
      font-size: 10px;
      letter-spacing: 1px;
      font-weight: 600;
      text-wrap: wrap; }
  article.card.ss-card .card-img-container:after,
  article.card .card-img-container:after {
    padding-bottom: 125%; }
  article.card.ss-card .card-img-container,
  article.card .card-img-container {
    position: relative; }
    article.card.ss-card .card-img-container img,
    article.card .card-img-container img {
      background-size: contain;
      top: 0;
      bottom: 0;
      margin: auto; }
  article.card.ss-card .card-actions,
  article.card .card-actions {
    width: 100%;
    font-size: 12px;
    background-color: transparent;
    bottom: 4px;
    z-index: 6; }
  article.card.ss-card .card-title,
  article.card .card-title {
    margin-top: 3px;
    padding: 0 25px 0 0 !important; }
  @media screen and (max-width: 767px) {
    article.card.ss-card .card-text,
    article.card .card-text {
      padding: 0 !important; } }
  article.card.ss-card .product-flag,
  article.card .product-flag {
    top: 3px;
    left: 3px;
    width: auto;
    height: 21px;
    right: initial; }
    article.card.ss-card .product-flag .text,
    article.card .product-flag .text {
      transform: initial;
      letter-spacing: 0.9px;
      font-size: 9px;
      line-height: 9px;
      background-color: transparent;
      padding: 0 10px;
      height: 21px;
      display: block;
      display: flex;
      align-items: center; }
  article.card.ss-card .product-sizes,
  article.card .product-sizes {
    background-color: rgba(247, 247, 247, 0.5);
    padding: 6px 12px;
    display: inline-block;
    max-width: 95%;
    white-space: normal;
    width: auto; }
    article.card.ss-card .product-sizes.loadingOverlay,
    article.card .product-sizes.loadingOverlay {
      display: inline-block;
      position: initial;
      width: auto;
      margin: auto;
      top: 0;
      bottom: 0; }
      article.card.ss-card .product-sizes.loadingOverlay .size,
      article.card .product-sizes.loadingOverlay .size {
        opacity: 0.6; }
      article.card.ss-card .product-sizes.loadingOverlay:before,
      article.card .product-sizes.loadingOverlay:before {
        height: 1.5rem;
        width: 1.5rem; }
    article.card.ss-card .product-sizes .size,
    article.card .product-sizes .size {
      margin: 3px 4px;
      text-align: center;
      position: relative;
      display: inline-block;
      border: 1px solid transparent; }
      article.card.ss-card .product-sizes .size.active,
      article.card .product-sizes .size.active {
        border-bottom: 1px solid #4a4a4a; }
      article.card.ss-card .product-sizes .size:hover,
      article.card .product-sizes .size:hover {
        border-bottom: 1px solid #656565; }
      article.card.ss-card .product-sizes .size .btn-add-to-cart,
      article.card .product-sizes .size .btn-add-to-cart {
        position: absolute;
        left: 50%;
        top: 38px;
        display: block;
        width: -moz-max-content;
        width: max-content;
        background-color: #f7f7f7;
        padding: 5px;
        display: none;
        border: 1px solid #f0f0f0;
        font-size: 12px;
        transform: translateX(-50%); }
        article.card.ss-card .product-sizes .size .btn-add-to-cart.loadingOverlay,
        article.card .product-sizes .size .btn-add-to-cart.loadingOverlay {
          text-indent: -9999em;
          overflow: hidden;
          width: 66px;
          height: 22px; }
          article.card.ss-card .product-sizes .size .btn-add-to-cart.loadingOverlay:before,
          article.card .product-sizes .size .btn-add-to-cart.loadingOverlay:before {
            width: 18px;
            height: 18px;
            transform: initial;
            top: 1px; }
      article.card.ss-card .product-sizes .size:not(.outofstock),
      article.card .product-sizes .size:not(.outofstock) {
        cursor: pointer; }
        article.card.ss-card .product-sizes .size:not(.outofstock):hover .btn-add-to-cart,
        article.card .product-sizes .size:not(.outofstock):hover .btn-add-to-cart {
          display: block; }
      article.card.ss-card .product-sizes .size.outofstock,
      article.card .product-sizes .size.outofstock {
        text-decoration: line-through;
        color: #656565; }
  article.card.ss-card .slick-prev,
  article.card .slick-prev {
    left: 0; }
    article.card.ss-card .slick-prev:before,
    article.card .slick-prev:before {
      background-image: url(../icons/left.svg); }
  article.card.ss-card .slick-next,
  article.card .slick-next {
    right: 0; }
    article.card.ss-card .slick-next:before,
    article.card .slick-next:before {
      background-image: url(../icons/right.svg); }
  article.card.ss-card .slick-prev,
  article.card.ss-card .slick-next,
  article.card .slick-prev,
  article.card .slick-next {
    background: none;
    border: none; }
    article.card.ss-card .slick-prev:before,
    article.card.ss-card .slick-next:before,
    article.card .slick-prev:before,
    article.card .slick-next:before {
      background-size: 8px; }
  article.card.ss-card .card-variants,
  article.card .card-variants {
    position: initial;
    opacity: 1;
    visibility: visible;
    margin-top: 5px; }
    article.card.ss-card .card-variants .variant,
    article.card.ss-card .card-variants span,
    article.card .card-variants .variant,
    article.card .card-variants span {
      width: 12px;
      height: 12px; }
  article.card.ss-card .btn-open-quick-addToCartModal,
  article.card .btn-open-quick-addToCartModal {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    background-color: #FFF;
    color: #0d0d0d;
    font-size: 20px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    outline: none;
    position: absolute;
    right: 2px;
    bottom: 2px;
    z-index: 5;
    padding: 0 0 3px 0;
    line-height: 0;
    display: block !important; }
    @media screen and (min-width: 769px) {
      article.card.ss-card .btn-open-quick-addToCartModal,
      article.card .btn-open-quick-addToCartModal {
        display: none !important; } }
  article.card.ss-card .variants-wishlist-container,
  article.card .variants-wishlist-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    min-height: 35px; }

.form-wishlist.dropdown-form {
  height: 40px;
  width: 40px !important;
  cursor: pointer;
  right: 0 !important;
  border: none !important;
  position: absolute;
  top: 0;
  z-index: 6;
  padding: 0 !important; }
  .form-wishlist.dropdown-form.open .custom-dropdown-content {
    display: block; }
  .form-wishlist.dropdown-form .custom-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.5);
    z-index: 11;
    right: 0;
    min-width: 230px; }
    @media screen and (max-width: 1024px) {
      .form-wishlist.dropdown-form .custom-dropdown-content {
        width: 150px;
        min-width: initial; } }
    .form-wishlist.dropdown-form .custom-dropdown-content li {
      list-style-type: none;
      cursor: pointer; }
      .form-wishlist.dropdown-form .custom-dropdown-content li a, .form-wishlist.dropdown-form .custom-dropdown-content li .link, .form-wishlist.dropdown-form .custom-dropdown-content li input {
        padding: .875rem 2.25rem;
        font-size: 1rem;
        width: 100%;
        color: #000;
        border-width: 0 0 1px 0;
        border-style: solid;
        border-color: #efefef;
        border-radius: 0;
        margin-bottom: 0; }
        @media screen and (max-width: 1024px) {
          .form-wishlist.dropdown-form .custom-dropdown-content li a, .form-wishlist.dropdown-form .custom-dropdown-content li .link, .form-wishlist.dropdown-form .custom-dropdown-content li input {
            font-size: 13px;
            padding: 10px; } }
  .form-wishlist.dropdown-form .add-to-wishlist {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px; }
    .form-wishlist.dropdown-form .add-to-wishlist:after {
      content: "";
      display: block;
      background-image: url(../icons/nav-heart.svg);
      width: 18px;
      height: 18px;
      background-size: contain;
      background-repeat: no-repeat;
      margin-top: 2px; }
    .form-wishlist.dropdown-form .add-to-wishlist.added:after {
      background-image: url(../icons/wit-heart.svg); }

li.ss-banner {
  background-color: transparent;
  align-items: flex-start; }
  li.ss-banner a, li.ss-banner .link {
    max-height: 465px; }

.custom-wishlist-modal {
  text-align: center; }
  .custom-wishlist-modal h3 {
    font-size: 1rem;
    font-weight: 500;
    margin: 2rem; }

.modal-quick-addToCart {
  overflow: hidden;
  position: fixed;
  z-index: 999998;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  transition-property: opacity,visibility;
  transition-duration: .2s;
  transition-timing-function: ease-in-out;
  will-change: opacity;
  background-color: rgba(242, 242, 242, 0.5); }
  .modal-quick-addToCart.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
  .modal-quick-addToCart .modal-dialog {
    width: 100%;
    margin-top: auto;
    background-color: #FFF;
    transform: translateY(100%);
    transition: transform .15s ease; }
  .modal-quick-addToCart.modal-visible .modal-dialog {
    transform: translateY(0); }
  .modal-quick-addToCart .btn-product-card-variant {
    min-width: initial;
    border: 1px solid #cfcdc9;
    margin-right: 0.5rem;
    padding: 0 15px;
    border-radius: 3px;
    color: #cfcdc9;
    position: relative;
    display: inline-flex; }
    .modal-quick-addToCart .btn-product-card-variant.is-selected {
      color: #000;
      border-color: #000; }
    .modal-quick-addToCart .btn-product-card-variant.outofstock::focus {
      outline: none;
      background: transparent; }
    .modal-quick-addToCart .btn-product-card-variant.outofstock::after {
      content: "";
      position: absolute;
      z-index: -1;
      width: 100%;
      max-width: 3.125rem;
      height: 1px;
      transform: rotate(-45deg);
      background: linear-gradient(45deg, #cfcdc9 30%, transparent 30%, transparent 70%, #cfcdc9 70%);
      left: 0;
      bottom: 22px; }
  .modal-quick-addToCart .custom-modal-header {
    padding: 15px;
    font-weight: 400;
    border-bottom: 1px solid #F4F4F4; }
    .modal-quick-addToCart .custom-modal-header h4 {
      margin: 0; }
  .modal-quick-addToCart #closeModalBtn {
    font-size: 1.5rem;
    position: absolute;
    right: 15px;
    top: 8px;
    color: #656565; }
  .modal-quick-addToCart .variants-wrapper {
    overflow-x: scroll;
    display: flex;
    padding: 0.5rem 1rem;
    scroll-padding: 1rem;
    scroll-snap-type: x mandatory;
    margin-bottom: 1.5rem; }
  .modal-quick-addToCart .modal-actions {
    padding: 0 1rem; }
  .modal-quick-addToCart #addProductToCart {
    width: 100%;
    background-color: #000;
    color: white;
    position: relative;
    top: initial; }
    .modal-quick-addToCart #addProductToCart.loadingOverlay::before {
      top: 0;
      bottom: 0;
      margin: auto; }
  .modal-quick-addToCart .product-sizes {
    padding: 1rem 0 2rem; }

.quickSearch--Results article.card .card-actions,
.productCarousel article.card .card-actions,
.productGrid article.card .card-actions,
.products article.card .card-actions {
  padding: 1.5rem 0.8rem; }

.productGrid .product {
  overflow: initial; }

footer.footer {
  border-top: none;
  padding-top: 0;
  margin-top: 60px;
  position: relative; }
  @media (min-width: 1025px) {
    footer.footer {
      padding-top: 6rem;
      margin-top: 0; } }
  footer.footer .container {
    max-width: 1150px;
    padding-top: 3rem; }
    @media (min-width: 1025px) {
      footer.footer .container {
        padding-top: 0; } }
  footer.footer:before {
    content: '';
    border-top: 1px solid #e5e5e5;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: calc(100% - 3rem);
    height: 0;
    margin-left: 1.5rem;
    display: none; }
    @media (min-width: 1025px) {
      footer.footer:before {
        display: none; } }
  footer.footer:after {
    content: '';
    height: 40px;
    width: 140px;
    background-color: #FFFFFF;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    margin-top: -20px;
    margin-left: -70px;
    display: none; }
    @media (min-width: 551px) {
      footer.footer:after {
        margin-left: -100px;
        width: 200px; } }
    @media (min-width: 1025px) {
      footer.footer:after {
        display: none; } }
  footer.footer .logo-image {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    margin-top: -19px;
    margin-left: -40px;
    display: none; }
    footer.footer .logo-image svg {
      width: 80px;
      height: 38px; }
    @media (min-width: 1025px) {
      footer.footer .logo-image {
        display: none; } }
  footer.footer #registration {
    text-align: center; }
    footer.footer #registration form {
      max-width: 800px;
      margin: 30px auto 0;
      position: relative; }
      footer.footer #registration form label {
        text-transform: uppercase;
        letter-spacing: 1.85px;
        font-size: 0.75rem;
        position: absolute;
        z-index: 0;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        transition: all 0.3s ease-in-out; }
      footer.footer #registration form input[type=email] {
        border: none;
        border-bottom: 1px solid #000000;
        background-color: transparent;
        outline: none;
        width: 100%;
        height: 60px;
        padding-right: 60px;
        padding-left: 0;
        position: relative;
        z-index: 1; }
        footer.footer #registration form input[type=email]:focus {
          outline: none;
          box-shadow: none;
          -webkit-box-shadow: none; }
          footer.footer #registration form input[type=email]:focus + label {
            top: 0; }
        footer.footer #registration form input[type=email][data-isdirty] + label {
          top: 0; }
      footer.footer #registration form button {
        width: 50px;
        height: 60px;
        padding: 0;
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0; }
        footer.footer #registration form button svg {
          width: 47px;
          height: 17px; }
  footer.footer .footer-columns {
    font-size: 0.8125rem;
    margin-top: 30px; }
    @media (min-width: 551px) {
      footer.footer .footer-columns {
        display: flex;
        justify-content: space-between;
        margin: 70px 0; } }
    footer.footer .footer-columns .footer-column {
      border-bottom: 1px solid #e5e5e5; }
      @media (min-width: 551px) {
        footer.footer .footer-columns .footer-column {
          border-bottom: none; } }
      footer.footer .footer-columns .footer-column:last-child {
        border-bottom: none; }
    footer.footer .footer-columns h6 {
      margin: 0;
      padding: 21px 0;
      position: relative;
      cursor: pointer; }
      footer.footer .footer-columns h6:before {
        content: '';
        width: 15px;
        height: 1px;
        background-color: #000000;
        position: absolute;
        right: 5px;
        top: 50%; }
      footer.footer .footer-columns h6:after {
        content: '';
        height: 15px;
        width: 1px;
        background-color: #000000;
        position: absolute;
        right: 12px;
        top: 50%;
        margin-top: -7px; }
      footer.footer .footer-columns h6.is-open:after {
        display: none; }
      footer.footer .footer-columns h6.is-open + .footer-links {
        display: block;
        padding-bottom: 20px; }
      @media (min-width: 551px) {
        footer.footer .footer-columns h6 {
          cursor: default;
          margin-top: 0;
          margin-bottom: 0.75rem;
          padding: 0;
          font-size: 0.75rem;
          text-transform: uppercase; }
          footer.footer .footer-columns h6:before, footer.footer .footer-columns h6:after {
            display: none; } }
    footer.footer .footer-columns .footer-links {
      line-height: 37px;
      display: none; }
      @media (min-width: 551px) {
        footer.footer .footer-columns .footer-links {
          display: block; } }
      footer.footer .footer-columns .footer-links a, footer.footer .footer-columns .footer-links .link {
        display: block;
        text-decoration: none; }
    footer.footer .footer-columns .socialLinks-header {
      display: none; }
      @media (min-width: 551px) {
        footer.footer .footer-columns .socialLinks-header {
          display: block; } }
    footer.footer .footer-columns .socialLinks {
      line-height: 37px;
      text-align: center;
      margin-top: 30px; }
      @media (min-width: 551px) {
        footer.footer .footer-columns .socialLinks {
          margin-top: 0;
          text-align: left; } }
      @media (min-width: 551px) {
        footer.footer .footer-columns .socialLinks li {
          display: block;
          font-size: 0.8125rem; } }
      footer.footer .footer-columns .socialLinks a, footer.footer .footer-columns .socialLinks .link {
        text-decoration: none; }
  footer.footer .footer-legals {
    text-align: center;
    margin-bottom: 2rem; }
    @media (min-width: 1025px) {
      footer.footer .footer-legals {
        display: block;
        justify-content: space-between; }
        footer.footer .footer-legals > div {
          display: inline-block; } }
    footer.footer .footer-legals.acknowLedges {
      display: flex;
      align-content: center;
      align-self: center;
      justify-content: center;
      max-width: 700px;
      margin: 0 auto 2em; }
      @media screen and (min-width: 661px) {
        footer.footer .footer-legals.acknowLedges .column {
          align-self: center; } }
      footer.footer .footer-legals.acknowLedges .column.left {
        margin-right: 10px; }
        @media screen and (max-width: 660px) {
          footer.footer .footer-legals.acknowLedges .column.left {
            min-width: 36px; } }
      footer.footer .footer-legals.acknowLedges .column img {
        width: 60px;
        height: auto; }
      footer.footer .footer-legals.acknowLedges .column p {
        margin-bottom: 0;
        font-size: 12px;
        padding-top: 12px; }
        @media screen and (max-width: 660px) {
          footer.footer .footer-legals.acknowLedges .column p {
            padding-top: 0; } }
    footer.footer .footer-legals .footer-payment-icons {
      margin-top: 0;
      height: auto;
      display: none; }
      @media (min-width: 551px) {
        footer.footer .footer-legals .footer-payment-icons {
          display: block; } }
    footer.footer .footer-legals .footer-payment-icon {
      height: 18px;
      max-width: 80px;
      margin: 0;
      margin-right: 0.375rem; }
      footer.footer .footer-legals .footer-payment-icon.icon-logo-zippay {
        margin-bottom: 4px; }
    footer.footer .footer-legals .footer-copyright {
      line-height: 24px;
      margin-top: 20px; }
      @media (min-width: 1025px) {
        footer.footer .footer-legals .footer-copyright {
          margin-top: 0; } }
      footer.footer .footer-legals .footer-copyright > p {
        color: #000;
        text-align: center; }
      footer.footer .footer-legals .footer-copyright a, footer.footer .footer-legals .footer-copyright .link {
        text-decoration: underline;
        color: #000 !important; }

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=tel],
textarea {
  border: 1px solid #DDDDDD;
  padding: 0 22px;
  outline: none;
  width: 100%;
  transition: all 0.3s ease-in-out;
  border-color: #dddddd !important;
  border-radius: 0; }
  input[type=text]:focus,
  input[type=email]:focus,
  input[type=password]:focus,
  input[type=number]:focus,
  input[type=tel]:focus,
  textarea:focus {
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5); }

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=tel] {
  height: 50px; }

.form-select-wrapper {
  position: relative; }
  .form-select-wrapper:before, .form-select-wrapper:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    right: 10px;
    border-color: transparent;
    border-top-color: #656565;
    border-width: 6px;
    border-style: solid; }
  .form-select-wrapper:after {
    border-top-color: #FFFFFF;
    border-width: 4px;
    margin-right: 2px; }

select.form-select {
  height: 50px;
  border-radius: 0;
  border: 1px solid #DDDDDD;
  border-color: #dddddd !important;
  appearance: none !important; }

header.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  top: 33px; }
  header.header.is-open {
    height: auto;
    z-index: 3000000000; }
    header.header.is-open:before {
      content: '';
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.3);
      z-index: 1; }
  header.header.withBanner {
    top: 32px; }

header .container {
  position: static;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0px;
  padding-bottom: 0px; }
  @media (min-width: 1025px) {
    header .container {
      padding-top: 0;
      padding-bottom: 0;
      border: none; } }

header .navPages-container, header .navUser-container {
  position: static; }

header .navPages-container {
  height: 60px; }

header .header-logo {
  flex: 1; }
  header .header-logo .logo-image-container {
    justify-content: flex-start; }
    @media screen and (max-width: 1024px) {
      header .header-logo .logo-image-container {
        padding-left: 10px; } }

header .navUser-container {
  z-index: 101; }
  @media (min-width: 1025px) {
    header .navUser-container {
      flex: 1; } }

header .navPages {
  display: flex;
  justify-content: center;
  align-items: center; }
  header .navPages .navPages-list > .navPages-action {
    line-height: 60px;
    letter-spacing: 1.2px; }
    @media screen and (min-width: 1100px) {
      header .navPages .navPages-list > .navPages-action {
        padding: 0 17px; } }
  header .navPages .navPages-list [data-main-menu-name="warehouse-sale"],
  header .navPages .navPages-list [data-main-menu-name="sale"] {
    color: #A32035; }

header .navUser {
  position: static;
  text-align: right;
  padding: 0;
  transform: none; }

header .navUser-section {
  display: flex;
  min-height: 24.11px; }

header .navUser-or {
  color: #D8D8D8; }

header .navPages-action, header .navUser-action {
  font-size: 0.8125rem;
  color: black;
  letter-spacing: 1.73px;
  display: inline-block;
  padding: 0 10px;
  line-height: 13px; }
  header .navPages-action-moreIcon, header .navUser-action-moreIcon {
    display: none; }
  header .navPages-action .label, header .navUser-action .label {
    display: none; }
  header .navPages-action .icon, header .navUser-action .icon {
    width: 21px;
    height: 21px; }
    header .navPages-action .icon svg.heart, header .navUser-action .icon svg.heart {
      fill: none; }
  header .navPages-action .icon-cart, header .navUser-action .icon-cart {
    width: 23px;
    height: 23px; }
  header .navPages-action .icon-heart, header .navUser-action .icon-heart {
    width: 20px;
    height: 18px;
    margin-top: 1px; }
  header .navPages-action .icon-pin, header .navUser-action .icon-pin {
    width: 17.72px;
    height: 22.55px; }
  header .navPages-action:hover ~ .navUser-subMenu, header .navUser-action:hover ~ .navUser-subMenu {
    opacity: 1;
    visibility: visible;
    top: 100%; }
    @media (min-width: 1025px) {
      header .navPages-action:hover ~ .navUser-subMenu, header .navUser-action:hover ~ .navUser-subMenu {
        opacity: 1 !important; } }

header .navPages-item.navUser-icon .navUser-action, header .navUser-item.navUser-icon .navUser-action {
  padding: 0 6px; }
  @media (min-width: 1025px) {
    header .navPages-item.navUser-icon .navUser-action, header .navUser-item.navUser-icon .navUser-action {
      padding: 0 10px; } }

header .navPages-item:first-child .navPages-action, header .navUser-item:first-child .navPages-action {
  padding-left: 0; }

header .navPages-item:last-child .navUser-action, header .navUser-item:last-child .navUser-action {
  padding-right: 0; }

header .navUser-item {
  position: relative; }

header .header-logo {
  margin: 0;
  z-index: 101;
  width: 76px;
  min-height: 72px;
  text-align: left; }
  @media (min-width: 1025px) {
    header .header-logo {
      width: auto;
      min-height: 62px; } }
  header .header-logo > a, header .header-logo > .link {
    width: 100%; }
    header .header-logo > a.logo-image, header .header-logo > .logo-image.link {
      width: auto;
      display: inline-block; }

header .countPill {
  position: absolute;
  top: -5px;
  right: -8px;
  width: 15px;
  height: 15px;
  font-size: 8px;
  line-height: 15px; }

header .navUser-subMenu {
  position: absolute;
  top: calc(100% + 20px);
  width: 270px;
  left: 0;
  background-color: #FFFFFF;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  text-align: left;
  outline: none; }
  @media screen and (max-width: 1024px) {
    header .navUser-subMenu {
      border-top: 1px solid #F3F2EB; } }
  header .navUser-subMenu ul {
    padding: 20px 30px;
    z-index: 10; }
    @media screen and (max-width: 1024px) {
      header .navUser-subMenu ul {
        padding: 0 30px 20px 30px; } }
  header .navUser-subMenu:hover {
    opacity: 1;
    visibility: visible;
    top: 100%; }
  header .navUser-subMenu a, header .navUser-subMenu .link {
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    line-height: 2.83em;
    text-transform: uppercase;
    text-decoration: none; }
    @media screen and (max-width: 1024px) {
      header .navUser-subMenu a, header .navUser-subMenu .link {
        font-size: 1.063rem;
        text-transform: capitalize;
        letter-spacing: normal;
        color: #000000; } }
  @media (min-width: 1025px) {
    header .navUser-subMenu .navUsers-subMenu-item.mobile {
      display: none; } }
  @media screen and (max-width: 1024px) {
    header .navUser-subMenu .navUsers-subMenu-item.desktop {
      display: none; } }
  header .navUser-subMenu .navUsers-subMenu-item.title {
    font-size: 0.813rem;
    padding: 26px 0 14px; }
  @media (min-width: 1025px) {
    header .navUser-subMenu .icon {
      display: none; } }
  header .navUser-subMenu .icon .heart {
    fill: none;
    stroke: black; }

header .navPage-subMenu {
  display: flex !important;
  top: 7px;
  z-index: -1;
  height: 0;
  overflow: hidden;
  width: 100%;
  left: 0;
  visibility: hidden; }
  header .navPage-subMenu .container {
    padding: 100px 0px 0 !important;
    max-width: 1260px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    opacity: 0;
    top: 20px;
    position: relative; }
  header .navPage-subMenu .subnavs {
    display: flex;
    justify-content: flex-end;
    padding-right: 9.5%;
    flex: 1;
    max-width: 950px; }
    header .navPage-subMenu .subnavs .subnav ul:before {
      display: none; }
    header .navPage-subMenu .subnavs h6 {
      font-family: "Lato";
      font-size: 0.75rem;
      color: #888;
      text-transform: uppercase;
      letter-spacing: 1.38px;
      margin-top: 36px;
      margin-bottom: 17px; }
      header .navPage-subMenu .subnavs h6 a, header .navPage-subMenu .subnavs h6 .link {
        text-decoration: none;
        color: #888; }
      header .navPage-subMenu .subnavs h6[data-menu-heading="trend"] {
        visibility: hidden; }
    header .navPage-subMenu .subnavs .navPage-subMenu-item {
      padding: 0 !important;
      float: none;
      width: auto; }
      header .navPage-subMenu .subnavs .navPage-subMenu-item a, header .navPage-subMenu .subnavs .navPage-subMenu-item .link {
        font-size: 0.9375rem;
        letter-spacing: 0;
        font-weight: 400;
        border-bottom: 0;
        padding: 0; }
    header .navPage-subMenu .subnavs ul.navPage-childList {
      display: none; }
    header .navPage-subMenu .subnavs .subnav {
      width: 33.3%;
      padding: 0 2%; }
      header .navPage-subMenu .subnavs .subnav.half-width {
        width: 66.9%; }
        header .navPage-subMenu .subnavs .subnav.half-width .navPage-subMenu-item {
          width: 50%; }
    header .navPage-subMenu .subnavs .subnav ul:before {
      display: none; }
    header .navPage-subMenu .subnavs .subnav ul {
      display: flex;
      flex-direction: column;
      height: 250px;
      flex-wrap: wrap; }
  header .navPage-subMenu .onsell-banners {
    max-width: 550px;
    min-width: 510px; }
    header .navPage-subMenu .onsell-banners.has-4-column-submenu {
      min-width: 260px; }
    header .navPage-subMenu .onsell-banners a:first-child, header .navPage-subMenu .onsell-banners .link:first-child {
      margin-right: 10px; }
    header .navPage-subMenu .onsell-banners img:first-child {
      margin-right: 10px; }
  header .navPage-subMenu .links {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 36px; }
    header .navPage-subMenu .links a, header .navPage-subMenu .links .link {
      display: block;
      width: 250px;
      height: 250px; }
    header .navPage-subMenu .links img {
      width: 250px;
      height: auto; }
  header .navPage-subMenu .callouts {
    display: flex; }
    header .navPage-subMenu .callouts .callout {
      width: 50%;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      header .navPage-subMenu .callouts .callout .icon {
        margin-right: 16px; }
        header .navPage-subMenu .callouts .callout .icon.delivery {
          width: 36px;
          height: 35px; }
        header .navPage-subMenu .callouts .callout .icon.clickcollect {
          width: 24px;
          height: 27px; }
      header .navPage-subMenu .callouts .callout h6 {
        margin: 0;
        color: #000000;
        letter-spacing: normal;
        font-weight: 600; }
      header .navPage-subMenu .callouts .callout .content {
        font-size: 0.8125rem;
        color: #818181; }
  header .navPage-subMenu.is-open {
    visibility: visible; }
    header .navPage-subMenu.is-open .container {
      opacity: 1;
      top: 0;
      transition: all 0.5s ease-in-out;
      transition-delay: 0.15s; }
  header .navPage-subMenu.is-closing .container {
    opacity: 0;
    transition: none; }
  header .navPage-subMenu:before {
    content: '';
    background-color: #D8D8D8;
    height: 1px;
    width: calc(100% - 60px);
    position: absolute;
    top: 110px;
    left: 30px; }

header .header-modal {
  position: absolute;
  top: calc(100% + 20px);
  width: 340px;
  right: 50%;
  margin-right: -100px;
  background-color: #FFFFFF;
  padding: 20px 45px 40px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  text-align: left; }
  header .header-modal .btn, header .header-modal body.page-checkout .optimizedCheckout-buttonPrimary, body.page-checkout header .header-modal .optimizedCheckout-buttonPrimary, header .header-modal body.page-checkout .optimizedCheckout-buttonSecondary, body.page-checkout header .header-modal .optimizedCheckout-buttonSecondary, header .header-modal div#storemapper div#storemapper-form #storemapper-go.btn, div#storemapper div#storemapper-form header .header-modal #storemapper-go.btn, header .header-modal #productView-reminder-bar .productView-mini-action, #productView-reminder-bar header .header-modal .productView-mini-action {
    width: 100%;
    margin-bottom: 16px; }
    header .header-modal .btn:last-child, header .header-modal body.page-checkout .optimizedCheckout-buttonPrimary:last-child, body.page-checkout header .header-modal .optimizedCheckout-buttonPrimary:last-child, header .header-modal body.page-checkout .optimizedCheckout-buttonSecondary:last-child, body.page-checkout header .header-modal .optimizedCheckout-buttonSecondary:last-child, header .header-modal div#storemapper div#storemapper-form #storemapper-go.btn:last-child, div#storemapper div#storemapper-form header .header-modal #storemapper-go.btn:last-child, header .header-modal #productView-reminder-bar .productView-mini-action:last-child, #productView-reminder-bar header .header-modal .productView-mini-action:last-child {
      margin-bottom: 0; }
  header .header-modal:hover {
    opacity: 1;
    visibility: visible;
    top: 100%; }

header .has-modal:hover ~ .header-modal {
  opacity: 1;
  visibility: visible;
  top: 100%; }

header .store-selections .btn, header .store-selections body.page-checkout .optimizedCheckout-buttonPrimary, body.page-checkout header .store-selections .optimizedCheckout-buttonPrimary, header .store-selections body.page-checkout .optimizedCheckout-buttonSecondary, body.page-checkout header .store-selections .optimizedCheckout-buttonSecondary, header .store-selections div#storemapper div#storemapper-form #storemapper-go.btn, div#storemapper div#storemapper-form header .store-selections #storemapper-go.btn, header .store-selections #productView-reminder-bar .productView-mini-action, #productView-reminder-bar header .store-selections .productView-mini-action {
  text-transform: initial;
  letter-spacing: 0; }

header .store-details {
  font-size: 0.875rem;
  display: none; }
  header .store-details > span {
    display: block; }
  header .store-details .store-name {
    font-weight: 700;
    margin-bottom: 5px; }
  header .store-details .store-address {
    max-width: 180px; }
  header .store-details .store-hours {
    margin-top: 10px; }
  header .store-details .action-links {
    margin-top: 15px; }
    header .store-details .action-links .link {
      text-decoration: underline;
      cursor: pointer;
      display: inline-block; }
      header .store-details .action-links .link:first-child {
        margin-right: 20px; }
      header .store-details .action-links .link:hover {
        text-decoration: none; }

header .store-fetching {
  display: none; }
  header .store-fetching .loading-icon {
    width: 100%;
    height: 180px; }

header .navUser-item--search, header .navUser-item--user {
  display: block; }

@media (min-width: 1025px) {
  header .navUser-item--search {
    display: none; } }

header .navUser-item--user a.navUser-action.navUser-action--user, header .navUser-item--user .navUser-action.navUser-action--user.link {
  padding-right: 0; }

header .navUser-item--user .circle {
  width: 22px;
  height: 22px;
  text-align: center;
  color: #FFFFFF;
  background-color: #000000;
  line-height: 22px;
  border-radius: 22px;
  font-size: 9px;
  font-weight: 700;
  display: block;
  letter-spacing: 0; }

@media (min-width: 1025px) {
  header .navUser-item--user {
    display: none; } }

header .navUser-item--account {
  display: block; }
  header .navUser-item--account .icon {
    margin-right: 6px;
    margin-top: -3px; }
  header .navUser-item--account .navUser-action:hover {
    color: #000000; }
  @media screen and (max-width: 1024px) {
    header .navUser-item--account #navUsers-account {
      position: fixed;
      top: 105px;
      width: 100%; } }
  @media screen and (max-width: 1024px) {
    header .navUser-item--account .loyalty-status {
      display: none; } }

@media screen and (max-width: 1128px) {
  header .navUser-action.navUser-action--storeLocator .store-name {
    display: none; } }

header .navUser-action.navUser-action--storeLocator .icon {
  margin-right: 4px; }

header .navUser-item--account .navUser-action,
header .navUser-action.navUser-action--storeLocator {
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: normal; }

header .mobileMenu-toggle-container {
  margin-right: auto;
  display: flex;
  margin-left: -20px;
  height: 72px;
  align-items: center; }
  @media (min-width: 1025px) {
    header .mobileMenu-toggle-container {
      display: none; } }

header .mobileMenu-toggle {
  position: relative; }

header #mobileMenu {
  position: fixed;
  z-index: -1;
  top: 73px;
  left: -100%;
  height: 100%;
  width: 100%;
  background-color: #FFFFFF; }
  @media (min-width: 1025px) {
    header #mobileMenu {
      display: none; } }
  header #mobileMenu.is-open {
    left: 0; }
    header #mobileMenu.is-open .mobileMenu-footer {
      display: block; }
  header #mobileMenu .mobileMenu-container {
    overflow: hidden;
    height: 100%;
    position: relative;
    border-top: 1px solid #000000; }
  header #mobileMenu .mobileMenu-level {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 90%;
    overflow: auto;
    transition: all 0.2s ease-out;
    padding-top: 10px; }
    header #mobileMenu .mobileMenu-level[data-mobile-menu-level="root"] {
      right: 100%; }
    header #mobileMenu .mobileMenu-level.inview {
      right: 0;
      padding-bottom: 200px; }
    header #mobileMenu .mobileMenu-level a, header #mobileMenu .mobileMenu-level .link {
      text-decoration: none; }
  header #mobileMenu .mobileMenu-item {
    padding: 15px 20px;
    position: relative;
    cursor: pointer; }
    header #mobileMenu .mobileMenu-item:hover {
      color: #757575; }
    header #mobileMenu .mobileMenu-item.mobileMenu-child:first-child {
      background-color: #FFFFFF;
      border-bottom: 1px solid #F4F4F4;
      padding: 10px 15px 15px 55px; }
      header #mobileMenu .mobileMenu-item.mobileMenu-child:first-child:after {
        top: calc(50% - 2px); }
    header #mobileMenu .mobileMenu-item.mobileMenu-parent:after {
      content: '';
      position: absolute;
      right: 40px;
      top: 50%;
      transform: translateY(-50%);
      background-image: url(../icons/wit-chevron-right.svg);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      width: 8px;
      height: 13px; }
    header #mobileMenu .mobileMenu-item.mobileMenu-child {
      padding-left: 60px; }
      header #mobileMenu .mobileMenu-item.mobileMenu-child:after {
        content: '';
        position: absolute;
        left: 30px;
        top: 50%;
        transform: translateY(-50%);
        background-image: url(../icons/wit-chevron-left.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 10px;
        height: 15px; }
    header #mobileMenu .mobileMenu-item.mobileMenu-sale {
      color: #A32035; }
    header #mobileMenu .mobileMenu-item > span, header #mobileMenu .mobileMenu-item > a, header #mobileMenu .mobileMenu-item > .link {
      text-transform: uppercase;
      font-size: 0.938rem;
      font-weight: bold;
      letter-spacing: 1.73px; }
    header #mobileMenu .mobileMenu-item .navUser-or {
      margin: 0 10px; }
  header #mobileMenu .mobileMenu-subnav {
    padding: 0 30px; }
    header #mobileMenu .mobileMenu-subnav h6, header #mobileMenu .mobileMenu-subnav h6 > a, header #mobileMenu .mobileMenu-subnav h6 > .link {
      color: #888888;
      letter-spacing: 1.73px;
      padding-top: 20px; }
    header #mobileMenu .mobileMenu-subnav > h6 {
      position: relative;
      padding-top: 40px; }
      header #mobileMenu .mobileMenu-subnav > h6:not(:first-child) {
        padding-top: 60px; }
      header #mobileMenu .mobileMenu-subnav > h6.plain {
        font-weight: 600;
        color: #888; }
      header #mobileMenu .mobileMenu-subnav > h6 > a, header #mobileMenu .mobileMenu-subnav > h6 > .link {
        display: block;
        position: relative;
        padding-top: 0px;
        font-weight: bold;
        color: #000; }
        header #mobileMenu .mobileMenu-subnav > h6 > a::after, header #mobileMenu .mobileMenu-subnav > h6 > .link::after {
          content: '';
          position: absolute;
          right: 0px;
          top: 50%;
          transform: translateY(-50%);
          background-image: url(../icons/wit-chevron-right.svg);
          background-size: 8px 12px;
          background-repeat: no-repeat;
          background-position: center;
          width: 10px;
          height: 15px; }
    header #mobileMenu .mobileMenu-subnav.has-mobile-heading > h6:not(:first-child) {
      padding-top: 20px;
      color: #888; }
    header #mobileMenu .mobileMenu-subnav.has-mobile-heading > h6 > a, header #mobileMenu .mobileMenu-subnav.has-mobile-heading > h6 > .link {
      color: #000; }
    header #mobileMenu .mobileMenu-subnav.has-mobile-heading h6[data-menu-heading="trend"] {
      display: none; }
    header #mobileMenu .mobileMenu-subnav ul {
      list-style: none;
      margin: 0; }
      header #mobileMenu .mobileMenu-subnav ul li {
        line-height: 35px; }
    header #mobileMenu .mobileMenu-subnav .loyalty-status .status-notice {
      font-size: 15px; }
  header #mobileMenu .mobileMenu-footer {
    background-color: #000000;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #FFFFFF;
    padding: 20px 30px;
    z-index: 10;
    display: none; }
    header #mobileMenu .mobileMenu-footer h6 {
      margin-top: 0;
      color: #FFFFFF; }
    header #mobileMenu .mobileMenu-footer .action-links .link {
      color: #fff;
      text-decoration: underline !important; }
      header #mobileMenu .mobileMenu-footer .action-links .link:hover {
        color: #757575; }
    header #mobileMenu .mobileMenu-footer .store-selections {
      display: flex;
      flex-direction: column; }
      header #mobileMenu .mobileMenu-footer .store-selections .btn, header #mobileMenu .mobileMenu-footer .store-selections body.page-checkout .optimizedCheckout-buttonPrimary, body.page-checkout header #mobileMenu .mobileMenu-footer .store-selections .optimizedCheckout-buttonPrimary, header #mobileMenu .mobileMenu-footer .store-selections body.page-checkout .optimizedCheckout-buttonSecondary, body.page-checkout header #mobileMenu .mobileMenu-footer .store-selections .optimizedCheckout-buttonSecondary, header #mobileMenu .mobileMenu-footer .store-selections div#storemapper div#storemapper-form #storemapper-go.btn, div#storemapper div#storemapper-form header #mobileMenu .mobileMenu-footer .store-selections #storemapper-go.btn, header #mobileMenu .mobileMenu-footer .store-selections #productView-reminder-bar .productView-mini-action, #productView-reminder-bar header #mobileMenu .mobileMenu-footer .store-selections .productView-mini-action {
        letter-spacing: 1px; }
      header #mobileMenu .mobileMenu-footer .store-selections .secondary {
        background: #ffffff;
        margin-bottom: 15px; }
        header #mobileMenu .mobileMenu-footer .store-selections .secondary:hover {
          background: rgba(250, 250, 250, 0.9); }
      header #mobileMenu .mobileMenu-footer .store-selections .primary, header #mobileMenu .mobileMenu-footer .store-selections #productView-reminder-bar .productView-mini-action, #productView-reminder-bar header #mobileMenu .mobileMenu-footer .store-selections .productView-mini-action {
        border: 1px solid #ffffff; }
  header #mobileMenu .onsell-banners-mobileSubNav {
    padding: 20px 15px; }
    header #mobileMenu .onsell-banners-mobileSubNav .links {
      display: flex;
      margin-left: -5px;
      margin-right: -5px; }
    header #mobileMenu .onsell-banners-mobileSubNav a, header #mobileMenu .onsell-banners-mobileSubNav .link {
      padding: 0 5px; }

header #quickSearch {
  background-color: #FFFFFF;
  padding: 0; }
  @media (min-width: 1025px) {
    header #quickSearch {
      top: 0 !important; } }
  header #quickSearch .container {
    padding: 0;
    display: block; }
    @media (min-width: 551px) {
      header #quickSearch .container {
        max-width: initial; } }
  header #quickSearch form {
    width: 100%;
    max-width: none; }
    header #quickSearch form fieldset {
      width: 100%;
      max-width: 540px;
      margin: 0 auto;
      padding: 9px 0;
      border-bottom: none; }
      @media (min-width: 1025px) {
        header #quickSearch form fieldset {
          border-bottom: none;
          padding: 25px 0 0;
          max-width: 658px; } }
    header #quickSearch form .form-field {
      position: relative; }
    header #quickSearch form .form-input {
      font-size: 1.5625rem;
      border: none;
      padding-right: 140px;
      padding-left: 0;
      color: #000000; }
      @media (min-width: 551px) {
        header #quickSearch form .form-input {
          padding-right: 200px; } }
      @media (min-width: 1025px) {
        header #quickSearch form .form-input {
          font-size: 1.875rem; } }
    header #quickSearch form .actions {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      display: flex;
      align-items: center; }
    header #quickSearch form button {
      width: 50px;
      height: 60px;
      padding: 0;
      line-height: 1;
      margin-right: 30px; }
      header #quickSearch form button svg {
        width: 47px;
        height: 17px; }
    header #quickSearch form [data-close-search] {
      font-size: 0.8125rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1.73px;
      cursor: pointer;
      display: block;
      width: 50px;
      overflow: hidden;
      white-space: nowrap; }
      @media (min-width: 551px) {
        header #quickSearch form [data-close-search] {
          width: auto; } }
  @media screen and (max-width: 1024px) {
    header #quickSearch .quickSearch--Results .search-results-wrapper {
      height: 86vh;
      overflow-y: scroll;
      padding-bottom: 50px;
      max-width: 560px;
      margin: auto; } }
  header #quickSearch .quickSearch--Results .search-results-container,
  header #quickSearch .quickSearch--Results .trending-products-container {
    display: flex;
    flex-direction: column-reverse;
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 1025px) {
      header #quickSearch .quickSearch--Results .search-results-container,
      header #quickSearch .quickSearch--Results .trending-products-container {
        flex-direction: row-reverse;
        padding-top: 60px; } }
    header #quickSearch .quickSearch--Results .search-results-container .suggestions,
    header #quickSearch .quickSearch--Results .trending-products-container .suggestions {
      width: 100%;
      text-align: left; }
      @media (min-width: 1025px) {
        header #quickSearch .quickSearch--Results .search-results-container .suggestions,
        header #quickSearch .quickSearch--Results .trending-products-container .suggestions {
          width: 28.6%;
          padding: 0 3rem 0 3.5rem; } }
      header #quickSearch .quickSearch--Results .search-results-container .suggestions h6,
      header #quickSearch .quickSearch--Results .trending-products-container .suggestions h6 {
        font-size: .875rem;
        padding-bottom: 8px;
        line-height: 1rem;
        padding-top: 7px;
        font-weight: 500; }
        @media screen and (max-width: 1024px) {
          header #quickSearch .quickSearch--Results .search-results-container .suggestions h6,
          header #quickSearch .quickSearch--Results .trending-products-container .suggestions h6 {
            margin-top: 1.5rem; } }
      header #quickSearch .quickSearch--Results .search-results-container .suggestions ul,
      header #quickSearch .quickSearch--Results .trending-products-container .suggestions ul {
        font-size: .875rem;
        margin-top: 1.25rem;
        list-style: none;
        margin: 0; }
        header #quickSearch .quickSearch--Results .search-results-container .suggestions ul li,
        header #quickSearch .quickSearch--Results .trending-products-container .suggestions ul li {
          margin-bottom: 0.35rem; }
          header #quickSearch .quickSearch--Results .search-results-container .suggestions ul li.active a, header #quickSearch .quickSearch--Results .search-results-container .suggestions ul li.active .link,
          header #quickSearch .quickSearch--Results .trending-products-container .suggestions ul li.active a,
          header #quickSearch .quickSearch--Results .trending-products-container .suggestions ul li.active .link {
            font-weight: bold; }
          header #quickSearch .quickSearch--Results .search-results-container .suggestions ul li a, header #quickSearch .quickSearch--Results .search-results-container .suggestions ul li .link,
          header #quickSearch .quickSearch--Results .trending-products-container .suggestions ul li a,
          header #quickSearch .quickSearch--Results .trending-products-container .suggestions ul li .link {
            text-decoration: none;
            color: #000000; }
    header #quickSearch .quickSearch--Results .search-results-container .productList,
    header #quickSearch .quickSearch--Results .trending-products-container .productList {
      flex: 1;
      margin: 0;
      padding: 0; }
      header #quickSearch .quickSearch--Results .search-results-container .productList .view-all-action,
      header #quickSearch .quickSearch--Results .trending-products-container .productList .view-all-action {
        line-height: 1rem;
        padding-right: 20px;
        padding-top: 30px; }
        @media (min-width: 1025px) {
          header #quickSearch .quickSearch--Results .search-results-container .productList .view-all-action,
          header #quickSearch .quickSearch--Results .trending-products-container .productList .view-all-action {
            padding-top: 0;
            padding-bottom: 8px;
            margin-left: 20px; } }
        header #quickSearch .quickSearch--Results .search-results-container .productList .view-all-action a, header #quickSearch .quickSearch--Results .search-results-container .productList .view-all-action .link,
        header #quickSearch .quickSearch--Results .trending-products-container .productList .view-all-action a,
        header #quickSearch .quickSearch--Results .trending-products-container .productList .view-all-action .link {
          color: #000000; }
    header #quickSearch .quickSearch--Results .search-results-container .card-actions,
    header #quickSearch .quickSearch--Results .trending-products-container .card-actions {
      padding: 1rem 0.5rem; }
      header #quickSearch .quickSearch--Results .search-results-container .card-actions .product-sizes,
      header #quickSearch .quickSearch--Results .trending-products-container .card-actions .product-sizes {
        padding: 5px; }
  header #quickSearch .quickSearch--Results .view-all-action {
    text-align: left;
    margin: 0;
    padding-top: 20px; }
    header #quickSearch .quickSearch--Results .view-all-action a, header #quickSearch .quickSearch--Results .view-all-action .link {
      text-decoration: none;
      display: flex;
      align-items: center; }
      header #quickSearch .quickSearch--Results .view-all-action a > span, header #quickSearch .quickSearch--Results .view-all-action .link > span {
        font-weight: 700;
        margin-left: 5px; }
    header #quickSearch .quickSearch--Results .view-all-action svg {
      width: 25px;
      height: 25px;
      margin-top: 2px; }
    header #quickSearch .quickSearch--Results .view-all-action p {
      font-size: 1rem;
      line-height: 26px;
      padding: 0;
      margin: 0;
      font-weight: 500; }
  header #quickSearch .quickSearch--Results .no-results {
    padding-top: 30px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 1025px) {
      header #quickSearch .quickSearch--Results .no-results {
        text-align: center; } }
  header #quickSearch .quickSearch--Results .productGrid {
    margin: 0;
    display: flex; }
    @media (min-width: 1025px) {
      header #quickSearch .quickSearch--Results .productGrid {
        padding-bottom: 90px;
        padding-right: 20px; } }
    @media (min-width: 651px) {
      header #quickSearch .quickSearch--Results .productGrid .product,
      header #quickSearch .quickSearch--Results .productGrid .productCarousel-slide {
        margin-top: 0;
        padding-left: 0;
        margin-left: 20px; } }
  header #quickSearch .quickSearch--Results .loading .bar {
    background-color: #E9E9E9;
    position: relative;
    overflow: hidden; }
    header #quickSearch .quickSearch--Results .loading .bar.search-results-text {
      display: block;
      height: 20px;
      width: 200px;
      text-align: left; }
    header #quickSearch .quickSearch--Results .loading .bar.card-figure {
      width: 285px;
      height: 375px;
      margin: 0 auto; }
    header #quickSearch .quickSearch--Results .loading .bar.ct1 {
      display: block;
      width: 200px;
      height: 20px;
      margin-bottom: 0.25rem; }
    header #quickSearch .quickSearch--Results .loading .bar.ct2 {
      display: block;
      width: 150px;
      height: 20px;
      margin-bottom: 0.25rem; }
    header #quickSearch .quickSearch--Results .loading .bar.card-text {
      width: 75px;
      height: 20px; }
    header #quickSearch .quickSearch--Results .loading .bar:after {
      content: '';
      animation: shine 1s infinite;
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(153, 153, 153, 0) 99%, rgba(153, 153, 153, 0) 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.5)), color-stop(99%, rgba(153, 153, 153, 0)), color-stop(100%, rgba(153, 153, 153, 0)));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(153, 153, 153, 0) 99%, rgba(153, 153, 153, 0) 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(153, 153, 153, 0) 99%, rgba(153, 153, 153, 0) 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(153, 153, 153, 0) 99%, rgba(153, 153, 153, 0) 100%);
      /* IE10+ */
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(153, 153, 153, 0) 99%, rgba(153, 153, 153, 0) 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00999999',GradientType=1 );
      /* IE6-9 */
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  header #quickSearch .quickSearchResults {
    text-align: left;
    width: 100%;
    max-width: 1260px;
    padding: 30px 0;
    margin: 0 auto;
    display: none; }
    header #quickSearch .quickSearchResults .modal-close {
      display: none; }
    header #quickSearch .quickSearchResults .search-results-text > span {
      font-weight: 700; }
    header #quickSearch .quickSearchResults .search-results-text svg {
      width: 16px;
      height: 10px; }
    header #quickSearch .quickSearchResults .loading .bar {
      background-color: #E9E9E9;
      position: relative;
      overflow: hidden; }
      header #quickSearch .quickSearchResults .loading .bar.search-results-text {
        display: block;
        height: 20px;
        width: 200px; }
      header #quickSearch .quickSearchResults .loading .bar.card-figure {
        width: 285px;
        height: 375px;
        margin: 0 auto; }
      header #quickSearch .quickSearchResults .loading .bar.ct1 {
        display: block;
        width: 200px;
        height: 20px;
        margin-bottom: 0.25rem; }
      header #quickSearch .quickSearchResults .loading .bar.ct2 {
        display: block;
        width: 150px;
        height: 20px;
        margin-bottom: 0.25rem; }
      header #quickSearch .quickSearchResults .loading .bar.card-text {
        width: 75px;
        height: 20px; }
      header #quickSearch .quickSearchResults .loading .bar:after {
        content: '';
        animation: shine 1s infinite;
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(153, 153, 153, 0) 99%, rgba(153, 153, 153, 0) 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.5)), color-stop(99%, rgba(153, 153, 153, 0)), color-stop(100%, rgba(153, 153, 153, 0)));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(153, 153, 153, 0) 99%, rgba(153, 153, 153, 0) 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(153, 153, 153, 0) 99%, rgba(153, 153, 153, 0) 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(153, 153, 153, 0) 99%, rgba(153, 153, 153, 0) 100%);
        /* IE10+ */
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(153, 153, 153, 0) 99%, rgba(153, 153, 153, 0) 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00999999',GradientType=1 );
        /* IE6-9 */
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  header #quickSearch .productGrid {
    padding-top: 1.2rem;
    white-space: nowrap;
    /* WebKit and Chromiums */ }
    @media screen and (max-width: 560px) {
      header #quickSearch .productGrid {
        overflow-x: scroll;
        min-height: 335px; } }
    @media (min-width: 1025px) {
      header #quickSearch .productGrid {
        margin-left: 20px;
        margin-right: 20px; } }
    header #quickSearch .productGrid::-webkit-scrollbar {
      width: 5px;
      height: 5px;
      background-color: #F8F8F8; }
    header #quickSearch .productGrid::-webkit-scrollbar-thumb {
      background: #E9E9E9;
      border-radius: 5px; }
    @media (min-width: 1025px) {
      header #quickSearch .productGrid {
        display: flex; } }
    header #quickSearch .productGrid .product,
    header #quickSearch .productGrid .productCarousel-slide {
      padding: 0 0 0 2.3%;
      width: 33%;
      max-width: 240px;
      float: none; }
      @media screen and (max-width: 1024px) {
        header #quickSearch .productGrid .product,
        header #quickSearch .productGrid .productCarousel-slide {
          width: 160px;
          display: inline-block;
          margin-top: 0;
          padding: 0;
          margin-left: 20px; }
          header #quickSearch .productGrid .product:first-child,
          header #quickSearch .productGrid .productCarousel-slide:first-child {
            margin-left: 0; } }
      header #quickSearch .productGrid .product:first-child,
      header #quickSearch .productGrid .productCarousel-slide:first-child {
        padding-left: 0; }
  header #quickSearch.has-results .quickSearchResults {
    display: block; }
  header #quickSearch.is-open .quickSearch--Results {
    left: 0; }
  header #quickSearch.is-open .actions button {
    display: none; }
  header #quickSearch.is-open [data-close-search] {
    display: block; }
  header #quickSearch.is-open .quickSearch--Results {
    left: 0; }

@media (min-width: 1025px) {
  header #quickSearch {
    position: relative;
    left: 0;
    min-width: 40vw; } }

header #quickSearch.is-open {
  top: 0; }
  @media screen and (max-width: 1024px) {
    header #quickSearch.is-open [data-close-search] {
      display: block;
      margin: 0;
      width: auto;
      padding: 10px 20px; } }
  @media screen and (max-width: 1024px) {
    header #quickSearch.is-open button {
      display: none; } }
  @media screen and (max-width: 1024px) {
    header #quickSearch.is-open {
      z-index: 10000;
      position: fixed;
      height: 100vh; } }

@media screen and (max-width: 1024px) {
  header #quickSearch form {
    border-bottom: 1px solid #000000;
    padding: 0 0 0 20px; } }

header #quickSearch form .form-input {
  font-size: 0.875rem;
  font-weight: 100; }
  @media (min-width: 1025px) {
    header #quickSearch form .form-input {
      border-bottom: 1px solid #000000;
      padding: 0 0 14px 0;
      border-radius: 0; } }

header #quickSearch form [data-close-search] {
  text-transform: capitalize;
  display: none;
  font-weight: 500;
  font-size: 0.875rem;
  margin-bottom: 14px;
  letter-spacing: normal; }
  @media (min-width: 551px) {
    header #quickSearch form [data-close-search] {
      width: auto; } }
  header #quickSearch form [data-close-search] .close-icon {
    background-color: #F7F6F4;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
    line-height: 19px;
    text-align: center; }
    @media screen and (max-width: 1024px) {
      header #quickSearch form [data-close-search] .close-icon {
        display: none; } }

header #quickSearch form button {
  padding-bottom: 9px;
  margin-right: 3px;
  width: 22px;
  height: 38px; }
  header #quickSearch form button svg {
    width: 17px;
    height: 17px; }

header #quickSearch .quickSearch--Results {
  left: -9999px;
  position: fixed;
  top: 151px;
  width: 100%;
  background-color: white; }
  @media (min-width: 1025px) {
    header #quickSearch .quickSearch--Results {
      border-top: 1px solid #e5e5e5; } }

header .loyalty-status {
  border-top: 1px solid #D8D8D8;
  padding: 20px 30px 10px; }

header .previewCart-emptyBody {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

body.thin-header header .navPage-subMenu {
  top: 47px; }
  body.thin-header header .navPage-subMenu:before {
    top: 72px; }
  body.thin-header header .navPage-subMenu .container {
    padding: 60px 0px 30px !important; }

@keyframes shine {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(100%); } }

.mm-close-row {
  position: relative;
  border-bottom: 1px solid #DBDBDB;
  background-color: #FFFFFF;
  text-align: right;
  line-height: 0px;
  padding: 10px 25px; }

.mobileMenu-toggle .mobileMenu-toggleIcon {
  background-color: transparent; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after, .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    width: 1.5rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.4rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.4rem; }

.logo-image-container {
  display: flex;
  align-items: center;
  justify-content: center; }
  .logo-image-container svg {
    position: static;
    height: 48px;
    width: 85px;
    transition: all 0.3s ease-in-out; }
    @media (min-width: 1025px) {
      .logo-image-container svg {
        height: 62px;
        width: 115px; } }

.loyalty-status {
  font-size: 0.815rem;
  line-height: 1.5em; }
  .loyalty-status .status-notice .status {
    font-weight: 700; }
  .loyalty-status .loyalty-bar {
    width: 100%;
    height: 14px;
    border-radius: 7px;
    border: 1px solid #D2D2D2;
    background-color: #F4F4F4;
    position: relative;
    margin-bottom: 30px;
    margin-top: 10px; }
    .loyalty-status .loyalty-bar .bar {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 0%;
      border-radius: 7px 0 0 7px;
      transition: all 0.5s ease-in-out; }
    .loyalty-status .loyalty-bar.white .bar {
      background-color: #FFFFFF; }
    .loyalty-status .loyalty-bar.black .bar {
      background-color: #000000; }
    .loyalty-status .loyalty-bar.silver .bar {
      background-color: #9C9FA8; }
    .loyalty-status .loyalty-bar.gold .bar {
      border-radius: 7px;
      background-color: #B68841; }
    .loyalty-status .loyalty-bar .bookend {
      position: absolute;
      top: 100%;
      padding-top: 5px;
      font-weight: 700;
      font-size: 0.75rem; }
      .loyalty-status .loyalty-bar .bookend:before {
        content: '';
        width: 6px;
        height: 12px;
        display: block;
        position: absolute;
        bottom: 100%; }
      .loyalty-status .loyalty-bar .bookend.start-bar {
        left: 0;
        text-align: left;
        border-radius: 7px 0 0 7px; }
        .loyalty-status .loyalty-bar .bookend.start-bar:before {
          left: 0;
          border-radius: 7px 0 0 7px; }
      .loyalty-status .loyalty-bar .bookend.end-bar {
        right: 0;
        text-align: right;
        border-radius: 0 7px 7px 0; }
        .loyalty-status .loyalty-bar .bookend.end-bar:before {
          right: 0;
          border-radius: 0 7px 7px 0; }
      .loyalty-status .loyalty-bar .bookend.silver {
        color: #9C9FA8; }
        .loyalty-status .loyalty-bar .bookend.silver:before {
          background-color: #9C9FA8; }
      .loyalty-status .loyalty-bar .bookend.black {
        color: #000000; }
        .loyalty-status .loyalty-bar .bookend.black:before {
          background-color: #000000; }
      .loyalty-status .loyalty-bar .bookend.gold {
        color: #B68841; }
        .loyalty-status .loyalty-bar .bookend.gold:before {
          background-color: #B68841; }

.loyalty-tiers .tier {
  font-size: 0.75rem;
  line-height: 20px;
  margin-bottom: 5px;
  display: flex; }
  .loyalty-tiers .tier .label {
    width: 50px;
    border: 1px solid #B5B8BE;
    color: #9C9FA8;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    margin-right: 10px; }
  .loyalty-tiers .tier .saving {
    white-space: nowrap; }
  .loyalty-tiers .tier.silver .label {
    color: #FFFFFF;
    border-color: #9C9FA8;
    background-color: #9C9FA8; }
  .loyalty-tiers .tier.black .label {
    color: #FFFFFF;
    border-color: #000000;
    background-color: #000000; }
  .loyalty-tiers .tier.gold .label {
    color: #FFFFFF;
    border-color: #B68841;
    background-color: #B68841; }
  .loyalty-tiers .tier:last-child {
    margin-bottom: 0; }

#modal.scrollable {
  overflow: auto; }

button#brauzBooking {
  margin: 30px auto;
  display: block; }

.product-feed {
  margin-bottom: 65px;
  overflow: hidden; }
  .product-feed h2 {
    text-align: left; }
  .product-feed .btn-container {
    padding-top: 3.4375rem;
    text-align: center; }

.product-delivery-options .option {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 0.875rem;
  margin-bottom: 20px; }

.product-delivery-options .location {
  display: block;
  font-weight: 700; }

.product-delivery-options .status {
  font-weight: 400; }
  .product-delivery-options .status.available {
    color: #2EB62E; }
  .product-delivery-options .status.limited {
    color: #DB6420; }
  .product-delivery-options .status.outofstock {
    color: #E62020; }

.product-delivery-options a, .product-delivery-options .link, .product-delivery-options .link {
  white-space: nowrap; }

.product-delivery-options .delivery-info {
  position: relative;
  left: auto;
  bottom: auto;
  height: auto;
  display: inline;
  display: none; }
  .product-delivery-options .delivery-info .info-detail .option {
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
    margin-top: 20px; }
    .product-delivery-options .delivery-info .info-detail .option span {
      display: block;
      width: 45%; }
      .product-delivery-options .delivery-info .info-detail .option span.method {
        font-weight: 700; }
      .product-delivery-options .delivery-info .info-detail .option span.cost {
        color: #2EB62E; }

.socialLinks a, .socialLinks .link {
  position: relative;
  padding-left: 30px; }

.socialLinks .icon {
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 0;
  width: 21px;
  height: 21px;
  margin-top: -10px; }
  .socialLinks .icon svg {
    fill: #000000; }

.sponsor-space.gold-banner {
  margin: 65px auto 60px;
  display: none; }
  .sponsor-space.gold-banner img {
    max-width: 100%; }
  @media (min-width: 1025px) {
    .sponsor-space.gold-banner {
      display: block; } }

.sponsor-space.gold-product {
  margin: 20px auto;
  text-align: left;
  display: flex;
  align-items: center; }
  .sponsor-space.gold-product a, .sponsor-space.gold-product .link {
    text-decoration: none; }
    .sponsor-space.gold-product a:nth-of-type(1) img, .sponsor-space.gold-product .link:nth-of-type(1) img {
      max-width: 85px; }
      @media screen and (max-width: 400px) {
        .sponsor-space.gold-product a:nth-of-type(1) img, .sponsor-space.gold-product .link:nth-of-type(1) img {
          max-width: 70px; } }
    .sponsor-space.gold-product a:nth-of-type(2) img, .sponsor-space.gold-product .link:nth-of-type(2) img {
      max-width: 40px;
      margin-bottom: 4px; }
  .sponsor-space.gold-product span {
    font-size: 0.75rem; }
  .sponsor-space.gold-product img {
    margin-left: 10px; }
    .sponsor-space.gold-product img.paypal-logo {
      max-width: 85px; }
      @media screen and (max-width: 400px) {
        .sponsor-space.gold-product img.paypal-logo {
          max-width: 70px; } }

.banners {
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  color: white;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1.2em;
  font-weight: normal;
  height: 32px;
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .banners .banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1560px;
    padding: 0 30px; }
    .banners .banner:before, .banners .banner:after {
      display: none; }
  .banners .promo-message {
    width: 100%;
    position: relative;
    text-align: center; }
    .banners .promo-message .message {
      position: absolute;
      top: 50%;
      left: 0;
      opacity: 0;
      transition: all 0.6s ease-in-out;
      transform: translateY(-150%);
      width: 100%;
      text-align: center; }
      .banners .promo-message .message.current {
        opacity: 1;
        transform: translateY(-50%); }
      .banners .promo-message .message.rollout {
        opacity: 0;
        transform: translateY(50%); }
      @media (min-width: 1025px) {
        .banners .promo-message .message {
          text-align: left; } }
    @media (min-width: 1025px) {
      .banners .promo-message {
        text-align: left; } }
    .banners .promo-message a.link, .banners .promo-message .link {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .banners .sponsor-space {
    display: none; }
    @media (min-width: 1025px) {
      .banners .sponsor-space {
        display: block;
        flex-shrink: 0; } }
  .banners .sponsor-logo {
    display: inline-block;
    margin-left: 15px; }
    .banners .sponsor-logo img {
      max-height: 16px; }

.banners[data-globalbanners] {
  padding: 0;
  height: 33px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 12px;
  text-transform: initial;
  letter-spacing: normal;
  position: relative;
  overflow: hidden; }
  .banners[data-globalbanners] .banner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.6s ease-in-out;
    transform: translateY(-150%);
    width: 100%;
    max-width: 1560px;
    text-align: center;
    padding: 9px 30px;
    margin: 0 auto; }
    .banners[data-globalbanners] .banner.current {
      opacity: 1;
      transform: translateY(-50%); }
    .banners[data-globalbanners] .banner.rollout {
      opacity: 0;
      transform: translateY(50%); }
    @media screen and (max-width: 1024px) {
      .banners[data-globalbanners] .banner [data-content] {
        text-align: center;
        width: 100%;
        font-size: 12px; } }
    .banners[data-globalbanners] .banner a, .banners[data-globalbanners] .banner .link {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .banners[data-globalbanners] p, .banners[data-globalbanners] span {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #fff; }
  @media screen and (max-width: 1220px) {
    .banners[data-globalbanners] {
      padding: 5px 0;
      font-size: 10px; }
      .banners[data-globalbanners] p, .banners[data-globalbanners] span {
        font-size: 10px; } }

.banner-right-side {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  padding: 9px 30px;
  width: auto; }
  @media screen and (min-width: 1560px) {
    .banner-right-side {
      right: calc((100% - 1560px) / 2); } }
  @media screen and (max-width: 1024px) {
    .banner-right-side {
      display: none; } }
  .banner-right-side ul {
    display: flex;
    justify-content: flex-end;
    text-transform: initial;
    margin: 0; }
  .banner-right-side li {
    list-style: none;
    padding: 0 11px;
    position: relative;
    color: inherit; }
    .banner-right-side li:last-child {
      padding-right: 0; }
    .banner-right-side li.right-border div {
      position: absolute;
      display: block;
      width: 1px;
      height: 100%;
      top: 0;
      right: 0;
      overflow: hidden;
      margin: 0 1px;
      border: none;
      outline: none;
      box-shadow: none; }
    .banner-right-side li a, .banner-right-side li .link {
      color: inherit; }

.top-banner-container {
  position: fixed;
  z-index: 12; }

.wishlist-dropdown .icon {
  width: 23px;
  height: 21px; }

.wishlist-dropdown svg {
  stroke: #FFFFFF;
  fill: none;
  width: 19px;
  height: 19px; }

.wishlist-dropdown span {
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden; }

.wishlist-dropdown.btn, body.page-checkout .wishlist-dropdown.optimizedCheckout-buttonPrimary, body.page-checkout .wishlist-dropdown.optimizedCheckout-buttonSecondary, div#storemapper div#storemapper-form .wishlist-dropdown#storemapper-go.btn, #productView-reminder-bar .wishlist-dropdown.productView-mini-action {
  min-width: 55px;
  padding: 0;
  border-left: 2px solid white;
  margin-top: 25px; }

#wishlist-dropdown {
  min-width: 220px; }
  #wishlist-dropdown .button {
    border: none;
    border-radius: 0;
    font-size: 16px;
    color: #000000;
    outline: 1px solid #efefef; }
  #wishlist-dropdown.is-open {
    padding-right: 0;
    top: 76px;
    left: auto;
    right: 0;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.5); }
    @media screen and (max-width: 1260px) {
      #wishlist-dropdown.is-open {
        top: 36px !important; } }

.pre-carousel-banner {
  background-color: #E9E9E9;
  font-size: 0.6875rem;
  letter-spacing: 1.5px;
  width: 100%;
  text-align: center; }
  .pre-carousel-banner a, .pre-carousel-banner .link {
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 5px 10px;
    line-height: 1.2em;
    position: relative;
    width: 100%; }
    @media (min-width: 551px) {
      .pre-carousel-banner a, .pre-carousel-banner .link {
        padding: 10px 10px; } }

/* CONTENT BLOCKS */
.content-block.text-left, .content-block.text-right {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .content-block.text-left .container, .content-block.text-right .container {
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 551px) {
      .content-block.text-left .container, .content-block.text-right .container {
        justify-content: space-between;
        align-items: center; } }
    @media (min-width: 1025px) {
      .content-block.text-left .container, .content-block.text-right .container {
        padding-top: 145px;
        padding-bottom: 145px; } }
  .content-block.text-left .content, .content-block.text-right .content {
    width: 100%; }
    .content-block.text-left .content p, .content-block.text-right .content p {
      max-width: 430px; }
    @media (min-width: 551px) {
      .content-block.text-left .content, .content-block.text-right .content {
        max-width: 560px;
        width: 44%; } }
    @media (min-width: 1025px) {
      .content-block.text-left .content, .content-block.text-right .content {
        max-width: 380px;
        width: 30%; } }
  .content-block.text-left .image, .content-block.text-right .image {
    width: 100%;
    margin: 60px 0 0; }
    @media (min-width: 551px) {
      .content-block.text-left .image, .content-block.text-right .image {
        max-width: 600px;
        width: 48%; } }
    @media (min-width: 1025px) {
      .content-block.text-left .image, .content-block.text-right .image {
        max-width: 770px;
        width: 65%; } }
  .content-block.text-left.light .content *, .content-block.text-right.light .content * {
    color: #FFFFFF; }
  .content-block.text-left.half .image, .content-block.text-right.half .image {
    width: 100%; }
    @media (min-width: 551px) {
      .content-block.text-left.half .image, .content-block.text-right.half .image {
        max-width: 600px;
        width: 48%; } }
  .content-block.text-left.half .content, .content-block.text-right.half .content {
    width: 100%; }
    @media (min-width: 551px) {
      .content-block.text-left.half .content, .content-block.text-right.half .content {
        max-width: 560px;
        width: 44%; } }

.text-right .container {
  flex-direction: column-reverse; }
  .text-right .container .image {
    margin-top: 0; }
  .text-right .container .content {
    margin-top: 60px; }
  @media (min-width: 551px) {
    .text-right .container {
      flex-direction: row-reverse; } }

#instagram-feed {
  margin-bottom: 60px; }
  @media (min-width: 1025px) {
    #instagram-feed {
      margin-bottom: 0; } }
  #instagram-feed .subtitle {
    margin-bottom: 35px;
    text-align: center;
    display: block; }
  @media screen and (max-width: 550px) {
    #instagram-feed .fs-wrapper {
      width: 100%; } }

/* HOME */
.heroCarousel .heroCarousel-slide {
  position: relative; }
  .heroCarousel .heroCarousel-slide .heroCarousel-image-wrapper {
    max-height: 52.5rem;
    height: 65vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (min-width: 1025px) {
      .heroCarousel .heroCarousel-slide .heroCarousel-image-wrapper {
        height: 52.5rem; } }
    @media only screen and (max-width: 767px) {
      .heroCarousel .heroCarousel-slide .heroCarousel-image-wrapper {
        display: none; } }
  .heroCarousel .heroCarousel-slide .heroCarousel-image-mobile-wrapper {
    max-height: 52.5rem;
    height: 65vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: none; }
    @media (min-width: 1025px) {
      .heroCarousel .heroCarousel-slide .heroCarousel-image-mobile-wrapper {
        height: 52.5rem; } }
    @media only screen and (max-width: 767px) {
      .heroCarousel .heroCarousel-slide .heroCarousel-image-mobile-wrapper {
        display: block; } }

.heroCarousel .container {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%; }

.heroCarousel .heroCarousel-content {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  max-width: 600px;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  background-color: transparent; }
  .heroCarousel .heroCarousel-content * {
    color: #FFFFFF; }
  .heroCarousel .heroCarousel-content h1, .heroCarousel .heroCarousel-content .h1 {
    text-align: center;
    margin-top: 0;
    font-size: 48px;
    margin-bottom: 5px; }
    @media (min-width: 1025px) {
      .heroCarousel .heroCarousel-content h1, .heroCarousel .heroCarousel-content .h1 {
        font-size: 64px; } }
  .heroCarousel .heroCarousel-content p {
    font-size: 13.5px;
    margin-bottom: 10px; }
    @media (min-width: 1025px) {
      .heroCarousel .heroCarousel-content p {
        font-size: 18px; } }
  .heroCarousel .heroCarousel-content .heroCarousel-action {
    margin-top: 0;
    letter-spacing: 1px;
    font-size: 15px !important; }
    @media (min-width: 1025px) {
      .heroCarousel .heroCarousel-content .heroCarousel-action {
        font-size: 20px !important; } }

.heroCarousel.slick-dotted.slick-dot-dots .slick-next,
.heroCarousel.slick-dotted.slick-dot-dots .slick-prev {
  background-color: transparent;
  border: none; }

.heroCarousel.slick-dotted.slick-dot-dots .slick-dots {
  bottom: 0.5rem; }
  .heroCarousel.slick-dotted.slick-dot-dots .slick-dots li {
    background-color: transparent; }
    .heroCarousel.slick-dotted.slick-dot-dots .slick-dots li button {
      border: 1px solid rgba(255, 255, 255, 0.6); }
    .heroCarousel.slick-dotted.slick-dot-dots .slick-dots li.slick-active button {
      border: 1px solid white; }
      .heroCarousel.slick-dotted.slick-dot-dots .slick-dots li.slick-active button:before {
        background-color: rgba(255, 255, 255, 0.6); }

/* PRODUCTS */
.productCarousel {
  display: flex;
  flex-wrap: wrap;
  margin: 0; }
  .productCarousel:before {
    display: none; }

.productCarousel-slide {
  width: 49%;
  padding: 0;
  margin: 0 0 2% 2%; }
  .productCarousel-slide:nth-child(2n+1) {
    margin-left: 0; }
  @media (min-width: 551px) {
    .productCarousel-slide {
      width: 23.5%;
      margin-bottom: 0; }
      .productCarousel-slide:nth-child(2n+1) {
        margin-left: 2%; }
      .productCarousel-slide:nth-child(4n+1) {
        margin-left: 0; } }

.mini-bar-dropdown {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 700;
  position: relative;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  letter-spacing: 1.6px; }
  .mini-bar-dropdown ul {
    position: absolute;
    bottom: calc(100% + 1px);
    left: 0;
    width: calc(100% + 2px);
    list-style: none;
    padding: 0;
    border: 1px solid #D8D8D8;
    border-bottom: 0;
    background-color: #FFFFFF;
    margin: 0 -1px -10px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out; }
    .mini-bar-dropdown ul li {
      line-height: 48px;
      padding: 0;
      text-align: center; }
      .mini-bar-dropdown ul li.selected, .mini-bar-dropdown ul li:hover {
        background-color: #F3F3F3; }
      .mini-bar-dropdown ul li.outofstock {
        color: #F3F3F3;
        background-color: #FFFFFF;
        cursor: default; }
  .mini-bar-dropdown:hover ul {
    opacity: 1;
    visibility: visible;
    margin-bottom: 0; }

/* CART */
.checkoutHeader.optimizedCheckout-header {
  text-align: center;
  background: none;
  border: none; }
  .checkoutHeader.optimizedCheckout-header .checkoutHeader-content {
    position: relative;
    max-width: 1260px;
    padding: 1rem;
    margin: 0 auto 20px;
    border-bottom: 1px solid #D8D8D8; }
    @media (min-width: 1025px) {
      .checkoutHeader.optimizedCheckout-header .checkoutHeader-content {
        padding: 3rem;
        border-bottom: none;
        margin-bottom: 0; } }
  .checkoutHeader.optimizedCheckout-header .checkoutHeader-heading {
    margin: 0; }
  .checkoutHeader.optimizedCheckout-header .checkoutHeader-logo {
    height: 62px; }
  .checkoutHeader.optimizedCheckout-header .checkoutHeader-return {
    color: #000000;
    font-size: 0.875rem;
    font-weight: 700;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 32px;
    text-decoration: none;
    text-indent: -9999em;
    overflow: hidden; }
    @media (min-width: 1025px) {
      .checkoutHeader.optimizedCheckout-header .checkoutHeader-return {
        text-indent: 0; } }
    .checkoutHeader.optimizedCheckout-header .checkoutHeader-return .icon {
      position: absolute;
      left: 0;
      top: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      transform: translateY(-50%); }
      .checkoutHeader.optimizedCheckout-header .checkoutHeader-return .icon svg {
        height: 12px;
        width: 16px; }
  .checkoutHeader.optimizedCheckout-header .checkoutHeader-login {
    color: #000000;
    font-size: 0.875rem;
    font-weight: 700;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 32px;
    text-decoration: none;
    text-indent: -9999em;
    overflow: hidden; }
    @media (min-width: 1025px) {
      .checkoutHeader.optimizedCheckout-header .checkoutHeader-login {
        text-indent: 0; } }

.layout.optimizedCheckout-contentPrimary {
  max-width: 1260px;
  padding: 0 20px;
  margin: 0 auto 100px; }
  .layout.optimizedCheckout-contentPrimary > div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%; }
  .layout.optimizedCheckout-contentPrimary .main-heading {
    margin-bottom: 3rem; }

@media screen and (max-width: 600px) {
  .optimizedCheckout-orderSummary .cartDrawer-body .cartDrawer-items {
    font-size: 1rem; }
  .optimizedCheckout-orderSummary .cartDrawer-body a, .optimizedCheckout-orderSummary .cartDrawer-body .link {
    font-size: 12px; } }

@media screen and (max-width: 600px) {
  .optimizedCheckout-orderSummary .cartDrawer-actions .optimizedCheckout-headingPrimary {
    font-size: 1rem; } }

.applying-gift-card {
  position: relative; }
  .applying-gift-card::after {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
    bottom: 0;
    content: 'Checking...';
    display: flex;
    font-size: 13px;
    justify-content: center;
    left: 0;
    letter-spacing: 1px;
    line-height: 100%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    vertical-align: middle; }

.form-redeemable-wrapper {
  flex-wrap: wrap;
  flex-direction: column !important; }
  .form-redeemable-wrapper #applyRedeemableButton {
    min-width: initial; }
  .form-redeemable-wrapper > div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    align-items: center; }
    .form-redeemable-wrapper > div.form-redeemable-coupon {
      margin-bottom: 20px; }
    .form-redeemable-wrapper > div label {
      width: 105px;
      font-size: 13px; }
    .form-redeemable-wrapper > div input[type="text"] {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      text-transform: uppercase; }
  .form-redeemable-wrapper + .form-field-errors {
    display: none; }
  @media only screen and (max-width: 500px) {
    .form-redeemable-wrapper > div {
      flex-wrap: wrap; }
      .form-redeemable-wrapper > div label {
        width: 100%; } }

.redeemable-entry .optimizedCheckout-form-label + .alertBox {
  margin-top: 15px;
  font-size: 14px; }
  .redeemable-entry .optimizedCheckout-form-label + .alertBox svg {
    fill: #fff; }
  .redeemable-entry .optimizedCheckout-form-label + .alertBox .alertBox-icon {
    display: none; }
  .redeemable-entry .optimizedCheckout-form-label + .alertBox .alertBox-message {
    width: 100%;
    text-align: center;
    display: block; }

.layout-cart {
  width: 395px;
  padding: 0;
  flex-shrink: 0;
  flex-grow: 0; }
  @media screen and (max-width: 960px) {
    .layout-cart {
      width: 100%; } }
  .layout-cart .cartAdvertisement {
    padding-top: 3rem; }
    @media screen and (max-width: 960px) {
      .layout-cart .cartAdvertisement {
        display: none; } }
  .layout-cart .cartShippingOptions {
    margin: 2rem 0 1rem; }
    .layout-cart .cartShippingOptions h6 {
      text-transform: initial;
      font-size: 1rem;
      letter-spacing: 0;
      line-height: 27px; }
    .layout-cart .cartShippingOptions .shipping-option {
      border: 1px solid #000000;
      padding: 0 30px;
      cursor: pointer;
      transition: background 0.3s ease-in-out; }
      .layout-cart .cartShippingOptions .shipping-option:last-child {
        margin-top: 1rem; }
      .layout-cart .cartShippingOptions .shipping-option.disabled {
        border: 1px solid rgba(0, 0, 0, 0.2);
        color: rgba(0, 0, 0, 0.2); }
      .layout-cart .cartShippingOptions .shipping-option.reloading {
        position: relative; }
        .layout-cart .cartShippingOptions .shipping-option.reloading:after {
          content: 'Applying. Please wait...';
          display: flex;
          justify-content: center;
          align-items: center;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.2);
          color: #FFFFFF;
          text-transform: uppercase;
          font-weight: 700;
          text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
          font-size: 0.8rem; }
      .layout-cart .cartShippingOptions .shipping-option > div:first-child {
        text-align: center;
        position: relative;
        padding-left: 25px; }
        @media only screen and (max-width: 400px) {
          .layout-cart .cartShippingOptions .shipping-option > div:first-child {
            text-align: left; } }
        .layout-cart .cartShippingOptions .shipping-option > div:first-child:before {
          content: '';
          position: absolute;
          left: 0px;
          top: 50%;
          width: 20px;
          height: 20px;
          border: 1px solid #AEAEAE;
          margin-top: -10px;
          border-radius: 20px; }
        .layout-cart .cartShippingOptions .shipping-option > div:first-child > span {
          display: inline-block;
          font-size: 0.75rem;
          line-height: 20px;
          padding: 20px 0;
          letter-spacing: 1.6px;
          text-transform: uppercase;
          font-weight: 700; }
          @media only screen and (max-width: 400px) {
            .layout-cart .cartShippingOptions .shipping-option > div:first-child > span {
              padding-left: 10px; } }
      .layout-cart .cartShippingOptions .shipping-option div.options {
        display: none;
        border-top: 1px solid #D8D8D8;
        padding: 20px 0 0;
        background-image: url(https://cdn11.bigcommerce.com/s-62pjwo3vq9/product_images/uploaded_images/ajax-loader.gif);
        background-position: center;
        background-repeat: no-repeat; }
        .layout-cart .cartShippingOptions .shipping-option div.options.loaded {
          background: transparent; }
        .layout-cart .cartShippingOptions .shipping-option div.options .location {
          display: inline; }
        .layout-cart .cartShippingOptions .shipping-option div.options .delivery-options {
          margin-left: 20px; }
        .layout-cart .cartShippingOptions .shipping-option div.options .error {
          color: #E62020;
          font-size: 0.875rem;
          margin-bottom: 20px; }
      .layout-cart .cartShippingOptions .shipping-option:hover {
        background-color: #F4F4F4; }
      .layout-cart .cartShippingOptions .shipping-option.active > div:first-child:before {
        border-color: #000000; }
      .layout-cart .cartShippingOptions .shipping-option.active > div:first-child:after {
        content: '';
        position: absolute;
        left: 4px;
        top: 50%;
        width: 12px;
        height: 12px;
        background: #000000;
        border-radius: 14px;
        margin-top: -6px; }
      .layout-cart .cartShippingOptions .shipping-option.active div.options {
        display: block; }
  .layout-cart .cart {
    border: 1px solid #D8D8D8;
    display: none;
    margin: 1.5rem 0;
    min-height: 300px;
    box-shadow: none;
    border-radius: 0; }
    @media (min-width: 1025px) {
      .layout-cart .cart {
        display: block; } }
  .layout-cart .cart-note {
    color: #999999;
    font-size: 13px;
    padding-left: 1.5rem; }
  .layout-cart .cart-header {
    display: table;
    padding: 1.5rem;
    width: 100%; }
  .layout-cart .cart-title {
    display: table-cell;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 1.83px; }
  .layout-cart .cart-header-link {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    text-decoration: underline;
    color: #656565; }
    .layout-cart .cart-header-link .icon {
      margin: -2px 3px 0 0; }
    .layout-cart .cart-header-link svg {
      fill: currentColor; }
  .layout-cart .cart-section {
    border-top: 1px solid #D8D8D8;
    padding: 15px 30px; }
    .layout-cart .cart-section:last-child {
      background-color: #F5F5F5; }
  .layout-cart .cart-section-heading {
    margin-bottom: 1.5rem;
    font-weight: 400;
    font-size: 0.875rem; }
  .layout-cart .cart-actions {
    margin-top: 0.75rem;
    text-align: center; }
    .layout-cart .cart-actions .button {
      margin-bottom: 0; }
  .layout-cart .cart-priceItem, .layout-cart [data-shippingtype-container] .label {
    display: table;
    width: 100%;
    line-height: 2.2857em;
    margin-bottom: 0; }
  .layout-cart .cart-priceItem-label, .layout-cart .label,
  .layout-cart .cart-priceItem-value, .layout-cart .value {
    display: table-cell;
    vertical-align: middle; }
  .layout-cart .cart-priceItem-label span, .layout-cart .label {
    font-size: 0.875rem;
    font-weight: 400; }
  .layout-cart .cart-priceItem-value, .layout-cart .value {
    text-align: right; }
    .layout-cart .cart-priceItem-value span, .layout-cart .cart-priceItem-value, .layout-cart .value span, .layout-cart .value {
      font-size: 0.815rem;
      font-weight: 400; }
  .layout-cart .cart-priceItem-postFix {
    color: #999999;
    display: table-row;
    font-size: 13px; }
  .layout-cart .cart-priceItem--total {
    margin-bottom: 0; }
    .layout-cart .cart-priceItem--total .cart-priceItem-label {
      font-size: 15px; }
    .layout-cart .cart-priceItem--total .cart-priceItem-value {
      font-size: 25px;
      font-weight: 700;
      line-height: 0; }
      .layout-cart .cart-priceItem--total .cart-priceItem-value span {
        line-height: 1;
        font-weight: 700;
        font-size: 0.875rem; }
  .layout-cart .cart-priceItem--subtotal {
    font-weight: 600; }
  .layout-cart [data-shippingtype-container] .action {
    text-align: right;
    font-size: 0.75rem; }
  @media print {
    .layout-cart .cart {
      background-color: white;
      display: block; }
    .layout-cart .cart-header-link {
      display: none; } }
  .layout-cart .cart-priceItem--totalNote {
    margin-bottom: 0;
    margin-top: 0.75rem; }
  .layout-cart .product-title {
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: normal; }
  .layout-cart .product-price {
    font-size: 0.815rem; }
  .layout-cart .redeemableContainer {
    margin: 15px -30px 0;
    padding: 15px 30px 0;
    border-top: 1px solid #D8D8D8; }
    .layout-cart .redeemableContainer .form-prefixPostfix {
      padding-top: 20px;
      flex-direction: column; }
    .layout-cart .redeemableContainer a, .layout-cart .redeemableContainer .link {
      text-decoration: underline;
      color: #656565; }
    .layout-cart .redeemableContainer .form-input {
      height: 32px; }
    .layout-cart .redeemableContainer #applyRedeemableButton {
      padding-left: 0;
      padding-right: 0;
      min-width: 60px;
      padding: 0 10px;
      height: 32px;
      line-height: 32px;
      display: inline-block;
      width: initial;
      margin: 0; }
  .layout-cart .shipping-estimator {
    padding-top: 15px; }
    .layout-cart .shipping-estimator .form-label {
      font-size: 0.875rem;
      color: #656565; }
    .layout-cart .shipping-estimator select.form-select {
      height: 32px;
      padding: 0rem 3rem 0rem 1rem;
      font-size: 0.75rem;
      background-position: right 10px center; }
    .layout-cart .shipping-estimator input[type=text] {
      height: 32px;
      padding: 0rem 3rem 0rem 1rem;
      font-size: 0.75rem; }
    .layout-cart .shipping-estimator form.estimator-form {
      overflow: hidden;
      text-align: right; }
    .layout-cart .shipping-estimator .shipping-quotes {
      font-size: 0.875rem;
      text-align: right;
      margin-bottom: 20px; }
      .layout-cart .shipping-estimator .shipping-quotes.loading {
        background-image: url(https://cdn11.bigcommerce.com/s-62pjwo3vq9/product_images/uploaded_images/ajax-loader.gif);
        background-position: center;
        background-repeat: no-repeat; }
      .layout-cart .shipping-estimator .shipping-quotes #shippingQuotes-list {
        display: none; }
        .layout-cart .shipping-estimator .shipping-quotes #shippingQuotes-list.active {
          display: block; }
        .layout-cart .shipping-estimator .shipping-quotes #shippingQuotes-list.reloading {
          position: relative; }
          .layout-cart .shipping-estimator .shipping-quotes #shippingQuotes-list.reloading:after {
            content: 'Applying. Please wait...';
            display: flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.2);
            color: #FFFFFF;
            text-transform: uppercase;
            font-weight: 700;
            text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
            font-size: 0.8rem; }
        .layout-cart .shipping-estimator .shipping-quotes #shippingQuotes-list .shipping-quote {
          cursor: pointer; }
      .layout-cart .shipping-estimator .shipping-quotes span.label {
        display: block;
        text-align: left; }
      .layout-cart .shipping-estimator .shipping-quotes ul {
        list-style: none;
        margin: 0 0 20px; }
        .layout-cart .shipping-estimator .shipping-quotes ul li {
          padding-top: 12px;
          margin-bottom: 12px;
          position: relative; }
          .layout-cart .shipping-estimator .shipping-quotes ul li:last-child {
            margin-bottom: 60px; }
          .layout-cart .shipping-estimator .shipping-quotes ul li .timeframe {
            padding-left: 25px;
            color: #656565;
            position: absolute;
            top: 100%;
            left: 0;
            text-align: left;
            max-width: 280px;
            margin-top: -4px; }
          .layout-cart .shipping-estimator .shipping-quotes ul li .estimator-form-input--price {
            text-align: right;
            margin-bottom: 0; }
            .layout-cart .shipping-estimator .shipping-quotes ul li .estimator-form-input--price b {
              font-size: 0.815rem;
              font-weight: 400; }
      .layout-cart .shipping-estimator .shipping-quotes #submit-shipping-option {
        opacity: 0;
        visibility: hidden;
        width: 0;
        height: 0; }
    @media only screen and (max-width: 380px) {
      .layout-cart .shipping-estimator .form-label {
        font-size: 0.75rem;
        color: #656565; } }

.layout-main {
  width: 100%;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 1025px) {
    .layout-main {
      padding-right: 6rem; } }
  .layout-main .checkout-steps {
    padding-right: 0; }
  .layout-main .checkout-step:last-child {
    padding-bottom: 100px; }
    @media (min-width: 1025px) {
      .layout-main .checkout-step:last-child {
        padding-bottom: 24px; } }
  .layout-main .btn.button--tiny, .layout-main body.page-checkout .button--tiny.optimizedCheckout-buttonPrimary, body.page-checkout .layout-main .button--tiny.optimizedCheckout-buttonPrimary, .layout-main body.page-checkout .button--tiny.optimizedCheckout-buttonSecondary, body.page-checkout .layout-main .button--tiny.optimizedCheckout-buttonSecondary, .layout-main div#storemapper div#storemapper-form .button--tiny#storemapper-go.btn, div#storemapper div#storemapper-form .layout-main .button--tiny#storemapper-go.btn, .layout-main #productView-reminder-bar .button--tiny.productView-mini-action, #productView-reminder-bar .layout-main .button--tiny.productView-mini-action {
    height: 30px;
    line-height: 30px;
    min-width: 75px;
    padding: 0; }
  .layout-main .stepHeader {
    padding: 0; }
  .layout-main .stepHeader-counter {
    background-color: transparent;
    border: 1px solid #D8D8D8;
    width: 40px;
    height: 40px; }
    .layout-main .stepHeader-counter:before {
      color: #656565;
      line-height: 40px;
      width: 40px;
      height: 40px;
      margin: -1px; }
    .layout-main .stepHeader-counter.stepHeader-counter--complete svg {
      position: absolute;
      top: 0;
      left: 0;
      fill: #000000; }
    .layout-main .stepHeader-counter.stepHeader-counter--active {
      background-color: #000000;
      border: 1px solid #000000; }
      .layout-main .stepHeader-counter.stepHeader-counter--active:before {
        color: #FFFFFF; }
      .layout-main .stepHeader-counter.stepHeader-counter--active svg {
        fill: #FFFFFF !important; }

.form-checkbox + .form-label:before {
  border-radius: 0;
  width: 20px;
  height: 20px;
  margin-top: -2px; }

.form-checklist-checkbox:checked ~ .form-label::before {
  border-color: #000000 !important; }

.form-checklist-checkbox:checked ~ .form-label::after {
  background-color: #000000 !important; }

.form-checkbox:checked + .form-label::before, .form-radio:checked + .form-label::before {
  border-color: #000000 !important;
  background-color: #000000 !important; }

.checkout-view-content {
  margin-top: 20px; }

.optimizedCheckout-form-checklist {
  overflow: hidden; }

#checkout-customer-guest .form-body {
  position: relative; }

#checkout-customer-guest .customerEmail-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; }

#checkout-customer-guest .customerEmail-body {
  width: 100%; }

#checkout-customer-guest .customerEmail-action {
  width: auto;
  flex-shrink: 0;
  padding-left: 10px;
  margin-top: 22px; }

#checkout-customer-guest .body-content, #checkout-customer-guest .form-label {
  font-size: 0.875rem; }

#checkout-customer-guest .login-line {
  position: absolute;
  top: 100%;
  right: 0;
  margin: 15px 0 0.375rem;
  line-height: 1.25;
  font-size: 0.875rem; }
  #checkout-customer-guest .login-line a, #checkout-customer-guest .login-line .link {
    text-decoration: underline; }

@media (min-width: 1025px) {
  #checkout-customer-guest .customerEmail-container {
    flex-wrap: nowrap; } }

#checkout-shipping-continue, #checkout-payment-continue {
  margin-left: 0;
  padding: 0; }

/*
[data-test='checkout-shipping-comments'], #checkout-shipping-options {
    display: none;
}
*/
#checkout-shipping-options {
  border: 2px solid #000000;
  padding: 24px;
  padding-top: 0px;
  padding-bottom: 10px; }
  #checkout-shipping-options .wittner-method-delivery-status {
    display: block;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid #DDDDDD;
    padding: 18px 0px; }
    #checkout-shipping-options .wittner-method-delivery-status span {
      color: #656565;
      font-family: Lato;
      font-size: 14px;
      font-weight: normal;
      letter-spacing: 0;
      position: relative; }
      #checkout-shipping-options .wittner-method-delivery-status span::before {
        content: '';
        display: inline-block;
        height: 8px;
        width: 8px;
        background-color: #34AC1F;
        border-radius: 50%;
        margin-right: 11px; }
    #checkout-shipping-options .wittner-method-delivery-status.wmds-error span {
      color: #E62020; }
      #checkout-shipping-options .wittner-method-delivery-status.wmds-error span::before {
        background-color: #E62020; }
    #checkout-shipping-options .wittner-method-delivery-status.wmds-no-border {
      border: 0px; }
  #checkout-shipping-options .wittner-cc-messaging {
    margin-bottom: 15px;
    background: #F4F4F4;
    padding: 3px 8px; }
  #checkout-shipping-options .wittner-shipping-sub-header {
    color: #231F20;
    font-family: Lato;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0;
    display: block;
    margin-top: 18px;
    margin-bottom: 10px; }
  #checkout-shipping-options .form-checklist {
    border: 0px; }
    #checkout-shipping-options .form-checklist .form-checklist-item {
      border: 0px; }
    #checkout-shipping-options .form-checklist .form-checklist-item:hover,
    #checkout-shipping-options .form-checklist .form-checklist-item--selected {
      background-color: transparent; }
    #checkout-shipping-options .form-checklist .form-checklist-checkbox ~ .form-label {
      padding-right: 0px;
      padding-left: 3rem; }
    #checkout-shipping-options .form-checklist .form-checklist-checkbox:focus ~ .form-label {
      box-shadow: none; }
    #checkout-shipping-options .form-checklist .form-checklist-checkbox ~ .form-label::before,
    #checkout-shipping-options .form-checklist .form-checklist-checkbox ~ .form-label::after {
      left: 0px;
      height: 18px;
      width: 18px; }
    #checkout-shipping-options .form-checklist .form-checklist-checkbox ~ .form-label::before {
      border-color: #000; }
    #checkout-shipping-options .form-checklist .shippingOptionLabel .shippingOption {
      position: relative;
      top: 2px; }
    #checkout-shipping-options .form-checklist .shippingOptionLabel .shippingOption-desc {
      color: #231F20;
      font-family: Lato;
      font-size: 16px;
      letter-spacing: 0;
      font-weight: 400; }
    #checkout-shipping-options .form-checklist .shippingOptionLabel .shippingOption-price {
      color: #231F20;
      font-family: Lato;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0; }

.form-actions .shipping-button-full-width {
  width: 100%; }

.wittner-shipping-methods-header {
  width: 100%;
  display: block;
  margin-bottom: 24px; }
  .wittner-shipping-methods-header ul {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #DDDDDD; }
    .wittner-shipping-methods-header ul li {
      position: relative; }
      .wittner-shipping-methods-header ul li + li {
        margin-left: 48px; }
      .wittner-shipping-methods-header ul li a, .wittner-shipping-methods-header ul li .link {
        display: flex;
        align-items: center;
        padding: 10px 3px; }
        .wittner-shipping-methods-header ul li a svg, .wittner-shipping-methods-header ul li .link svg {
          margin-right: 12px; }
          .wittner-shipping-methods-header ul li a svg path, .wittner-shipping-methods-header ul li .link svg path {
            fill: #A5A5A5; }
        .wittner-shipping-methods-header ul li a span, .wittner-shipping-methods-header ul li .link span {
          font-family: Lato;
          font-size: 16px;
          font-weight: bold;
          letter-spacing: 0;
          color: #A5A5A5; }
      .wittner-shipping-methods-header ul li.active::after {
        content: '';
        width: 100%;
        height: 2px;
        background-color: #000;
        display: block;
        position: absolute;
        left: 0px;
        bottom: 0px; }
      .wittner-shipping-methods-header ul li.active svg path {
        fill: #231F20; }
      .wittner-shipping-methods-header ul li.active span {
        color: #231F20; }

.wsm-select-store p {
  color: #E62020;
  font-family: Lato;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
  text-align: justify;
  margin-top: 25px;
  margin-bottom: 30px; }

.wsm-select-store label {
  color: #231F20;
  font-family: Lato;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0; }

.wsm-select-store input {
  margin-top: 14px;
  margin-bottom: 14px; }

.wsm-select-store button {
  width: 100%; }

.wsm-selected-store {
  margin-top: 20px;
  margin-bottom: 10px; }
  .wsm-selected-store div {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 2481 2073' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cfilter id='a' x='-1240.5' y='-1036.5' width='200%25' height='200%25'%3E%3CfeGaussianBlur stdDeviation='7.7'/%3E%3C/filter%3E%3C/defs%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='m730.94 1839.6c-38.766-190.3-107.12-348.67-189.9-495.44-61.407-108.87-132.54-209.36-198.36-314.94-21.972-35.243-40.934-72.476-62.047-109.05-42.216-73.137-76.444-157.94-74.269-267.93 2.125-107.47 33.208-193.68 78.03-264.17 73.719-115.94 197.2-210.99 362.88-235.97 135.47-20.424 262.48 14.082 352.54 66.748 73.596 43.038 130.6 100.53 173.92 168.28 45.22 70.716 76.36 154.26 78.97 263.23 1.3401 55.83-7.7999 107.53-20.68 150.42-13.03 43.409-33.99 79.695-52.64 118.45-36.41 75.659-82.05 144.98-127.86 214.34-136.44 206.61-264.5 417.31-320.58 706.03z' fill='%23aeaeae' stroke-miterlimit='10' stroke-width='37'/%3E%3Ccircle cx='729.55' cy='651.05' r='183.33' fill='%23fff'/%3E%3Cpath d='m731.38 1839c131.6-120.87 211.31-235.98 269.14-350.49 42.89-84.95 70.54-169.17 106.95-254.06 12.16-28.34 28.51-56.57 42.52-85.3 28.02-57.45 72.66-118.14 169.03-178.1 94.16-58.59 193.95-93.756 291.58-114.7 160.56-34.442 344.28-37.299 502.59 15.593 129.45 43.244 204.68 113.46 233.78 178.86 23.78 53.44 21.43 108.18-1.04 163.1-23.46 57.32-69.57 116.07-161.11 177.39-46.9 31.42-98.9 56.34-146.41 74.87-48.09 18.76-96.6 30.39-145.33 44.32-95.12 27.19-192.42 47.15-289.89 67.08-290.32 59.34-577.25 124.32-871.81 261.43z' filter='url(%23a)' opacity='.25'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 46px 38px;
    padding-left: 38px; }
    .wsm-selected-store div h4, .wsm-selected-store div p, .wsm-selected-store div a, .wsm-selected-store div .link {
      color: #000000;
      font-family: Lato;
      font-size: 13px;
      font-weight: normal;
      letter-spacing: 0;
      margin: 0;
      padding: 0; }
    .wsm-selected-store div h4 {
      font-weight: 700; }
    .wsm-selected-store div p {
      opacity: 0.5;
      margin-top: 5px;
      margin-bottom: 5px; }
    .wsm-selected-store div a, .wsm-selected-store div .link {
      text-decoration: underline; }

.wsm-unavailable-items {
  padding-top: 20px;
  padding-bottom: 20px; }
  .wsm-unavailable-items ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px; }
    .wsm-unavailable-items ul li {
      overflow: hidden; }
      .wsm-unavailable-items ul li + li {
        margin-top: 20px; }
      .wsm-unavailable-items ul li img {
        margin-right: 20px;
        width: 55px;
        height: auto;
        float: left; }
      .wsm-unavailable-items ul li span {
        line-height: 1.4em;
        display: block; }
        .wsm-unavailable-items ul li span em {
          display: block;
          position: relative;
          font-style: normal;
          margin-top: 8px; }
          .wsm-unavailable-items ul li span em::before {
            content: '';
            display: inline-block;
            height: 8px;
            width: 8px;
            background-color: #E62020;
            border-radius: 50%;
            margin-right: 10px; }
  .wsm-unavailable-items .wsm-ui-bottom {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 30px; }
    .wsm-unavailable-items .wsm-ui-bottom button {
      margin-bottom: 0px; }
      @media screen and (max-width: 700px) {
        .wsm-unavailable-items .wsm-ui-bottom button {
          width: 100%;
          margin-left: 0px;
          height: auto;
          padding-left: 15px;
          padding-right: 15px; }
          .wsm-unavailable-items .wsm-ui-bottom button + button {
            margin-top: 10px; } }

/*
 *  Page specifics
 */
body.page-cart {
  padding-top: 0; }
  body.page-cart aside {
    margin-bottom: 1rem; }
    @media (min-width: 1025px) {
      body.page-cart aside {
        margin-bottom: 0; } }
  body.page-cart .alertBox {
    margin-bottom: 40px;
    margin-top: -20px; }
    body.page-cart .alertBox .alertBox-icon {
      display: none; }
  body.page-cart .cart-section.order-items {
    display: none; }
  body.page-cart .cart-header-item, body.page-cart .cart-item-block {
    padding: 1.5rem 1rem 1.5rem 0;
    vertical-align: top;
    font-size: 0.875rem;
    line-height: 1.43em; }
  body.page-cart .cart-header-quantity {
    text-align: left; }
  body.page-cart .cart-header-item:last-child,
  body.page-cart .cart-item-block:last-child {
    text-align: left;
    padding-right: 0; }
  body.page-cart .cart-item-figure {
    width: calc(72px + 1rem); }
    body.page-cart .cart-item-figure:after {
      display: none; }
    body.page-cart .cart-item-figure img {
      width: 100%;
      margin-top: 0;
      position: static; }
  body.page-cart .cart-item-title {
    padding-right: 2rem;
    overflow: visible; }
    body.page-cart .cart-item-title .cart-item-name {
      font-size: 0.875rem;
      line-height: 1.43em;
      letter-spacing: 0;
      max-width: 150px; }
      body.page-cart .cart-item-title .cart-item-name a, body.page-cart .cart-item-title .cart-item-name .link {
        text-decoration: none; }
      body.page-cart .cart-item-title .cart-item-name .size {
        font-size: 0.8em;
        color: #656565; }
    body.page-cart .cart-item-title .definitionList {
      font-size: 0.75rem; }
    body.page-cart .cart-item-title .shipping-detail {
      font-size: 0.815rem;
      margin-top: 1rem;
      width: 100px; }
      @media (min-width: 551px) {
        body.page-cart .cart-item-title .shipping-detail > div {
          white-space: nowrap; } }
      body.page-cart .cart-item-title .shipping-detail .store {
        font-weight: 700; }
      body.page-cart .cart-item-title .shipping-detail .value.ellipsis-loading {
        color: #656565; }
      body.page-cart .cart-item-title .shipping-detail .value.available {
        color: #2EB62E; }
      body.page-cart .cart-item-title .shipping-detail .value.limited {
        color: #DB6420; }
      body.page-cart .cart-item-title .shipping-detail .value.outofstock {
        color: #E62020; }
  body.page-cart .cart-item-quantity .form-increment {
    display: flex;
    align-items: center; }
    body.page-cart .cart-item-quantity .form-increment .button {
      border: none;
      padding: 0;
      width: 12px; }
    body.page-cart .cart-item-quantity .form-increment input {
      border: none;
      width: 60px;
      height: auto; }
  body.page-cart .cart-actions {
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    width: 100%;
    background-color: #FFFFFF; }
    body.page-cart .cart-actions .btn.primary, body.page-cart .cart-actions body.page-checkout .primary.optimizedCheckout-buttonPrimary, body.page-checkout body.page-cart .cart-actions .primary.optimizedCheckout-buttonPrimary, body.page-cart .cart-actions body.page-checkout .primary.optimizedCheckout-buttonSecondary, body.page-checkout body.page-cart .cart-actions .primary.optimizedCheckout-buttonSecondary, body.page-cart .cart-actions div#storemapper div#storemapper-form .primary#storemapper-go.btn, div#storemapper div#storemapper-form body.page-cart .cart-actions .primary#storemapper-go.btn, body.page-cart .cart-actions div#storemapper div#storemapper-form #productView-reminder-bar #storemapper-go.productView-mini-action, div#storemapper div#storemapper-form #productView-reminder-bar body.page-cart .cart-actions #storemapper-go.productView-mini-action, body.page-cart .cart-actions #productView-reminder-bar div#storemapper div#storemapper-form #storemapper-go.productView-mini-action, #productView-reminder-bar div#storemapper div#storemapper-form body.page-cart .cart-actions #storemapper-go.productView-mini-action, body.page-cart .cart-actions #productView-reminder-bar .productView-mini-action, #productView-reminder-bar body.page-cart .cart-actions .productView-mini-action {
      width: 100%; }
    body.page-cart .cart-actions .btn.text, body.page-cart .cart-actions body.page-checkout .text.optimizedCheckout-buttonPrimary, body.page-checkout body.page-cart .cart-actions .text.optimizedCheckout-buttonPrimary, body.page-cart .cart-actions body.page-checkout .text.optimizedCheckout-buttonSecondary, body.page-checkout body.page-cart .cart-actions .text.optimizedCheckout-buttonSecondary, body.page-cart .cart-actions div#storemapper div#storemapper-form .text#storemapper-go.btn, div#storemapper div#storemapper-form body.page-cart .cart-actions .text#storemapper-go.btn, body.page-cart .cart-actions #productView-reminder-bar .text.productView-mini-action, #productView-reminder-bar body.page-cart .cart-actions .text.productView-mini-action {
      margin: 20px 0 0; }
    @media (min-width: 1025px) {
      body.page-cart .cart-actions {
        position: static;
        padding: 0; } }
    body.page-cart .cart-actions .error-notes {
      background-color: rgba(230, 32, 32, 0.1);
      color: #E62020;
      padding: 0.5rem; }

body.page-checkout .checkoutHeader-login {
  display: none; }

body.page-checkout .checkout-form .redeemable-payments {
  display: none; }

body.page-checkout .form-actions {
  display: flex; }

body.page-checkout .creditCardTypes-list li {
  display: none; }

body.page-checkout .creditCardTypes-list li:nth-child(1), body.page-checkout .creditCardTypes-list li:nth-child(2), body.page-checkout .creditCardTypes-list li:nth-child(4) {
  display: inline-block; }

body.page-checkout #ccExpiry {
  padding: 0;
  text-align: center; }

body.page-checkout .form-field--error .form-input {
  background-color: white !important;
  border-color: #d14343 !important; }

body.page-checkout .form-actions.disabled {
  pointer-events: none; }
  body.page-checkout .form-actions.disabled button {
    background-color: #AEAEAE;
    color: #FFFFFF;
    cursor: not-allowed; }

body.page-checkout .cc-soptions {
  display: none !important; }

@media screen and (max-width: 550px) {
  body.page-checkout .modal {
    left: 50%; } }

body.page-checkout .modal.modal--afterOpen {
  min-height: 82vh !important; }

body.page-checkout .checkout-step--shipping .shipping-note-one,
body.page-checkout .checkout-step--shipping .shipping-note-two {
  text-align: left; }

body.page-checkout .checkout-step--shipping .shipping-note-one {
  margin-top: 1.5rem; }

body.page-checkout .checkout-step--shipping .shipping-note-two {
  margin: 0 0 3rem; }

body.page-checkout .checkout-step--shipping .form-actions {
  flex-wrap: wrap; }

@font-face {
  font-family: "Begum";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/begum-light/begum-light.eot");
  src: url("../fonts/begum-light/begum-light.eot?#iefix") format("embedded-opentype"), url("../fonts/begum-light/begum-light.woff2") format("woff2"), url("../fonts/begum-light/begum-light.woff") format("woff"), url("../fonts/begum-light/begum-light.ttf") format("truetype"), url("../fonts/begum-light/begum-light.svg#BegumW03-Light") format("svg"); }

@font-face {
  font-family: "Begum";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/begum-regular/begum-regular.eot");
  src: url("../fonts/begum-regular/begum-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/begum-regular/begum-regular.woff2") format("woff2"), url("../fonts/begum-regular/begum-regular.woff") format("woff"), url("../fonts/begum-regular/begum-regular.ttf") format("truetype"), url("../fonts/begum-regular/begum-regular.svg#BegumW03-Regular") format("svg"); }

@font-face {
  font-family: "Begum";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/begum-medium/begum-medium.eot");
  src: url("../fonts/begum-medium/begum-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/begum-medium/begum-medium.woff2") format("woff2"), url("../fonts/begum-medium/begum-medium.woff") format("woff"), url("../fonts/begum-medium/begum-medium.ttf") format("truetype"), url("../fonts/begum-medium/begum-medium.svg#BegumW03-Medium") format("svg"); }

@font-face {
  font-family: "Begum";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/begum-semibold/begum-semibold.eot");
  src: url("../fonts/begum-semibold/begum-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/begum-semibold/begum-semibold.woff2") format("woff2"), url("../fonts/begum-semibold/begum-semibold.woff") format("woff"), url("../fonts/begum-semibold/begum-semibold.ttf") format("truetype"), url("../fonts/begum-semibold/begum-semibold.svg#BegumW03-Semibold") format("svg"); }

@font-face {
  font-family: "Begum";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/begum-bold/begum-bold.eot");
  src: url("../fonts/begum-bold/begum-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/begum-bold/begum-bold.woff2") format("woff2"), url("../fonts/begum-bold/begum-bold.woff") format("woff"), url("../fonts/begum-bold/begum-bold.ttf") format("truetype"), url("../fonts/begum-bold/begum-bold.svg#BegumW03-Bold") format("svg"); }

@font-face {
  font-family: 'Playfair Display BlackItalic';
  src: url("../fonts/playfair-display/PlayfairDisplay-BlackItalic.woff2") format("woff2"), url("../fonts/playfair-display/PlayfairDisplay-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Playfair Display Bold';
  src: url("../fonts/playfair-display/PlayfairDisplay-Bold.woff2") format("woff2"), url("../fonts/playfair-display/PlayfairDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Playfair Display Black';
  src: url("../fonts/playfair-display/PlayfairDisplay-Black.woff2") format("woff2"), url("../fonts/playfair-display/PlayfairDisplay-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Playfair Display BoldItalic';
  src: url("../fonts/playfair-display/PlayfairDisplay-BoldItalic.woff2") format("woff2"), url("../fonts/playfair-display/PlayfairDisplay-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Playfair Display ExtraBold';
  src: url("../fonts/playfair-display/PlayfairDisplay-ExtraBold.woff2") format("woff2"), url("../fonts/playfair-display/PlayfairDisplay-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Playfair Display ExtraBoldItalic';
  src: url("../fonts/playfair-display/PlayfairDisplay-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/playfair-display/PlayfairDisplay-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Playfair Display';
  src: url("../fonts/playfair-display/PlayfairDisplay-Regular.woff2") format("woff2"), url("../fonts/playfair-displayPlayfairDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Playfair Display Italic';
  src: url("../fonts/playfair-display/PlayfairDisplay-Italic.woff2") format("woff2"), url("../fonts/playfair-display/PlayfairDisplay-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Playfair Display MediumItalic';
  src: url("../fonts/playfair-display/PlayfairDisplay-MediumItalic.woff2") format("woff2"), url("../fonts/playfair-display/PlayfairDisplay-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Playfair Display Medium';
  src: url("../fonts/playfair-display/PlayfairDisplay-Medium.woff2") format("woff2"), url("../fonts/playfair-display/PlayfairDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Playfair Display SemiBold';
  src: url("../fonts/playfair-display/PlayfairDisplay-SemiBold.woff2") format("woff2"), url("../fonts/playfair-display/PlayfairDisplay-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Playfair Display SemiBoldItalic';
  src: url("../fonts/playfair-display/PlayfairDisplay-SemiBoldItalic.woff2") format("woff2"), url("../fonts/playfair-display/PlayfairDisplay-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato/Lato-Black.woff2") format("woff2"), url("../fonts/lato/Lato-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato/Lato-Bold.woff2") format("woff2"), url("../fonts/lato/Lato-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato/Lato-BlackItalic.woff2") format("woff2"), url("../fonts/lato/Lato-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato/Lato-LightItalic.woff2") format("woff2"), url("../fonts/lato/Lato-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato/Lato-Light.woff2") format("woff2"), url("../fonts/lato/Lato-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato/Lato-Italic.woff2") format("woff2"), url("../fonts/lato/Lato-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato/Lato-BoldItalic.woff2") format("woff2"), url("../fonts/lato/Lato-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato/Lato-Regular.woff2") format("woff2"), url("../fonts/lato/Lato-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lato Hairline';
  src: url("../fonts/lato/Lato-HairlineItalic.woff2") format("woff2"), url("../fonts/lato/Lato-HairlineItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Lato Hairline';
  src: url("../fonts/lato/Lato-Hairline.woff2") format("woff2"), url("../fonts/lato/Lato-Hairline.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

body {
  padding: 104px 0 0;
  transition: padding 0.3s ease-in-out;
  color: #000000; }
  @media (min-width: 1025px) {
    body {
      padding-top: 150px; } }
  @media (min-width: 1025px) {
    body.thin-header {
      padding-top: 73px; } }
  body.hasAdminBar .adminBar {
    display: none; }

.readmore-text.active {
  display: block !important; }

.font-plain {
  font-family: "Lato", Arial, Helvetica, sans-serif; }

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, body.page-checkout .cartDrawer-total,
body.page-cart .cartDrawer-total, .h3, .h4, body.page-checkout .cartDrawer-items,
body.page-cart .cartDrawer-items, body.page-checkout .modal-header-title,
body.page-cart .modal-header-title, .h5, .h6 {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  line-height: 1.1;
  margin-top: 0;
  color: #000000; }
  h1.plain, h2.plain, h3.plain, h4.plain, h5.plain, h6.plain,
  .h1.plain, .h2.plain, body.page-checkout .plain.cartDrawer-total,
  body.page-cart .plain.cartDrawer-total, .h3.plain, .h4.plain, body.page-checkout .plain.cartDrawer-items,
  body.page-cart .plain.cartDrawer-items, body.page-checkout .plain.modal-header-title,
  body.page-cart .plain.modal-header-title, .h5.plain, .h6.plain {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    letter-spacing: 1px; }

h1, .h1 {
  font-size: 2.5rem;
  font-weight: 300; }
  @media (min-width: 1025px) {
    h1, .h1 {
      font-size: 4.0625rem; } }

h2, .h2, body.page-checkout .cartDrawer-total,
body.page-cart .cartDrawer-total {
  font-size: 1.5625rem;
  font-weight: 300; }
  @media (min-width: 1025px) {
    h2, .h2, body.page-checkout .cartDrawer-total,
    body.page-cart .cartDrawer-total {
      font-size: 2.5rem; } }

h3, .h3 {
  font-size: 1.25rem;
  font-weight: 300; }
  @media (min-width: 1025px) {
    h3, .h3 {
      font-size: 2.1875rem; } }

h4, .h4, body.page-checkout .cartDrawer-items,
body.page-cart .cartDrawer-items, body.page-checkout .modal-header-title,
body.page-cart .modal-header-title {
  font-size: 1.125rem;
  font-weight: 300; }
  @media (min-width: 1025px) {
    h4, .h4, body.page-checkout .cartDrawer-items,
    body.page-cart .cartDrawer-items, body.page-checkout .modal-header-title,
    body.page-cart .modal-header-title {
      font-size: 1.875rem; } }

h5, .h5 {
  font-size: 1.125rem;
  font-weight: 300; }
  @media (min-width: 1025px) {
    h5, .h5 {
      font-size: 1.5625rem; } }

h6, .h6 {
  font-size: 1.125rem;
  font-weight: 300; }
  h6.plain, .h6.plain {
    font-size: 0.75rem; }
  @media (min-width: 1025px) {
    h6, .h6 {
      font-size: 1.25rem; }
      h6.plain, .h6.plain {
        font-size: 0.75rem; } }

.subtitle {
  font-size: 1.5625rem; }
  .subtitle.small {
    font-size: 1.25rem; }
  @media (min-width: 1025px) {
    .subtitle {
      font-size: 1.5625rem; }
      .subtitle.small {
        font-size: 1rem; } }

.small {
  font-size: 0.875rem; }

.disclaimer {
  color: #656565;
  font-style: italic; }
  .disclaimer:before {
    content: 'Note: '; }

.btn, body.page-checkout .optimizedCheckout-buttonPrimary, body.page-checkout .optimizedCheckout-buttonSecondary, div#storemapper div#storemapper-form #storemapper-go.btn, #productView-reminder-bar .productView-mini-action {
  display: inline-block;
  min-width: 150px;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  outline: none;
  border: none;
  border-radius: 0px; }
  .btn.lower, body.page-checkout .lower.optimizedCheckout-buttonPrimary, body.page-checkout .lower.optimizedCheckout-buttonSecondary, div#storemapper div#storemapper-form .lower#storemapper-go.btn, #productView-reminder-bar .lower.productView-mini-action {
    text-transform: initial; }
  .btn.text, body.page-checkout .text.optimizedCheckout-buttonPrimary, body.page-checkout .text.optimizedCheckout-buttonSecondary, div#storemapper div#storemapper-form .text#storemapper-go.btn, #productView-reminder-bar .text.productView-mini-action {
    position: relative;
    padding: 0;
    min-width: 0;
    height: auto;
    line-height: 1.5;
    font-weight: 400;
    font-size: 0.75rem;
    transition: none; }
    .btn.text.large, body.page-checkout .text.large.optimizedCheckout-buttonPrimary, body.page-checkout .text.large.optimizedCheckout-buttonSecondary, div#storemapper div#storemapper-form .text.large#storemapper-go.btn, #productView-reminder-bar .text.large.productView-mini-action {
      font-size: 1.25rem; }
      @media (min-width: 1025px) {
        .btn.text.large, body.page-checkout .text.large.optimizedCheckout-buttonPrimary, body.page-checkout .text.large.optimizedCheckout-buttonSecondary, div#storemapper div#storemapper-form .text.large#storemapper-go.btn, #productView-reminder-bar .text.large.productView-mini-action {
          font-size: 1.125rem; } }
    .btn.text:after, body.page-checkout .text.optimizedCheckout-buttonPrimary:after, body.page-checkout .text.optimizedCheckout-buttonSecondary:after, div#storemapper div#storemapper-form .text#storemapper-go.btn:after, #productView-reminder-bar .text.productView-mini-action:after {
      content: '';
      position: absolute;
      top: 105%;
      left: 0;
      display: block;
      height: 0px;
      width: 100%;
      border-top: 1px solid;
      transition: opacity 0.3s ease-in-out; }
    .btn.text:hover:after, body.page-checkout .text.optimizedCheckout-buttonPrimary:hover:after, body.page-checkout .text.optimizedCheckout-buttonSecondary:hover:after, div#storemapper div#storemapper-form .text#storemapper-go.btn:hover:after, #productView-reminder-bar .text.productView-mini-action:hover:after {
      margin-top: 0px;
      opacity: 0; }
  .btn.primary, body.page-checkout .primary.optimizedCheckout-buttonPrimary, body.page-checkout .primary.optimizedCheckout-buttonSecondary, div#storemapper div#storemapper-form .primary#storemapper-go.btn, div#storemapper div#storemapper-form #productView-reminder-bar #storemapper-go.productView-mini-action, #productView-reminder-bar div#storemapper div#storemapper-form #storemapper-go.productView-mini-action, #productView-reminder-bar .productView-mini-action {
    background-color: #000000;
    color: #FFFFFF; }
    .btn.primary:hover, body.page-checkout .primary.optimizedCheckout-buttonPrimary:hover, body.page-checkout .primary.optimizedCheckout-buttonSecondary:hover, div#storemapper div#storemapper-form .primary#storemapper-go.btn:hover, div#storemapper div#storemapper-form #productView-reminder-bar #storemapper-go.productView-mini-action:hover, #productView-reminder-bar div#storemapper div#storemapper-form #storemapper-go.productView-mini-action:hover, #productView-reminder-bar .productView-mini-action:hover {
      background-color: #000000;
      opacity: 0.7; }
  .btn.secondary, body.page-checkout .secondary.optimizedCheckout-buttonPrimary, body.page-checkout .secondary.optimizedCheckout-buttonSecondary, div#storemapper div#storemapper-form .secondary#storemapper-go.btn, #productView-reminder-bar .secondary.productView-mini-action {
    color: #000000;
    border: 1px solid #000000; }
    .btn.secondary:hover, body.page-checkout .secondary.optimizedCheckout-buttonPrimary:hover, body.page-checkout .secondary.optimizedCheckout-buttonSecondary:hover, div#storemapper div#storemapper-form .secondary#storemapper-go.btn:hover, #productView-reminder-bar .secondary.productView-mini-action:hover {
      background-color: #000000;
      color: #FFFFFF; }
  .btn.disabled, body.page-checkout .disabled.optimizedCheckout-buttonPrimary, body.page-checkout .disabled.optimizedCheckout-buttonSecondary, div#storemapper div#storemapper-form .disabled#storemapper-go.btn, #productView-reminder-bar .disabled.productView-mini-action, .btn[disabled], body.page-checkout .optimizedCheckout-buttonPrimary[disabled], body.page-checkout .optimizedCheckout-buttonSecondary[disabled], div#storemapper div#storemapper-form #storemapper-go.btn[disabled], #productView-reminder-bar .productView-mini-action[disabled] {
    background-color: #AEAEAE;
    color: #FFFFFF;
    cursor: not-allowed; }
    .btn.disabled:hover, body.page-checkout .disabled.optimizedCheckout-buttonPrimary:hover, body.page-checkout .disabled.optimizedCheckout-buttonSecondary:hover, div#storemapper div#storemapper-form .disabled#storemapper-go.btn:hover, #productView-reminder-bar .disabled.productView-mini-action:hover, .btn[disabled]:hover, body.page-checkout .optimizedCheckout-buttonPrimary[disabled]:hover, body.page-checkout .optimizedCheckout-buttonSecondary[disabled]:hover, div#storemapper div#storemapper-form #storemapper-go.btn[disabled]:hover, #productView-reminder-bar .productView-mini-action[disabled]:hover {
      background-color: #AEAEAE;
      opacity: 1; }
  .btn.light, body.page-checkout .light.optimizedCheckout-buttonPrimary, body.page-checkout .light.optimizedCheckout-buttonSecondary, div#storemapper div#storemapper-form .light#storemapper-go.btn, #productView-reminder-bar .light.productView-mini-action {
    border: 1px solid #dddddd; }
    .btn.light:hover, body.page-checkout .light.optimizedCheckout-buttonPrimary:hover, body.page-checkout .light.optimizedCheckout-buttonSecondary:hover, div#storemapper div#storemapper-form .light#storemapper-go.btn:hover, #productView-reminder-bar .light.productView-mini-action:hover {
      background-color: #FFFFFF;
      color: #000000; }

.btn-container {
  display: flex;
  justify-content: center; }
  .btn-container .btn, .btn-container body.page-checkout .optimizedCheckout-buttonPrimary, body.page-checkout .btn-container .optimizedCheckout-buttonPrimary, .btn-container body.page-checkout .optimizedCheckout-buttonSecondary, body.page-checkout .btn-container .optimizedCheckout-buttonSecondary, .btn-container div#storemapper div#storemapper-form #storemapper-go.btn, div#storemapper div#storemapper-form .btn-container #storemapper-go.btn, .btn-container #productView-reminder-bar .productView-mini-action, #productView-reminder-bar .btn-container .productView-mini-action {
    margin: 0 12px; }

.hidden {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden; }

.body {
  margin-top: 4rem;
  margin-bottom: 0; }
  .body .heroCarousel {
    margin-top: 0; }
  .body.flush {
    margin-top: 0; }

.page {
  margin: 0; }

.container {
  max-width: 90.75rem;
  margin: 0 auto; }
  .container.wide {
    max-width: 1560px;
    padding-left: 20px;
    padding-right: 20px;
    transition: padding 0.3s ease-in-out; }
    @media (min-width: 1025px) {
      .container.wide {
        padding-left: 30px;
        padding-right: 30px; } }

.text-content-thin {
  max-width: 600px;
  margin: 0 auto;
  float: none; }

code {
  display: block;
  font-family: monospace;
  padding: 10px 15px;
  margin-top: 20px;
  background-color: #eeeeee; }

.style-example {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #eeeeee; }

.input-icon, div#storemapper div#storemapper-form input#storemapper-zip {
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: auto 23px;
  padding-right: 36px; }

.info-popup {
  position: absolute;
  bottom: 0;
  left: 100%;
  margin-left: 5px;
  height: 100%;
  display: flex;
  align-items: center; }
  .info-popup .icon {
    width: 12px;
    height: 12px; }
  .info-popup .info-detail {
    position: absolute;
    z-index: 1001;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 260px;
    border: 1px solid #C9C9C9;
    background-color: #FFFFFF;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    margin-top: 15px;
    transition: all 0.3s ease-in-out; }
    .info-popup .info-detail:before, .info-popup .info-detail:after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 100%;
      width: 0;
      height: 0;
      margin-left: -8px;
      border: 8px solid transparent;
      border-bottom: 8px solid #C9C9C9; }
    .info-popup .info-detail:after {
      border-width: 6px;
      margin-left: -6px;
      border-bottom-color: #FFFFFF; }
  .info-popup:hover .info-detail {
    margin-top: 5px;
    opacity: 1;
    visibility: visible; }

.product-flag {
  font-size: 0.625rem;
  color: #040404;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px; }
  .product-flag.sale {
    color: transparent; }
  .product-flag.final-sale {
    color: #AA182C; }
  .product-flag.red {
    color: transparent; }
  .product-flag.limited, .product-flag.limited-edition, .product-flag.gold {
    color: #A6742D; }
  .product-flag.back, .product-flag.back-in-stock, .product-flag.green {
    color: #2EB62E; }
  .product-flag.outlet, .product-flag.orange {
    color: #E75D22; }
  .product-flag.online-exclusive, .product-flag.australian-design, .product-flag.black {
    color: #040404; }
  .product-flag.pre-order {
    color: #000000; }
  .product-flag.sustainable {
    color: #324b3f; }
  .product-flag.resort {
    color: #10A5F5; }
  .product-flag span.sale, .product-flag span.red {
    color: transparent; }
  .product-flag span.limited, .product-flag span.limited-edition, .product-flag span.gold {
    color: #A6742D; }
  .product-flag span.back, .product-flag span.back-in-stock, .product-flag span.green {
    color: #2EB62E; }
  .product-flag span.outlet, .product-flag span.orange {
    color: #E75D22; }
  .product-flag span.online-exclusive, .product-flag span.australian-design, .product-flag span.black {
    color: #040404; }
  .product-flag span.pre-order {
    color: #000000; }
  .product-flag span.sustainable {
    color: #324b3f; }
  .product-flag span.resort {
    color: #10A5F5; }

.slick-dotted.slick-dot-dots .slick-dots {
  position: absolute;
  bottom: 10px; }
  .slick-dotted.slick-dot-dots .slick-dots li button {
    border-color: #A2A2A2;
    width: 14px;
    height: 14px; }
  .slick-dotted.slick-dot-dots .slick-dots li.slick-active button {
    border-color: #000000;
    position: relative; }
    .slick-dotted.slick-dot-dots .slick-dots li.slick-active button:before {
      background-color: #000000;
      width: 8px;
      height: 8px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

.slick-dotted.slick-dot-lines .slick-dots {
  bottom: -60px; }
  .slick-dotted.slick-dot-lines .slick-dots li button {
    height: 2px;
    width: 22px;
    background-color: #C9C9C9;
    border-radius: 0;
    border: none; }
    .slick-dotted.slick-dot-lines .slick-dots li button:before {
      display: none; }
  .slick-dotted.slick-dot-lines .slick-dots li.slick-active button {
    background-color: #000000; }

#browser-compatibility {
  padding: 60px;
  text-align: center; }

.loading-icon {
  background-image: url(https://cdn11.bigcommerce.com/s-62pjwo3vq9/product_images/uploaded_images/ajax-loader.gif);
  background-position: center;
  background-repeat: no-repeat; }

.ellipsis-loading {
  animation: color-blink 2000ms infinite; }
  .ellipsis-loading:after {
    content: '';
    animation: ellipsis 1200ms infinite; }

@keyframes ellipsis {
  0% {
    content: ''; }
  33% {
    content: '.'; }
  66% {
    content: '..'; }
  100% {
    content: '...'; } }

@keyframes color-blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.7; }
  100% {
    opacity: 1; } }

.grid .col {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 45px; }
  .grid .col img {
    width: 100%; }
  .grid .col > * {
    position: relative; }

.grid .col-1 > * {
  width: 100%;
  max-width: 1260px; }

.grid .col-2 > * {
  width: 49%;
  max-width: 615px; }
  @media only screen and (max-width: 767px) {
    .grid .col-2 > * {
      width: 100%;
      max-width: none;
      margin-bottom: 45px; }
      .grid .col-2 > *:last-child {
        margin-bottom: 0; } }

.grid .col-3 > * {
  width: 32%;
  max-width: 400px; }
  @media only screen and (max-width: 1024px) {
    .grid .col-3 > * {
      width: 49%;
      max-width: 615px; }
      .grid .col-3 > *:nth-child(1) {
        width: 100%;
        max-width: none;
        margin-bottom: 45px; } }
  @media only screen and (max-width: 767px) {
    .grid .col-3 > * {
      width: 100%;
      max-width: none;
      margin-bottom: 45px; }
      .grid .col-3 > *:last-child {
        margin-bottom: 0; } }

.grid .col-3.feature-1 > * {
  width: 23%;
  max-width: 290px; }
  .grid .col-3.feature-1 > *:nth-child(1) {
    width: 49%;
    max-width: 615px; }
  @media only screen and (max-width: 1024px) {
    .grid .col-3.feature-1 > * {
      width: 49%;
      max-width: 615px; }
      .grid .col-3.feature-1 > *:nth-child(1) {
        width: 100%;
        max-width: none;
        margin-bottom: 45px; } }
  @media only screen and (max-width: 767px) {
    .grid .col-3.feature-1 > * {
      width: 100%;
      max-width: none;
      margin-bottom: 45px; }
      .grid .col-3.feature-1 > *:last-child {
        margin-bottom: 0; } }

.grid .col-3.feature-2 > * {
  width: 23%;
  max-width: 290px; }
  .grid .col-3.feature-2 > *:nth-child(2) {
    width: 49%;
    max-width: 615px; }
  @media only screen and (max-width: 1024px) {
    .grid .col-3.feature-2 > * {
      width: 49%;
      max-width: 615px;
      order: 3;
      margin-bottom: 0; }
      .grid .col-3.feature-2 > *:nth-child(2) {
        width: 100%;
        max-width: none;
        order: 1;
        margin-bottom: 45px; } }
  @media only screen and (max-width: 767px) {
    .grid .col-3.feature-2 > * {
      width: 100%;
      max-width: none;
      margin-bottom: 45px; }
      .grid .col-3.feature-2 > *:last-child {
        margin-bottom: 0; } }

.grid .col-3.feature-3 > * {
  width: 23%;
  max-width: 290px; }
  .grid .col-3.feature-3 > *:nth-child(3) {
    width: 49%;
    max-width: 615px; }
  @media only screen and (max-width: 1024px) {
    .grid .col-3.feature-3 > * {
      width: 49%;
      max-width: 615px;
      margin-bottom: 45px; }
      .grid .col-3.feature-3 > *:nth-child(3) {
        width: 100%;
        max-width: none;
        margin-bottom: 0px; } }
  @media only screen and (max-width: 767px) {
    .grid .col-3.feature-3 > * {
      width: 100%;
      max-width: none;
      margin-bottom: 45px; }
      .grid .col-3.feature-3 > *:last-child {
        margin-bottom: 0; } }

.grid .col-4 > * {
  width: 23%;
  max-width: 290px; }
  @media only screen and (max-width: 1024px) {
    .grid .col-4 > * {
      width: 49%;
      max-width: 615px; }
      .grid .col-4 > *:nth-child(1), .grid .col-4 > *:nth-child(2) {
        margin-bottom: 45px; } }
  @media only screen and (max-width: 767px) {
    .grid .col-4 > * {
      width: 100%;
      max-width: none;
      margin-bottom: 45px; }
      .grid .col-4 > *:last-child {
        margin-bottom: 0; } }

.grid .float-content {
  position: absolute;
  padding: 30px 45px;
  width: 90%; }
  .grid .float-content.tl {
    top: 0;
    left: 0; }
  .grid .float-content.tr {
    top: 0;
    right: 0;
    text-align: right; }
  .grid .float-content.bl {
    bottom: 0;
    left: 0; }
  .grid .float-content.br {
    bottom: 0;
    right: 0;
    text-align: right; }

.input-icon.icon-map, div#storemapper div#storemapper-form input#storemapper-zip {
  background-image: url(../icons/wit-input-map.svg); }

.account .breadcrumbs {
  display: none; }

.account .navBar-item a, .account .navBar-item .link {
  color: #656565; }

.account .navBar-item.active a, .account .navBar-item.active .link {
  color: #000000; }

.navBar--account {
  display: block;
  height: 50px;
  position: relative;
  z-index: 1;
  max-width: 90.75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.5rem; }
  @media (min-width: 1025px) {
    .navBar--account {
      height: auto;
      padding: 0; } }
  .navBar--account ul {
    margin-left: 0;
    border: 1px solid #D8D8D8;
    overflow: hidden;
    position: relative;
    padding-right: 70px;
    background: #FFFFFF; }
    .navBar--account ul:before, .navBar--account ul:after {
      content: '';
      position: absolute;
      z-index: 1;
      top: 23px;
      right: 20px;
      width: 0;
      height: 0;
      border: 8px solid transparent; }
    .navBar--account ul:before {
      border-top-color: #656565; }
    .navBar--account ul:after {
      border-top-color: #FFFFFF;
      border-width: 6px;
      margin-right: 2px; }
    @media (min-width: 1025px) {
      .navBar--account ul {
        height: auto;
        border: none;
        overflow: visible;
        padding-right: 0; }
        .navBar--account ul:before, .navBar--account ul:after {
          display: none; } }
  .navBar--account li {
    display: none;
    text-align: left;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px; }
    .navBar--account li a, .navBar--account li .link {
      text-decoration: none;
      color: #656565;
      display: block; }
    .navBar--account li.active {
      display: block; }
      .navBar--account li.active a, .navBar--account li.active .link {
        color: #000000; }
      @media (min-width: 1025px) {
        .navBar--account li.active {
          display: inline-block; } }
    @media (min-width: 1025px) {
      .navBar--account li {
        display: block;
        height: auto;
        line-height: 1.5em;
        margin-bottom: 20px;
        padding: 0; } }
  .navBar--account ul.is-open:before, .navBar--account ul.is-open:after {
    transform: rotate(180deg);
    margin-top: -8px; }
  .navBar--account ul.is-open:after {
    margin-top: -4px; }
  .navBar--account ul.is-open li {
    display: block; }

.account-flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between; }
  .account-flex-wrapper .navBar--sub {
    width: 100%; }
    .account-flex-wrapper .navBar--sub .navBar-item {
      text-align: left;
      font-size: 15px; }
      .account-flex-wrapper .navBar--sub .navBar-item a, .account-flex-wrapper .navBar--sub .navBar-item .link {
        text-decoration: none; }
  @media (min-width: 1025px) {
    .account-flex-wrapper {
      flex-wrap: nowrap; }
      .account-flex-wrapper .navBar--sub {
        width: 25%; }
        .account-flex-wrapper .navBar--sub .navBar-item {
          display: block;
          text-align: left;
          margin-bottom: 20px;
          font-size: 15px; }
          .account-flex-wrapper .navBar--sub .navBar-item a, .account-flex-wrapper .navBar--sub .navBar-item .link {
            text-decoration: none; } }
  .account-flex-wrapper .account-right-content-flex-wrapper {
    width: 90%;
    min-height: 50vh;
    margin: 0 auto;
    margin-bottom: 3rem; }
    @media (min-width: 1025px) {
      .account-flex-wrapper .account-right-content-flex-wrapper {
        width: 75%; } }
    .account-flex-wrapper .account-right-content-flex-wrapper .h3 {
      margin-bottom: 2rem; }
    .account-flex-wrapper .account-right-content-flex-wrapper h6 {
      text-transform: capitalize;
      letter-spacing: normal; }
    .account-flex-wrapper .account-right-content-flex-wrapper p {
      font-size: 14px;
      line-height: 18px; }
      .account-flex-wrapper .account-right-content-flex-wrapper p.gc-bold-text {
        font-size: 16px;
        line-height: 30px; }
    .account-flex-wrapper .account-right-content-flex-wrapper .form-fieldset a, .account-flex-wrapper .account-right-content-flex-wrapper .form-fieldset .link {
      margin-right: 10px; }
    .account-flex-wrapper .account-right-content-flex-wrapper .btn.text, .account-flex-wrapper .account-right-content-flex-wrapper body.page-checkout .text.optimizedCheckout-buttonPrimary, body.page-checkout .account-flex-wrapper .account-right-content-flex-wrapper .text.optimizedCheckout-buttonPrimary, .account-flex-wrapper .account-right-content-flex-wrapper body.page-checkout .text.optimizedCheckout-buttonSecondary, body.page-checkout .account-flex-wrapper .account-right-content-flex-wrapper .text.optimizedCheckout-buttonSecondary, .account-flex-wrapper .account-right-content-flex-wrapper div#storemapper div#storemapper-form .text#storemapper-go.btn, div#storemapper div#storemapper-form .account-flex-wrapper .account-right-content-flex-wrapper .text#storemapper-go.btn, .account-flex-wrapper .account-right-content-flex-wrapper #productView-reminder-bar .text.productView-mini-action, #productView-reminder-bar .account-flex-wrapper .account-right-content-flex-wrapper .text.productView-mini-action {
      color: #656565;
      border: 0;
      font-size: 14px;
      padding-bottom: 2px;
      border-bottom: 1px solid #656565;
      transition: all 0.3s ease-in-out;
      letter-spacing: 0; }
      .account-flex-wrapper .account-right-content-flex-wrapper .btn.text::after, .account-flex-wrapper .account-right-content-flex-wrapper body.page-checkout .text.optimizedCheckout-buttonPrimary::after, body.page-checkout .account-flex-wrapper .account-right-content-flex-wrapper .text.optimizedCheckout-buttonPrimary::after, .account-flex-wrapper .account-right-content-flex-wrapper body.page-checkout .text.optimizedCheckout-buttonSecondary::after, body.page-checkout .account-flex-wrapper .account-right-content-flex-wrapper .text.optimizedCheckout-buttonSecondary::after, .account-flex-wrapper .account-right-content-flex-wrapper div#storemapper div#storemapper-form .text#storemapper-go.btn::after, div#storemapper div#storemapper-form .account-flex-wrapper .account-right-content-flex-wrapper .text#storemapper-go.btn::after, .account-flex-wrapper .account-right-content-flex-wrapper #productView-reminder-bar .text.productView-mini-action::after, #productView-reminder-bar .account-flex-wrapper .account-right-content-flex-wrapper .text.productView-mini-action::after {
        display: none; }
      .account-flex-wrapper .account-right-content-flex-wrapper .btn.text:hover, .account-flex-wrapper .account-right-content-flex-wrapper body.page-checkout .text.optimizedCheckout-buttonPrimary:hover, body.page-checkout .account-flex-wrapper .account-right-content-flex-wrapper .text.optimizedCheckout-buttonPrimary:hover, .account-flex-wrapper .account-right-content-flex-wrapper body.page-checkout .text.optimizedCheckout-buttonSecondary:hover, body.page-checkout .account-flex-wrapper .account-right-content-flex-wrapper .text.optimizedCheckout-buttonSecondary:hover, .account-flex-wrapper .account-right-content-flex-wrapper div#storemapper div#storemapper-form .text#storemapper-go.btn:hover, div#storemapper div#storemapper-form .account-flex-wrapper .account-right-content-flex-wrapper .text#storemapper-go.btn:hover, .account-flex-wrapper .account-right-content-flex-wrapper #productView-reminder-bar .text.productView-mini-action:hover, #productView-reminder-bar .account-flex-wrapper .account-right-content-flex-wrapper .text.productView-mini-action:hover {
        border-bottom: 0;
        color: #b3b3b3; }
    .account-flex-wrapper .account-right-content-flex-wrapper input.btn.text:focus, .account-flex-wrapper .account-right-content-flex-wrapper body.page-checkout input.text.optimizedCheckout-buttonPrimary:focus, body.page-checkout .account-flex-wrapper .account-right-content-flex-wrapper input.text.optimizedCheckout-buttonPrimary:focus, .account-flex-wrapper .account-right-content-flex-wrapper body.page-checkout input.text.optimizedCheckout-buttonSecondary:focus, body.page-checkout .account-flex-wrapper .account-right-content-flex-wrapper input.text.optimizedCheckout-buttonSecondary:focus, .account-flex-wrapper .account-right-content-flex-wrapper div#storemapper div#storemapper-form input.text#storemapper-go.btn:focus, div#storemapper div#storemapper-form .account-flex-wrapper .account-right-content-flex-wrapper input.text#storemapper-go.btn:focus, .account-flex-wrapper .account-right-content-flex-wrapper #productView-reminder-bar input.text.productView-mini-action:focus, #productView-reminder-bar .account-flex-wrapper .account-right-content-flex-wrapper input.text.productView-mini-action:focus {
      outline: none;
      box-shadow: none;
      -webkit-box-shadow: none; }
  .account-flex-wrapper .wishlists-table {
    margin-top: 0;
    font-size: 15px; }
    .account-flex-wrapper .wishlists-table thead tr th {
      font-size: 15px; }
      .account-flex-wrapper .wishlists-table thead tr th:nth-of-type(1) {
        width: 30%; }
        @media (min-width: 551px) {
          .account-flex-wrapper .wishlists-table thead tr th:nth-of-type(1) {
            width: unset; } }
  .account-flex-wrapper .account-body {
    margin: 0 auto; }
    .account-flex-wrapper .account-body .productGrid {
      margin-top: 1rem;
      display: flex;
      flex-wrap: wrap; }
      .account-flex-wrapper .account-body .productGrid .product {
        position: relative;
        margin-bottom: 2rem; }
        @media (min-width: 1025px) {
          .account-flex-wrapper .account-body .productGrid .product {
            width: 33.3%; } }
        .account-flex-wrapper .account-body .productGrid .product .form {
          position: absolute;
          top: 7px;
          right: 19px;
          margin: 0; }
          .account-flex-wrapper .account-body .productGrid .product .form input {
            border-radius: 50%;
            padding: 1.6px 6.5px; }
        .account-flex-wrapper .account-body .productGrid .product .form-remove-wishlist {
          right: 8px; }
        .account-flex-wrapper .account-body .productGrid .product .card {
          margin-bottom: 0;
          display: flex;
          flex-direction: column;
          height: 100%; }
          .account-flex-wrapper .account-body .productGrid .product .card .card-body {
            line-height: 22px; }
            @media (min-width: 1025px) {
              .account-flex-wrapper .account-body .productGrid .product .card .card-body {
                text-align: left; } }
          .account-flex-wrapper .account-body .productGrid .product .card .card-figcaption-button {
            font-family: Lato, Arial, Helvetica, sans-serif; }
          .account-flex-wrapper .account-body .productGrid .product .card .add-to-wishlist {
            display: none; }

.account-settings-body .form-label,
.account-body .form-label {
  color: #656565;
  display: inline-block;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 26px;
  text-transform: uppercase;
  cursor: unset; }
  .account-settings-body .form-label small,
  .account-body .form-label small {
    float: unset;
    font-size: 1rem; }

.account-settings-body .form-field--checkbox,
.account-settings-body #FormField_43,
.account-body .form-field--checkbox,
.account-body #FormField_43 {
  display: none; }

.account-settings-body .form #FormField_33,
.account-body .form #FormField_33 {
  display: none; }

.account-settings-body .alertBox {
  margin-bottom: 20px; }

.account-settings-body .form-actions {
  width: 100%; }
  @media (min-width: 551px) {
    .account-settings-body .form-actions {
      margin-left: 50%;
      padding-left: 0.75rem;
      width: 50%; } }
  .account-settings-body .form-actions .btn, .account-settings-body .form-actions body.page-checkout .optimizedCheckout-buttonPrimary, body.page-checkout .account-settings-body .form-actions .optimizedCheckout-buttonPrimary, .account-settings-body .form-actions body.page-checkout .optimizedCheckout-buttonSecondary, body.page-checkout .account-settings-body .form-actions .optimizedCheckout-buttonSecondary, .account-settings-body .form-actions div#storemapper div#storemapper-form #storemapper-go.btn, div#storemapper div#storemapper-form .account-settings-body .form-actions #storemapper-go.btn, .account-settings-body .form-actions #productView-reminder-bar .productView-mini-action, #productView-reminder-bar .account-settings-body .form-actions .productView-mini-action {
    width: 100%; }

.account-settings-body .form ::placeholder {
  font-size: 0px; }

.account-settings-body .form ::-webkit-input-placeholder {
  /* Edge */
  font-size: 0px; }

.account-settings-body .form :-ms-input-placeholder {
  /* Internet Explorer */
  font-size: 0px; }

.addressList {
  display: flex;
  flex-wrap: wrap; }
  .addressList .address {
    margin-bottom: 25px;
    min-height: 212px; }
  .addressList .panel--address .panel-body {
    min-height: unset;
    padding-bottom: 2.5rem;
    margin-bottom: 0;
    background: #f1f1f1;
    border: 1px solid #d8d8d8; }
    @media (min-width: 551px) {
      .addressList .panel--address .panel-body {
        padding-bottom: 3.5rem; } }
  .addressList .panel--newAddress {
    height: 100%; }
    .addressList .panel--newAddress .panel-body {
      background-color: transparent;
      border: 1px solid #d8d8d8; }
    .addressList .panel--newAddress .address-title {
      font-size: 11px;
      letter-spacing: 1px;
      line-height: 26px;
      text-transform: uppercase;
      color: #000000;
      font-weight: 400; }
    .addressList .panel--newAddress .panel-body {
      height: 100%; }
  .addressList .address-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 35px;
    color: #231F20;
    letter-spacing: normal; }
  .addressList .address-details--postal {
    font-size: 15px;
    line-height: 25px;
    color: #231F20; }
  .addressList .address-symbol {
    font-size: 26px;
    color: #000000; }
  .addressList .form-actions {
    font-size: 14px;
    margin-top: 0; }
    .addressList .form-actions .address-details-edit-btn {
      margin-bottom: 0;
      margin-right: 5px;
      width: unset; }
      @media (min-width: 551px) {
        .addressList .form-actions .address-details-edit-btn {
          margin-bottom: 1rem; } }
    .addressList .form-actions .address-details-delete-btn {
      margin-bottom: 0;
      text-decoration: underline;
      width: unset; }
      @media (min-width: 551px) {
        .addressList .form-actions .address-details-delete-btn {
          margin-bottom: 1rem; } }

.account-body.address-form-wrapper .form .form-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .account-body.address-form-wrapper .form .form-row .form-field[data-type="FirstName"] {
    order: 0; }
  .account-body.address-form-wrapper .form .form-row .form-field[data-type="LastName"] {
    order: 1; }
  .account-body.address-form-wrapper .form .form-row .form-field[data-type="CompanyName"] {
    order: 2; }
  .account-body.address-form-wrapper .form .form-row .form-field[data-type="AddressLine1"] {
    order: 3; }
  .account-body.address-form-wrapper .form .form-row .form-field[data-type="AddressLine2"] {
    order: 4; }
  .account-body.address-form-wrapper .form .form-row .form-field[data-type="City"] {
    order: 5; }
  .account-body.address-form-wrapper .form .form-row .form-field[data-type="Country"] {
    order: 6; }
  .account-body.address-form-wrapper .form .form-row .form-field[data-type="Zip"] {
    order: 7; }
  .account-body.address-form-wrapper .form .form-row .form-field[data-type="State"] {
    order: 8; }
  .account-body.address-form-wrapper .form .form-row .form-field[data-type="Phone"] {
    order: 9; }

.account-body.address-form-wrapper .form .form-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .account-body.address-form-wrapper .form .form-actions .form-actions-half {
    width: 100%; }
    @media (min-width: 551px) {
      .account-body.address-form-wrapper .form .form-actions .form-actions-half {
        padding: 0 0.75rem;
        width: 50%; }
        .account-body.address-form-wrapper .form .form-actions .form-actions-half:nth-of-type(odd) {
          padding-left: 0; }
        .account-body.address-form-wrapper .form .form-actions .form-actions-half:nth-of-type(even) {
          padding-right: 0; } }
    .account-body.address-form-wrapper .form .form-actions .form-actions-half a, .account-body.address-form-wrapper .form .form-actions .form-actions-half .link,
    .account-body.address-form-wrapper .form .form-actions .form-actions-half input {
      width: 100%; }

.wc-right-flex-container {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1rem; }
  @media (min-width: 551px) {
    .wc-right-flex-container {
      flex-direction: row; } }
  .wc-right-flex-container .left-part {
    width: 100%;
    margin-bottom: 1rem; }
    @media (min-width: 551px) {
      .wc-right-flex-container .left-part {
        width: 58%; } }
    .wc-right-flex-container .left-part p {
      margin-bottom: 3rem; }
  .wc-right-flex-container .right-part {
    width: 100%;
    margin-bottom: 40px; }
    @media (min-width: 551px) {
      .wc-right-flex-container .right-part {
        width: 37%; } }
    .wc-right-flex-container .right-part .account-body {
      padding: 30px;
      border: 1px solid #E9E9E9; }

.icons-flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  .icons-flex-container .icons {
    width: 48%;
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center; }
    .icons-flex-container .icons .img-wrapper {
      width: 20%; }
    .icons-flex-container .icons span {
      display: inline-block;
      font-size: 11px;
      line-height: 18px;
      text-transform: uppercase;
      width: 78%; }

.ep-flex-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3rem; }
  @media (min-width: 551px) {
    .ep-flex-container {
      flex-direction: row; } }
  .ep-flex-container:nth-of-type(1) {
    margin-top: 3rem; }
  .ep-flex-container#emailprefunavailable {
    margin-top: 0; }
  .ep-flex-container .left,
  .ep-flex-container .right {
    width: 100%;
    display: flex;
    flex-direction: column; }
    @media (min-width: 551px) {
      .ep-flex-container .left,
      .ep-flex-container .right {
        width: 48%; } }
    .ep-flex-container .left .ep-subtitle,
    .ep-flex-container .right .ep-subtitle {
      margin-bottom: 0.5rem;
      font-size: 11px;
      color: #656565;
      letter-spacing: 1px;
      text-transform: uppercase; }
    .ep-flex-container .left h6,
    .ep-flex-container .right h6 {
      flex: 1 1 auto;
      line-height: 26px; }
    .ep-flex-container .left .select-container,
    .ep-flex-container .right .select-container {
      position: relative; }
      .ep-flex-container .left .select-container::after,
      .ep-flex-container .right .select-container::after {
        border-color: #1a1a1a;
        border-style: solid;
        border-width: 0 2px 2px 0;
        content: '';
        display: block;
        height: 9px;
        position: absolute;
        top: 50%;
        -webkit-transform: translate3d(0, -75%, 0) rotate(45deg);
        transform: translate3d(0, -75%, 0) rotate(45deg);
        right: 22px;
        width: 9px;
        pointer-events: none; }
    .ep-flex-container .left select,
    .ep-flex-container .right select {
      height: 50px;
      font-size: 14px;
      border-color: #dddddd;
      border-radius: 0;
      background: transparent;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      cursor: pointer;
      padding-left: 22px; }
  .ep-flex-container .left {
    margin-bottom: 2rem; }
    @media (min-width: 551px) {
      .ep-flex-container .left {
        margin-bottom: 0; } }
  .ep-flex-container .right .bd-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .ep-flex-container .right .bd-wrapper input {
      display: inline-block;
      width: 30%; }
      .ep-flex-container .right .bd-wrapper input::placeholder {
        color: #000000;
        font-size: 14px; }
      .ep-flex-container .right .bd-wrapper input::-webkit-input-placeholder {
        /* Edge */
        color: #000000;
        font-size: 14px; }
      .ep-flex-container .right .bd-wrapper input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #000000;
        font-size: 14px; }
    .ep-flex-container .right .bd-wrapper .select-container {
      width: 65%; }
  .ep-flex-container .icons-flex-container {
    flex-direction: column;
    margin-top: 2rem; }
    @media (min-width: 551px) {
      .ep-flex-container .icons-flex-container {
        flex-direction: row; } }
    .ep-flex-container .icons-flex-container .icons {
      width: 100%; }
      @media (min-width: 551px) {
        .ep-flex-container .icons-flex-container .icons {
          width: 48%; } }
      .ep-flex-container .icons-flex-container .icons .img-wrapper {
        width: 15%;
        padding-right: 10px; }
      .ep-flex-container .icons-flex-container .icons span {
        width: 75%;
        padding-right: 10px;
        font-size: 11px;
        color: #656565;
        letter-spacing: 1px;
        text-transform: uppercase; }
  .ep-flex-container .tgl {
    position: relative;
    outline: 0;
    display: inline-block;
    cursor: pointer;
    user-select: none;
    margin: 0 0 5px 0;
    min-width: 45px;
    max-width: 90px;
    width: 20%; }
    .ep-flex-container .tgl span {
      position: relative;
      display: block;
      height: 28px;
      line-height: 19.2px;
      overflow: hidden;
      font-weight: normal;
      text-align: center;
      border-radius: 32px;
      padding: 8px 16px;
      border: 1px solid #cccccc;
      box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.2), 0 2px 0 rgba(255, 255, 255, 0.7);
      transition: color 0.3s ease, padding 0.3s ease-in-out, background 0.3s ease-in-out; }
    .ep-flex-container .tgl span:before {
      position: relative;
      display: block;
      line-height: 20.8px;
      padding: 0 3.2px;
      font-size: 16px; }
    .ep-flex-container .tgl span:after {
      position: absolute;
      display: block;
      content: "";
      border: 1px solid #cccccc;
      border-radius: 32px;
      width: 20.8px;
      height: 20.8px;
      margin-left: -23.2px;
      top: 3.4px;
      background: #ffffff;
      transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 0.97), background 0.3s ease-in-out; }
    .ep-flex-container .tgl input[type="checkbox"] {
      display: none !important; }
    .ep-flex-container .tgl input[type="checkbox"]:not(:checked) + span {
      background: #de474e;
      color: #ffffff;
      padding-left: 25.6px;
      padding-right: 6.4px; }
    .ep-flex-container .tgl input[type="checkbox"]:not(:checked) + span:before {
      content: attr(data-off);
      color: #ffffff; }
    .ep-flex-container .tgl input[type="checkbox"]:not(:checked) + span:after {
      background: #ffffff;
      left: 1.6rem; }
    .ep-flex-container .tgl input[type="checkbox"]:checked + span {
      background: #ffffff;
      color: #ffffff;
      padding-left: 6.4px;
      padding-right: 25.6px; }
    .ep-flex-container .tgl input[type="checkbox"]:checked + span:before {
      content: attr(data-on); }
    .ep-flex-container .tgl input[type="checkbox"]:checked + span:after {
      background: #ffffff;
      left: 100%; }
    .ep-flex-container .tgl input[type="checkbox"]:disabled,
    .ep-flex-container .tgl input[type="checkbox"]:disabled + span {
      cursor: not-allowed; }
  .ep-flex-container .tgl-gray input[type="checkbox"]:not(:checked) + span {
    background: #e3e3e3;
    color: #e2e2e2; }
  .ep-flex-container .tgl-gray input[type="checkbox"]:not(:checked) + span:before {
    color: #e2e2e2; }
  .ep-flex-container .tgl-gray input[type="checkbox"]:not(:checked) + span:after {
    background: #ffffff; }
  .ep-flex-container .tgl-gray i {
    font-style: normal;
    font-size: 14px;
    position: absolute; }
    .ep-flex-container .tgl-gray i.left {
      top: 2px;
      margin-left: -30px; }
    .ep-flex-container .tgl-gray i.right {
      top: 2px;
      margin-left: 68px; }

#order-history .title-line, #order-history .transaction {
  display: flex; }
  #order-history .title-line > div, #order-history .transaction > div {
    width: 20%;
    text-align: left;
    padding: 5px; }

#order-history .title-line {
  border-bottom: 1px solid #D8D8D8; }
  #order-history .title-line > div {
    font-size: 1.25rem;
    font-weight: 700;
    padding-bottom: 10px;
    color: #231F20;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px; }

#order-history .transaction:nth-child(even) {
  background-color: #F4F4F4; }

#order-history .transaction.transactions-not-found {
  padding: 10px;
  justify-content: center; }

@media only screen and (max-width: 767px) {
  #order-history .title-line {
    display: none; }
  #order-history .transaction {
    flex-wrap: wrap; }
    #order-history .transaction > .transaction-date {
      width: 40%; }
      #order-history .transaction > .transaction-date:before {
        content: 'Date: ';
        font-weight: 700; }
    #order-history .transaction > .transaction-id {
      width: 60%; }
      #order-history .transaction > .transaction-id:before {
        content: 'Invoice #: ';
        font-weight: 700; }
    #order-history .transaction > .transaction-store {
      width: 40%; }
      #order-history .transaction > .transaction-store:before {
        content: 'Store: ';
        font-weight: 700; }
    #order-history .transaction > .transaction-total {
      width: 30%; }
      #order-history .transaction > .transaction-total:before {
        content: 'Total: ';
        font-weight: 700; }
    #order-history .transaction > .transaction-items {
      width: 30%; }
      #order-history .transaction > .transaction-items:before {
        content: 'Items: ';
        font-weight: 700; } }

.body.o-body--no-margin {
  margin-top: 0; }

.login-form-wrapper {
  width: 50%;
  background-color: #FFFFFF;
  padding: 50px 70px; }
  @media screen and (max-width: 960px) {
    .login-form-wrapper {
      width: 90%;
      margin: 0 auto; } }
  @media screen and (max-width: 480px) {
    .login-form-wrapper {
      width: 100%;
      padding: 30px; } }

.login {
  margin: 3rem auto 6rem;
  margin-top: 0;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media (min-width: 1025px) {
    .login {
      background-image: url(https://cdn11.bigcommerce.com/s-62pjwo3vq9/product_images/uploaded_images/login-bg.jpg);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      min-height: 870px; } }
  .login .breadcrumbs,
  .login .page-heading {
    display: none; }

.login-row {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  margin-top: 0;
  display: flex;
  flex-direction: column; }
  .login-row:before, .login-row:after {
    content: " ";
    display: table; }
  .login-row:after {
    clear: both; }
  .login-row .new-customer {
    display: none;
    padding-left: 0;
    padding-right: 0; }
    @media screen and (max-width: 960px) {
      .login-row .new-customer {
        width: 90%;
        margin: 0 auto; } }
    @media screen and (max-width: 480px) {
      .login-row .new-customer {
        width: 100%;
        padding: 30px; } }
    .login-row .new-customer .panel {
      margin: 0 auto; }
    .login-row .new-customer .panel-header {
      text-align: center;
      background-color: #ffffff;
      padding: 3rem 3rem 0; }
      .login-row .new-customer .panel-header .panel-title {
        line-height: 1.1; }
    .login-row .new-customer .panel-body {
      background: #ffffff;
      margin-bottom: 0;
      text-align: center;
      padding: 1rem 3rem 3rem; }
      @media screen and (max-width: 480px) {
        .login-row .new-customer .panel-body {
          padding: 1rem 1rem 3rem; } }
      .login-row .new-customer .panel-body .new-customer-intro {
        margin-bottom: 20px; }
      .login-row .new-customer .panel-body .new-customer-fact-list {
        display: inline-block;
        margin-left: 0;
        text-align: left;
        padding-left: 50px;
        font-size: 14px;
        line-height: 32px; }
        @media screen and (max-width: 480px) {
          .login-row .new-customer .panel-body .new-customer-fact-list {
            padding-left: 30px; } }
      .login-row .new-customer .panel-body > a, .login-row .new-customer .panel-body > .link {
        display: block;
        text-decoration: none;
        max-width: 436px;
        margin: 0 auto; }
      .login-row .new-customer .panel-body .btn.primary, .login-row .new-customer .panel-body body.page-checkout .primary.optimizedCheckout-buttonPrimary, body.page-checkout .login-row .new-customer .panel-body .primary.optimizedCheckout-buttonPrimary, .login-row .new-customer .panel-body body.page-checkout .primary.optimizedCheckout-buttonSecondary, body.page-checkout .login-row .new-customer .panel-body .primary.optimizedCheckout-buttonSecondary, .login-row .new-customer .panel-body div#storemapper div#storemapper-form .primary#storemapper-go.btn, div#storemapper div#storemapper-form .login-row .new-customer .panel-body .primary#storemapper-go.btn, .login-row .new-customer .panel-body div#storemapper div#storemapper-form #productView-reminder-bar #storemapper-go.productView-mini-action, div#storemapper div#storemapper-form #productView-reminder-bar .login-row .new-customer .panel-body #storemapper-go.productView-mini-action, .login-row .new-customer .panel-body #productView-reminder-bar div#storemapper div#storemapper-form #storemapper-go.productView-mini-action, #productView-reminder-bar div#storemapper div#storemapper-form .login-row .new-customer .panel-body #storemapper-go.productView-mini-action, .login-row .new-customer .panel-body #productView-reminder-bar .productView-mini-action, #productView-reminder-bar .login-row .new-customer .panel-body .productView-mini-action {
        display: block;
        width: 100%;
        border-radius: 0;
        margin-bottom: 1rem; }

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  width: 100%; }
  @media (min-width: 1025px) {
    .login-form {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left;
      width: 100%;
      margin-top: 0; } }
  .login-form .form-field {
    margin-bottom: 10px; }
    .login-form .form-field .form-label {
      display: none; }

input.button--primary.login-submit {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
  text-transform: uppercase; }

.sign-up-container {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  text-align: center; }

.form-actions-upper-part {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  @media screen and (max-width: 600px) {
    .form-actions-upper-part {
      flex-direction: column; }
      .form-actions-upper-part input {
        width: unset; } }
  .form-actions-upper-part input {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px; }
  .form-actions-upper-part label {
    vertical-align: middle; }

.login-page-title {
  text-align: center;
  margin-bottom: 30px; }

.login-message-container {
  width: 50%; }
  @media screen and (max-width: 960px) {
    .login-message-container {
      width: 90%;
      margin: 0 auto; } }
  @media screen and (max-width: 480px) {
    .login-message-container {
      width: 100%; } }

.signup-container .page-heading {
  margin: 3rem 0; }

.signup-container .signup-title-text {
  max-width: 940px;
  text-align: center;
  margin: 0 auto;
  padding: 0 10px; }

.signup-container .account {
  margin: 0 auto;
  margin-top: 45px;
  margin-bottom: 20px;
  max-width: 816px; }
  @media screen and (max-width: 960px) {
    .signup-container .account {
      margin-bottom: 50px; } }

.signup-container .account--fixed {
  width: unset; }

.signup-container .account-body {
  margin: 0 auto; }
  .signup-container .account-body .alertBox {
    margin-bottom: 20px; }
  .signup-container .account-body .form-row {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap; }
  .signup-container .account-body .g-recaptcha {
    padding: 0 12px; }
    .signup-container .account-body .g-recaptcha > div {
      margin: 0 auto; }

.signup-container #FormField_3 {
  clear: none; }

.signup-container .form-field#FormField_43,
.signup-container .form-field#FormField_36,
.signup-container .form-field#FormField_37,
.signup-container .form-field#FormField_38,
.signup-container .form-field#FormField_39,
.signup-container .form-field#FormField_40,
.signup-container .form-field#FormField_41,
.signup-container .form-field#FormField_42,
.signup-container .form-field#FormField_44,
.signup-container .form-field--input[data-type="CompanyName"],
.signup-container .form-field--input[data-type="AddressLine1"],
.signup-container .form-field--input[data-type="AddressLine2"],
.signup-container .form-field--input[data-type="City"],
.signup-container .form-field--select[data-type="Country"],
.signup-container .form-field--select[data-type="State"],
.signup-container .form-field--input[data-type="State"],
.signup-container .form-field--input[data-type="Zip"] {
  display: none; }

.signup-container .form-row--half > .form-field:nth-child(odd) {
  clear: none; }

.signup-container .form-row .form-field {
  float: left;
  position: relative; }
  .signup-container .form-row .form-field .form-label {
    display: none; }

.signup-container .form-actions {
  margin-top: 0;
  padding: 0 12px; }
  .signup-container .form-actions input {
    width: 100%;
    margin-bottom: 0; }

.forgot-password-container {
  margin: 3rem auto 0; }
  .forgot-password-container.account--fixedSmall {
    width: 60%;
    max-width: 680px; }
    @media screen and (max-width: 960px) {
      .forgot-password-container.account--fixedSmall {
        margin: 3rem auto 4rem;
        width: 80%; } }
  .forgot-password-container .form-prefixPostfix {
    flex-wrap: wrap; }
    .forgot-password-container .form-prefixPostfix .form-input {
      width: 68%;
      margin-right: 2%; }
      @media screen and (max-width: 760px) {
        .forgot-password-container .form-prefixPostfix .form-input {
          width: 100%;
          margin-right: 0;
          margin-bottom: 1rem; } }
    .forgot-password-container .form-prefixPostfix .reset-password-btn {
      width: 30%; }
      @media screen and (max-width: 760px) {
        .forgot-password-container .form-prefixPostfix .reset-password-btn {
          width: 100%; } }

#modal .login-form-wrapper, #modal .new-customer {
  width: 100%; }

.blog-post-body .blog-header {
  display: none; }
  .blog-post-body .blog-header h2 {
    line-height: 48px; }

.blog-post-figure .blog-header h2 {
  text-transform: capitalize;
  line-height: 35px;
  letter-spacing: normal;
  margin-bottom: 60px; }
  .blog-post-figure .blog-header h2 a, .blog-post-figure .blog-header h2 .link {
    text-decoration: none; }
    .blog-post-figure .blog-header h2 a:hover, .blog-post-figure .blog-header h2 .link:hover {
      text-decoration: underline; }

.blog-post-figure .blog-header .blog-date {
  text-transform: uppercase;
  margin: 2rem auto 2rem; }

.page.blogs-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
  margin-bottom: 60px; }
  @media (min-width: 551px) {
    .page.blogs-container {
      width: 80%; } }
  @media (min-width: 1025px) {
    .page.blogs-container {
      margin-bottom: 0; } }
  .page.blogs-container .page-heading {
    width: 100%;
    margin-bottom: 1rem;
    display: none; }
    .page.blogs-container .page-heading:nth-of-type(1) {
      display: block; }
  .page.blogs-container .page-heading-subtitle {
    text-align: center;
    max-width: 725px;
    margin: 0 auto;
    margin-bottom: 4rem;
    font-size: 15px;
    line-height: 30px;
    padding: 0 10px;
    display: none; }
    .page.blogs-container .page-heading-subtitle:nth-of-type(1) {
      display: block; }
  .page.blogs-container .blog {
    width: 92%;
    margin: 0 auto;
    margin-bottom: 50px; }
    @media (min-width: 551px) {
      .page.blogs-container .blog {
        width: 50%;
        margin-left: 0; } }
  .page.blogs-container .blog + .blog {
    border-top: none;
    margin-top: 0;
    padding-top: 0; }
  .page.blogs-container .blog-post-figure,
  .page.blogs-container .blog-post-body {
    width: 100%; }
    @media (min-width: 551px) {
      .page.blogs-container .blog-post-figure,
      .page.blogs-container .blog-post-body {
        width: 90%; } }
    @media (min-width: 1025px) {
      .page.blogs-container .blog-post-figure,
      .page.blogs-container .blog-post-body {
        width: 92%; } }
    .page.blogs-container .blog-post-figure h2,
    .page.blogs-container .blog-post-body h2 {
      text-transform: capitalize; }
      .page.blogs-container .blog-post-figure h2 a, .page.blogs-container .blog-post-figure h2 .link,
      .page.blogs-container .blog-post-body h2 a,
      .page.blogs-container .blog-post-body h2 .link {
        text-decoration: none; }
        .page.blogs-container .blog-post-figure h2 a:hover, .page.blogs-container .blog-post-figure h2 .link:hover,
        .page.blogs-container .blog-post-body h2 a:hover,
        .page.blogs-container .blog-post-body h2 .link:hover {
          text-decoration: underline; }
  .page.blogs-container .blog-post-figure .blog-header {
    display: none; }
  .page.blogs-container .blog-post-body .blog-header {
    display: block; }
  .page.blogs-container .blog-thumbnail {
    max-width: unset; }
  .page.blogs-container .blog-post {
    font-size: 16px;
    line-height: 30px;
    text-align: center; }
    .page.blogs-container .blog-post a, .page.blogs-container .blog-post .link {
      display: block; }
  .page.blogs-container #pagination-function,
  .page.blogs-container #loadingPosts {
    width: 100%;
    text-align: center; }
  .page.blogs-container .pagination,
  .page.blogs-container .blog-date,
  .page.blogs-container .show-more-icon,
  .page.blogs-container .blog-shop-now-btn {
    display: none; }
  .page.blogs-container .matter-loadmore-dynamic {
    width: 167px;
    height: 55px;
    line-height: 53px;
    border: 1px solid #000000;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600; }
    .page.blogs-container .matter-loadmore-dynamic:hover {
      color: #757575;
      border: 1px solid #757575; }

.single-blog-wrapper .blog-post-body {
  padding: 0 25px;
  margin-bottom: 5rem; }
  @media (min-width: 1025px) {
    .single-blog-wrapper .blog-post-body {
      margin-bottom: 0; } }

.single-blog-wrapper .blog-post-figure .blog-header h2 a:hover, .single-blog-wrapper .blog-post-figure .blog-header h2 .link:hover {
  text-decoration: none;
  cursor: unset;
  color: unset; }

.single-blog-wrapper .blog-thumbnail {
  max-width: unset;
  margin-bottom: 3rem; }
  .single-blog-wrapper .blog-thumbnail img {
    width: auto;
    max-height: 550px; }

.single-blog-wrapper .blog-post {
  font-size: 1rem;
  line-height: 30px;
  margin-bottom: 3rem; }
  .single-blog-wrapper .blog-post img {
    margin: 2rem auto; }
  .single-blog-wrapper .blog-post h2,
  .single-blog-wrapper .blog-post h3 {
    letter-spacing: 1px;
    line-height: 55px; }
  .single-blog-wrapper .blog-post h4 {
    line-height: 45px; }
  .single-blog-wrapper .blog-post iframe {
    width: 90%;
    margin: 30px auto;
    display: block; }

.single-blog-wrapper .blog-shop-now-btn {
  width: 167px;
  height: 55px;
  letter-spacing: 1.47px;
  line-height: 53px;
  border: 1px solid #000000;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  margin: 20px auto 50px; }
  .single-blog-wrapper .blog-shop-now-btn:hover {
    color: #757575;
    border: 1px solid #757575; }

.single-blog-wrapper .blog-share-wrapper .blog-share-text {
  font-size: 1rem;
  line-height: 30px;
  color: #a5a5a5;
  padding: 2rem 0 1.5rem;
  border-top: 1px solid #d9d9d9; }

.single-blog-wrapper .blog-share-wrapper .socialLinks .socialLinks-item {
  margin-bottom: 1rem;
  margin-right: 1rem; }
  .single-blog-wrapper .blog-share-wrapper .socialLinks .socialLinks-item.socialLinks-item--email, .single-blog-wrapper .blog-share-wrapper .socialLinks .socialLinks-item.socialLinks-item--print, .single-blog-wrapper .blog-share-wrapper .socialLinks .socialLinks-item.socialLinks-item--twitter {
    display: none; }

.single-blog-wrapper .blog-share-wrapper .socialLinks .icon {
  margin-top: 0;
  padding-left: 0;
  padding: 13px;
  position: unset;
  width: 50px;
  height: 50px;
  border: 1px solid #d9d9d9;
  line-height: 50px;
  border-radius: 50%; }
  .single-blog-wrapper .blog-share-wrapper .socialLinks .icon svg {
    width: 20px; }

.blog .addthis_toolbox {
  margin-top: 0; }

body.page-checkout .cart-item-title .cart-item-name,
body.page-cart .cart-item-title .cart-item-name {
  max-width: unset; }
  @media (min-width: 551px) {
    body.page-checkout .cart-item-title .cart-item-name .saleFlagInMiniCart,
    body.page-cart .cart-item-title .cart-item-name .saleFlagInMiniCart {
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  body.page-checkout .cart-item-title .cart-item-name .final-sale,
  body.page-cart .cart-item-title .cart-item-name .final-sale {
    line-height: 16px;
    display: block; }

body.page-checkout .price--discounted,
body.page-cart .price--discounted {
  display: block;
  color: #A5A5A5; }

body.page-checkout .cart-item-title,
body.page-cart .cart-item-title {
  margin-bottom: 0; }

body.page-checkout .cart-item-info,
body.page-cart .cart-item-info {
  padding: 0; }
  @media (min-width: 551px) {
    body.page-checkout .cart-item-info,
    body.page-cart .cart-item-info {
      padding: 1.5rem 1rem 1.5rem 0; } }

body.page-checkout .cart-item-quantity,
body.page-cart .cart-item-quantity {
  display: block; }
  @media (min-width: 551px) {
    body.page-checkout .cart-item-quantity,
    body.page-cart .cart-item-quantity {
      display: flex;
      flex-direction: column;
      margin-top: 0; } }
  @media (min-width: 1025px) {
    body.page-checkout .cart-item-quantity,
    body.page-cart .cart-item-quantity {
      display: table-cell; } }
  body.page-checkout .cart-item-quantity .form-increment,
  body.page-cart .cart-item-quantity .form-increment {
    padding-left: 20px; }
    @media (min-width: 551px) {
      body.page-checkout .cart-item-quantity .form-increment,
      body.page-cart .cart-item-quantity .form-increment {
        padding-left: 0; } }

@media (min-width: 551px) {
  body.page-checkout .cart-item-info,
  body.page-cart .cart-item-info {
    margin-top: 0; } }

body.page-checkout .layout.optimizedCheckout-contentPrimary > div,
body.page-cart .layout.optimizedCheckout-contentPrimary > div {
  display: flex;
  flex-direction: column; }
  @media (min-width: 1025px) {
    body.page-checkout .layout.optimizedCheckout-contentPrimary > div,
    body.page-cart .layout.optimizedCheckout-contentPrimary > div {
      flex-direction: row;
      flex-wrap: nowrap;
      width: 100%; } }
  body.page-checkout .layout.optimizedCheckout-contentPrimary > div .layout-cart .cart,
  body.page-cart .layout.optimizedCheckout-contentPrimary > div .layout-cart .cart {
    display: block; }

body.page-checkout .cartDrawer,
body.page-cart .cartDrawer {
  align-items: center;
  background-color: #f2f2f2;
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  bottom: 0;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  display: flex;
  left: 0;
  margin: 1.5rem;
  padding: 0.75rem;
  position: fixed;
  right: 0;
  z-index: 20; }
  @media (max-height: 21.875rem) {
    body.page-checkout .cartDrawer,
    body.page-cart .cartDrawer {
      position: static; }
      .is-embedded body.page-checkout .cartDrawer, .is-embedded
      body.page-cart .cartDrawer {
        position: fixed; } }
  body.page-checkout .cartDrawer:hover,
  body.page-cart .cartDrawer:hover {
    cursor: pointer; }

body.page-checkout .cartDrawer-actions,
body.page-cart .cartDrawer-actions {
  flex: 1;
  text-align: right;
  vertical-align: middle; }

body.page-checkout .cartDrawer-body,
body.page-cart .cartDrawer-body {
  flex: 1;
  padding-left: 1.5rem; }

body.page-checkout .cartDrawer-figure,
body.page-cart .cartDrawer-figure {
  border: 1px solid #999999;
  height: 50px;
  margin: 0;
  min-width: 50px;
  position: relative;
  width: 50px; }

body.page-checkout .cartDrawer-figure--stack::after,
body.page-cart .cartDrawer-figure--stack::after {
  border: 1px solid #999999;
  bottom: -4px;
  content: "";
  left: 4px;
  position: absolute;
  right: -4px;
  top: 4px;
  z-index: -1; }

body.page-checkout .cartDrawer-items,
body.page-checkout .cartDrawer-total,
body.page-cart .cartDrawer-items,
body.page-cart .cartDrawer-total {
  margin-bottom: 0; }

body.page-checkout .cartDrawer-imageWrapper,
body.page-cart .cartDrawer-imageWrapper {
  height: 100%;
  overflow: hidden;
  width: 100%; }

body.page-checkout .productImage-giftCertificate,
body.page-cart .productImage-giftCertificate {
  background: #e5e5e5;
  height: 100%;
  padding: 15%;
  width: 100%; }

body.page-checkout .modal-background,
body.page-cart .modal-background {
  opacity: 0;
  transition: opacity 400ms ease-out; }
  body.page-checkout .modal-background.is-active, body.page-checkout .modal-background.modal--afterOpen,
  body.page-cart .modal-background.is-active,
  body.page-cart .modal-background.modal--afterOpen {
    opacity: 1; }

body.page-checkout.has-activeModal .modal-background,
body.page-cart.has-activeModal .modal-background {
  opacity: 1; }

body.page-checkout .modal,
body.page-cart .modal {
  border: 0;
  border-radius: 6px;
  box-shadow: 0 2px 12px rgba(51, 51, 51, 0.4);
  opacity: 0;
  outline: none;
  overflow: scroll;
  transition: opacity 200ms ease-out, transform 200ms ease-out; }
  body.page-checkout .modal.is-active, body.page-checkout .modal.modal--afterOpen,
  body.page-cart .modal.is-active,
  body.page-cart .modal.modal--afterOpen {
    bottom: 2%;
    min-height: 96vh;
    opacity: 1;
    overflow: auto; }
    @media (min-width: 551px) {
      body.page-checkout .modal.is-active, body.page-checkout .modal.modal--afterOpen,
      body.page-cart .modal.is-active,
      body.page-cart .modal.modal--afterOpen {
        bottom: auto;
        left: 50%;
        max-width: 80%;
        min-height: 0;
        right: 0;
        top: 50%;
        transform: scale(1) translate(-50%, -50%); } }
  body.page-checkout .modal.modal--error,
  body.page-cart .modal.modal--error {
    padding-bottom: 8px;
    padding-left: 40px;
    padding-right: 32px;
    padding-top: 16px; }
    body.page-checkout .modal.modal--error .modal-body,
    body.page-cart .modal.modal--error .modal-body {
      padding-bottom: 8px;
      padding-top: 0; }
    body.page-checkout .modal.modal--error .modal-header-title,
    body.page-cart .modal.modal--error .modal-header-title {
      position: relative; }
    body.page-checkout .modal.modal--error .modal-header-icon,
    body.page-cart .modal.modal--error .modal-header-icon {
      left: -32px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }

body.page-checkout .modal-header,
body.page-cart .modal-header {
  border-bottom: 0;
  display: flex;
  padding: 1.6875rem 1.875rem;
  border-color: #dddddd;
  box-shadow: 0 4px 8px rgba(221, 221, 221, 0.5); }
  body.page-checkout .modal-header .cart-modal-close,
  body.page-cart .modal-header .cart-modal-close {
    width: 20%; }
  body.page-checkout .modal-header .modal-header-title,
  body.page-cart .modal-header .modal-header-title {
    font-size: 22px;
    color: #333333;
    font-weight: 700;
    width: 60%;
    text-align: center; }
  body.page-checkout .modal-header .cart-modal-link,
  body.page-cart .modal-header .cart-modal-link {
    width: 20%;
    text-align: right;
    text-decoration: none; }

body.page-checkout .modal-body .cart-section.order-items,
body.page-cart .modal-body .cart-section.order-items {
  display: block; }

body.page-checkout .modal-body .optimizedCheckout-orderSummary-cartSection,
body.page-cart .modal-body .optimizedCheckout-orderSummary-cartSection {
  border-color: #dddddd;
  border-top: 1px solid #ebebeb;
  padding: 1.5rem 0; }
  body.page-checkout .modal-body .optimizedCheckout-orderSummary-cartSection:nth-of-type(1),
  body.page-cart .modal-body .optimizedCheckout-orderSummary-cartSection:nth-of-type(1) {
    border-top: 0; }
  body.page-checkout .modal-body .optimizedCheckout-orderSummary-cartSection .cart-priceItem,
  body.page-cart .modal-body .optimizedCheckout-orderSummary-cartSection .cart-priceItem {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #333333; }

body.page-checkout .modal-body .order-totals .cart-priceItem-label,
body.page-cart .modal-body .order-totals .cart-priceItem-label {
  font-size: 18.5px;
  font-weight: 500; }

body.page-checkout .modal-body .order-totals .cart-priceItem-value,
body.page-cart .modal-body .order-totals .cart-priceItem-value {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2; }

body.page-checkout .modal-body .productList ul,
body.page-checkout .modal-body .productList ol,
body.page-cart .modal-body .productList ul,
body.page-cart .modal-body .productList ol {
  margin-left: 0; }

body.page-checkout .modal-body .product,
body.page-cart .modal-body .product {
  display: flex;
  flex-wrap: wrap; }
  body.page-checkout .modal-body .product .product-figure,
  body.page-cart .modal-body .product .product-figure {
    width: 25%; }
  body.page-checkout .modal-body .product .product-body,
  body.page-cart .modal-body .product .product-body {
    width: 100%;
    order: 2; }
    body.page-checkout .modal-body .product .product-body .product-title,
    body.page-cart .modal-body .product .product-body .product-title {
      line-height: 25px; }
    body.page-checkout .modal-body .product .product-body .product-option,
    body.page-cart .modal-body .product .product-body .product-option {
      color: #757575;
      font-size: 13px; }
  body.page-checkout .modal-body .product .product-actions,
  body.page-cart .modal-body .product .product-actions {
    align-self: center;
    margin-left: auto; }

body.page-checkout .modal-body figure.product-figure,
body.page-cart .modal-body figure.product-figure {
  text-align: center; }

body.page-checkout .modal-footer,
body.page-cart .modal-footer {
  border-top: 0; }

body.page-checkout .modal-body--center,
body.page-cart .modal-body--center {
  display: flex;
  justify-content: center; }

body.page-checkout .modalOverlay,
body.page-cart .modalOverlay {
  background: rgba(51, 51, 51, 0.6);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 200ms ease-out;
  z-index: 9999; }

body.page-checkout .modalOverlay--afterOpen,
body.page-cart .modalOverlay--afterOpen {
  opacity: 1; }

body.page-checkout .modalOverlay--beforeClose,
body.page-cart .modalOverlay--beforeClose {
  opacity: 0; }

body.page-checkout .modal--afterOpen,
body.page-cart .modal--afterOpen {
  display: block;
  visibility: visible; }

body.page-checkout .mobile-only,
body.page-cart .mobile-only {
  display: none; }

@media only screen and (max-width: 960px) {
  body.page-checkout .cart-item,
  body.page-cart .cart-item {
    position: relative;
    padding-left: calc(72px + 1rem); }
  body.page-checkout .cart-item-block,
  body.page-cart .cart-item-block {
    padding-top: 0;
    padding-bottom: 0; }
  body.page-checkout .cart-item-figure,
  body.page-cart .cart-item-figure {
    margin-left: calc(-72px - 1rem); }
  body.page-checkout .container-height,
  body.page-cart .container-height {
    min-height: 100px; }
  body.page-checkout .cart-item-title,
  body.page-cart .cart-item-title {
    padding-right: 0;
    width: 100%; }
    body.page-checkout .cart-item-title h4,
    body.page-cart .cart-item-title h4 {
      padding-right: 30px; }
  body.page-checkout .cart-item-info,
  body.page-cart .cart-item-info {
    display: none; }
  body.page-checkout .mobile-only,
  body.page-cart .mobile-only {
    display: block; }
  body.page-checkout .item-details,
  body.page-cart .item-details {
    margin-top: 20px;
    display: flex;
    justify-content: space-between; }
  body.page-checkout .form-increment,
  body.page-cart .form-increment {
    margin-left: 0;
    padding-left: 0 !important; }
  body.page-checkout .shipping-options,
  body.page-cart .shipping-options {
    margin-left: calc(-72px - 1rem); }
    body.page-checkout .shipping-options .shipping-detail,
    body.page-cart .shipping-options .shipping-detail {
      width: 100%; }
  body.page-checkout .cart-remove,
  body.page-cart .cart-remove {
    position: absolute;
    top: 20px;
    right: 0; } }

body.page-checkout .tmp-delivery-message,
body.page-cart .tmp-delivery-message {
  position: relative;
  top: 48px;
  font-weight: bold; }
  body.page-checkout .tmp-delivery-message .tooltip,
  body.page-cart .tmp-delivery-message .tooltip {
    position: relative;
    display: block;
    font-size: 15px; }
    body.page-checkout .tmp-delivery-message .tooltip .tooltip-msg,
    body.page-cart .tmp-delivery-message .tooltip .tooltip-msg {
      display: none;
      position: absolute;
      bottom: 100%;
      left: 0px;
      width: 100%;
      font-size: 13px;
      line-height: 1.4em;
      background-color: rgba(0, 0, 0, 0.8);
      border-radius: 5px;
      padding: 10px 15px;
      color: #fff;
      z-index: 100;
      margin-bottom: 10px; }
      body.page-checkout .tmp-delivery-message .tooltip .tooltip-msg::after,
      body.page-cart .tmp-delivery-message .tooltip .tooltip-msg::after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 8px 0 8px;
        border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
        position: absolute;
        left: 50%;
        bottom: -8px;
        transform: translateX(-50%); }
    body.page-checkout .tmp-delivery-message .tooltip:hover .tooltip-msg,
    body.page-cart .tmp-delivery-message .tooltip:hover .tooltip-msg {
      display: block; }
  @media only screen and (max-width: 960px) {
    body.page-checkout .tmp-delivery-message,
    body.page-cart .tmp-delivery-message {
      top: 0px; } }

body.page-cart .layout-cart .cart-header-link {
  display: none !important; }

body.page-cart [data-shippingtype-container="true"] {
  display: none !important; }

body.page-cart .layout.optimizedCheckout-contentPrimary .main-heading {
  margin-top: 0.8em;
  margin-bottom: 1.5em; }

body.page-cart .final-sale-note {
  text-transform: initial;
  color: #aa182c;
  font-size: 10px;
  line-height: 18px;
  font-weight: 600;
  margin: 10px 0; }
  @media screen and (max-width: 960px) {
    body.page-cart .final-sale-note {
      margin-left: calc(-72px - 1rem); } }

.navUser-item--cart .dropdown-menu.is-open {
  width: 90% !important;
  max-width: 425px !important;
  height: 100vh;
  position: fixed !important;
  top: 0 !important;
  right: 0 !important; }
  .navUser-item--cart .dropdown-menu.is-open:before {
    position: fixed;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    right: auto;
    left: 0;
    width: 100%;
    height: 100%; }
  .navUser-item--cart .dropdown-menu.is-open .loadingOverlay {
    position: relative;
    z-index: 1;
    background-color: #FFFFFF; }
  .navUser-item--cart .dropdown-menu.is-open .previewCart {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
    z-index: 3;
    background-color: #FFFFFF; }
  .navUser-item--cart .dropdown-menu.is-open .previewCart-header {
    margin: 30px 30px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5; }
    .navUser-item--cart .dropdown-menu.is-open .previewCart-header .previewCart-close-btn {
      font-size: 13px;
      color: #231F20;
      cursor: pointer;
      width: 16%; }
  .navUser-item--cart .dropdown-menu.is-open .previewCart-title {
    font-size: 20px;
    text-align: left;
    font-weight: 400;
    letter-spacing: 0.2px; }
  .navUser-item--cart .dropdown-menu.is-open .previewCartList {
    flex: 1 1 auto;
    display: unset;
    padding-top: 10px;
    overflow-y: scroll; }
  .navUser-item--cart .dropdown-menu.is-open .previewCartItem {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 10px 0 20px;
    padding-left: 25px;
    padding-right: 25px; }
    .navUser-item--cart .dropdown-menu.is-open .previewCartItem + .previewCartItem {
      border-top: none; }
    .navUser-item--cart .dropdown-menu.is-open .previewCartItem .previewCartItem-image {
      width: auto; }
      .navUser-item--cart .dropdown-menu.is-open .previewCartItem .previewCartItem-image::after {
        display: none; }
      .navUser-item--cart .dropdown-menu.is-open .previewCartItem .previewCartItem-image img {
        max-width: 74px;
        max-height: 92px;
        position: relative;
        width: 100%; }
    .navUser-item--cart .dropdown-menu.is-open .previewCartItem .previewCartItem-content {
      width: auto;
      text-align: left;
      flex: 1;
      padding-left: 0.75rem;
      display: inline-block; }
      .navUser-item--cart .dropdown-menu.is-open .previewCartItem .previewCartItem-content .previewCartItem-name {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
        letter-spacing: normal; }
        .navUser-item--cart .dropdown-menu.is-open .previewCartItem .previewCartItem-content .previewCartItem-name a, .navUser-item--cart .dropdown-menu.is-open .previewCartItem .previewCartItem-content .previewCartItem-name .link {
          color: #231F20; }
        .navUser-item--cart .dropdown-menu.is-open .previewCartItem .previewCartItem-content .previewCartItem-name .size {
          font-size: 0.8em;
          color: #656565; }
        @media (min-width: 551px) {
          .navUser-item--cart .dropdown-menu.is-open .previewCartItem .previewCartItem-content .previewCartItem-name .saleFlagInMiniCart {
            display: flex;
            justify-content: space-between;
            align-items: center; } }
        .navUser-item--cart .dropdown-menu.is-open .previewCartItem .previewCartItem-content .previewCartItem-name .final-sale {
          line-height: 16px;
          display: block; }
      .navUser-item--cart .dropdown-menu.is-open .previewCartItem .previewCartItem-content .previewCartItem-price {
        color: #231F20; }
        .navUser-item--cart .dropdown-menu.is-open .previewCartItem .previewCartItem-content .previewCartItem-price .price--discounted {
          color: #A5A5A5;
          padding-left: 5px; }
    .navUser-item--cart .dropdown-menu.is-open .previewCartItem .cart-preview-list-item-remove-wrapper {
      width: auto;
      padding-right: 30px;
      position: relative; }
    .navUser-item--cart .dropdown-menu.is-open .previewCartItem .cart-preview-list-item-remove {
      text-decoration: none;
      background-color: #ECECEC;
      display: inline-block;
      width: 24px;
      height: 24px;
      text-align: center;
      font-size: 16px;
      color: #666666;
      line-height: 24px;
      border-radius: 50%; }
  .navUser-item--cart .dropdown-menu.is-open .cart-preview-total-price {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 22px;
    color: #231F20;
    font-size: 14px; }
  .navUser-item--cart .dropdown-menu.is-open .previewCartAction {
    padding: 1.5rem 0;
    margin-left: 30px;
    margin-right: 30px;
    width: 100%;
    padding-right: 55px; }
    .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-checkout,
    .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-viewCart {
      padding-left: unset;
      padding-right: unset;
      float: unset;
      width: unset; }
      .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-checkout .btn, .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-checkout body.page-checkout .optimizedCheckout-buttonPrimary, body.page-checkout .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-checkout .optimizedCheckout-buttonPrimary, .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-checkout body.page-checkout .optimizedCheckout-buttonSecondary, body.page-checkout .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-checkout .optimizedCheckout-buttonSecondary, .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-checkout div#storemapper div#storemapper-form #storemapper-go.btn, div#storemapper div#storemapper-form .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-checkout #storemapper-go.btn, .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-checkout #productView-reminder-bar .productView-mini-action, #productView-reminder-bar .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-checkout .productView-mini-action,
      .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-viewCart .btn,
      .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-viewCart body.page-checkout .optimizedCheckout-buttonPrimary,
      body.page-checkout .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-viewCart .optimizedCheckout-buttonPrimary,
      .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-viewCart body.page-checkout .optimizedCheckout-buttonSecondary,
      body.page-checkout .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-viewCart .optimizedCheckout-buttonSecondary,
      .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-viewCart div#storemapper div#storemapper-form #storemapper-go.btn,
      div#storemapper div#storemapper-form .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-viewCart #storemapper-go.btn,
      .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-viewCart #productView-reminder-bar .productView-mini-action,
      #productView-reminder-bar .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-viewCart .productView-mini-action {
        width: 100%; }
        .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-checkout .btn:nth-of-type(1), .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-checkout body.page-checkout .optimizedCheckout-buttonPrimary:nth-of-type(1), body.page-checkout .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-checkout .optimizedCheckout-buttonPrimary:nth-of-type(1), .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-checkout body.page-checkout .optimizedCheckout-buttonSecondary:nth-of-type(1), body.page-checkout .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-checkout .optimizedCheckout-buttonSecondary:nth-of-type(1), .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-checkout div#storemapper div#storemapper-form #storemapper-go.btn:nth-of-type(1), div#storemapper div#storemapper-form .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-checkout #storemapper-go.btn:nth-of-type(1), .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-checkout #productView-reminder-bar .productView-mini-action:nth-of-type(1), #productView-reminder-bar .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-checkout .productView-mini-action:nth-of-type(1),
        .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-viewCart .btn:nth-of-type(1),
        .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-viewCart body.page-checkout .optimizedCheckout-buttonPrimary:nth-of-type(1),
        body.page-checkout .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-viewCart .optimizedCheckout-buttonPrimary:nth-of-type(1),
        .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-viewCart body.page-checkout .optimizedCheckout-buttonSecondary:nth-of-type(1),
        body.page-checkout .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-viewCart .optimizedCheckout-buttonSecondary:nth-of-type(1),
        .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-viewCart div#storemapper div#storemapper-form #storemapper-go.btn:nth-of-type(1),
        div#storemapper div#storemapper-form .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-viewCart #storemapper-go.btn:nth-of-type(1),
        .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-viewCart #productView-reminder-bar .productView-mini-action:nth-of-type(1),
        #productView-reminder-bar .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-viewCart .productView-mini-action:nth-of-type(1) {
          margin-bottom: 15px; }
    .navUser-item--cart .dropdown-menu.is-open .previewCartAction.top {
      display: none; }
    @media (hover: none) {
      .navUser-item--cart .dropdown-menu.is-open .previewCartAction.top {
        border-top: none; } }

#cart-preview-dropdown .previewCart {
  padding-bottom: 238px; }

#cart-preview-dropdown .previewCartAction {
  position: fixed;
  width: 90% !important;
  max-width: 425px !important;
  bottom: 0; }

#categoryPage,
#searchPage {
  margin-top: 1rem; }
  @media screen and (max-width: 767px) {
    #categoryPage,
    #searchPage {
      margin-top: 0;
      padding: 0; } }
  #categoryPage .page,
  #searchPage .page {
    display: flex;
    flex-wrap: wrap; }

@media screen and (min-width: 768px) {
  #facetedSearch {
    display: grid;
    grid-template-columns: repeat(6, auto); } }

#facetedSearch .sidebarBlock-action-buttons {
  grid-column: 6; }
  #facetedSearch .sidebarBlock-action-buttons .apply-filters,
  #facetedSearch .sidebarBlock-action-buttons .clear-filters {
    width: 225px; }

#faceted-search-container {
  padding: 0 60px 0 0;
  width: 100%;
  flex-shrink: 0; }
  #faceted-search-container .mobile-only {
    display: none;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e5e5e5 !important; }
  #faceted-search-container .accordion-title {
    padding: 0;
    font-size: 20px;
    font-weight: 300; }
    #faceted-search-container .accordion-title + .accordion-navigation-actions {
      right: 0;
      top: 0;
      z-index: -1; }
      @media screen and (min-width: 767px) {
        #faceted-search-container .accordion-title + .accordion-navigation-actions {
          display: none; } }
  #faceted-search-container .accordion-content {
    padding-left: 0; }
    @media screen and (min-width: 767px) {
      #faceted-search-container .accordion-content {
        display: block; } }
    #faceted-search-container .accordion-content .toggleLink {
      display: none; }
    #faceted-search-container .accordion-content .show-all {
      font-size: 0.875rem;
      display: block;
      margin-top: 15px;
      cursor: pointer; }
    @media screen and (max-width: 767px) {
      #faceted-search-container .accordion-content ul.limited-6 .navList-item:nth-child(n + 7) {
        opacity: 0;
        visibility: hidden;
        height: 0; } }
    @media screen and (max-width: 767px) {
      #faceted-search-container .accordion-content ul.limited-12 .navList-item:nth-child(n + 13) {
        opacity: 0;
        visibility: hidden;
        height: 0; } }
  @media only screen and (max-width: 767px) {
    #faceted-search-container {
      position: fixed;
      z-index: 1000;
      left: 100%;
      top: 0;
      width: 280px;
      height: 100%;
      background-color: #FFFFFF;
      padding: 0 0 90px 0;
      transition: all 0.3s ease-in-out; }
      #faceted-search-container .mobile-only {
        display: block; }
      #faceted-search-container nav {
        height: 100%;
        overflow: auto; }
      #faceted-search-container:before {
        content: '';
        background-color: rgba(0, 0, 0, 0.4);
        position: absolute;
        top: 0;
        right: 100%;
        width: 1000px;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-in-out; }
      #faceted-search-container.is-open {
        margin-left: -280px; }
        #faceted-search-container.is-open:before {
          opacity: 1;
          visibility: visible; }
      #faceted-search-container .accordion-content {
        padding: 0; }
        #faceted-search-container .accordion-content .navList {
          padding-top: 20px; }
      #faceted-search-container .sidebarBlock {
        margin: 1.5rem; }
      #faceted-search-container #facetedSearch {
        margin-top: 0;
        margin-bottom: 1.5rem; } }
  #faceted-search-container .toggleLink .toggleLink-text {
    width: 10px;
    height: 5px; }
  #faceted-search-container .navList-action {
    font-size: 0.875rem;
    cursor: pointer; }
    #faceted-search-container .navList-action.current, #faceted-search-container .navList-action.active {
      font-weight: 700; }
      #faceted-search-container .navList-action.current label, #faceted-search-container .navList-action.active label {
        font-weight: 700; }
    #faceted-search-container .navList-action:hover {
      color: #757575; }
  #faceted-search-container .facetedSearch-navList {
    margin-top: 0;
    display: block; }
  #faceted-search-container .facetedSearch-clearLink {
    display: none; }
  #faceted-search-container .facetedSearch-toggle {
    display: none; }
  #faceted-search-container .navList-action:before {
    border-radius: 0; }
  #faceted-search-container .navList-action:after {
    background: #000000;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: 2px; }
  #faceted-search-container .accordion {
    margin-bottom: 0;
    border: none;
    width: auto;
    margin-right: 1.5rem; }
    @media screen and (min-width: 768px) {
      #faceted-search-container .accordion {
        margin-right: 25%; } }
    #faceted-search-container .accordion:after {
      display: none; }
  #faceted-search-container .sidebarBlock + .sidebarBlock {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e5e5; }
    @media screen and (min-width: 768px) {
      #faceted-search-container .sidebarBlock + .sidebarBlock {
        margin-top: 0;
        padding-top: 0;
        border: none; } }
    #faceted-search-container .sidebarBlock + .sidebarBlock.categoryListBlock {
      margin-bottom: 1.5rem;
      display: block; }
    @media only screen and (min-width: 767px) {
      #faceted-search-container .sidebarBlock + .sidebarBlock.categoryListBlock {
        display: block;
        margin-bottom: 0; } }
  @media only screen and (max-width: 767px) {
    #faceted-search-container .sidebarBlock:last-child {
      border-top: 1px solid #e5e5e5; } }
  #faceted-search-container .accordion-block {
    border-top: 1px solid #e5e5e5;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    display: block;
    width: 100%; }
    #faceted-search-container .accordion-block:first-child {
      border-top: none;
      padding-top: 0;
      margin-top: 0; }
  #faceted-search-container .accordion-navigation {
    border: none; }
  #faceted-search-container .navList-action-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background-color: #FFFFFF; }
    #faceted-search-container .navList-action-container .btn, #faceted-search-container .navList-action-container body.page-checkout .optimizedCheckout-buttonPrimary, body.page-checkout #faceted-search-container .navList-action-container .optimizedCheckout-buttonPrimary, #faceted-search-container .navList-action-container body.page-checkout .optimizedCheckout-buttonSecondary, body.page-checkout #faceted-search-container .navList-action-container .optimizedCheckout-buttonSecondary, #faceted-search-container .navList-action-container div#storemapper div#storemapper-form #storemapper-go.btn, div#storemapper div#storemapper-form #faceted-search-container .navList-action-container #storemapper-go.btn, #faceted-search-container .navList-action-container #productView-reminder-bar .productView-mini-action, #productView-reminder-bar #faceted-search-container .navList-action-container .productView-mini-action {
      width: 100%; }
    @media only screen and (min-width: 767px) {
      #faceted-search-container .navList-action-container {
        display: none; } }
  #faceted-search-container .navList-action-close {
    position: absolute;
    right: 3.8rem;
    pointer-events: none; }
  #faceted-search-container .navList-action.is-selected, #faceted-search-container .navList-action.active {
    font-weight: 700; }
  #faceted-search-container #facetedSearch-navList--Size .navList-item, #faceted-search-container .size .navList-item, #faceted-search-container .category .navList-item {
    display: flex; }
    #faceted-search-container #facetedSearch-navList--Size .navList-item span.label, #faceted-search-container .size .navList-item span.label, #faceted-search-container .category .navList-item span.label {
      width: 100%; }
  @media only screen and (max-width: 767px) {
    #faceted-search-container #facetedSearch-navList--Size, #faceted-search-container .size, #faceted-search-container .category {
      display: flex;
      flex-wrap: wrap; }
      #faceted-search-container #facetedSearch-navList--Size .navList-item, #faceted-search-container .size .navList-item, #faceted-search-container .category .navList-item {
        width: 50%; } }
  #faceted-search-container #facetedSearch-navList--_filter-color .navList-item, #faceted-search-container .colour .navList-item {
    display: flex; }
  #faceted-search-container #facetedSearch-navList--_filter-color .navList-action--checkbox:before, #faceted-search-container .colour .navList-action--checkbox:before {
    border-radius: 12px;
    border: none;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-left: 3px; }
  #faceted-search-container #facetedSearch-navList--_filter-color .navList-action--checkbox.is-selected:after, #faceted-search-container #facetedSearch-navList--_filter-color .navList-action--checkbox.active:after, #faceted-search-container .colour .navList-action--checkbox.is-selected:after, #faceted-search-container .colour .navList-action--checkbox.active:after {
    content: '';
    width: 18px;
    height: 18px;
    border: 1px solid #C9C9C9;
    background: none;
    border-radius: 18px;
    margin-top: -9px;
    margin-left: -1px; }
  #faceted-search-container #facetedSearch-navList--_filter-color .navList-action--checkbox.beige:before, #faceted-search-container .colour .navList-action--checkbox.beige:before {
    background: #E8B792; }
  #faceted-search-container #facetedSearch-navList--_filter-color .navList-action--checkbox.black:before, #faceted-search-container .colour .navList-action--checkbox.black:before {
    background: #000000; }
  #faceted-search-container #facetedSearch-navList--_filter-color .navList-action--checkbox.blue:before, #faceted-search-container .colour .navList-action--checkbox.blue:before {
    background: #4346C3; }
  #faceted-search-container #facetedSearch-navList--_filter-color .navList-action--checkbox.bone:before, #faceted-search-container .colour .navList-action--checkbox.bone:before {
    background: #EDE7E1; }
  #faceted-search-container #facetedSearch-navList--_filter-color .navList-action--checkbox.brown:before, #faceted-search-container .colour .navList-action--checkbox.brown:before {
    background: #7B4A13; }
  #faceted-search-container #facetedSearch-navList--_filter-color .navList-action--checkbox.clear:before, #faceted-search-container .colour .navList-action--checkbox.clear:before {
    background: #F1F0E7; }
  #faceted-search-container #facetedSearch-navList--_filter-color .navList-action--checkbox.cream:before, #faceted-search-container .colour .navList-action--checkbox.cream:before {
    background: #E9DDCD; }
  #faceted-search-container #facetedSearch-navList--_filter-color .navList-action--checkbox.green:before, #faceted-search-container .colour .navList-action--checkbox.green:before {
    background: #36AB2F; }
  #faceted-search-container #facetedSearch-navList--_filter-color .navList-action--checkbox.grey:before, #faceted-search-container .colour .navList-action--checkbox.grey:before {
    background: #969696; }
  #faceted-search-container #facetedSearch-navList--_filter-color .navList-action--checkbox.silver:before, #faceted-search-container .colour .navList-action--checkbox.silver:before {
    background: #DFDFDF; }
  #faceted-search-container #facetedSearch-navList--_filter-color .navList-action--checkbox.gold:before, #faceted-search-container .colour .navList-action--checkbox.gold:before {
    background: #D5B052; }
  #faceted-search-container #facetedSearch-navList--_filter-color .navList-action--checkbox.metallic:before, #faceted-search-container .colour .navList-action--checkbox.metallic:before {
    background: #D4D4D4; }
  #faceted-search-container #facetedSearch-navList--_filter-color .navList-action--checkbox.navy:before, #faceted-search-container .colour .navList-action--checkbox.navy:before {
    background: #494D9B; }
  #faceted-search-container #facetedSearch-navList--_filter-color .navList-action--checkbox.nude:before, #faceted-search-container .colour .navList-action--checkbox.nude:before {
    background: #F0B9A6; }
  #faceted-search-container #facetedSearch-navList--_filter-color .navList-action--checkbox.orange:before, #faceted-search-container .colour .navList-action--checkbox.orange:before {
    background: #EA8226; }
  #faceted-search-container #facetedSearch-navList--_filter-color .navList-action--checkbox.pink:before, #faceted-search-container .colour .navList-action--checkbox.pink:before {
    background: #F1C7E0; }
  #faceted-search-container #facetedSearch-navList--_filter-color .navList-action--checkbox.prints:before, #faceted-search-container .colour .navList-action--checkbox.prints:before {
    background: #DF9177; }
  #faceted-search-container #facetedSearch-navList--_filter-color .navList-action--checkbox.animal-prints:before, #faceted-search-container .colour .navList-action--checkbox.animal-prints:before {
    background: #DF9177; }
  #faceted-search-container #facetedSearch-navList--_filter-color .navList-action--checkbox.purple:before, #faceted-search-container .colour .navList-action--checkbox.purple:before {
    background: #B132DC; }
  #faceted-search-container #facetedSearch-navList--_filter-color .navList-action--checkbox.red:before, #faceted-search-container .colour .navList-action--checkbox.red:before {
    background: #ED1F1F; }
  #faceted-search-container #facetedSearch-navList--_filter-color .navList-action--checkbox.tan:before, #faceted-search-container .colour .navList-action--checkbox.tan:before {
    background: #DF9177; }
  #faceted-search-container #facetedSearch-navList--_filter-color .navList-action--checkbox.white:before, #faceted-search-container .colour .navList-action--checkbox.white:before {
    background: #F2F2F2; }
  #faceted-search-container #facetedSearch-navList--_filter-color .navList-action--checkbox.yellow:before, #faceted-search-container .colour .navList-action--checkbox.yellow:before {
    background: #DACE3B; }
  #faceted-search-container #facetedSearch-navList--_filter-color .navList-action--checkbox.frost:before, #faceted-search-container .colour .navList-action--checkbox.frost:before {
    background: #B3E6E7; }
  @media only screen and (max-width: 767px) {
    #faceted-search-container #facetedSearch-navList--_filter-color, #faceted-search-container .colour {
      display: flex;
      flex-wrap: wrap; }
      #faceted-search-container #facetedSearch-navList--_filter-color .navList-item, #faceted-search-container .colour .navList-item {
        width: 50%; } }
  #faceted-search-container #price-slider, #faceted-search-container .slider-range {
    margin: 25px 0 20px; }
    #faceted-search-container #price-slider.ui-widget-content, #faceted-search-container .slider-range.ui-widget-content {
      border: none;
      height: auto;
      width: calc(100% - 7px);
      margin-left: 3.5px; }
    #faceted-search-container #price-slider .ui-slider-range, #faceted-search-container .slider-range .ui-slider-range {
      background-color: #000000;
      border: none;
      height: 1px; }
    #faceted-search-container #price-slider .ui-slider-handle, #faceted-search-container .slider-range .ui-slider-handle {
      border-radius: 0;
      width: 7px;
      height: 7px;
      border: none;
      background-color: #000000;
      top: -3.5px;
      margin-left: -3.5px;
      outline: none; }
      @media (pointer: coarse) {
        #faceted-search-container #price-slider .ui-slider-handle, #faceted-search-container .slider-range .ui-slider-handle {
          width: 14px;
          height: 14px;
          top: -7px;
          margin-left: -7px; } }
  #faceted-search-container #price-slider-feedback, #faceted-search-container .price-range {
    color: #8E8E8E;
    font-size: 0.815rem;
    padding-top: 1.25rem;
    background-color: white; }
  @media screen and (max-width: 767px) {
    #faceted-search-container .filterSummaryContainer.container.wide {
      padding: 0; } }
  @media screen and (min-width: 768px) {
    #faceted-search-container .filterSummaryContainer {
      margin: 5px auto 20px;
      align-items: center;
      min-height: 2.5rem;
      display: flex;
      padding: 0 30px; } }
  #faceted-search-container .filterSummary {
    margin: 1.5rem;
    clear: both;
    display: block;
    position: relative; }
    @media only screen and (min-width: 767px) {
      #faceted-search-container .filterSummary {
        margin: 0 0 2rem 0;
        margin: 0;
        display: flex; } }
    #faceted-search-container .filterSummary h5 {
      text-transform: none;
      line-height: 24px;
      font-size: 20px;
      font-weight: 300; }
      @media screen and (min-width: 767px) {
        #faceted-search-container .filterSummary h5 {
          margin: 0;
          margin-right: 10px;
          font-size: 16px; } }
    #faceted-search-container .filterSummary ul {
      margin-left: 0;
      margin-bottom: 0.5rem; }
      @media screen and (min-width: 767px) {
        #faceted-search-container .filterSummary ul {
          margin-bottom: 0; } }
      #faceted-search-container .filterSummary ul li {
        display: inline-block;
        font-size: 0.875rem;
        cursor: pointer;
        padding: 0.1rem 1.5rem 0.1rem 0.5rem;
        margin: 0 0.25rem 0.5rem 0;
        background-color: #E9E9E9;
        border-radius: 5px;
        opacity: 0.8;
        background-image: url("../icons/close.svg");
        background-repeat: no-repeat;
        background-position: right 5px center;
        background-size: 0.75rem; }
        @media screen and (min-width: 767px) {
          #faceted-search-container .filterSummary ul li {
            margin: 0 0.25rem 0 0; } }
        #faceted-search-container .filterSummary ul li:hover {
          opacity: 1; }
        #faceted-search-container .filterSummary ul li [data-label] {
          display: none; }
    #faceted-search-container .filterSummary .clear-filters {
      padding-left: 0.5rem; }
      #faceted-search-container .filterSummary .clear-filters a, #faceted-search-container .filterSummary .clear-filters .link {
        font-size: 0.875rem; }
  #faceted-search-container #sidebar-faqs {
    margin-top: 2rem; }
    #faceted-search-container #sidebar-faqs .question {
      margin-bottom: 20px; }
    #faceted-search-container #sidebar-faqs .answer {
      opacity: 0;
      visibility: hidden;
      height: 0;
      padding-top: 10px; }
      #faceted-search-container #sidebar-faqs .answer p {
        font-size: 0.815rem;
        line-height: 1.7em; }
    #faceted-search-container #sidebar-faqs .title {
      text-transform: initial;
      font-size: 0.815rem;
      font-weight: 700;
      letter-spacing: 0;
      line-height: 1.7em;
      padding-right: 15px;
      cursor: pointer;
      position: relative; }
      #faceted-search-container #sidebar-faqs .title:before, #faceted-search-container #sidebar-faqs .title:after {
        content: '';
        position: absolute;
        background-color: #000000; }
      #faceted-search-container #sidebar-faqs .title:before {
        width: 9px;
        height: 1px;
        top: 11px;
        right: 0; }
      #faceted-search-container #sidebar-faqs .title:after {
        height: 9px;
        width: 1px;
        right: 4px;
        top: 7px;
        transition: all 0.3s ease-in-out; }
      #faceted-search-container #sidebar-faqs .title.up:after {
        opacity: 0; }
      #faceted-search-container #sidebar-faqs .title.up + .answer {
        opacity: 1;
        visibility: visible;
        height: auto;
        transition: all 0.3s ease-in-out; }

#product-listing-container {
  width: 100%;
  padding: 0;
  float: none; }
  #product-listing-container [data-ss-banner]:after {
    content: "";
    clear: both;
    display: table; }
  #product-listing-container [data-ss-banner="header"] > div, #product-listing-container [data-ss-banner="banner"] > div {
    margin-bottom: 2.75rem; }
  #product-listing-container [data-ss-banner="footer"] > div {
    margin-top: 2.75rem; }
  #product-listing-container h1 {
    float: left;
    padding-bottom: 2rem;
    margin-bottom: 0; }
  #product-listing-container .no-products-message {
    width: 100%;
    padding-top: 50px;
    margin-bottom: 50px; }
  #product-listing-container .filter-action {
    display: none;
    float: right; }
    #product-listing-container .filter-action svg {
      fill: #000000;
      cursor: pointer; }
    @media only screen and (max-width: 767px) {
      #product-listing-container .filter-action {
        display: block; } }
  #product-listing-container .productList {
    clear: both;
    margin: 0; }
    #product-listing-container .productList .productGrid {
      display: flex;
      flex-wrap: wrap;
      margin: 0; }
      #product-listing-container .productList .productGrid:before {
        display: none; }
      @media screen and (max-width: 767px) {
        #product-listing-container .productList .productGrid {
          padding: 0 15px; } }
    #product-listing-container .productList .ss-banner {
      display: flex;
      justify-content: center; }
    #product-listing-container .productList .product, #product-listing-container .productList .ss-banner {
      width: calc(50% - 7.5px);
      padding: 0;
      margin: 0 0 1.5rem 15px; }
      #product-listing-container .productList .product:nth-child(2n+1), #product-listing-container .productList .ss-banner:nth-child(2n+1) {
        margin-left: 0; }
      @media only screen and (min-width: 640px) {
        #product-listing-container .productList .product, #product-listing-container .productList .ss-banner {
          width: calc(33.33% - 10px);
          margin: 0 0 1.5rem 15px; }
          #product-listing-container .productList .product:nth-child(2n+1), #product-listing-container .productList .ss-banner:nth-child(2n+1) {
            margin: 0 0 1.5rem 15px; }
          #product-listing-container .productList .product:nth-child(3n+1), #product-listing-container .productList .ss-banner:nth-child(3n+1) {
            margin-left: 0; } }
      @media only screen and (min-width: 1261px) {
        #product-listing-container .productList .product, #product-listing-container .productList .ss-banner {
          width: calc(25% - 11.25px);
          margin: 0 0 1.5rem 15px; }
          #product-listing-container .productList .product:nth-child(2n+1), #product-listing-container .productList .ss-banner:nth-child(2n+1) {
            margin: 0 0 1.5rem 15px; }
          #product-listing-container .productList .product:nth-child(3n+1), #product-listing-container .productList .ss-banner:nth-child(3n+1) {
            margin: 0 0 1.5rem 15px; }
          #product-listing-container .productList .product:nth-child(4n+1), #product-listing-container .productList .ss-banner:nth-child(4n+1) {
            margin-left: 0; } }
      @media screen and (min-width: 768px) {
        #product-listing-container .productList .product, #product-listing-container .productList .ss-banner {
          margin-bottom: 3rem; } }
      #product-listing-container .productList .product > a, #product-listing-container .productList .product > .link, #product-listing-container .productList .ss-banner > a, #product-listing-container .productList .ss-banner > .link {
        width: 100%;
        position: relative;
        padding-bottom: 125.1%;
        overflow: hidden; }
        #product-listing-container .productList .product > a img, #product-listing-container .productList .product > .link img, #product-listing-container .productList .ss-banner > a img, #product-listing-container .productList .ss-banner > .link img {
          position: absolute;
          margin: auto;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0; }

.go-to-first-page {
  font-weight: normal;
  font-size: 13px;
  top: -4px;
  position: relative;
  margin-left: 6px;
  text-decoration: none;
  top: 10px;
  display: none; }
  .go-to-first-page:hover {
    text-decoration: underline; }

.productGrid .product, .productGrid .ss-banner {
  margin-bottom: 1.5rem; }

.category-description {
  float: none;
  padding-top: 6rem;
  text-align: left; }

@media screen and (min-width: 767px) {
  .categoryListBlock .navList {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; } }

@media screen and (min-width: 1280px) {
  .categoryListBlock .navList {
    height: 427px; } }

@media screen and (min-width: 767px) {
  #faceted-search-container .accordion-content .show-all {
    display: none; } }

@media screen and (min-width: 768px) {
  .category-page-heading {
    width: 100%;
    display: flex;
    justify-content: space-between; } }

@media screen and (max-width: 767px) {
  .category-page-heading.container.wide {
    padding: 0; } }

@media screen and (max-width: 767px) {
  .category-page-heading.container.wide .page-heading-container {
    padding: 0 20px;
    margin-bottom: 1rem; } }

.category-page-heading.container.wide .page-heading-container .layout-control {
  color: #656565;
  font-size: 12px; }
  @media screen and (min-width: 640px) {
    .category-page-heading.container.wide .page-heading-container .layout-control {
      display: none; } }
  .category-page-heading.container.wide .page-heading-container .layout-control span {
    margin-right: 5px; }
  .category-page-heading.container.wide .page-heading-container .layout-control .btn-view {
    min-width: initial;
    padding: 0 8px;
    color: #656565;
    font-size: 12px;
    line-height: 12px; }
    .category-page-heading.container.wide .page-heading-container .layout-control .btn-view.active {
      color: #040404; }
    .category-page-heading.container.wide .page-heading-container .layout-control .btn-view[data-view="1"] {
      border-right: 1px solid #656565; }

@media screen and (max-width: 767px) {
  .category-page-heading.container.wide .page-heading-container .page-heading-control {
    display: flex;
    align-items: center;
    justify-content: space-between; } }

.category-page-action-buttons {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .category-page-action-buttons {
      margin: 0.5rem 0; } }
  .category-page-action-buttons .sort-options {
    background: none;
    padding: 0; }
  .category-page-action-buttons [data-action-filter],
  .category-page-action-buttons .sort-options {
    font-size: 14px;
    max-width: initial;
    text-align: center;
    text-align-last: center;
    min-width: 180px;
    font-weight: 400;
    height: 35px;
    text-transform: capitalize;
    letter-spacing: normal;
    line-height: normal; }
    @media screen and (max-width: 768px) {
      .category-page-action-buttons [data-action-filter],
      .category-page-action-buttons .sort-options {
        width: 50%;
        min-width: initial; } }
  .category-page-action-buttons select {
    font-weight: 700;
    padding: 0 20px;
    color: #000000;
    width: 100%; }
    @media screen and (min-width: 769px) {
      .category-page-action-buttons select {
        margin-left: 20px; } }
    .category-page-action-buttons select option {
      font-weight: 400;
      text-align: left; }

@media screen and (min-width: 768px) {
  #faceted-search-container {
    position: absolute;
    display: none;
    padding: 0;
    z-index: 11;
    border-top: 1px solid #e5e5e5;
    margin-top: 16px;
    background-color: #FFFFFF; }
    #faceted-search-container nav {
      background-color: #FFFFFF;
      z-index: 1;
      position: relative;
      padding: 0 0 2rem; }
    #faceted-search-container:after {
      box-shadow: 0 0 10px 0 #9f9f9f;
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 20px;
      margin: 0 auto;
      right: 0; }
    #faceted-search-container.is-open {
      display: block; } }

@media only screen and (min-width: 768px) {
  #faceted-search-container .accordion-title {
    padding-bottom: 1rem;
    border-bottom: 1px solid #D9D9D9; } }

.layout-pages-category .body,
.layout-pages-custom-page-ss-search .body {
  margin-top: 0; }

.layout-pages-category .page-heading,
.layout-pages-custom-page-ss-search .page-heading {
  margin: 0;
  text-align: left; }

.layout-pages-category .sidebarBlock.desktop,
.layout-pages-custom-page-ss-search .sidebarBlock.desktop {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
  @media screen and (max-width: 767px) {
    .layout-pages-category .sidebarBlock.desktop,
    .layout-pages-custom-page-ss-search .sidebarBlock.desktop {
      display: none; } }
  .layout-pages-category .sidebarBlock.desktop .apply-filters,
  .layout-pages-category .sidebarBlock.desktop .clear-filters,
  .layout-pages-custom-page-ss-search .sidebarBlock.desktop .apply-filters,
  .layout-pages-custom-page-ss-search .sidebarBlock.desktop .clear-filters {
    width: 72%;
    max-width: 225px;
    margin: 0; }
  .layout-pages-category .sidebarBlock.desktop .clear-filters,
  .layout-pages-custom-page-ss-search .sidebarBlock.desktop .clear-filters {
    background-color: #FFFFFF;
    border: none;
    color: #000000;
    margin-top: 1.2rem;
    font-size: 12px; }
    .layout-pages-category .sidebarBlock.desktop .clear-filters .icon,
    .layout-pages-custom-page-ss-search .sidebarBlock.desktop .clear-filters .icon {
      margin-top: -5px;
      margin-right: 5px;
      display: none; }

.layout-pages-category [action-buttons-template],
.layout-pages-custom-page-ss-search [action-buttons-template] {
  display: none; }

@media screen and (max-width: 767px) {
  .layout-pages-category .filter-blocks,
  .layout-pages-custom-page-ss-search .filter-blocks {
    padding: 0; } }

@media screen and (min-width: 768px) {
  .sticky-filter.is-sticky {
    position: sticky;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    z-index: 11;
    border-bottom: none;
    padding-top: 20px;
    transition: top .1s; }
    .sticky-filter.is-sticky .breadcrumbs,
    .sticky-filter.is-sticky .page-heading,
    .sticky-filter.is-sticky #search-results-heading {
      display: none; }
    .sticky-filter.is-sticky .category-page-heading {
      display: flex;
      justify-content: flex-end; } }

@media screen and (max-width: 767px) {
  .category-header-container.container.wide {
    padding: 0; } }

.category-header-container .breadcrumbs {
  margin-bottom: 0.5rem;
  padding-top: 1rem; }

@media screen and (max-width: 767px) {
  #product-listing-container[data-view="1"] .productList article.card {
    max-height: initial; } }

@media screen and (max-width: 767px) {
  #product-listing-container[data-view="1"] .productList .product,
  #product-listing-container[data-view="1"] .productList .ss-banner {
    width: 100%;
    margin: 0 0 1.5rem 0; } }

.breadcrumb-container {
  min-height: 1.5rem; }

.content-block.homepage-blurb {
  padding-top: 0px;
  font-size: 0.8rem; }
  @media (min-width: 1025px) {
    .content-block.homepage-blurb {
      padding-top: 80px; } }
  .content-block.homepage-blurb .read-more-button {
    text-align: center;
    text-decoration: underline;
    cursor: pointer; }

.product-feed.new-products .productCarousel-slide {
  margin: 0 !important;
  padding: 0 0.5%; }
  .product-feed.new-products .productCarousel-slide .card {
    max-height: none; }

.product-feed.new-products .product {
  margin: 0 !important;
  padding: 0 0.25%; }

.product-feed.new-products .slick-dots {
  bottom: -40px; }

.layout.optimizedCheckout-contentPrimary .layout-main .orderConfirmation {
  padding: 3rem 0 4rem; }
  .layout.optimizedCheckout-contentPrimary .layout-main .orderConfirmation .continueButtonContainer {
    display: none; }
  .layout.optimizedCheckout-contentPrimary .layout-main .orderConfirmation .optimizedCheckout-buttonPrimary {
    width: 100%;
    margin: 0; }

.layout.optimizedCheckout-contentPrimary .layout-cart .optimizedCheckout-orderSummary .cart-header .cart-header-link {
  font-size: 13px;
  line-height: 22px; }
  .layout.optimizedCheckout-contentPrimary .layout-cart .optimizedCheckout-orderSummary .cart-header .cart-header-link .icon {
    display: none; }

.layout.optimizedCheckout-contentPrimary .optimizedCheckout-form-label small {
  display: none; }

#find-your-size {
  max-width: 735px;
  margin: 0 auto;
  text-align: center;
  counter-reset: instructions;
  padding: 0 10px; }
  #find-your-size .video {
    margin: 0 auto;
    min-height: 400px;
    line-height: 0;
    opacity: 1;
    position: relative; }
    #find-your-size .video iframe {
      width: 100%;
      height: 400px;
      left: 0; }
  #find-your-size ol.instructions {
    list-style: none;
    margin: 0 auto; }
    #find-your-size ol.instructions li {
      padding-left: 35px;
      position: relative;
      font-size: 0.875rem;
      text-align: left;
      margin-top: 35px; }
      #find-your-size ol.instructions li:before {
        counter-increment: instructions;
        content: counter(instructions) ")";
        position: absolute;
        top: 1px;
        left: 0;
        font-size: 1.375rem; }
  #find-your-size .size-indicator {
    font-size: 1.625rem;
    font-weight: 700; }
  #find-your-size .slider {
    background-color: #E5E5E5;
    border: none;
    border-radius: 3px;
    height: 6px;
    margin: 100px auto 50px; }
    #find-your-size .slider .ui-slider-range-min {
      background-color: #000000; }
    #find-your-size .slider .key {
      position: absolute;
      top: 100%;
      margin-top: 10px;
      font-size: 0.875rem; }
      #find-your-size .slider .key.min {
        left: 0;
        transform: translateX(-50%); }
      #find-your-size .slider .key.max {
        right: 0;
        transform: translateX(50%); }
  #find-your-size #bubble-handle {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    top: -12px;
    margin-left: -15px;
    outline: none; }
    #find-your-size #bubble-handle span {
      position: absolute;
      bottom: 100%;
      left: 50%;
      transform: translateX(-50%);
      width: 100px;
      background-color: #F4F4F4;
      text-align: center;
      font-weight: 700;
      border: 1px solid #D7D7D7;
      margin-bottom: 10px;
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07);
      color: #000000; }
      #find-your-size #bubble-handle span:before, #find-your-size #bubble-handle span:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border: 8px solid transparent; }
      #find-your-size #bubble-handle span:before {
        border-top-color: #D7D7D7; }
      #find-your-size #bubble-handle span:after {
        border: 6px solid transparent;
        border-top-color: #F4F4F4; }
  #find-your-size .size-chart {
    border-top: 1px solid #DCDCDC;
    margin-top: 60px;
    padding-top: 30px;
    text-align: left; }
    #find-your-size .size-chart h6 {
      margin: 35px 0 20px 16px; }
    #find-your-size .size-chart .metric {
      display: flex;
      font-size: 0.75rem;
      border: 1px solid #DCDCDC;
      cursor: pointer;
      flex-direction: column;
      width: 33.3%; }
      @media (min-width: 551px) {
        #find-your-size .size-chart .metric {
          flex-direction: row;
          width: 100%;
          border-bottom: none; } }
      #find-your-size .size-chart .metric:last-child {
        border-bottom: 1px solid #DCDCDC; }
        @media (min-width: 551px) {
          #find-your-size .size-chart .metric:last-child {
            margin-bottom: 60px; } }
      #find-your-size .size-chart .metric .label, #find-your-size .size-chart .metric .size {
        height: 55px;
        line-height: 55px; }
      #find-your-size .size-chart .metric .label {
        border-bottom: 1px solid #DCDCDC;
        text-align: center;
        font-weight: 700;
        text-transform: uppercase;
        flex-shrink: 0; }
        @media screen and (max-width: 550px) {
          #find-your-size .size-chart .metric .label {
            line-height: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0 5px; } }
        @media (min-width: 551px) {
          #find-your-size .size-chart .metric .label {
            border-bottom: 0;
            border-right: 1px solid #DCDCDC;
            width: 135px;
            padding-left: 16px;
            text-align: left; } }
      #find-your-size .size-chart .metric .size {
        text-align: center;
        width: 100%; }
        #find-your-size .size-chart .metric .size.hovered, #find-your-size .size-chart .metric .size.marked {
          background-color: #F0F0F0; }
        #find-your-size .size-chart .metric .size:hover, #find-your-size .size-chart .metric .size.selected {
          background-color: #000000;
          color: #FFFFFF; }
      #find-your-size .size-chart .metric:hover .label {
        background-color: #000000;
        color: #FFFFFF; }
    #find-your-size .size-chart .chart {
      display: flex;
      margin-bottom: 30px; }
      @media (min-width: 551px) {
        #find-your-size .size-chart .chart {
          display: block;
          margin-bottom: 0; } }
  @media screen and (max-width: 650px) {
    #find-your-size .btn-container .btn, #find-your-size .btn-container body.page-checkout .optimizedCheckout-buttonPrimary, body.page-checkout #find-your-size .btn-container .optimizedCheckout-buttonPrimary, #find-your-size .btn-container body.page-checkout .optimizedCheckout-buttonSecondary, body.page-checkout #find-your-size .btn-container .optimizedCheckout-buttonSecondary, #find-your-size .btn-container div#storemapper div#storemapper-form #storemapper-go.btn, div#storemapper div#storemapper-form #find-your-size .btn-container #storemapper-go.btn, #find-your-size .btn-container #productView-reminder-bar .productView-mini-action, #productView-reminder-bar #find-your-size .btn-container .productView-mini-action {
      font-size: 10px;
      line-height: 14px;
      display: flex;
      justify-content: center;
      align-items: center;
      min-width: 130px; } }
  #find-your-size .fys-subtitle-2 {
    margin-top: 20px; }
    #find-your-size .fys-subtitle-2 span {
      display: inline-block;
      text-align: left;
      max-width: 450px; }
  #find-your-size .pro-tip {
    margin: 0 auto;
    margin-top: 40px;
    text-align: left; }

#modal #find-your-size {
  padding: 40px 20px; }
  @media (min-width: 1025px) {
    #modal #find-your-size {
      padding: 40px; } }
  #modal #find-your-size .video {
    max-width: 450px;
    min-height: 253px; }
    #modal #find-your-size .video iframe {
      width: 100%;
      height: 253px; }
  #modal #find-your-size ol.instructions {
    max-width: 450px; }
  #modal #find-your-size .slider {
    max-width: 400px; }
  #modal #find-your-size .pro-tip {
    max-width: 490px; }
  #modal #find-your-size .size-chart {
    border-top: none;
    margin-top: 0;
    padding: 0; }
  #modal #find-your-size .help {
    border-top: 1px solid #DCDCDC;
    margin-top: 60px;
    padding-top: 30px;
    text-align: left; }

div#favourite-clone {
  display: none; }

div#storemapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px; }
  @media (min-width: 1025px) {
    div#storemapper {
      margin-bottom: 0; } }
  div#storemapper:after {
    display: none !important; }
  div#storemapper .storemapper-loader-wrap {
    margin: 40px auto;
    height: 600px;
    display: flex;
    align-items: center; }
  div#storemapper .storemapper-loader-marker {
    fill: #000000; }
  div#storemapper .storemapper-loader-shadow {
    fill: #000000; }
  div#storemapper #storemapper-autocomplete {
    top: 100%;
    left: 1px !important; }
  div#storemapper div#storemapper-left, div#storemapper div#storemapper-right {
    height: 600px; }
  div#storemapper div#storemapper-left {
    width: 50%;
    height: 70vh;
    overflow: hidden;
    position: relative; }
    div#storemapper div#storemapper-left:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 75px;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/$white+0,ffffff+100&0+0,1+100 */
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='$white',GradientType=0 );
      /* IE6-9 */ }
  div#storemapper div#storemapper-right {
    width: 0%;
    height: 0;
    min-height: 0;
    overflow: hidden; }
    @media screen and (min-width: 670px) {
      div#storemapper div#storemapper-right {
        width: 45%;
        height: 600px;
        min-height: 250px;
        overflow: auto; } }
  div#storemapper .storemapper-storelink {
    outline: none; }
  div#storemapper div#storemapper-form {
    width: 100%;
    padding: 0 0 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #FFFFFF; }
    div#storemapper div#storemapper-form .storemapper-form-inner {
      display: flex;
      flex-wrap: wrap;
      position: relative; }
    div#storemapper div#storemapper-form label {
      display: none; }
    div#storemapper div#storemapper-form input#storemapper-zip {
      width: 100%;
      height: 55px;
      border-color: #000000;
      margin-bottom: 0;
      padding-right: 36px !important; }
    div#storemapper div#storemapper-form body.page-checkout #storemapper-go.optimizedCheckout-buttonPrimary, body.page-checkout div#storemapper div#storemapper-form #storemapper-go.optimizedCheckout-buttonPrimary, div#storemapper div#storemapper-form body.page-checkout #storemapper-go.optimizedCheckout-buttonSecondary, body.page-checkout div#storemapper div#storemapper-form #storemapper-go.optimizedCheckout-buttonSecondary, div#storemapper div#storemapper-form #storemapper-go.btn, div#storemapper div#storemapper-form #productView-reminder-bar #storemapper-go.productView-mini-action, #productView-reminder-bar div#storemapper div#storemapper-form #storemapper-go.productView-mini-action {
      width: 100%;
      flex-shrink: 0;
      margin: 10px 0 0 0;
      height: 55px; }
    @media (min-width: 551px) {
      div#storemapper div#storemapper-form .storemapper-form-inner {
        flex-wrap: nowrap; }
      div#storemapper div#storemapper-form body.page-checkout #storemapper-go.optimizedCheckout-buttonPrimary, body.page-checkout div#storemapper div#storemapper-form #storemapper-go.optimizedCheckout-buttonPrimary, div#storemapper div#storemapper-form body.page-checkout #storemapper-go.optimizedCheckout-buttonSecondary, body.page-checkout div#storemapper div#storemapper-form #storemapper-go.optimizedCheckout-buttonSecondary, div#storemapper div#storemapper-form #storemapper-go.btn, div#storemapper div#storemapper-form #productView-reminder-bar #storemapper-go.productView-mini-action, #productView-reminder-bar div#storemapper div#storemapper-form #storemapper-go.productView-mini-action {
        width: auto;
        margin: 0 0 0 20px; } }
    div#storemapper div#storemapper-form .storemapper-favNote {
      margin: 20px 0 0;
      font-size: 0.7em; }
      @media (min-width: 551px) {
        div#storemapper div#storemapper-form .storemapper-favNote {
          font-size: 0.8em; } }
  div#storemapper ul#storemapper-list {
    background-color: transparent;
    padding: 165px 0 75px;
    overflow: auto;
    height: 100%; }
    @media (min-width: 551px) {
      div#storemapper ul#storemapper-list {
        padding: 85px 0; } }
    div#storemapper ul#storemapper-list .tier {
      background-color: #F4F4F4;
      margin-top: 18px;
      padding: 25px 125px 22px 48px;
      font-size: 0.8125rem;
      line-height: 1.9em;
      box-shadow: none;
      position: relative;
      outline: none; }
      @media only screen and (max-width: 1024px) {
        div#storemapper ul#storemapper-list .tier {
          padding-right: 25px; } }
    div#storemapper ul#storemapper-list .storemapper_directions {
      display: none; }
    div#storemapper ul#storemapper-list .storemapper_view a, div#storemapper ul#storemapper-list .storemapper_view .link {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-indent: -9999em;
      overflow: hidden; }
    div#storemapper ul#storemapper-list h4 {
      font-size: 0.875rem;
      letter-spacing: 0px;
      font-weight: 700; }
    div#storemapper ul#storemapper-list .storemapper-address {
      color: #656565; }
    div#storemapper ul#storemapper-list .storemapper-custom-1,
    div#storemapper ul#storemapper-list .storemapper-custom-2 {
      display: none; }
    div#storemapper ul#storemapper-list .storemapper-custom-3, div#storemapper ul#storemapper-list .storemapper-custom-hours {
      position: relative;
      z-index: 2; }
    div#storemapper ul#storemapper-list .storemapper-days {
      color: #656565;
      padding-top: 1rem;
      display: none; }
    @media screen and (max-width: 768px) {
      div#storemapper ul#storemapper-list .storemapper-day {
        display: flex;
        justify-content: space-between;
        padding-right: 15px; } }
    div#storemapper ul#storemapper-list .storemapper-day span:first-child {
      display: inline-block;
      width: 140px; }
      @media screen and (max-width: 768px) {
        div#storemapper ul#storemapper-list .storemapper-day span:first-child {
          width: 80px; } }
    div#storemapper ul#storemapper-list .storemapper-day span:last-child {
      text-transform: lowercase; }
    div#storemapper ul#storemapper-list .favourite {
      position: absolute;
      top: 22px;
      left: 22px;
      z-index: 2; }
      div#storemapper ul#storemapper-list .favourite .icon {
        width: 1rem;
        height: 1rem; }
      div#storemapper ul#storemapper-list .favourite svg {
        cursor: pointer;
        fill: none;
        stroke: #000000;
        margin-top: -5px;
        display: block;
        width: 16px;
        height: 16px;
        position: static; }
      div#storemapper ul#storemapper-list .favourite.selected svg {
        fill: #000000; }
      div#storemapper ul#storemapper-list .favourite svg:hover {
        opacity: 0.8; }
    div#storemapper ul#storemapper-list .details {
      width: 100%;
      padding: 0 10px; }
      div#storemapper ul#storemapper-list .details .store-name {
        width: 100%;
        display: block;
        font-weight: 700; }
      div#storemapper ul#storemapper-list .details .address {
        width: 100%;
        display: block;
        padding: 0;
        color: #656565; }
      div#storemapper ul#storemapper-list .details .toggle-hours {
        text-decoration: underline;
        cursor: pointer; }
      div#storemapper ul#storemapper-list .details .days {
        display: none;
        color: #656565;
        margin-top: 20px;
        line-height: 1.8em; }
        div#storemapper ul#storemapper-list .details .days .day {
          width: 150px;
          display: inline-block; }
    div#storemapper ul#storemapper-list .storemapper-availability {
      text-align: right;
      white-space: nowrap;
      position: absolute;
      top: 22px;
      right: 22px; }
      div#storemapper ul#storemapper-list .storemapper-availability.available {
        color: #2EB62E; }
      div#storemapper ul#storemapper-list .storemapper-availability.limited {
        color: #DB6420; }
      div#storemapper ul#storemapper-list .storemapper-availability.outofstock {
        color: #E62020; }
      @media only screen and (max-width: 500px) {
        div#storemapper ul#storemapper-list .storemapper-availability {
          position: static;
          text-align: left; } }

#modal #check-availability {
  padding: 40px;
  text-align: center; }
  #modal #check-availability h2 {
    margin-bottom: 30px; }
  #modal #check-availability #storemapper {
    text-align: left;
    max-width: 1030px;
    margin: 0 auto;
    width: 100%; }
    @media (min-width: 551px) {
      #modal #check-availability #storemapper {
        width: 90%; } }

div#storemapper .storemapper-error, div#storemapper .help-block {
  position: absolute;
  bottom: -15px;
  left: 0;
  font-size: 12px; }

div#storemapper .storemapper-reset {
  left: -18px !important;
  top: 2px !important;
  display: none !important; }
  div#storemapper .storemapper-reset .storemapper-reset-gradient {
    display: none; }

div#storemapper .storemapper-category-name {
  display: none; }

div#storemapper .storemapper-description {
  font-style: italic; }

.productView {
  margin: 0;
  padding-top: 0;
  overflow: hidden;
  /* Product Size for Physical Gift Card */ }
  @media only screen and (min-width: 768px) {
    .productView {
      overflow: visible; } }
  .productView .container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1560px;
    padding: 0 20px;
    /* Hide weird alert box */ }
    @media only screen and (min-width: 961px) {
      .productView .container {
        padding: 0 30px; } }
    .productView .container > .alertBox.alertBox--info {
      display: none; }
  .productView .product-size label.p-card-amount-label {
    display: none; }
  .productView[data-sku^="E-GIFTCARD"] .productView-price {
    display: none; }
  .productView[data-sku^="P-GIFTCARD"] .product-size > label.p-card-amount-label {
    display: block; }
  .productView[data-sku^="P-GIFTCARD"] .product-size > label:not(.p-card-amount-label) {
    display: none; }
  .productView[data-sku^="P-GIFTCARD"] .productView-price {
    display: none; }

.productView-product {
  border-bottom: none;
  padding-bottom: 15px; }
  .productView-product #trust-pilot-review {
    display: none; }

.productView-title {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 15px; }
  @media screen and (max-width: 768px) {
    .productView-title {
      font-size: 1.25rem;
      margin-bottom: 10px; } }

.productView-images {
  width: 100%;
  float: none;
  order: 0;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  max-height: 480px; }
  @media screen and (max-width: 767px) {
    .productView-images {
      height: 481px; } }
  @media screen and (max-width: 768px) {
    .productView-images {
      width: calc(100% + 40px);
      margin-left: -20px;
      margin-right: -20px;
      max-height: initial;
      height: initial; } }
  @media screen and (min-width: 961px) {
    .productView-images {
      background-color: transparent !important; } }
  .productView-images:before {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    width: 2000%;
    height: 100%;
    background-color: inherit; }
  .productView-images .container {
    max-width: 936px;
    padding: 0 0 0 20px;
    margin-right: 0; }
    @media only screen and (min-width: 961px) {
      .productView-images .container {
        padding: 0 0 0 30px; } }
  .productView-images .breadcrumbs {
    width: calc(100% - 75px);
    overflow: hidden;
    white-space: nowrap; }
    @media (min-width: 1025px) {
      .productView-images .breadcrumbs {
        width: 100%;
        white-space: initial; } }
  .productView-images .form-wishlist.dropdown-form {
    width: auto;
    position: absolute;
    top: initial;
    right: 7px !important;
    bottom: -10px;
    z-index: 10;
    display: block; }
    .productView-images .form-wishlist.dropdown-form .add-to-wishlist:after {
      width: 23px;
      height: 20px; }
    .productView-images .form-wishlist.dropdown-form .wishlist-dropdown {
      width: 100%;
      display: block;
      text-align: center; }
    @media only screen and (min-width: 768px) {
      .productView-images .form-wishlist.dropdown-form {
        right: 20px; } }
    @media (min-width: 1025px) {
      .productView-images .form-wishlist.dropdown-form {
        right: auto;
        left: 0;
        top: 75px;
        width: 72px;
        display: none; } }
  .productView-images .productView-images-figure {
    overflow: hidden; }
    .productView-images .productView-images-figure figure {
      margin: 0;
      max-height: 355px; }
      @media screen and (max-width: 480px) {
        .productView-images .productView-images-figure figure {
          max-height: initial; } }
      .productView-images .productView-images-figure figure.slick-dotted.slick-slider {
        margin-bottom: 60px; }
        @media screen and (max-width: 480px) {
          .productView-images .productView-images-figure figure.slick-dotted.slick-slider {
            margin-bottom: 0; } }
        .productView-images .productView-images-figure figure.slick-dotted.slick-slider .slick-dots {
          bottom: -40px; }
      @media (min-width: 1025px) {
        .productView-images .productView-images-figure figure {
          max-height: none;
          display: flex;
          flex-wrap: wrap;
          justify-content: flex-start; } }
  @media only screen and (min-width: 768px) {
    .productView-images {
      width: 60%;
      margin-bottom: 3rem;
      max-height: none; }
      .productView-images:before {
        right: 0; } }

.productView-img-container {
  cursor: pointer;
  max-width: none;
  max-height: 355px; }
  @media screen and (max-width: 480px) {
    .productView-img-container {
      max-height: initial; } }
  .productView-img-container:before {
    content: "+";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -25px;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #FFFFFF;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
    color: #000000;
    font-size: 35px;
    font-weight: 200;
    text-align: center;
    line-height: 48px;
    opacity: 0;
    transition: all 0.3s ease-in-out; }
  .productView-img-container:hover:before {
    margin-top: -25px;
    opacity: 1; }
  .productView-img-container img {
    margin: 0;
    max-height: 355px; }
    @media screen and (max-width: 480px) {
      .productView-img-container img {
        max-height: initial; } }
  .productView-img-container:after {
    padding-bottom: 125%; }
  @media (min-width: 1025px) {
    .productView-img-container {
      max-height: none;
      width: calc(50% - 7px);
      margin: 3.5px; }
      .productView-img-container img {
        max-height: none; } }
  .productView-img-container.bunny-video:before {
    display: none; }
  .productView-img-container.bunny-video:after {
    position: relative; }
  .productView-img-container.bunny-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .productView-img-container .custom-play-button {
    padding: 24px 30px 21px 34px;
    background: rgba(255, 255, 255, 0.35);
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 1;
    display: none; }
    @media screen and (max-width: 1023px) {
      .productView-img-container .custom-play-button {
        padding: 17px 21px 16px 22px;
        width: 60px;
        height: 60px; } }
    .productView-img-container .custom-play-button:after {
      content: "";
      display: inline-block;
      height: 0;
      width: 0;
      border-top: 20px solid transparent;
      border-bottom: 19px solid transparent;
      border-left: 25px solid #fff; }
      @media screen and (max-width: 1023px) {
        .productView-img-container .custom-play-button:after {
          border-top: 13px solid transparent;
          border-bottom: 12px solid transparent;
          border-left: 20px solid #fff; } }
  .productView-img-container .videoLoading {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    height: 33px;
    background-image: url("../icons/wittner-logo.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    animation: pulseOpacity 1.2s ease-in alternate infinite;
    z-index: -1; }

@keyframes pulseOpacity {
  0% {
    opacity: 0.10; }
  100% {
    opacity: 1; } }

.productView-image {
  flex-wrap: wrap;
  padding-left: 80px; }

.productView-thumbnails-container {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 75px;
  padding-bottom: 50px;
  height: 100%;
  display: none; }
  .productView-thumbnails-container .productView-wishlist {
    padding-bottom: 50px; }
  .productView-thumbnails-container .sticky-form-wishlist {
    top: 10px !important;
    display: none; }
    @media (min-width: 1025px) {
      .productView-thumbnails-container .sticky-form-wishlist {
        display: block; } }

.productView-thumbnails {
  position: sticky;
  top: 90px;
  margin: 0; }
  .productView-thumbnails li {
    display: block;
    float: none;
    width: 100%;
    padding: 0; }
    .productView-thumbnails li .productView-thumbnail-link {
      border: none;
      padding: 0;
      height: auto; }
    .productView-thumbnails li img {
      width: 72px; }

#productView-img-previewer {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: #FFFFFF;
  transition: all 0.3s ease-in-out; }
  #productView-img-previewer.active {
    opacity: 1;
    visibility: visible; }
  #productView-img-previewer .productView-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    padding-left: 0;
    max-width: 1280px;
    max-height: 1280px; }
  #productView-img-previewer .productView-img-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%; }
    #productView-img-previewer .productView-img-container img {
      height: 100%; }
      @media (hover: none) {
        #productView-img-previewer .productView-img-container img {
          height: auto;
          max-height: none;
          margin: auto; } }
    #productView-img-previewer .productView-img-container:before {
      display: none; }
  #productView-img-previewer .productView-previewer-controls {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%); }
    #productView-img-previewer .productView-previewer-controls > div {
      width: 50px;
      height: 50px;
      border-radius: 50px;
      background-color: #FFFFFF;
      box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
      color: #000000;
      font-size: 35px;
      font-weight: 200;
      text-align: center;
      line-height: 48px;
      margin: 0 9px;
      background-position: center;
      background-repeat: no-repeat;
      position: relative;
      cursor: pointer; }
      #productView-img-previewer .productView-previewer-controls > div.prev {
        background-image: url(../icons/wit-chevron-left.svg); }
      #productView-img-previewer .productView-previewer-controls > div.close:before, #productView-img-previewer .productView-previewer-controls > div.close:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 2px;
        height: 15px;
        margin-top: -7.5px;
        margin-left: -1px;
        background-color: #000000; }
      #productView-img-previewer .productView-previewer-controls > div.close:before {
        transform: rotate(-45deg); }
      #productView-img-previewer .productView-previewer-controls > div.close:after {
        transform: rotate(45deg); }
      #productView-img-previewer .productView-previewer-controls > div.next {
        background-image: url(../icons/wit-chevron-right.svg); }

.productView-details {
  clear: none;
  float: none;
  width: 100%;
  order: 1;
  padding: 15px 0;
  margin-top: 2px; }
  @media only screen and (min-width: 768px) {
    .productView-details {
      width: 40%;
      padding: 50px 0; } }
  @media only screen and (max-width: 768px) {
    .productView-details {
      margin-bottom: 0;
      padding-bottom: 0; } }

.productView-slide {
  position: sticky;
  top: 110px; }
  .productView-slide > * {
    max-width: none;
    margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .productView-slide {
      padding-left: 20px; } }
  @media (min-width: 1025px) {
    .productView-slide > * {
      max-width: 400px; } }

.productView-price {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  position: relative; }
  .productView-price .price-label {
    font-size: 0.75rem;
    line-height: 1;
    display: none !important; }
  .productView-price .price {
    line-height: 30px;
    display: block;
    font-size: 18px; }
    .productView-price .price[data-product-rrp-with-tax] {
      font-weight: 400; }
      .productView-price .price[data-product-rrp-with-tax] .price-section--minor.price--discounted {
        font-weight: 300; }
    .productView-price .price.strike {
      font-weight: 300; }
    .productView-price .price s {
      margin-left: 5px;
      color: #999;
      font-weight: 300; }
  .productView-price .price-section {
    position: relative;
    display: inline-block !important;
    margin-right: 20px; }
    .productView-price .price-section:first-child .price {
      font-size: 1.25rem; }
    .productView-price .price-section.price-section--member + .rrp-price--withTax .price[data-product-rrp-with-tax] {
      font-weight: 300;
      color: #A5A5A5; }

.product-flag {
  padding-top: 0;
  line-height: 20px;
  display: block; }
  .product-flag.desktop {
    margin-bottom: 10px;
    margin-top: -10px; }
    @media only screen and (max-width: 768px) {
      .product-flag.desktop {
        display: none; } }

.member-info {
  padding-top: 3px; }

.membership-info .info-detail {
  width: auto; }
  @media only screen and (max-width: 768px) {
    .membership-info .info-detail.clicked {
      margin-top: 5px;
      opacity: 1;
      visibility: visible; } }

.join-prompt {
  font-size: 0.815rem;
  position: relative;
  width: max-content; }
  @media screen and (max-width: 768px) {
    .join-prompt {
      font-size: 0.75rem;
      margin-bottom: 10px; } }

.membership-flags {
  margin-bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: center; }

.member-info.loggedin {
  width: auto;
  padding: 0;
  right: 0;
  left: initial;
  height: 30px;
  top: 0;
  position: absolute;
  display: flex; }
  .member-info.loggedin span, .member-info.loggedin a, .member-info.loggedin .link {
    font-size: 0.75rem;
    font-weight: 400;
    color: #656565; }
  .member-info.loggedin .status {
    margin-left: 5px; }
  .member-info.loggedin .info-detail {
    left: initial;
    transform: initial;
    z-index: 1001; }
  .member-info.loggedin .member-info,
  .member-info.loggedin .membership-info {
    position: initial;
    left: initial;
    right: initial;
    display: inline;
    height: initial;
    padding: 0;
    margin: 0; }
  .member-info.loggedin .member-info {
    height: 30px;
    display: flex;
    align-items: center; }
    .member-info.loggedin .member-info .info-detail {
      right: 0; }
      .member-info.loggedin .member-info .info-detail:before, .member-info.loggedin .member-info .info-detail:after {
        left: 73%; }
  .member-info.loggedin .join-prompt {
    margin: 0;
    display: flex;
    align-items: center;
    height: 30px;
    gap: .2rem; }

.member-guest {
  display: flex;
  align-items: center;
  right: 0;
  position: absolute;
  height: 30px; }
  .member-guest .info-detail {
    left: 25px; }
    .member-guest .info-detail:before, .member-guest .info-detail:after {
      left: 58px; }
  .member-guest .join-prompt.info-popup {
    left: 0;
    margin: 0; }
  .member-guest .info-popup {
    position: initial; }
  .member-guest .join-prompt {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: .2rem;
    margin: 0; }

.bnpl-message-container {
  width: 100%; }
  .bnpl-message-container .bnpl-title span {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #656565; }
    @media screen and (max-width: 768px) {
      .bnpl-message-container .bnpl-title span {
        font-size: 0.75rem; } }
    .bnpl-message-container .bnpl-title span .bnpl-open {
      text-decoration: underline;
      cursor: pointer; }
  .bnpl-message-container .bnpl-icons {
    margin-top: 5px;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 1240px) {
      .bnpl-message-container .bnpl-icons {
        margin-top: 10px; } }
    .bnpl-message-container .bnpl-icons .bnpl-zip {
      width: 44px;
      height: 20px; }
    .bnpl-message-container .bnpl-icons .bnpl-afterpay {
      width: 72.5px;
      height: 25px; }
    .bnpl-message-container .bnpl-icons .bnpl-paypal {
      width: 80px;
      height: 20px; }
    .bnpl-message-container .bnpl-icons svg {
      margin-right: 10px; }
      @media screen and (max-width: 1240px) {
        .bnpl-message-container .bnpl-icons svg {
          margin-right: 15px; } }
  .bnpl-message-container .bnpl-body {
    background-color: #f2f2f2;
    position: relative;
    padding: 15px 15px 10px;
    margin-top: 15px;
    margin-bottom: 20px;
    display: none; }
    @media screen and (min-width: 961px) {
      .bnpl-message-container .bnpl-body {
        padding-right: 8%;
        margin-top: 5px; } }
    @media screen and (max-width: 1240px) {
      .bnpl-message-container .bnpl-body {
        padding: 10px;
        margin-top: 5px; } }
    .bnpl-message-container .bnpl-body p {
      font-weight: 300;
      font-size: 12px;
      line-height: 150%;
      color: #000;
      margin-bottom: 0; }
    .bnpl-message-container .bnpl-body h6 {
      font-weight: 400;
      font-size: 18px;
      color: #000;
      text-transform: initial; }
    .bnpl-message-container .bnpl-body button {
      position: absolute;
      top: 10px;
      right: 10px;
      height: 12px;
      padding: 0; }
      .bnpl-message-container .bnpl-body button img {
        display: block; }

.custom-sale-message {
  font-size: 12px;
  text-decoration: none;
  letter-spacing: 0.5px;
  display: inline-block; }

.productView-details .custom-sale-message {
  margin-bottom: 6px; }

/* Hide sale messages by default */
.custom-sale-message {
  display: none; }

/* Show __sale-message to both logged-in and guest users */
.sale-message-wrapper.has-sale-message:not(.has-member-message) .custom-sale-message.sale-message {
  display: block; }

/* Show _wittco-sale-message to logged-in customers */
.sale-message-wrapper.has-member-message.is-loggedin .custom-sale-message.member-message {
  display: block; }

/* Show __sale-message only to guests */
.sale-message-wrapper.has-sale-message.is-guest .custom-sale-message.sale-message {
  display: block; }

.price--rrp {
  text-decoration: none; }
  .price--rrp.strike, .price--rrp.strikethrough {
    text-decoration: line-through;
    color: #A5A5A5; }
  .price--rrp .strikethrough {
    text-decoration: line-through;
    color: #A5A5A5; }

.productView-reviewLink {
  font-size: 0.815rem; }

.form-field .form-label {
  color: #656565;
  font-size: 0.815rem;
  text-align: left; }

.form-field.color-swatches {
  height: 50px;
  width: 100%;
  position: relative;
  margin-top: 0;
  margin-bottom: 20px; }
  .form-field.color-swatches .form-label {
    position: absolute;
    bottom: 100%;
    left: 0;
    position: absolute;
    bottom: 100%;
    left: initial;
    z-index: 1000;
    right: 0;
    top: 50%;
    transform-origin: center;
    transform: translateY(-50%);
    height: 21px;
    margin: 0; }
    .form-field.color-swatches .form-label span {
      display: none; }
    .form-field.color-swatches .form-label .icon svg {
      width: 15px;
      stroke: black;
      fill: black;
      stroke-width: 0.1px; }
  .form-field.color-swatches .dropdown {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    border: 1px solid #D8D8D8;
    height: 50px;
    overflow: hidden;
    background: #FFFFFF;
    border-left: none;
    border-right: none; }
    .form-field.color-swatches .dropdown:before {
      border-top-color: #656565; }
      @media screen and (max-width: 768px) {
        .form-field.color-swatches .dropdown:before {
          border-top-color: black; } }
    .form-field.color-swatches .dropdown:after {
      border-top-color: #FFFFFF;
      border-width: 6px;
      margin-right: 2px; }
    .form-field.color-swatches .dropdown.active {
      height: auto; }
      .form-field.color-swatches .dropdown.active:before, .form-field.color-swatches .dropdown.active:after {
        transform: rotate(180deg);
        margin-top: -8px; }
      .form-field.color-swatches .dropdown.active:after {
        margin-top: -4px; }
    .form-field.color-swatches .dropdown.solo {
      border: none; }
      .form-field.color-swatches .dropdown.solo:before, .form-field.color-swatches .dropdown.solo:after {
        display: none; }
    .form-field.color-swatches .dropdown + label .icon {
      display: none; }
  .form-field.color-swatches .form-option-swatch {
    border: none;
    height: 38px;
    display: flex;
    align-items: center;
    box-shadow: none;
    margin: 5px 10px 5px 0;
    padding-left: 10px; }
    @media screen and (max-width: 768px) {
      .form-field.color-swatches .form-option-swatch {
        padding-left: 0; } }
    .form-field.color-swatches .form-option-swatch .form-option-variant {
      border-radius: 100%;
      background-size: cover;
      margin-right: 12px;
      margin-left: 0;
      width: 20px;
      height: 20px; }
      .form-field.color-swatches .form-option-swatch .form-option-variant.swatch-beige {
        background: #E8B792; }
      .form-field.color-swatches .form-option-swatch .form-option-variant.swatch-black {
        background: #000000; }
      .form-field.color-swatches .form-option-swatch .form-option-variant.swatch-blue {
        background: #4346C3; }
      .form-field.color-swatches .form-option-swatch .form-option-variant.swatch-bone {
        background: #EDE7E1; }
      .form-field.color-swatches .form-option-swatch .form-option-variant.swatch-brown {
        background: #7B4A13; }
      .form-field.color-swatches .form-option-swatch .form-option-variant.swatch-clear {
        background: #F1F0E7; }
      .form-field.color-swatches .form-option-swatch .form-option-variant.swatch-cream {
        background: #E9DDCD; }
      .form-field.color-swatches .form-option-swatch .form-option-variant.swatch-green {
        background: #36AB2F; }
      .form-field.color-swatches .form-option-swatch .form-option-variant.swatch-grey {
        background: #969696; }
      .form-field.color-swatches .form-option-swatch .form-option-variant.swatch-silver {
        background: #DFDFDF; }
      .form-field.color-swatches .form-option-swatch .form-option-variant.swatch-gold {
        background: #D5B052; }
      .form-field.color-swatches .form-option-swatch .form-option-variant.swatch-metallic {
        background: #D4D4D4; }
      .form-field.color-swatches .form-option-swatch .form-option-variant.swatch-multi {
        background: url(../img/swatch-multi.jpg) no-repeat center/cover; }
      .form-field.color-swatches .form-option-swatch .form-option-variant.swatch-promotional {
        background: url(../img/swatch-multi.jpg) no-repeat center/cover; }
      .form-field.color-swatches .form-option-swatch .form-option-variant.swatch-navy {
        background: #494D9B; }
      .form-field.color-swatches .form-option-swatch .form-option-variant.swatch-nude {
        background: #F0B9A6; }
      .form-field.color-swatches .form-option-swatch .form-option-variant.swatch-orange {
        background: #EA8226; }
      .form-field.color-swatches .form-option-swatch .form-option-variant.swatch-pink {
        background: #F1C7E0; }
      .form-field.color-swatches .form-option-swatch .form-option-variant.swatch-prints {
        background: #DF9177; }
      .form-field.color-swatches .form-option-swatch .form-option-variant.swatch-animal-prints {
        background: #DF9177; }
      .form-field.color-swatches .form-option-swatch .form-option-variant.swatch-purple {
        background: #B132DC; }
      .form-field.color-swatches .form-option-swatch .form-option-variant.swatch-red {
        background: #ED1F1F; }
      .form-field.color-swatches .form-option-swatch .form-option-variant.swatch-tan {
        background: #DF9177; }
      .form-field.color-swatches .form-option-swatch .form-option-variant.swatch-white {
        background: #F2F2F2; }
      .form-field.color-swatches .form-option-swatch .form-option-variant.swatch-yellow {
        background: #DACE3B; }
      .form-field.color-swatches .form-option-swatch .form-option-variant.swatch-frost {
        background: #B3E6E7; }
    .form-field.color-swatches .form-option-swatch .form-option-expanded {
      display: none; }
    .form-field.color-swatches .form-option-swatch .swatch-name {
      font-size: 0.875rem;
      color: #000000;
      font-weight: 300; }

.form-field.product-size {
  margin-bottom: 0; }
  .form-field.product-size .hidden {
    opacity: 0;
    visibility: hidden;
    height: 0; }
  @media screen and (max-width: 768px) {
    .form-field.product-size .form-label {
      display: flex;
      justify-content: space-between;
      margin-bottom: 5px;
      font-size: 0.75rem;
      font-weight: 400;
      color: #656565; } }
  .form-field.product-size .form-label .recommend {
    display: none;
    color: #000000;
    padding-left: 5px;
    font-weight: 300; }
  .form-field.product-size .form-label a, .form-field.product-size .form-label .link {
    display: block;
    color: #656565; }
    @media only screen and (min-width: 400px) {
      .form-field.product-size .form-label a, .form-field.product-size .form-label .link {
        float: right; } }
    @media only screen and (min-width: 768px) {
      .form-field.product-size .form-label a, .form-field.product-size .form-label .link {
        float: none;
        font-weight: 300; } }
    @media (min-width: 1025px) {
      .form-field.product-size .form-label a, .form-field.product-size .form-label .link {
        float: right;
        font-weight: 400;
        font-size: 0.75rem; } }
  .form-field.product-size .size-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 0.815rem;
    margin-top: 15px;
    position: relative;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 0;
    display: flex;
    flex-wrap: nowrap; }
    @media screen and (max-width: 960px) {
      .form-field.product-size .size-options {
        padding: 0 6px; } }
    @media screen and (max-width: 370px) {
      .form-field.product-size .size-options {
        padding: 0 12px; } }
    .form-field.product-size .size-options .size-option {
      height: 44px;
      line-height: 44px;
      margin-bottom: 12px;
      margin-right: 6px;
      text-align: center;
      overflow: hidden;
      cursor: pointer;
      transition: all 0.3s ease-in-out;
      color: #AEAEAE;
      position: relative;
      cursor: default;
      font-size: 0.875rem;
      font-weight: 400;
      margin-right: 0;
      width: 55px;
      min-width: initial;
      padding: 0 10px; }
      @media screen and (min-width: 769px) {
        .form-field.product-size .size-options .size-option {
          width: 60px;
          padding: 0 20px; } }
      @media screen and (min-width: 769px) {
        .form-field.product-size .size-options .size-option:hover {
          cursor: pointer; } }
      .form-field.product-size .size-options .size-option:before, .form-field.product-size .size-options .size-option:after {
        content: '';
        width: 1px;
        height: 200%;
        position: absolute;
        top: 50%;
        left: 50%;
        background-color: #AEAEAE;
        opacity: 0;
        display: none; }
      .form-field.product-size .size-options .size-option:before {
        transform: translate(-50%, -50%) rotate(-45deg); }
      .form-field.product-size .size-options .size-option:after {
        transform: translate(-50%, -50%) rotate(45deg); }
      .form-field.product-size .size-options .size-option:hover {
        background-color: transparent; }
      .form-field.product-size .size-options .size-option:last-child {
        margin-right: 0; }
      .form-field.product-size .size-options .size-option.outofstock, .form-field.product-size .size-options .size-option[disabled] {
        text-decoration: line-through; }
      .form-field.product-size .size-options .size-option.available {
        color: #000000; }
        .form-field.product-size .size-options .size-option.available:before, .form-field.product-size .size-options .size-option.available:after {
          display: none; }
        .form-field.product-size .size-options .size-option.available.selected::after {
          content: '';
          position: absolute;
          bottom: 10px;
          right: 0;
          width: 20px;
          height: 1px;
          background-color: #000000;
          display: block !important;
          z-index: 1;
          top: initial;
          opacity: 1;
          transform: translateX(-50%);
          left: 50%; }
  .form-field.product-size .notification {
    display: none;
    font-size: 0.75rem;
    text-align: center;
    background-color: #FAFAFA;
    border: 1px solid #E2E2E2;
    line-height: 26px;
    margin-top: 10px; }

.productView-options {
  margin-bottom: 0; }
  .productView-options img.loader {
    display: none; }
  .productView-options.loading {
    opacity: 0.4;
    position: relative; }
    .productView-options.loading img.loader {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 32px;
      height: 32px;
      margin: -16px 0 0 -16px; }
  .productView-options .form-action {
    width: 100%;
    margin-top: 0;
    padding: 0;
    float: none; }
    .productView-options .form-action .btn, .productView-options .form-action body.page-checkout .optimizedCheckout-buttonPrimary, body.page-checkout .productView-options .form-action .optimizedCheckout-buttonPrimary, .productView-options .form-action body.page-checkout .optimizedCheckout-buttonSecondary, body.page-checkout .productView-options .form-action .optimizedCheckout-buttonSecondary, .productView-options .form-action div#storemapper div#storemapper-form #storemapper-go.btn, div#storemapper div#storemapper-form .productView-options .form-action #storemapper-go.btn, .productView-options .form-action #productView-reminder-bar .productView-mini-action, #productView-reminder-bar .productView-options .form-action .productView-mini-action {
      width: 100%; }
  .productView-options .product-option-placeholder {
    margin-top: 0;
    min-height: initial; }

.product-delivery-options {
  padding-top: 8px;
  text-align: left; }
  .product-delivery-options .hidden {
    display: none; }
  .product-delivery-options .find-in-store,
  .product-delivery-options button {
    width: 100%; }

@media screen and (max-width: 768px) {
  .preorder-msg-find-store .find-in-store airrobe-opt-in {
    display: none; } }

.productView-description {
  float: none;
  padding: 0;
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
  font-weight: 300; }
  .productView-description .productView-datablock {
    border-bottom: 1px solid #D8D8D8; }
    @media screen and (max-width: 768px) {
      .productView-description .productView-datablock.desktop {
        display: none; } }
    @media screen and (max-width: 768px) {
      .productView-description .productView-datablock.returns .default-message,
      .productView-description .productView-datablock.returns .sale-message {
        display: block;
        margin-bottom: 10px; } }
    .productView-description .productView-datablock.delivery ul {
      margin-left: 1.45rem; }
  .productView-description .productView-title {
    line-height: 60px;
    position: relative;
    border: none;
    margin-bottom: 0;
    cursor: pointer;
    text-align: left;
    font-size: 0.875rem;
    color: black;
    font-weight: 500;
    padding: 0; }
    @media screen and (max-width: 768px) {
      .productView-description .productView-title {
        line-height: 38px; } }
    .productView-description .productView-title .sale-title ~ .default-title {
      display: none; }
    .productView-description .productView-title:before {
      content: '';
      width: 15px;
      height: 1px;
      position: absolute;
      right: 0;
      top: 50%;
      background-color: #000000; }
      @media screen and (max-width: 768px) {
        .productView-description .productView-title:before {
          width: 11px; } }
    .productView-description .productView-title:after {
      content: '';
      width: 1px;
      height: 15px;
      position: absolute;
      right: 7px;
      top: calc(50% - 0.5px);
      transform: translateY(-50%);
      background-color: #000000; }
      @media screen and (max-width: 768px) {
        .productView-description .productView-title:after {
          height: 11px;
          top: 20px;
          right: 5px; } }
    .productView-description .productView-title.open.hide-open {
      display: none; }
    .productView-description .productView-title.open:after {
      display: none; }
  .productView-description .productView-content {
    padding: 0 3rem 0 1rem;
    font-size: 0.875rem;
    display: none; }
    @media screen and (max-width: 768px) {
      .productView-description .productView-content {
        font-weight: 300;
        padding: 0; } }
    .productView-description .productView-content .sale-message ~ .default-message {
      display: none; }
    @media screen and (max-width: 768px) {
      .productView-description .productView-content p {
        margin-bottom: 20px; } }
    .productView-description .productView-content.wide {
      padding: 0; }
    .productView-description .productView-content .alertBox.productAttributes-message {
      display: none !important; }
    .productView-description .productView-content .wishlist-addcart-wrapper {
      position: relative; }
      .productView-description .productView-content .wishlist-addcart-wrapper [data-cart-item-add] .form-action {
        width: 100%; }
    .productView-description .productView-content .productView-wishlist {
      position: absolute;
      bottom: 0;
      right: 0; }
      .productView-description .productView-content .productView-wishlist form {
        margin: 0;
        padding: 0; }
      @media screen and (max-width: 768px) {
        .productView-description .productView-content .productView-wishlist {
          display: none; } }

.productCarousel {
  margin: 0;
  display: block; }

#productView-reminder-bar {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  height: 80px;
  background-color: #FFFFFF;
  transform: translateY(100%);
  transition: all 0.3s ease-in-out; }
  #productView-reminder-bar.active {
    transform: translateY(0); }
  #productView-reminder-bar .productView-mini-image {
    width: 100px;
    flex-shrink: 0;
    margin-right: auto;
    text-align: center;
    display: none; }
    #productView-reminder-bar .productView-mini-image img {
      max-width: 100%;
      max-height: 100%; }
  #productView-reminder-bar .productView-mini-title {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    align-items: center;
    display: none; }
    #productView-reminder-bar .productView-mini-title span {
      display: block; }
    #productView-reminder-bar .productView-mini-title .h6 {
      font-size: 1rem;
      max-height: 36px;
      overflow: hidden; }
    #productView-reminder-bar .productView-mini-title .colour {
      font-size: 0.815rem; }
  #productView-reminder-bar .productView-mini-sizeSelect {
    width: 50%;
    flex-shrink: 0;
    margin-left: auto;
    border-top: 1px solid #D8D8D8;
    border-left: 1px solid #D8D8D8;
    cursor: pointer;
    font-size: 0.75rem; }
  #productView-reminder-bar .productView-mini-action {
    width: 50%;
    line-height: 80px;
    height: 100%;
    flex-shrink: 0; }
  @media only screen and (min-width: 900px) {
    #productView-reminder-bar .productView-mini-image {
      display: block; }
    #productView-reminder-bar .productView-mini-title {
      display: flex; }
    #productView-reminder-bar .productView-mini-sizeSelect {
      width: 250px; }
    #productView-reminder-bar .productView-mini-action {
      width: 300px; } }
  @media only screen and (min-width: 1140px) {
    #productView-reminder-bar .productView-mini-image {
      width: 200px; }
    #productView-reminder-bar .productView-mini-title .h6 {
      font-size: 1.25em;
      max-height: none;
      overflow: visible; }
    #productView-reminder-bar .productView-mini-title .colour {
      font-size: 1rem; } }

#productView-onsell .onsell-products,
#onsell-products .onsell-products {
  margin-bottom: 60px;
  overflow: hidden;
  padding-bottom: 60px;
  overflow: initial; }
  @media (min-width: 1025px) {
    #productView-onsell .onsell-products,
    #onsell-products .onsell-products {
      margin-bottom: 120px;
      padding-bottom: 0; } }
  #productView-onsell .onsell-products#recently-viewed-products,
  #onsell-products .onsell-products#recently-viewed-products {
    margin-bottom: 0; }

#productView-onsell .productCarousel,
#onsell-products .productCarousel {
  margin-top: 45px;
  display: block; }
  #productView-onsell .productCarousel .productCarousel-slide, #productView-onsell .productCarousel .product,
  #onsell-products .productCarousel .productCarousel-slide,
  #onsell-products .productCarousel .product {
    margin: 0; }
    #productView-onsell .productCarousel .productCarousel-slide:nth-child(2n+1), #productView-onsell .productCarousel .product:nth-child(2n+1),
    #onsell-products .productCarousel .productCarousel-slide:nth-child(2n+1),
    #onsell-products .productCarousel .product:nth-child(2n+1) {
      padding-right: 1%; }
    #productView-onsell .productCarousel .productCarousel-slide:nth-child(2n+2), #productView-onsell .productCarousel .product:nth-child(2n+2),
    #onsell-products .productCarousel .productCarousel-slide:nth-child(2n+2),
    #onsell-products .productCarousel .product:nth-child(2n+2) {
      padding-left: 1%; }
    #productView-onsell .productCarousel .productCarousel-slide .card, #productView-onsell .productCarousel .product .card,
    #onsell-products .productCarousel .productCarousel-slide .card,
    #onsell-products .productCarousel .product .card {
      max-height: none; }
  @media (min-width: 1025px) {
    #productView-onsell .productCarousel,
    #onsell-products .productCarousel {
      display: flex; }
      #productView-onsell .productCarousel .productCarousel-slide, #productView-onsell .productCarousel .product,
      #onsell-products .productCarousel .productCarousel-slide,
      #onsell-products .productCarousel .product {
        margin: 0 0 0 2%; }
        #productView-onsell .productCarousel .productCarousel-slide:nth-child(2n+1), #productView-onsell .productCarousel .product:nth-child(2n+1),
        #onsell-products .productCarousel .productCarousel-slide:nth-child(2n+1),
        #onsell-products .productCarousel .product:nth-child(2n+1) {
          padding-right: 0; }
        #productView-onsell .productCarousel .productCarousel-slide:nth-child(2n+2), #productView-onsell .productCarousel .product:nth-child(2n+2),
        #onsell-products .productCarousel .productCarousel-slide:nth-child(2n+2),
        #onsell-products .productCarousel .product:nth-child(2n+2) {
          padding-left: 0; }
        #productView-onsell .productCarousel .productCarousel-slide:first-child, #productView-onsell .productCarousel .product:first-child,
        #onsell-products .productCarousel .productCarousel-slide:first-child,
        #onsell-products .productCarousel .product:first-child {
          margin-left: 0; }
        #productView-onsell .productCarousel .productCarousel-slide .card, #productView-onsell .productCarousel .product .card,
        #onsell-products .productCarousel .productCarousel-slide .card,
        #onsell-products .productCarousel .product .card {
          max-height: 460px; } }
  @media screen and (max-width: 500px) {
    #productView-onsell .productCarousel .slick-list,
    #onsell-products .productCarousel .slick-list {
      margin: 0 -6px; } }
  @media screen and (max-width: 500px) {
    #productView-onsell .productCarousel .slick-slide,
    #onsell-products .productCarousel .slick-slide {
      margin-right: 6px;
      margin-left: 6px;
      padding: 0 !important; } }

#productView-onsell .products .productCarousel-slide,
#onsell-products .products .productCarousel-slide {
  margin: 0;
  padding: 0 6px !important;
  width: 33.33%; }

@media screen and (min-width: 960px) {
  #ReviewsWidget {
    margin-top: 50px; } }

#ReviewsWidget .ElementsWidget__header .R-TextHeading {
  display: none; }

.ruk_rating_snippet .ruk-rating-snippet-count {
  display: none; }

.reviews-stars {
  position: relative;
  width: 90px; }
  .reviews-stars .reviews-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    cursor: pointer; }

@media screen and (max-width: 480px) {
  .productView-images {
    background-color: transparent !important; } }

@media screen and (max-width: 480px) {
  .productView-images .productView-images-figure {
    overflow: initial; } }

.productView-images .slick-dots li button {
  height: 2.5px;
  width: 18px;
  border: 1px solid #454545;
  background: #454545;
  opacity: .2;
  border-radius: 0; }

@media screen and (max-width: 480px) {
  .productView-images .desktop {
    display: none; } }

.productView-images img {
  transform: translateY(-50%);
  top: 50%; }

.productView-images .swiper-horizontal > .swiper-scrollbar, .productView-images .swiper-scrollbar.swiper-scrollbar-horizontal {
  background-color: #c9c9c9;
  border-radius: 0;
  width: 100%;
  left: 0;
  right: 0;
  height: 2px;
  bottom: 0; }

.productView-images .swiper-scrollbar-drag {
  background-color: #000;
  border-radius: 0; }

@media screen and (max-width: 960px) {
  .productView-images .productView-images-figure {
    width: 355px;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .productView-images .productView-images-figure {
    width: initial; } }

.pre-order-message {
  font-size: 12px;
  letter-spacing: 1px;
  padding: 16px;
  margin-top: 5px;
  border: 1px solid black;
  text-align: center;
  font-weight: 400; }
  @media screen and (min-width: 768px) {
    .pre-order-message {
      background-color: #f2f2f2;
      border: none; } }

[data-has-preorder-msg] .product-delivery-options {
  display: none; }

.breadcrumb-model.mobile {
  display: flex;
  padding: 10px 0;
  justify-content: space-between;
  gap: 0.75rem; }
  @media screen and (min-width: 769px) {
    .breadcrumb-model.mobile ul {
      display: none; } }
  .breadcrumb-model.mobile .breadcrumb::before {
    margin: 0 0.1rem; }
  .breadcrumb-model.mobile .breadcrumb:first-child:before {
    margin: 0; }
  .breadcrumb-model.mobile .breadcrumbs {
    padding: 0 10px 0 0;
    margin: 0;
    white-space: nowrap;
    margin-right: 10px;
    position: relative; }
    .breadcrumb-model.mobile .breadcrumbs li:last-child::after {
      content: '…';
      /* Manually add an ellipsis */
      font-weight: 300;
      color: #A3A3A3;
      position: absolute;
      right: 0;
      background-color: white;
      padding-left: 0; }
  .breadcrumb-model.mobile .breadcrumb::before,
  .breadcrumb-model.mobile .breadcrumbs li a,
  .breadcrumb-model.mobile .breadcrumbs li .link,
  .breadcrumb-model.mobile .breadcrumbs li span,
  .breadcrumb-model.mobile .sku {
    font-size: 12px;
    font-weight: 300;
    color: #A3A3A3;
    white-space: nowrap;
    margin: 0;
    line-height: 20px; }

.airobe-mobile-container {
  margin: 10px 0; }
  @media screen and (min-width: 769px) {
    .airobe-mobile-container {
      display: none; } }

@media only screen and (max-width: 768px) {
  .breadcrumbs-container.desktop {
    display: none; } }

.product-flag-container {
  position: absolute;
  z-index: 10;
  top: 20px;
  left: 30px; }
  @media only screen and (min-width: 481px) {
    .product-flag-container.mobile {
      display: none; } }
  @media only screen and (max-width: 480px) {
    .product-flag-container.desktop {
      display: none; } }
  .product-flag-container span {
    font-size: 0.75rem; }

#search-results-heading {
  text-align: center;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 767px) {
    #search-results-heading {
      padding: 0 20px; } }
  #search-results-heading .page-pre-heading {
    text-align: center;
    margin: 0 15px 0 0;
    line-height: normal; }
  #search-results-heading h1 {
    text-align: center;
    margin-bottom: 0;
    float: none; }
  #search-results-heading [data-search-term] {
    display: none; }

.search-description {
  padding: 1.5rem 0; }
  .search-description .didYouMean {
    margin-left: 5px; }

.didYouMean.no-results {
  text-align: center;
  margin: 2rem auto; }

.quickSearchResults .search-results-text {
  cursor: pointer; }

.page-content--centered p {
  text-align: center; }

.nav .continue {
  text-align: center;
  margin: 1rem auto; }
  .nav .continue .button {
    margin: auto; }

.nav h3 {
  text-decoration: none;
  margin-top: 4rem; }
  .nav h3 a, .nav h3 .link {
    text-decoration: none; }

.layout-pages-custom-page-ss-search .page {
  padding-top: 25px; }

.header-banner {
  background-image: url(https://cdn11.bigcommerce.com/s-62pjwo3vq9/product_images/uploaded_images/static-page-bg-img.jpg);
  background-position: 50% 0;
  background-size: cover;
  padding-bottom: 40%;
  margin-bottom: 3rem;
  position: relative; }
  @media (min-width: 551px) {
    .header-banner {
      padding-bottom: 30%; } }
  @media (min-width: 1025px) {
    .header-banner {
      padding-bottom: 20%;
      margin-bottom: 5rem; } }
  @media (min-width: 1261px) {
    .header-banner {
      padding-bottom: 18%; } }
  .header-banner .h2, .header-banner body.page-checkout .cartDrawer-total, body.page-checkout .header-banner .cartDrawer-total,
  .header-banner body.page-cart .cartDrawer-total, body.page-cart .header-banner .cartDrawer-total {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }

.webpage-flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between; }
  .webpage-flex-wrapper .sidenav {
    display: block;
    width: 100%;
    font-size: 15px;
    color: #656565;
    height: 50px;
    margin-bottom: 40px; }
    @media (min-width: 1025px) {
      .webpage-flex-wrapper .sidenav {
        width: 25%;
        height: auto; } }
    .webpage-flex-wrapper .sidenav ul {
      margin-left: 0;
      border: 1px solid #D8D8D8;
      overflow: hidden;
      position: relative;
      padding-right: 70px;
      background: #FFFFFF; }
      .webpage-flex-wrapper .sidenav ul:before, .webpage-flex-wrapper .sidenav ul:after {
        content: '';
        position: absolute;
        z-index: 1;
        top: 23px;
        right: 20px;
        width: 0;
        height: 0;
        border: 8px solid transparent; }
      .webpage-flex-wrapper .sidenav ul:before {
        border-top-color: #656565; }
      .webpage-flex-wrapper .sidenav ul:after {
        border-top-color: #FFFFFF;
        border-width: 6px;
        margin-right: 2px; }
      @media (min-width: 1025px) {
        .webpage-flex-wrapper .sidenav ul {
          height: auto;
          border: none;
          overflow: visible;
          padding-right: 0; }
          .webpage-flex-wrapper .sidenav ul:before, .webpage-flex-wrapper .sidenav ul:after {
            display: none; } }
    .webpage-flex-wrapper .sidenav li {
      display: none;
      text-align: left;
      font-size: 15px;
      height: 50px;
      line-height: 50px;
      padding: 0 15px; }
      .webpage-flex-wrapper .sidenav li a, .webpage-flex-wrapper .sidenav li .link {
        text-decoration: none;
        color: #656565;
        display: block; }
      .webpage-flex-wrapper .sidenav li.is-active {
        display: block; }
        .webpage-flex-wrapper .sidenav li.is-active a, .webpage-flex-wrapper .sidenav li.is-active .link {
          color: #000000; }
      @media (min-width: 1025px) {
        .webpage-flex-wrapper .sidenav li {
          display: block;
          height: auto;
          line-height: 1.5em;
          margin-bottom: 20px;
          padding: 0; } }
    .webpage-flex-wrapper .sidenav ul.is-open:before, .webpage-flex-wrapper .sidenav ul.is-open:after {
      transform: rotate(180deg);
      margin-top: -8px; }
    .webpage-flex-wrapper .sidenav ul.is-open:after {
      margin-top: -4px; }
    .webpage-flex-wrapper .sidenav ul.is-open li {
      display: block; }
  .webpage-flex-wrapper .webpage-right-content {
    width: 100%;
    min-height: 50vh;
    margin: 0 auto;
    margin-bottom: 3rem;
    font-size: 15px;
    line-height: 28px; }
    @media (min-width: 1025px) {
      .webpage-flex-wrapper .webpage-right-content {
        width: 75%; } }

/* =========== style for the FAQs page =========== */
.accordion-container {
  padding: 1.125rem 0;
  border-top: 1px solid #d9d9d9; }
  .accordion-container:nth-last-child(1) {
    border-bottom: 1px solid #d9d9d9; }

.accordion-btn {
  cursor: pointer; }
  .accordion-btn h4, .accordion-btn h2, .accordion-btn h3, .accordion-btn h5, .accordion-btn h6 {
    position: relative;
    margin-bottom: 0;
    padding-right: 20px;
    line-height: 1.5em;
    font-size: 1.125rem; }
    .accordion-btn h4::before, .accordion-btn h2::before, .accordion-btn h3::before, .accordion-btn h5::before, .accordion-btn h6::before {
      background-color: #333333;
      content: "";
      display: inline-block;
      height: 1px;
      width: 15px;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translate3d(0, -50%, 0); }
    .accordion-btn h4::after, .accordion-btn h2::after, .accordion-btn h3::after, .accordion-btn h5::after, .accordion-btn h6::after {
      background-color: #333333;
      content: "";
      display: inline-block;
      height: 1px;
      width: 15px;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translate3d(0, -50%, 0) rotate(-90deg);
      transition: all .3s ease-in-out; }
  .accordion-btn.active h4::after, .accordion-btn.active h2::after, .accordion-btn.active h3::after, .accordion-btn.active h5::after, .accordion-btn.active h6::after {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
    visibility: hidden; }

.accordion-panel {
  display: none;
  margin-top: 1.5rem; }
  .accordion-panel p {
    font-size: 1rem; }

/* =========== style for the Delivery Options page =========== */
.legal-page-sections {
  margin-bottom: 4.5rem; }
  .legal-page-sections .h3 {
    margin-bottom: 2.5rem; }
  .legal-page-sections h5 {
    font-size: 16px;
    line-height: 28px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: .5px;
    margin-top: 1rem; }
  .legal-page-sections img {
    max-width: 100px;
    margin-right: 20px; }

/* =========== style for Why Wittner page =========== */
.ww-content-container + .ww-content-container {
  margin: 3rem 0; }

.ww-content-container .h3 {
  margin-bottom: 2rem; }

.ww-content-container .img-flex-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 3rem 0;
  /* one item */
  /* two items */
  /* three items */
  /* four items */ }
  .ww-content-container .img-flex-wrapper img:first-child:nth-last-child(1) {
    width: 100%; }
  .ww-content-container .img-flex-wrapper img:first-child:nth-last-child(2),
  .ww-content-container .img-flex-wrapper img:first-child:nth-last-child(2) ~ img {
    width: 48%; }
  .ww-content-container .img-flex-wrapper img:first-child:nth-last-child(3),
  .ww-content-container .img-flex-wrapper img:first-child:nth-last-child(3) ~ img {
    width: 32%; }
  .ww-content-container .img-flex-wrapper img:first-child:nth-last-child(4),
  .ww-content-container .img-flex-wrapper img:first-child:nth-last-child(4) ~ img {
    width: 23%; }

/* =========== style for Available Positions page =========== */
.ap-container {
  overflow: auto;
  margin-bottom: 2rem; }

/* =========== style for Carreer page =========== */
.ww-content-container ul {
  list-style: none;
  margin-left: 0; }
  .ww-content-container ul li {
    display: block;
    margin-bottom: 1rem;
    position: relative;
    margin-left: 30px; }
    .ww-content-container ul li::before {
      content: "";
      display: inline-block;
      width: 8px;
      height: 8px;
      background-color: #000000;
      border-radius: 50%;
      position: absolute;
      left: -30px;
      top: 10px; }

.ww-content-container .co-subtitle {
  text-transform: unset;
  font-size: 16px;
  letter-spacing: normal;
  font-weight: 600;
  margin-bottom: 1rem; }

.ww-content-container .sub-sections {
  margin-bottom: 2.5rem; }

.careers-general-application-form .loadingOverlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px; }

.careers-general-application-form .form-label {
  color: #656565;
  display: inline-block;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 26px;
  text-transform: uppercase;
  cursor: unset; }
  .careers-general-application-form .form-label small {
    float: unset;
    font-size: 1rem; }

.careers-general-application-form .steps {
  margin-bottom: 2rem; }

.careers-general-application-form .step-title {
  font-size: 24px;
  margin-bottom: 30px; }
  .careers-general-application-form .step-title span {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 1rem;
    font-size: 17px; }
  .careers-general-application-form .step-title.editable {
    cursor: pointer; }

.careers-general-application-form .continue-btn {
  width: 100%;
  font-size: 12px; }

.careers-general-application-form .checkbox-container {
  width: 100%;
  float: left; }
  .careers-general-application-form .checkbox-container .form-field {
    display: flex;
    flex-direction: row; }
  .careers-general-application-form .checkbox-container .checker {
    margin-right: 10px; }
  .careers-general-application-form .checkbox-container input[type="checkbox"] {
    width: 20px;
    height: 20px; }

.careers-general-application-form .form-row--full-width input[type="textarea"] {
  width: 100%;
  min-height: 100px; }

.careers-general-application-form .radio {
  display: inline-block;
  width: 18px;
  height: 18px; }

.careers-general-application-form .division-line {
  display: block;
  height: 1px;
  background-color: #dddddd; }

.careers-general-application-form .careers-application-submit-btn {
  width: 100%; }

.careers-general-application-form .worktime-title {
  font-size: 11px;
  text-transform: uppercase; }

.layout-pages-gift-certificate-purchase .account-flex-wrapper .navBar--sub {
  width: 100%; }

.productGrid [data-product-sku="E-GIFTCARD"] .product-sizes,
.productGrid [data-product-name="Wittner E-Voucher"] .product-sizes {
  display: none !important; }

.productGrid [data-product-sku="E-GIFTCARD"] .variants-wishlist-container,
.productGrid [data-product-name="Wittner E-Voucher"] .variants-wishlist-container {
  opacity: 0;
  visibility: hidden; }

.layout-pages-gift-certificate-purchase .account-flex-wrapper .content {
  display: none; }

.account-flex-wrapper .navBar--sub .navBar-item {
  border-bottom: 0; }

.form-prefixPostfix input {
  height: 50px; }

.form-prefixPostfix.wrap {
  justify-content: space-between; }
  .form-prefixPostfix.wrap input.form-input:nth-of-type(1) {
    width: 70%;
    display: unset;
    flex: unset; }
    @media screen and (min-width: 961px) and (max-width: 1160px) {
      .form-prefixPostfix.wrap input.form-input:nth-of-type(1) {
        width: 100%;
        margin-bottom: 1rem; } }
    @media screen and (max-width: 700px) {
      .form-prefixPostfix.wrap input.form-input:nth-of-type(1) {
        width: 100%;
        margin-bottom: 1rem; } }
  .form-prefixPostfix.wrap input:nth-of-type(2) {
    font-size: 12px;
    margin: 0;
    width: 28%;
    display: unset; }
    @media screen and (min-width: 961px) and (max-width: 1160px) {
      .form-prefixPostfix.wrap input:nth-of-type(2) {
        width: 100%; } }
    @media screen and (max-width: 700px) {
      .form-prefixPostfix.wrap input:nth-of-type(2) {
        width: 100%; } }

.gift-certificate-page-content {
  position: relative; }
  @media (min-width: 1025px) {
    .gift-certificate-page-content .account-flex-wrapper .account-right-content-flex-wrapper {
      width: 73%; } }
  .gift-certificate-page-content .form-label {
    color: #656565;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 26px;
    text-transform: uppercase; }
    .gift-certificate-page-content .form-label small {
      float: unset;
      font-size: 1rem; }
  .gift-certificate-page-content .form-input {
    border: 1px solid #dddddd;
    border-radius: 0; }
  .gift-certificate-page-content .form-column {
    padding: 0; }
  .gift-certificate-page-content .form-select {
    border-radius: 0;
    border-color: #dddddd; }
  .gift-certificate-page-content .form-actions {
    margin-top: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
    .gift-certificate-page-content .form-actions input {
      font-size: 12px;
      letter-spacing: 1.6px; }
      .gift-certificate-page-content .form-actions input:nth-of-type(1) {
        width: calc(50% - 0.75rem);
        margin-right: 0.75rem; }
      .gift-certificate-page-content .form-actions input:nth-of-type(2) {
        width: calc(50% - 0.75rem);
        margin-left: 0.75rem; }
  .gift-certificate-page-content .gift_certificate-agree-text .form-label {
    margin-bottom: 0; }
  @media screen and (min-width: 961px) and (max-width: 1290px) {
    .gift-certificate-page-content .gift-certificate-form .form-actions input {
      width: 100%;
      margin: 0; }
      .gift-certificate-page-content .gift-certificate-form .form-actions input:nth-of-type(1) {
        margin-bottom: 1rem; } }
  @media screen and (max-width: 700px) {
    .gift-certificate-page-content .gift-certificate-form .form-actions input {
      width: 100%;
      margin: 0;
      font-size: 11px; }
      .gift-certificate-page-content .gift-certificate-form .form-actions input:nth-of-type(1) {
        margin-bottom: 1rem; } }
  .gift-certificate-page-content .redeem-ul-container {
    margin-top: 2rem;
    font-size: 15px; }
    .gift-certificate-page-content .redeem-ul-container li {
      margin-bottom: 1.5rem; }
  .gift-certificate-page-content .e-voucher-img-wrapper {
    margin-bottom: 2rem; }
    .gift-certificate-page-content .e-voucher-img-wrapper img {
      max-width: 280px;
      height: auto;
      background-color: #f0f1f5;
      border-radius: 15px; }

.layout-pages-custom-page-love-language-high-winter,
.layout-pages-custom-page-love-language-high-winter-copy,
.layout-pages-custom-page-love-language-high-winter-copy-copy,
.layout-pages-custom-page-love-language-high-winter-promo,
.layout-pages-custom-page-love-language-high-winter-colorcontrol,
.layout-pages-custom-page-new-wave,
.layout-pages-custom-page-new-wave-split,
.layout-pages-custom-page-new-wave-novideo,
.layout-pages-custom-page-high-winter {
  overflow-x: hidden;
  overflow-y: auto; }
  .layout-pages-custom-page-love-language-high-winter .container,
  .layout-pages-custom-page-love-language-high-winter-copy .container,
  .layout-pages-custom-page-love-language-high-winter-copy-copy .container,
  .layout-pages-custom-page-love-language-high-winter-promo .container,
  .layout-pages-custom-page-love-language-high-winter-colorcontrol .container,
  .layout-pages-custom-page-new-wave .container,
  .layout-pages-custom-page-new-wave-split .container,
  .layout-pages-custom-page-new-wave-novideo .container,
  .layout-pages-custom-page-high-winter .container {
    max-width: 86.5rem; }
  .layout-pages-custom-page-love-language-high-winter .body,
  .layout-pages-custom-page-love-language-high-winter-copy .body,
  .layout-pages-custom-page-love-language-high-winter-copy-copy .body,
  .layout-pages-custom-page-love-language-high-winter-promo .body,
  .layout-pages-custom-page-love-language-high-winter-colorcontrol .body,
  .layout-pages-custom-page-new-wave .body,
  .layout-pages-custom-page-new-wave-split .body,
  .layout-pages-custom-page-new-wave-novideo .body,
  .layout-pages-custom-page-high-winter .body {
    margin-top: 0 !important; }
    .layout-pages-custom-page-love-language-high-winter .body h1,
    .layout-pages-custom-page-love-language-high-winter-copy .body h1,
    .layout-pages-custom-page-love-language-high-winter-copy-copy .body h1,
    .layout-pages-custom-page-love-language-high-winter-promo .body h1,
    .layout-pages-custom-page-love-language-high-winter-colorcontrol .body h1,
    .layout-pages-custom-page-new-wave .body h1,
    .layout-pages-custom-page-new-wave-split .body h1,
    .layout-pages-custom-page-new-wave-novideo .body h1,
    .layout-pages-custom-page-high-winter .body h1 {
      font-size: 38px;
      font-size: 2.375rem;
      text-align: center; }
      @media (min-width: 320px) {
        .layout-pages-custom-page-love-language-high-winter .body h1,
        .layout-pages-custom-page-love-language-high-winter-copy .body h1,
        .layout-pages-custom-page-love-language-high-winter-copy-copy .body h1,
        .layout-pages-custom-page-love-language-high-winter-promo .body h1,
        .layout-pages-custom-page-love-language-high-winter-colorcontrol .body h1,
        .layout-pages-custom-page-new-wave .body h1,
        .layout-pages-custom-page-new-wave-split .body h1,
        .layout-pages-custom-page-new-wave-novideo .body h1,
        .layout-pages-custom-page-high-winter .body h1 {
          font-size: 45px;
          font-size: 2.8125rem; } }
      @media (min-width: 1025px) {
        .layout-pages-custom-page-love-language-high-winter .body h1,
        .layout-pages-custom-page-love-language-high-winter-copy .body h1,
        .layout-pages-custom-page-love-language-high-winter-copy-copy .body h1,
        .layout-pages-custom-page-love-language-high-winter-promo .body h1,
        .layout-pages-custom-page-love-language-high-winter-colorcontrol .body h1,
        .layout-pages-custom-page-new-wave .body h1,
        .layout-pages-custom-page-new-wave-split .body h1,
        .layout-pages-custom-page-new-wave-novideo .body h1,
        .layout-pages-custom-page-high-winter .body h1 {
          font-size: 96px;
          font-size: 6rem; } }
    .layout-pages-custom-page-love-language-high-winter .body h2,
    .layout-pages-custom-page-love-language-high-winter-copy .body h2,
    .layout-pages-custom-page-love-language-high-winter-copy-copy .body h2,
    .layout-pages-custom-page-love-language-high-winter-promo .body h2,
    .layout-pages-custom-page-love-language-high-winter-colorcontrol .body h2,
    .layout-pages-custom-page-new-wave .body h2,
    .layout-pages-custom-page-new-wave-split .body h2,
    .layout-pages-custom-page-new-wave-novideo .body h2,
    .layout-pages-custom-page-high-winter .body h2 {
      font-size: 96px;
      line-height: 141.36px; }
      @media (min-width: 1025px) {
        .layout-pages-custom-page-love-language-high-winter .body h2,
        .layout-pages-custom-page-love-language-high-winter-copy .body h2,
        .layout-pages-custom-page-love-language-high-winter-copy-copy .body h2,
        .layout-pages-custom-page-love-language-high-winter-promo .body h2,
        .layout-pages-custom-page-love-language-high-winter-colorcontrol .body h2,
        .layout-pages-custom-page-new-wave .body h2,
        .layout-pages-custom-page-new-wave-split .body h2,
        .layout-pages-custom-page-new-wave-novideo .body h2,
        .layout-pages-custom-page-high-winter .body h2 {
          font-size: 96px;
          line-height: 115.2px; } }
    .layout-pages-custom-page-love-language-high-winter .body h3,
    .layout-pages-custom-page-love-language-high-winter-copy .body h3,
    .layout-pages-custom-page-love-language-high-winter-copy-copy .body h3,
    .layout-pages-custom-page-love-language-high-winter-promo .body h3,
    .layout-pages-custom-page-love-language-high-winter-colorcontrol .body h3,
    .layout-pages-custom-page-new-wave .body h3,
    .layout-pages-custom-page-new-wave-split .body h3,
    .layout-pages-custom-page-new-wave-novideo .body h3,
    .layout-pages-custom-page-high-winter .body h3 {
      font-size: 24px;
      padding-top: 2rem;
      padding-bottom: 2rem; }
      @media (min-width: 1025px) {
        .layout-pages-custom-page-love-language-high-winter .body h3,
        .layout-pages-custom-page-love-language-high-winter-copy .body h3,
        .layout-pages-custom-page-love-language-high-winter-copy-copy .body h3,
        .layout-pages-custom-page-love-language-high-winter-promo .body h3,
        .layout-pages-custom-page-love-language-high-winter-colorcontrol .body h3,
        .layout-pages-custom-page-new-wave .body h3,
        .layout-pages-custom-page-new-wave-split .body h3,
        .layout-pages-custom-page-new-wave-novideo .body h3,
        .layout-pages-custom-page-high-winter .body h3 {
          font-size: 30px; } }
    .layout-pages-custom-page-love-language-high-winter .body .caption, .layout-pages-custom-page-love-language-high-winter .body .label,
    .layout-pages-custom-page-love-language-high-winter-copy .body .caption,
    .layout-pages-custom-page-love-language-high-winter-copy .body .label,
    .layout-pages-custom-page-love-language-high-winter-copy-copy .body .caption,
    .layout-pages-custom-page-love-language-high-winter-copy-copy .body .label,
    .layout-pages-custom-page-love-language-high-winter-promo .body .caption,
    .layout-pages-custom-page-love-language-high-winter-promo .body .label,
    .layout-pages-custom-page-love-language-high-winter-colorcontrol .body .caption,
    .layout-pages-custom-page-love-language-high-winter-colorcontrol .body .label,
    .layout-pages-custom-page-new-wave .body .caption,
    .layout-pages-custom-page-new-wave .body .label,
    .layout-pages-custom-page-new-wave-split .body .caption,
    .layout-pages-custom-page-new-wave-split .body .label,
    .layout-pages-custom-page-new-wave-novideo .body .caption,
    .layout-pages-custom-page-new-wave-novideo .body .label,
    .layout-pages-custom-page-high-winter .body .caption,
    .layout-pages-custom-page-high-winter .body .label {
      font-size: 13px;
      margin-top: .25rem;
      width: 100%;
      text-decoration: none; }
      .layout-pages-custom-page-love-language-high-winter .body .caption a, .layout-pages-custom-page-love-language-high-winter .body .caption .link, .layout-pages-custom-page-love-language-high-winter .body .label a, .layout-pages-custom-page-love-language-high-winter .body .label .link,
      .layout-pages-custom-page-love-language-high-winter-copy .body .caption a,
      .layout-pages-custom-page-love-language-high-winter-copy .body .caption .link,
      .layout-pages-custom-page-love-language-high-winter-copy .body .label a,
      .layout-pages-custom-page-love-language-high-winter-copy .body .label .link,
      .layout-pages-custom-page-love-language-high-winter-copy-copy .body .caption a,
      .layout-pages-custom-page-love-language-high-winter-copy-copy .body .caption .link,
      .layout-pages-custom-page-love-language-high-winter-copy-copy .body .label a,
      .layout-pages-custom-page-love-language-high-winter-copy-copy .body .label .link,
      .layout-pages-custom-page-love-language-high-winter-promo .body .caption a,
      .layout-pages-custom-page-love-language-high-winter-promo .body .caption .link,
      .layout-pages-custom-page-love-language-high-winter-promo .body .label a,
      .layout-pages-custom-page-love-language-high-winter-promo .body .label .link,
      .layout-pages-custom-page-love-language-high-winter-colorcontrol .body .caption a,
      .layout-pages-custom-page-love-language-high-winter-colorcontrol .body .caption .link,
      .layout-pages-custom-page-love-language-high-winter-colorcontrol .body .label a,
      .layout-pages-custom-page-love-language-high-winter-colorcontrol .body .label .link,
      .layout-pages-custom-page-new-wave .body .caption a,
      .layout-pages-custom-page-new-wave .body .caption .link,
      .layout-pages-custom-page-new-wave .body .label a,
      .layout-pages-custom-page-new-wave .body .label .link,
      .layout-pages-custom-page-new-wave-split .body .caption a,
      .layout-pages-custom-page-new-wave-split .body .caption .link,
      .layout-pages-custom-page-new-wave-split .body .label a,
      .layout-pages-custom-page-new-wave-split .body .label .link,
      .layout-pages-custom-page-new-wave-novideo .body .caption a,
      .layout-pages-custom-page-new-wave-novideo .body .caption .link,
      .layout-pages-custom-page-new-wave-novideo .body .label a,
      .layout-pages-custom-page-new-wave-novideo .body .label .link,
      .layout-pages-custom-page-high-winter .body .caption a,
      .layout-pages-custom-page-high-winter .body .caption .link,
      .layout-pages-custom-page-high-winter .body .label a,
      .layout-pages-custom-page-high-winter .body .label .link {
        color: black;
        text-decoration: underline; }
    .layout-pages-custom-page-love-language-high-winter .body a, .layout-pages-custom-page-love-language-high-winter .body .link,
    .layout-pages-custom-page-love-language-high-winter-copy .body a,
    .layout-pages-custom-page-love-language-high-winter-copy .body .link,
    .layout-pages-custom-page-love-language-high-winter-copy-copy .body a,
    .layout-pages-custom-page-love-language-high-winter-copy-copy .body .link,
    .layout-pages-custom-page-love-language-high-winter-promo .body a,
    .layout-pages-custom-page-love-language-high-winter-promo .body .link,
    .layout-pages-custom-page-love-language-high-winter-colorcontrol .body a,
    .layout-pages-custom-page-love-language-high-winter-colorcontrol .body .link,
    .layout-pages-custom-page-new-wave .body a,
    .layout-pages-custom-page-new-wave .body .link,
    .layout-pages-custom-page-new-wave-split .body a,
    .layout-pages-custom-page-new-wave-split .body .link,
    .layout-pages-custom-page-new-wave-novideo .body a,
    .layout-pages-custom-page-new-wave-novideo .body .link,
    .layout-pages-custom-page-high-winter .body a,
    .layout-pages-custom-page-high-winter .body .link {
      text-decoration: none; }
  .layout-pages-custom-page-love-language-high-winter .intro,
  .layout-pages-custom-page-love-language-high-winter-copy .intro,
  .layout-pages-custom-page-love-language-high-winter-copy-copy .intro,
  .layout-pages-custom-page-love-language-high-winter-promo .intro,
  .layout-pages-custom-page-love-language-high-winter-colorcontrol .intro,
  .layout-pages-custom-page-new-wave .intro,
  .layout-pages-custom-page-new-wave-split .intro,
  .layout-pages-custom-page-new-wave-novideo .intro,
  .layout-pages-custom-page-high-winter .intro {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
    .layout-pages-custom-page-love-language-high-winter .intro > a:nth-child(1), .layout-pages-custom-page-love-language-high-winter .intro > .link:nth-child(1),
    .layout-pages-custom-page-love-language-high-winter-copy .intro > a:nth-child(1),
    .layout-pages-custom-page-love-language-high-winter-copy .intro > .link:nth-child(1),
    .layout-pages-custom-page-love-language-high-winter-copy-copy .intro > a:nth-child(1),
    .layout-pages-custom-page-love-language-high-winter-copy-copy .intro > .link:nth-child(1),
    .layout-pages-custom-page-love-language-high-winter-promo .intro > a:nth-child(1),
    .layout-pages-custom-page-love-language-high-winter-promo .intro > .link:nth-child(1),
    .layout-pages-custom-page-love-language-high-winter-colorcontrol .intro > a:nth-child(1),
    .layout-pages-custom-page-love-language-high-winter-colorcontrol .intro > .link:nth-child(1),
    .layout-pages-custom-page-new-wave .intro > a:nth-child(1),
    .layout-pages-custom-page-new-wave .intro > .link:nth-child(1),
    .layout-pages-custom-page-new-wave-split .intro > a:nth-child(1),
    .layout-pages-custom-page-new-wave-split .intro > .link:nth-child(1),
    .layout-pages-custom-page-new-wave-novideo .intro > a:nth-child(1),
    .layout-pages-custom-page-new-wave-novideo .intro > .link:nth-child(1),
    .layout-pages-custom-page-high-winter .intro > a:nth-child(1),
    .layout-pages-custom-page-high-winter .intro > .link:nth-child(1) {
      display: none; }
      @media (min-width: 551px) {
        .layout-pages-custom-page-love-language-high-winter .intro > a:nth-child(1), .layout-pages-custom-page-love-language-high-winter .intro > .link:nth-child(1),
        .layout-pages-custom-page-love-language-high-winter-copy .intro > a:nth-child(1),
        .layout-pages-custom-page-love-language-high-winter-copy .intro > .link:nth-child(1),
        .layout-pages-custom-page-love-language-high-winter-copy-copy .intro > a:nth-child(1),
        .layout-pages-custom-page-love-language-high-winter-copy-copy .intro > .link:nth-child(1),
        .layout-pages-custom-page-love-language-high-winter-promo .intro > a:nth-child(1),
        .layout-pages-custom-page-love-language-high-winter-promo .intro > .link:nth-child(1),
        .layout-pages-custom-page-love-language-high-winter-colorcontrol .intro > a:nth-child(1),
        .layout-pages-custom-page-love-language-high-winter-colorcontrol .intro > .link:nth-child(1),
        .layout-pages-custom-page-new-wave .intro > a:nth-child(1),
        .layout-pages-custom-page-new-wave .intro > .link:nth-child(1),
        .layout-pages-custom-page-new-wave-split .intro > a:nth-child(1),
        .layout-pages-custom-page-new-wave-split .intro > .link:nth-child(1),
        .layout-pages-custom-page-new-wave-novideo .intro > a:nth-child(1),
        .layout-pages-custom-page-new-wave-novideo .intro > .link:nth-child(1),
        .layout-pages-custom-page-high-winter .intro > a:nth-child(1),
        .layout-pages-custom-page-high-winter .intro > .link:nth-child(1) {
          display: block; } }
    .layout-pages-custom-page-love-language-high-winter .intro > a img, .layout-pages-custom-page-love-language-high-winter .intro > .link img,
    .layout-pages-custom-page-love-language-high-winter-copy .intro > a img,
    .layout-pages-custom-page-love-language-high-winter-copy .intro > .link img,
    .layout-pages-custom-page-love-language-high-winter-copy-copy .intro > a img,
    .layout-pages-custom-page-love-language-high-winter-copy-copy .intro > .link img,
    .layout-pages-custom-page-love-language-high-winter-promo .intro > a img,
    .layout-pages-custom-page-love-language-high-winter-promo .intro > .link img,
    .layout-pages-custom-page-love-language-high-winter-colorcontrol .intro > a img,
    .layout-pages-custom-page-love-language-high-winter-colorcontrol .intro > .link img,
    .layout-pages-custom-page-new-wave .intro > a img,
    .layout-pages-custom-page-new-wave .intro > .link img,
    .layout-pages-custom-page-new-wave-split .intro > a img,
    .layout-pages-custom-page-new-wave-split .intro > .link img,
    .layout-pages-custom-page-new-wave-novideo .intro > a img,
    .layout-pages-custom-page-new-wave-novideo .intro > .link img,
    .layout-pages-custom-page-high-winter .intro > a img,
    .layout-pages-custom-page-high-winter .intro > .link img {
      width: 100%; }
    .layout-pages-custom-page-love-language-high-winter .intro h1,
    .layout-pages-custom-page-love-language-high-winter-copy .intro h1,
    .layout-pages-custom-page-love-language-high-winter-copy-copy .intro h1,
    .layout-pages-custom-page-love-language-high-winter-promo .intro h1,
    .layout-pages-custom-page-love-language-high-winter-colorcontrol .intro h1,
    .layout-pages-custom-page-new-wave .intro h1,
    .layout-pages-custom-page-new-wave-split .intro h1,
    .layout-pages-custom-page-new-wave-novideo .intro h1,
    .layout-pages-custom-page-high-winter .intro h1 {
      position: absolute;
      color: white;
      margin-top: -2.5rem;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
      @media (min-width: 1025px) {
        .layout-pages-custom-page-love-language-high-winter .intro h1,
        .layout-pages-custom-page-love-language-high-winter-copy .intro h1,
        .layout-pages-custom-page-love-language-high-winter-copy-copy .intro h1,
        .layout-pages-custom-page-love-language-high-winter-promo .intro h1,
        .layout-pages-custom-page-love-language-high-winter-colorcontrol .intro h1,
        .layout-pages-custom-page-new-wave .intro h1,
        .layout-pages-custom-page-new-wave-split .intro h1,
        .layout-pages-custom-page-new-wave-novideo .intro h1,
        .layout-pages-custom-page-high-winter .intro h1 {
          margin-top: -3.5rem; } }
    .layout-pages-custom-page-love-language-high-winter .intro p,
    .layout-pages-custom-page-love-language-high-winter-copy .intro p,
    .layout-pages-custom-page-love-language-high-winter-copy-copy .intro p,
    .layout-pages-custom-page-love-language-high-winter-promo .intro p,
    .layout-pages-custom-page-love-language-high-winter-colorcontrol .intro p,
    .layout-pages-custom-page-new-wave .intro p,
    .layout-pages-custom-page-new-wave-split .intro p,
    .layout-pages-custom-page-new-wave-novideo .intro p,
    .layout-pages-custom-page-high-winter .intro p {
      position: absolute;
      color: white;
      padding-top: 1rem;
      font-size: 16px; }
      @media (min-width: 551px) {
        .layout-pages-custom-page-love-language-high-winter .intro p,
        .layout-pages-custom-page-love-language-high-winter-copy .intro p,
        .layout-pages-custom-page-love-language-high-winter-copy-copy .intro p,
        .layout-pages-custom-page-love-language-high-winter-promo .intro p,
        .layout-pages-custom-page-love-language-high-winter-colorcontrol .intro p,
        .layout-pages-custom-page-new-wave .intro p,
        .layout-pages-custom-page-new-wave-split .intro p,
        .layout-pages-custom-page-new-wave-novideo .intro p,
        .layout-pages-custom-page-high-winter .intro p {
          padding-top: 3rem; } }
      @media (min-width: 1025px) {
        .layout-pages-custom-page-love-language-high-winter .intro p,
        .layout-pages-custom-page-love-language-high-winter-copy .intro p,
        .layout-pages-custom-page-love-language-high-winter-copy-copy .intro p,
        .layout-pages-custom-page-love-language-high-winter-promo .intro p,
        .layout-pages-custom-page-love-language-high-winter-colorcontrol .intro p,
        .layout-pages-custom-page-new-wave .intro p,
        .layout-pages-custom-page-new-wave-split .intro p,
        .layout-pages-custom-page-new-wave-novideo .intro p,
        .layout-pages-custom-page-high-winter .intro p {
          font-size: 18px;
          padding-top: 5rem; } }
    .layout-pages-custom-page-love-language-high-winter .intro .shop-the-edit,
    .layout-pages-custom-page-love-language-high-winter-copy .intro .shop-the-edit,
    .layout-pages-custom-page-love-language-high-winter-copy-copy .intro .shop-the-edit,
    .layout-pages-custom-page-love-language-high-winter-promo .intro .shop-the-edit,
    .layout-pages-custom-page-love-language-high-winter-colorcontrol .intro .shop-the-edit,
    .layout-pages-custom-page-new-wave .intro .shop-the-edit,
    .layout-pages-custom-page-new-wave-split .intro .shop-the-edit,
    .layout-pages-custom-page-new-wave-novideo .intro .shop-the-edit,
    .layout-pages-custom-page-high-winter .intro .shop-the-edit {
      position: absolute;
      align-self: flex-end;
      padding-bottom: 10%;
      text-transform: uppercase;
      color: white;
      cursor: pointer;
      text-align: center;
      font-size: 12px; }
      @media (min-width: 1025px) {
        .layout-pages-custom-page-love-language-high-winter .intro .shop-the-edit,
        .layout-pages-custom-page-love-language-high-winter-copy .intro .shop-the-edit,
        .layout-pages-custom-page-love-language-high-winter-copy-copy .intro .shop-the-edit,
        .layout-pages-custom-page-love-language-high-winter-promo .intro .shop-the-edit,
        .layout-pages-custom-page-love-language-high-winter-colorcontrol .intro .shop-the-edit,
        .layout-pages-custom-page-new-wave .intro .shop-the-edit,
        .layout-pages-custom-page-new-wave-split .intro .shop-the-edit,
        .layout-pages-custom-page-new-wave-novideo .intro .shop-the-edit,
        .layout-pages-custom-page-high-winter .intro .shop-the-edit {
          font-size: 14px; } }
      .layout-pages-custom-page-love-language-high-winter .intro .shop-the-edit img,
      .layout-pages-custom-page-love-language-high-winter-copy .intro .shop-the-edit img,
      .layout-pages-custom-page-love-language-high-winter-copy-copy .intro .shop-the-edit img,
      .layout-pages-custom-page-love-language-high-winter-promo .intro .shop-the-edit img,
      .layout-pages-custom-page-love-language-high-winter-colorcontrol .intro .shop-the-edit img,
      .layout-pages-custom-page-new-wave .intro .shop-the-edit img,
      .layout-pages-custom-page-new-wave-split .intro .shop-the-edit img,
      .layout-pages-custom-page-new-wave-novideo .intro .shop-the-edit img,
      .layout-pages-custom-page-high-winter .intro .shop-the-edit img {
        display: block;
        margin: 0.5rem auto;
        animation-name: floating;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out; }

@keyframes floating {
  0% {
    transform: translate(0, 0px); }
  50% {
    transform: translate(0, 10px); }
  100% {
    transform: translate(0, 0px); } }
  .layout-pages-custom-page-love-language-high-winter .section-1,
  .layout-pages-custom-page-love-language-high-winter-copy .section-1,
  .layout-pages-custom-page-love-language-high-winter-copy-copy .section-1,
  .layout-pages-custom-page-love-language-high-winter-promo .section-1,
  .layout-pages-custom-page-love-language-high-winter-colorcontrol .section-1,
  .layout-pages-custom-page-new-wave .section-1,
  .layout-pages-custom-page-new-wave-split .section-1,
  .layout-pages-custom-page-new-wave-novideo .section-1,
  .layout-pages-custom-page-high-winter .section-1 {
    background-color: #514C50;
    padding: 1rem 0 4rem 0rem;
    color: white;
    text-align: center; }
    @media (min-width: 551px) {
      .layout-pages-custom-page-love-language-high-winter .section-1,
      .layout-pages-custom-page-love-language-high-winter-copy .section-1,
      .layout-pages-custom-page-love-language-high-winter-copy-copy .section-1,
      .layout-pages-custom-page-love-language-high-winter-promo .section-1,
      .layout-pages-custom-page-love-language-high-winter-colorcontrol .section-1,
      .layout-pages-custom-page-new-wave .section-1,
      .layout-pages-custom-page-new-wave-split .section-1,
      .layout-pages-custom-page-new-wave-novideo .section-1,
      .layout-pages-custom-page-high-winter .section-1 {
        text-align: left;
        padding: 4rem 1rem; } }
    .layout-pages-custom-page-love-language-high-winter .section-1 h3,
    .layout-pages-custom-page-love-language-high-winter-copy .section-1 h3,
    .layout-pages-custom-page-love-language-high-winter-copy-copy .section-1 h3,
    .layout-pages-custom-page-love-language-high-winter-promo .section-1 h3,
    .layout-pages-custom-page-love-language-high-winter-colorcontrol .section-1 h3,
    .layout-pages-custom-page-new-wave .section-1 h3,
    .layout-pages-custom-page-new-wave-split .section-1 h3,
    .layout-pages-custom-page-new-wave-novideo .section-1 h3,
    .layout-pages-custom-page-high-winter .section-1 h3 {
      color: white; }
    .layout-pages-custom-page-love-language-high-winter .section-1 .label,
    .layout-pages-custom-page-love-language-high-winter-copy .section-1 .label,
    .layout-pages-custom-page-love-language-high-winter-copy-copy .section-1 .label,
    .layout-pages-custom-page-love-language-high-winter-promo .section-1 .label,
    .layout-pages-custom-page-love-language-high-winter-colorcontrol .section-1 .label,
    .layout-pages-custom-page-new-wave .section-1 .label,
    .layout-pages-custom-page-new-wave-split .section-1 .label,
    .layout-pages-custom-page-new-wave-novideo .section-1 .label,
    .layout-pages-custom-page-high-winter .section-1 .label {
      color: white; }
    .layout-pages-custom-page-love-language-high-winter .section-1 .cards,
    .layout-pages-custom-page-love-language-high-winter-copy .section-1 .cards,
    .layout-pages-custom-page-love-language-high-winter-copy-copy .section-1 .cards,
    .layout-pages-custom-page-love-language-high-winter-promo .section-1 .cards,
    .layout-pages-custom-page-love-language-high-winter-colorcontrol .section-1 .cards,
    .layout-pages-custom-page-new-wave .section-1 .cards,
    .layout-pages-custom-page-new-wave-split .section-1 .cards,
    .layout-pages-custom-page-new-wave-novideo .section-1 .cards,
    .layout-pages-custom-page-high-winter .section-1 .cards {
      display: flex;
      flex-direction: column;
      margin-left: -15px;
      margin-right: -15px; }
      @media (min-width: 551px) {
        .layout-pages-custom-page-love-language-high-winter .section-1 .cards,
        .layout-pages-custom-page-love-language-high-winter-copy .section-1 .cards,
        .layout-pages-custom-page-love-language-high-winter-copy-copy .section-1 .cards,
        .layout-pages-custom-page-love-language-high-winter-promo .section-1 .cards,
        .layout-pages-custom-page-love-language-high-winter-colorcontrol .section-1 .cards,
        .layout-pages-custom-page-new-wave .section-1 .cards,
        .layout-pages-custom-page-new-wave-split .section-1 .cards,
        .layout-pages-custom-page-new-wave-novideo .section-1 .cards,
        .layout-pages-custom-page-high-winter .section-1 .cards {
          flex-direction: row; } }
      .layout-pages-custom-page-love-language-high-winter .section-1 .cards > div,
      .layout-pages-custom-page-love-language-high-winter-copy .section-1 .cards > div,
      .layout-pages-custom-page-love-language-high-winter-copy-copy .section-1 .cards > div,
      .layout-pages-custom-page-love-language-high-winter-promo .section-1 .cards > div,
      .layout-pages-custom-page-love-language-high-winter-colorcontrol .section-1 .cards > div,
      .layout-pages-custom-page-new-wave .section-1 .cards > div,
      .layout-pages-custom-page-new-wave-split .section-1 .cards > div,
      .layout-pages-custom-page-new-wave-novideo .section-1 .cards > div,
      .layout-pages-custom-page-high-winter .section-1 .cards > div {
        display: flex; }
        @media (min-width: 551px) {
          .layout-pages-custom-page-love-language-high-winter .section-1 .cards > div,
          .layout-pages-custom-page-love-language-high-winter-copy .section-1 .cards > div,
          .layout-pages-custom-page-love-language-high-winter-copy-copy .section-1 .cards > div,
          .layout-pages-custom-page-love-language-high-winter-promo .section-1 .cards > div,
          .layout-pages-custom-page-love-language-high-winter-colorcontrol .section-1 .cards > div,
          .layout-pages-custom-page-new-wave .section-1 .cards > div,
          .layout-pages-custom-page-new-wave-split .section-1 .cards > div,
          .layout-pages-custom-page-new-wave-novideo .section-1 .cards > div,
          .layout-pages-custom-page-high-winter .section-1 .cards > div {
            flex-direction: column; } }
        .layout-pages-custom-page-love-language-high-winter .section-1 .cards > div:nth-child(1),
        .layout-pages-custom-page-love-language-high-winter-copy .section-1 .cards > div:nth-child(1),
        .layout-pages-custom-page-love-language-high-winter-copy-copy .section-1 .cards > div:nth-child(1),
        .layout-pages-custom-page-love-language-high-winter-promo .section-1 .cards > div:nth-child(1),
        .layout-pages-custom-page-love-language-high-winter-colorcontrol .section-1 .cards > div:nth-child(1),
        .layout-pages-custom-page-new-wave .section-1 .cards > div:nth-child(1),
        .layout-pages-custom-page-new-wave-split .section-1 .cards > div:nth-child(1),
        .layout-pages-custom-page-new-wave-novideo .section-1 .cards > div:nth-child(1),
        .layout-pages-custom-page-high-winter .section-1 .cards > div:nth-child(1) {
          width: 100%; }
          @media (min-width: 551px) {
            .layout-pages-custom-page-love-language-high-winter .section-1 .cards > div:nth-child(1),
            .layout-pages-custom-page-love-language-high-winter-copy .section-1 .cards > div:nth-child(1),
            .layout-pages-custom-page-love-language-high-winter-copy-copy .section-1 .cards > div:nth-child(1),
            .layout-pages-custom-page-love-language-high-winter-promo .section-1 .cards > div:nth-child(1),
            .layout-pages-custom-page-love-language-high-winter-colorcontrol .section-1 .cards > div:nth-child(1),
            .layout-pages-custom-page-new-wave .section-1 .cards > div:nth-child(1),
            .layout-pages-custom-page-new-wave-split .section-1 .cards > div:nth-child(1),
            .layout-pages-custom-page-new-wave-novideo .section-1 .cards > div:nth-child(1),
            .layout-pages-custom-page-high-winter .section-1 .cards > div:nth-child(1) {
              width: 26.25%; } }
          .layout-pages-custom-page-love-language-high-winter .section-1 .cards > div:nth-child(1) .img-card,
          .layout-pages-custom-page-love-language-high-winter-copy .section-1 .cards > div:nth-child(1) .img-card,
          .layout-pages-custom-page-love-language-high-winter-copy-copy .section-1 .cards > div:nth-child(1) .img-card,
          .layout-pages-custom-page-love-language-high-winter-promo .section-1 .cards > div:nth-child(1) .img-card,
          .layout-pages-custom-page-love-language-high-winter-colorcontrol .section-1 .cards > div:nth-child(1) .img-card,
          .layout-pages-custom-page-new-wave .section-1 .cards > div:nth-child(1) .img-card,
          .layout-pages-custom-page-new-wave-split .section-1 .cards > div:nth-child(1) .img-card,
          .layout-pages-custom-page-new-wave-novideo .section-1 .cards > div:nth-child(1) .img-card,
          .layout-pages-custom-page-high-winter .section-1 .cards > div:nth-child(1) .img-card {
            width: 50%; }
            @media (min-width: 551px) {
              .layout-pages-custom-page-love-language-high-winter .section-1 .cards > div:nth-child(1) .img-card,
              .layout-pages-custom-page-love-language-high-winter-copy .section-1 .cards > div:nth-child(1) .img-card,
              .layout-pages-custom-page-love-language-high-winter-copy-copy .section-1 .cards > div:nth-child(1) .img-card,
              .layout-pages-custom-page-love-language-high-winter-promo .section-1 .cards > div:nth-child(1) .img-card,
              .layout-pages-custom-page-love-language-high-winter-colorcontrol .section-1 .cards > div:nth-child(1) .img-card,
              .layout-pages-custom-page-new-wave .section-1 .cards > div:nth-child(1) .img-card,
              .layout-pages-custom-page-new-wave-split .section-1 .cards > div:nth-child(1) .img-card,
              .layout-pages-custom-page-new-wave-novideo .section-1 .cards > div:nth-child(1) .img-card,
              .layout-pages-custom-page-high-winter .section-1 .cards > div:nth-child(1) .img-card {
                width: 100%; } }
        .layout-pages-custom-page-love-language-high-winter .section-1 .cards > div:nth-child(2),
        .layout-pages-custom-page-love-language-high-winter-copy .section-1 .cards > div:nth-child(2),
        .layout-pages-custom-page-love-language-high-winter-copy-copy .section-1 .cards > div:nth-child(2),
        .layout-pages-custom-page-love-language-high-winter-promo .section-1 .cards > div:nth-child(2),
        .layout-pages-custom-page-love-language-high-winter-colorcontrol .section-1 .cards > div:nth-child(2),
        .layout-pages-custom-page-new-wave .section-1 .cards > div:nth-child(2),
        .layout-pages-custom-page-new-wave-split .section-1 .cards > div:nth-child(2),
        .layout-pages-custom-page-new-wave-novideo .section-1 .cards > div:nth-child(2),
        .layout-pages-custom-page-high-winter .section-1 .cards > div:nth-child(2) {
          width: 100%; }
          @media (min-width: 551px) {
            .layout-pages-custom-page-love-language-high-winter .section-1 .cards > div:nth-child(2),
            .layout-pages-custom-page-love-language-high-winter-copy .section-1 .cards > div:nth-child(2),
            .layout-pages-custom-page-love-language-high-winter-copy-copy .section-1 .cards > div:nth-child(2),
            .layout-pages-custom-page-love-language-high-winter-promo .section-1 .cards > div:nth-child(2),
            .layout-pages-custom-page-love-language-high-winter-colorcontrol .section-1 .cards > div:nth-child(2),
            .layout-pages-custom-page-new-wave .section-1 .cards > div:nth-child(2),
            .layout-pages-custom-page-new-wave-split .section-1 .cards > div:nth-child(2),
            .layout-pages-custom-page-new-wave-novideo .section-1 .cards > div:nth-child(2),
            .layout-pages-custom-page-high-winter .section-1 .cards > div:nth-child(2) {
              width: 48.75%; } }
        .layout-pages-custom-page-love-language-high-winter .section-1 .cards > div:nth-child(3),
        .layout-pages-custom-page-love-language-high-winter-copy .section-1 .cards > div:nth-child(3),
        .layout-pages-custom-page-love-language-high-winter-copy-copy .section-1 .cards > div:nth-child(3),
        .layout-pages-custom-page-love-language-high-winter-promo .section-1 .cards > div:nth-child(3),
        .layout-pages-custom-page-love-language-high-winter-colorcontrol .section-1 .cards > div:nth-child(3),
        .layout-pages-custom-page-new-wave .section-1 .cards > div:nth-child(3),
        .layout-pages-custom-page-new-wave-split .section-1 .cards > div:nth-child(3),
        .layout-pages-custom-page-new-wave-novideo .section-1 .cards > div:nth-child(3),
        .layout-pages-custom-page-high-winter .section-1 .cards > div:nth-child(3) {
          width: 100%;
          flex-direction: column; }
          @media (min-width: 551px) {
            .layout-pages-custom-page-love-language-high-winter .section-1 .cards > div:nth-child(3),
            .layout-pages-custom-page-love-language-high-winter-copy .section-1 .cards > div:nth-child(3),
            .layout-pages-custom-page-love-language-high-winter-copy-copy .section-1 .cards > div:nth-child(3),
            .layout-pages-custom-page-love-language-high-winter-promo .section-1 .cards > div:nth-child(3),
            .layout-pages-custom-page-love-language-high-winter-colorcontrol .section-1 .cards > div:nth-child(3),
            .layout-pages-custom-page-new-wave .section-1 .cards > div:nth-child(3),
            .layout-pages-custom-page-new-wave-split .section-1 .cards > div:nth-child(3),
            .layout-pages-custom-page-new-wave-novideo .section-1 .cards > div:nth-child(3),
            .layout-pages-custom-page-high-winter .section-1 .cards > div:nth-child(3) {
              width: 26.25%; } }
          .layout-pages-custom-page-love-language-high-winter .section-1 .cards > div:nth-child(3) .img-card,
          .layout-pages-custom-page-love-language-high-winter-copy .section-1 .cards > div:nth-child(3) .img-card,
          .layout-pages-custom-page-love-language-high-winter-copy-copy .section-1 .cards > div:nth-child(3) .img-card,
          .layout-pages-custom-page-love-language-high-winter-promo .section-1 .cards > div:nth-child(3) .img-card,
          .layout-pages-custom-page-love-language-high-winter-colorcontrol .section-1 .cards > div:nth-child(3) .img-card,
          .layout-pages-custom-page-new-wave .section-1 .cards > div:nth-child(3) .img-card,
          .layout-pages-custom-page-new-wave-split .section-1 .cards > div:nth-child(3) .img-card,
          .layout-pages-custom-page-new-wave-novideo .section-1 .cards > div:nth-child(3) .img-card,
          .layout-pages-custom-page-high-winter .section-1 .cards > div:nth-child(3) .img-card {
            width: 100%; }
      .layout-pages-custom-page-love-language-high-winter .section-1 .cards .img-card,
      .layout-pages-custom-page-love-language-high-winter-copy .section-1 .cards .img-card,
      .layout-pages-custom-page-love-language-high-winter-copy-copy .section-1 .cards .img-card,
      .layout-pages-custom-page-love-language-high-winter-promo .section-1 .cards .img-card,
      .layout-pages-custom-page-love-language-high-winter-colorcontrol .section-1 .cards .img-card,
      .layout-pages-custom-page-new-wave .section-1 .cards .img-card,
      .layout-pages-custom-page-new-wave-split .section-1 .cards .img-card,
      .layout-pages-custom-page-new-wave-novideo .section-1 .cards .img-card,
      .layout-pages-custom-page-high-winter .section-1 .cards .img-card {
        padding: 15px 10px;
        text-align: left;
        width: 100%; }
        .layout-pages-custom-page-love-language-high-winter .section-1 .cards .img-card a, .layout-pages-custom-page-love-language-high-winter .section-1 .cards .img-card .link,
        .layout-pages-custom-page-love-language-high-winter-copy .section-1 .cards .img-card a,
        .layout-pages-custom-page-love-language-high-winter-copy .section-1 .cards .img-card .link,
        .layout-pages-custom-page-love-language-high-winter-copy-copy .section-1 .cards .img-card a,
        .layout-pages-custom-page-love-language-high-winter-copy-copy .section-1 .cards .img-card .link,
        .layout-pages-custom-page-love-language-high-winter-promo .section-1 .cards .img-card a,
        .layout-pages-custom-page-love-language-high-winter-promo .section-1 .cards .img-card .link,
        .layout-pages-custom-page-love-language-high-winter-colorcontrol .section-1 .cards .img-card a,
        .layout-pages-custom-page-love-language-high-winter-colorcontrol .section-1 .cards .img-card .link,
        .layout-pages-custom-page-new-wave .section-1 .cards .img-card a,
        .layout-pages-custom-page-new-wave .section-1 .cards .img-card .link,
        .layout-pages-custom-page-new-wave-split .section-1 .cards .img-card a,
        .layout-pages-custom-page-new-wave-split .section-1 .cards .img-card .link,
        .layout-pages-custom-page-new-wave-novideo .section-1 .cards .img-card a,
        .layout-pages-custom-page-new-wave-novideo .section-1 .cards .img-card .link,
        .layout-pages-custom-page-high-winter .section-1 .cards .img-card a,
        .layout-pages-custom-page-high-winter .section-1 .cards .img-card .link {
          color: white;
          text-decoration: none;
          display: flex;
          flex-direction: column; }
          .layout-pages-custom-page-love-language-high-winter .section-1 .cards .img-card a img, .layout-pages-custom-page-love-language-high-winter .section-1 .cards .img-card .link img,
          .layout-pages-custom-page-love-language-high-winter-copy .section-1 .cards .img-card a img,
          .layout-pages-custom-page-love-language-high-winter-copy .section-1 .cards .img-card .link img,
          .layout-pages-custom-page-love-language-high-winter-copy-copy .section-1 .cards .img-card a img,
          .layout-pages-custom-page-love-language-high-winter-copy-copy .section-1 .cards .img-card .link img,
          .layout-pages-custom-page-love-language-high-winter-promo .section-1 .cards .img-card a img,
          .layout-pages-custom-page-love-language-high-winter-promo .section-1 .cards .img-card .link img,
          .layout-pages-custom-page-love-language-high-winter-colorcontrol .section-1 .cards .img-card a img,
          .layout-pages-custom-page-love-language-high-winter-colorcontrol .section-1 .cards .img-card .link img,
          .layout-pages-custom-page-new-wave .section-1 .cards .img-card a img,
          .layout-pages-custom-page-new-wave .section-1 .cards .img-card .link img,
          .layout-pages-custom-page-new-wave-split .section-1 .cards .img-card a img,
          .layout-pages-custom-page-new-wave-split .section-1 .cards .img-card .link img,
          .layout-pages-custom-page-new-wave-novideo .section-1 .cards .img-card a img,
          .layout-pages-custom-page-new-wave-novideo .section-1 .cards .img-card .link img,
          .layout-pages-custom-page-high-winter .section-1 .cards .img-card a img,
          .layout-pages-custom-page-high-winter .section-1 .cards .img-card .link img {
            flex: 1;
            width: 100%; }
  .layout-pages-custom-page-love-language-high-winter .image-caption,
  .layout-pages-custom-page-love-language-high-winter-copy .image-caption,
  .layout-pages-custom-page-love-language-high-winter-copy-copy .image-caption,
  .layout-pages-custom-page-love-language-high-winter-promo .image-caption,
  .layout-pages-custom-page-love-language-high-winter-colorcontrol .image-caption,
  .layout-pages-custom-page-new-wave .image-caption,
  .layout-pages-custom-page-new-wave-split .image-caption,
  .layout-pages-custom-page-new-wave-novideo .image-caption,
  .layout-pages-custom-page-high-winter .image-caption {
    padding: 4rem 0rem 3rem 0;
    color: black; }
    @media (min-width: 551px) {
      .layout-pages-custom-page-love-language-high-winter .image-caption,
      .layout-pages-custom-page-love-language-high-winter-copy .image-caption,
      .layout-pages-custom-page-love-language-high-winter-copy-copy .image-caption,
      .layout-pages-custom-page-love-language-high-winter-promo .image-caption,
      .layout-pages-custom-page-love-language-high-winter-colorcontrol .image-caption,
      .layout-pages-custom-page-new-wave .image-caption,
      .layout-pages-custom-page-new-wave-split .image-caption,
      .layout-pages-custom-page-new-wave-novideo .image-caption,
      .layout-pages-custom-page-high-winter .image-caption {
        padding: 7rem 1rem 6rem 0; } }
    .layout-pages-custom-page-love-language-high-winter .image-caption.coloured,
    .layout-pages-custom-page-love-language-high-winter-copy .image-caption.coloured,
    .layout-pages-custom-page-love-language-high-winter-copy-copy .image-caption.coloured,
    .layout-pages-custom-page-love-language-high-winter-promo .image-caption.coloured,
    .layout-pages-custom-page-love-language-high-winter-colorcontrol .image-caption.coloured,
    .layout-pages-custom-page-new-wave .image-caption.coloured,
    .layout-pages-custom-page-new-wave-split .image-caption.coloured,
    .layout-pages-custom-page-new-wave-novideo .image-caption.coloured,
    .layout-pages-custom-page-high-winter .image-caption.coloured {
      background-color: #F0E4D9;
      padding: 4rem 0rem 3rem 0; }
      @media (min-width: 551px) {
        .layout-pages-custom-page-love-language-high-winter .image-caption.coloured,
        .layout-pages-custom-page-love-language-high-winter-copy .image-caption.coloured,
        .layout-pages-custom-page-love-language-high-winter-copy-copy .image-caption.coloured,
        .layout-pages-custom-page-love-language-high-winter-promo .image-caption.coloured,
        .layout-pages-custom-page-love-language-high-winter-colorcontrol .image-caption.coloured,
        .layout-pages-custom-page-new-wave .image-caption.coloured,
        .layout-pages-custom-page-new-wave-split .image-caption.coloured,
        .layout-pages-custom-page-new-wave-novideo .image-caption.coloured,
        .layout-pages-custom-page-high-winter .image-caption.coloured {
          padding: 6rem 1rem 6rem 0; } }
      .layout-pages-custom-page-love-language-high-winter .image-caption.coloured .container,
      .layout-pages-custom-page-love-language-high-winter-copy .image-caption.coloured .container,
      .layout-pages-custom-page-love-language-high-winter-copy-copy .image-caption.coloured .container,
      .layout-pages-custom-page-love-language-high-winter-promo .image-caption.coloured .container,
      .layout-pages-custom-page-love-language-high-winter-colorcontrol .image-caption.coloured .container,
      .layout-pages-custom-page-new-wave .image-caption.coloured .container,
      .layout-pages-custom-page-new-wave-split .image-caption.coloured .container,
      .layout-pages-custom-page-new-wave-novideo .image-caption.coloured .container,
      .layout-pages-custom-page-high-winter .image-caption.coloured .container {
        flex-direction: column-reverse; }
        @media (min-width: 1025px) {
          .layout-pages-custom-page-love-language-high-winter .image-caption.coloured .container,
          .layout-pages-custom-page-love-language-high-winter-copy .image-caption.coloured .container,
          .layout-pages-custom-page-love-language-high-winter-copy-copy .image-caption.coloured .container,
          .layout-pages-custom-page-love-language-high-winter-promo .image-caption.coloured .container,
          .layout-pages-custom-page-love-language-high-winter-colorcontrol .image-caption.coloured .container,
          .layout-pages-custom-page-new-wave .image-caption.coloured .container,
          .layout-pages-custom-page-new-wave-split .image-caption.coloured .container,
          .layout-pages-custom-page-new-wave-novideo .image-caption.coloured .container,
          .layout-pages-custom-page-high-winter .image-caption.coloured .container {
            flex-direction: row; } }
        .layout-pages-custom-page-love-language-high-winter .image-caption.coloured .container .caption-container,
        .layout-pages-custom-page-love-language-high-winter-copy .image-caption.coloured .container .caption-container,
        .layout-pages-custom-page-love-language-high-winter-copy-copy .image-caption.coloured .container .caption-container,
        .layout-pages-custom-page-love-language-high-winter-promo .image-caption.coloured .container .caption-container,
        .layout-pages-custom-page-love-language-high-winter-colorcontrol .image-caption.coloured .container .caption-container,
        .layout-pages-custom-page-new-wave .image-caption.coloured .container .caption-container,
        .layout-pages-custom-page-new-wave-split .image-caption.coloured .container .caption-container,
        .layout-pages-custom-page-new-wave-novideo .image-caption.coloured .container .caption-container,
        .layout-pages-custom-page-high-winter .image-caption.coloured .container .caption-container {
          flex-direction: column-reverse; }
          @media (min-width: 1025px) {
            .layout-pages-custom-page-love-language-high-winter .image-caption.coloured .container .caption-container,
            .layout-pages-custom-page-love-language-high-winter-copy .image-caption.coloured .container .caption-container,
            .layout-pages-custom-page-love-language-high-winter-copy-copy .image-caption.coloured .container .caption-container,
            .layout-pages-custom-page-love-language-high-winter-promo .image-caption.coloured .container .caption-container,
            .layout-pages-custom-page-love-language-high-winter-colorcontrol .image-caption.coloured .container .caption-container,
            .layout-pages-custom-page-new-wave .image-caption.coloured .container .caption-container,
            .layout-pages-custom-page-new-wave-split .image-caption.coloured .container .caption-container,
            .layout-pages-custom-page-new-wave-novideo .image-caption.coloured .container .caption-container,
            .layout-pages-custom-page-high-winter .image-caption.coloured .container .caption-container {
              flex-direction: column; } }
          .layout-pages-custom-page-love-language-high-winter .image-caption.coloured .container .caption-container h4,
          .layout-pages-custom-page-love-language-high-winter-copy .image-caption.coloured .container .caption-container h4,
          .layout-pages-custom-page-love-language-high-winter-copy-copy .image-caption.coloured .container .caption-container h4,
          .layout-pages-custom-page-love-language-high-winter-promo .image-caption.coloured .container .caption-container h4,
          .layout-pages-custom-page-love-language-high-winter-colorcontrol .image-caption.coloured .container .caption-container h4,
          .layout-pages-custom-page-new-wave .image-caption.coloured .container .caption-container h4,
          .layout-pages-custom-page-new-wave-split .image-caption.coloured .container .caption-container h4,
          .layout-pages-custom-page-new-wave-novideo .image-caption.coloured .container .caption-container h4,
          .layout-pages-custom-page-high-winter .image-caption.coloured .container .caption-container h4 {
            margin-top: 5rem;
            margin-bottom: 3rem; }
            @media (min-width: 551px) {
              .layout-pages-custom-page-love-language-high-winter .image-caption.coloured .container .caption-container h4,
              .layout-pages-custom-page-love-language-high-winter-copy .image-caption.coloured .container .caption-container h4,
              .layout-pages-custom-page-love-language-high-winter-copy-copy .image-caption.coloured .container .caption-container h4,
              .layout-pages-custom-page-love-language-high-winter-promo .image-caption.coloured .container .caption-container h4,
              .layout-pages-custom-page-love-language-high-winter-colorcontrol .image-caption.coloured .container .caption-container h4,
              .layout-pages-custom-page-new-wave .image-caption.coloured .container .caption-container h4,
              .layout-pages-custom-page-new-wave-split .image-caption.coloured .container .caption-container h4,
              .layout-pages-custom-page-new-wave-novideo .image-caption.coloured .container .caption-container h4,
              .layout-pages-custom-page-high-winter .image-caption.coloured .container .caption-container h4 {
                margin-bottom: 2rem; } }
          .layout-pages-custom-page-love-language-high-winter .image-caption.coloured .container .caption-container .caption-img,
          .layout-pages-custom-page-love-language-high-winter-copy .image-caption.coloured .container .caption-container .caption-img,
          .layout-pages-custom-page-love-language-high-winter-copy-copy .image-caption.coloured .container .caption-container .caption-img,
          .layout-pages-custom-page-love-language-high-winter-promo .image-caption.coloured .container .caption-container .caption-img,
          .layout-pages-custom-page-love-language-high-winter-colorcontrol .image-caption.coloured .container .caption-container .caption-img,
          .layout-pages-custom-page-new-wave .image-caption.coloured .container .caption-container .caption-img,
          .layout-pages-custom-page-new-wave-split .image-caption.coloured .container .caption-container .caption-img,
          .layout-pages-custom-page-new-wave-novideo .image-caption.coloured .container .caption-container .caption-img,
          .layout-pages-custom-page-high-winter .image-caption.coloured .container .caption-container .caption-img {
            text-align: center; }
            .layout-pages-custom-page-love-language-high-winter .image-caption.coloured .container .caption-container .caption-img img,
            .layout-pages-custom-page-love-language-high-winter-copy .image-caption.coloured .container .caption-container .caption-img img,
            .layout-pages-custom-page-love-language-high-winter-copy-copy .image-caption.coloured .container .caption-container .caption-img img,
            .layout-pages-custom-page-love-language-high-winter-promo .image-caption.coloured .container .caption-container .caption-img img,
            .layout-pages-custom-page-love-language-high-winter-colorcontrol .image-caption.coloured .container .caption-container .caption-img img,
            .layout-pages-custom-page-new-wave .image-caption.coloured .container .caption-container .caption-img img,
            .layout-pages-custom-page-new-wave-split .image-caption.coloured .container .caption-container .caption-img img,
            .layout-pages-custom-page-new-wave-novideo .image-caption.coloured .container .caption-container .caption-img img,
            .layout-pages-custom-page-high-winter .image-caption.coloured .container .caption-container .caption-img img {
              width: auto; }
              @media (min-width: 551px) {
                .layout-pages-custom-page-love-language-high-winter .image-caption.coloured .container .caption-container .caption-img img,
                .layout-pages-custom-page-love-language-high-winter-copy .image-caption.coloured .container .caption-container .caption-img img,
                .layout-pages-custom-page-love-language-high-winter-copy-copy .image-caption.coloured .container .caption-container .caption-img img,
                .layout-pages-custom-page-love-language-high-winter-promo .image-caption.coloured .container .caption-container .caption-img img,
                .layout-pages-custom-page-love-language-high-winter-colorcontrol .image-caption.coloured .container .caption-container .caption-img img,
                .layout-pages-custom-page-new-wave .image-caption.coloured .container .caption-container .caption-img img,
                .layout-pages-custom-page-new-wave-split .image-caption.coloured .container .caption-container .caption-img img,
                .layout-pages-custom-page-new-wave-novideo .image-caption.coloured .container .caption-container .caption-img img,
                .layout-pages-custom-page-high-winter .image-caption.coloured .container .caption-container .caption-img img {
                  width: 100%; } }
            @media (min-width: 551px) {
              .layout-pages-custom-page-love-language-high-winter .image-caption.coloured .container .caption-container .caption-img,
              .layout-pages-custom-page-love-language-high-winter-copy .image-caption.coloured .container .caption-container .caption-img,
              .layout-pages-custom-page-love-language-high-winter-copy-copy .image-caption.coloured .container .caption-container .caption-img,
              .layout-pages-custom-page-love-language-high-winter-promo .image-caption.coloured .container .caption-container .caption-img,
              .layout-pages-custom-page-love-language-high-winter-colorcontrol .image-caption.coloured .container .caption-container .caption-img,
              .layout-pages-custom-page-new-wave .image-caption.coloured .container .caption-container .caption-img,
              .layout-pages-custom-page-new-wave-split .image-caption.coloured .container .caption-container .caption-img,
              .layout-pages-custom-page-new-wave-novideo .image-caption.coloured .container .caption-container .caption-img,
              .layout-pages-custom-page-high-winter .image-caption.coloured .container .caption-container .caption-img {
                text-align: left;
                margin-top: 0; } }
            .layout-pages-custom-page-love-language-high-winter .image-caption.coloured .container .caption-container .caption-img .caption,
            .layout-pages-custom-page-love-language-high-winter-copy .image-caption.coloured .container .caption-container .caption-img .caption,
            .layout-pages-custom-page-love-language-high-winter-copy-copy .image-caption.coloured .container .caption-container .caption-img .caption,
            .layout-pages-custom-page-love-language-high-winter-promo .image-caption.coloured .container .caption-container .caption-img .caption,
            .layout-pages-custom-page-love-language-high-winter-colorcontrol .image-caption.coloured .container .caption-container .caption-img .caption,
            .layout-pages-custom-page-new-wave .image-caption.coloured .container .caption-container .caption-img .caption,
            .layout-pages-custom-page-new-wave-split .image-caption.coloured .container .caption-container .caption-img .caption,
            .layout-pages-custom-page-new-wave-novideo .image-caption.coloured .container .caption-container .caption-img .caption,
            .layout-pages-custom-page-high-winter .image-caption.coloured .container .caption-container .caption-img .caption {
              text-align: left; }
        .layout-pages-custom-page-love-language-high-winter .image-caption.coloured .container > div.img,
        .layout-pages-custom-page-love-language-high-winter-copy .image-caption.coloured .container > div.img,
        .layout-pages-custom-page-love-language-high-winter-copy-copy .image-caption.coloured .container > div.img,
        .layout-pages-custom-page-love-language-high-winter-promo .image-caption.coloured .container > div.img,
        .layout-pages-custom-page-love-language-high-winter-colorcontrol .image-caption.coloured .container > div.img,
        .layout-pages-custom-page-new-wave .image-caption.coloured .container > div.img,
        .layout-pages-custom-page-new-wave-split .image-caption.coloured .container > div.img,
        .layout-pages-custom-page-new-wave-novideo .image-caption.coloured .container > div.img,
        .layout-pages-custom-page-high-winter .image-caption.coloured .container > div.img {
          width: 100%;
          margin-left: auto;
          margin-right: auto; }
          .layout-pages-custom-page-love-language-high-winter .image-caption.coloured .container > div.img img,
          .layout-pages-custom-page-love-language-high-winter-copy .image-caption.coloured .container > div.img img,
          .layout-pages-custom-page-love-language-high-winter-copy-copy .image-caption.coloured .container > div.img img,
          .layout-pages-custom-page-love-language-high-winter-promo .image-caption.coloured .container > div.img img,
          .layout-pages-custom-page-love-language-high-winter-colorcontrol .image-caption.coloured .container > div.img img,
          .layout-pages-custom-page-new-wave .image-caption.coloured .container > div.img img,
          .layout-pages-custom-page-new-wave-split .image-caption.coloured .container > div.img img,
          .layout-pages-custom-page-new-wave-novideo .image-caption.coloured .container > div.img img,
          .layout-pages-custom-page-high-winter .image-caption.coloured .container > div.img img {
            align-self: initial; }
            @media (min-width: 1025px) {
              .layout-pages-custom-page-love-language-high-winter .image-caption.coloured .container > div.img img,
              .layout-pages-custom-page-love-language-high-winter-copy .image-caption.coloured .container > div.img img,
              .layout-pages-custom-page-love-language-high-winter-copy-copy .image-caption.coloured .container > div.img img,
              .layout-pages-custom-page-love-language-high-winter-promo .image-caption.coloured .container > div.img img,
              .layout-pages-custom-page-love-language-high-winter-colorcontrol .image-caption.coloured .container > div.img img,
              .layout-pages-custom-page-new-wave .image-caption.coloured .container > div.img img,
              .layout-pages-custom-page-new-wave-split .image-caption.coloured .container > div.img img,
              .layout-pages-custom-page-new-wave-novideo .image-caption.coloured .container > div.img img,
              .layout-pages-custom-page-high-winter .image-caption.coloured .container > div.img img {
                align-self: flex-end; } }
      .layout-pages-custom-page-love-language-high-winter .image-caption.coloured h3,
      .layout-pages-custom-page-love-language-high-winter-copy .image-caption.coloured h3,
      .layout-pages-custom-page-love-language-high-winter-copy-copy .image-caption.coloured h3,
      .layout-pages-custom-page-love-language-high-winter-promo .image-caption.coloured h3,
      .layout-pages-custom-page-love-language-high-winter-colorcontrol .image-caption.coloured h3,
      .layout-pages-custom-page-new-wave .image-caption.coloured h3,
      .layout-pages-custom-page-new-wave-split .image-caption.coloured h3,
      .layout-pages-custom-page-new-wave-novideo .image-caption.coloured h3,
      .layout-pages-custom-page-high-winter .image-caption.coloured h3 {
        max-width: 850px;
        margin: 0 auto;
        text-align: left;
        margin-bottom: 2rem;
        padding-left: 2rem;
        padding-right: 2rem; }
        @media (min-width: 551px) {
          .layout-pages-custom-page-love-language-high-winter .image-caption.coloured h3,
          .layout-pages-custom-page-love-language-high-winter-copy .image-caption.coloured h3,
          .layout-pages-custom-page-love-language-high-winter-copy-copy .image-caption.coloured h3,
          .layout-pages-custom-page-love-language-high-winter-promo .image-caption.coloured h3,
          .layout-pages-custom-page-love-language-high-winter-colorcontrol .image-caption.coloured h3,
          .layout-pages-custom-page-new-wave .image-caption.coloured h3,
          .layout-pages-custom-page-new-wave-split .image-caption.coloured h3,
          .layout-pages-custom-page-new-wave-novideo .image-caption.coloured h3,
          .layout-pages-custom-page-high-winter .image-caption.coloured h3 {
            text-align: center;
            margin-bottom: 3rem; } }
      .layout-pages-custom-page-love-language-high-winter .image-caption.coloured h4,
      .layout-pages-custom-page-love-language-high-winter-copy .image-caption.coloured h4,
      .layout-pages-custom-page-love-language-high-winter-copy-copy .image-caption.coloured h4,
      .layout-pages-custom-page-love-language-high-winter-promo .image-caption.coloured h4,
      .layout-pages-custom-page-love-language-high-winter-colorcontrol .image-caption.coloured h4,
      .layout-pages-custom-page-new-wave .image-caption.coloured h4,
      .layout-pages-custom-page-new-wave-split .image-caption.coloured h4,
      .layout-pages-custom-page-new-wave-novideo .image-caption.coloured h4,
      .layout-pages-custom-page-high-winter .image-caption.coloured h4 {
        margin-bottom: 5rem; }
        @media (min-width: 551px) {
          .layout-pages-custom-page-love-language-high-winter .image-caption.coloured h4,
          .layout-pages-custom-page-love-language-high-winter-copy .image-caption.coloured h4,
          .layout-pages-custom-page-love-language-high-winter-copy-copy .image-caption.coloured h4,
          .layout-pages-custom-page-love-language-high-winter-promo .image-caption.coloured h4,
          .layout-pages-custom-page-love-language-high-winter-colorcontrol .image-caption.coloured h4,
          .layout-pages-custom-page-new-wave .image-caption.coloured h4,
          .layout-pages-custom-page-new-wave-split .image-caption.coloured h4,
          .layout-pages-custom-page-new-wave-novideo .image-caption.coloured h4,
          .layout-pages-custom-page-high-winter .image-caption.coloured h4 {
            margin-top: 2rem;
            margin-bottom: 0; } }
    .layout-pages-custom-page-love-language-high-winter .image-caption.reverse .container > div.img,
    .layout-pages-custom-page-love-language-high-winter-copy .image-caption.reverse .container > div.img,
    .layout-pages-custom-page-love-language-high-winter-copy-copy .image-caption.reverse .container > div.img,
    .layout-pages-custom-page-love-language-high-winter-promo .image-caption.reverse .container > div.img,
    .layout-pages-custom-page-love-language-high-winter-colorcontrol .image-caption.reverse .container > div.img,
    .layout-pages-custom-page-new-wave .image-caption.reverse .container > div.img,
    .layout-pages-custom-page-new-wave-split .image-caption.reverse .container > div.img,
    .layout-pages-custom-page-new-wave-novideo .image-caption.reverse .container > div.img,
    .layout-pages-custom-page-high-winter .image-caption.reverse .container > div.img {
      width: 100%;
      margin-right: auto;
      margin-left: auto; }
      @media (min-width: 551px) {
        .layout-pages-custom-page-love-language-high-winter .image-caption.reverse .container > div.img,
        .layout-pages-custom-page-love-language-high-winter-copy .image-caption.reverse .container > div.img,
        .layout-pages-custom-page-love-language-high-winter-copy-copy .image-caption.reverse .container > div.img,
        .layout-pages-custom-page-love-language-high-winter-promo .image-caption.reverse .container > div.img,
        .layout-pages-custom-page-love-language-high-winter-colorcontrol .image-caption.reverse .container > div.img,
        .layout-pages-custom-page-new-wave .image-caption.reverse .container > div.img,
        .layout-pages-custom-page-new-wave-split .image-caption.reverse .container > div.img,
        .layout-pages-custom-page-new-wave-novideo .image-caption.reverse .container > div.img,
        .layout-pages-custom-page-high-winter .image-caption.reverse .container > div.img {
          text-align: left;
          margin-left: 0; } }
      .layout-pages-custom-page-love-language-high-winter .image-caption.reverse .container > div.img img,
      .layout-pages-custom-page-love-language-high-winter-copy .image-caption.reverse .container > div.img img,
      .layout-pages-custom-page-love-language-high-winter-copy-copy .image-caption.reverse .container > div.img img,
      .layout-pages-custom-page-love-language-high-winter-promo .image-caption.reverse .container > div.img img,
      .layout-pages-custom-page-love-language-high-winter-colorcontrol .image-caption.reverse .container > div.img img,
      .layout-pages-custom-page-new-wave .image-caption.reverse .container > div.img img,
      .layout-pages-custom-page-new-wave-split .image-caption.reverse .container > div.img img,
      .layout-pages-custom-page-new-wave-novideo .image-caption.reverse .container > div.img img,
      .layout-pages-custom-page-high-winter .image-caption.reverse .container > div.img img {
        align-self: flex-start; }
      .layout-pages-custom-page-love-language-high-winter .image-caption.reverse .container > div.img .caption,
      .layout-pages-custom-page-love-language-high-winter-copy .image-caption.reverse .container > div.img .caption,
      .layout-pages-custom-page-love-language-high-winter-copy-copy .image-caption.reverse .container > div.img .caption,
      .layout-pages-custom-page-love-language-high-winter-promo .image-caption.reverse .container > div.img .caption,
      .layout-pages-custom-page-love-language-high-winter-colorcontrol .image-caption.reverse .container > div.img .caption,
      .layout-pages-custom-page-new-wave .image-caption.reverse .container > div.img .caption,
      .layout-pages-custom-page-new-wave-split .image-caption.reverse .container > div.img .caption,
      .layout-pages-custom-page-new-wave-novideo .image-caption.reverse .container > div.img .caption,
      .layout-pages-custom-page-high-winter .image-caption.reverse .container > div.img .caption {
        text-align: left;
        width: 100%; }
    .layout-pages-custom-page-love-language-high-winter .image-caption.reverse .container > div.caption-container,
    .layout-pages-custom-page-love-language-high-winter-copy .image-caption.reverse .container > div.caption-container,
    .layout-pages-custom-page-love-language-high-winter-copy-copy .image-caption.reverse .container > div.caption-container,
    .layout-pages-custom-page-love-language-high-winter-promo .image-caption.reverse .container > div.caption-container,
    .layout-pages-custom-page-love-language-high-winter-colorcontrol .image-caption.reverse .container > div.caption-container,
    .layout-pages-custom-page-new-wave .image-caption.reverse .container > div.caption-container,
    .layout-pages-custom-page-new-wave-split .image-caption.reverse .container > div.caption-container,
    .layout-pages-custom-page-new-wave-novideo .image-caption.reverse .container > div.caption-container,
    .layout-pages-custom-page-high-winter .image-caption.reverse .container > div.caption-container {
      text-align: left;
      padding-left: 0;
      margin-top: 4rem;
      padding-bottom: 1rem; }
      @media (min-width: 551px) {
        .layout-pages-custom-page-love-language-high-winter .image-caption.reverse .container > div.caption-container,
        .layout-pages-custom-page-love-language-high-winter-copy .image-caption.reverse .container > div.caption-container,
        .layout-pages-custom-page-love-language-high-winter-copy-copy .image-caption.reverse .container > div.caption-container,
        .layout-pages-custom-page-love-language-high-winter-promo .image-caption.reverse .container > div.caption-container,
        .layout-pages-custom-page-love-language-high-winter-colorcontrol .image-caption.reverse .container > div.caption-container,
        .layout-pages-custom-page-new-wave .image-caption.reverse .container > div.caption-container,
        .layout-pages-custom-page-new-wave-split .image-caption.reverse .container > div.caption-container,
        .layout-pages-custom-page-new-wave-novideo .image-caption.reverse .container > div.caption-container,
        .layout-pages-custom-page-high-winter .image-caption.reverse .container > div.caption-container {
          padding-left: 8%;
          padding-right: 1rem;
          margin-top: 0; } }
      .layout-pages-custom-page-love-language-high-winter .image-caption.reverse .container > div.caption-container h4,
      .layout-pages-custom-page-love-language-high-winter-copy .image-caption.reverse .container > div.caption-container h4,
      .layout-pages-custom-page-love-language-high-winter-copy-copy .image-caption.reverse .container > div.caption-container h4,
      .layout-pages-custom-page-love-language-high-winter-promo .image-caption.reverse .container > div.caption-container h4,
      .layout-pages-custom-page-love-language-high-winter-colorcontrol .image-caption.reverse .container > div.caption-container h4,
      .layout-pages-custom-page-new-wave .image-caption.reverse .container > div.caption-container h4,
      .layout-pages-custom-page-new-wave-split .image-caption.reverse .container > div.caption-container h4,
      .layout-pages-custom-page-new-wave-novideo .image-caption.reverse .container > div.caption-container h4,
      .layout-pages-custom-page-high-winter .image-caption.reverse .container > div.caption-container h4 {
        margin-bottom: 1rem; }
      @media (min-width: 551px) {
        .layout-pages-custom-page-love-language-high-winter .image-caption.reverse .container > div.caption-container .caption-img,
        .layout-pages-custom-page-love-language-high-winter-copy .image-caption.reverse .container > div.caption-container .caption-img,
        .layout-pages-custom-page-love-language-high-winter-copy-copy .image-caption.reverse .container > div.caption-container .caption-img,
        .layout-pages-custom-page-love-language-high-winter-promo .image-caption.reverse .container > div.caption-container .caption-img,
        .layout-pages-custom-page-love-language-high-winter-colorcontrol .image-caption.reverse .container > div.caption-container .caption-img,
        .layout-pages-custom-page-new-wave .image-caption.reverse .container > div.caption-container .caption-img,
        .layout-pages-custom-page-new-wave-split .image-caption.reverse .container > div.caption-container .caption-img,
        .layout-pages-custom-page-new-wave-novideo .image-caption.reverse .container > div.caption-container .caption-img,
        .layout-pages-custom-page-high-winter .image-caption.reverse .container > div.caption-container .caption-img {
          margin-top: 2rem; } }
    .layout-pages-custom-page-love-language-high-winter .image-caption.reverse .container > div .lwg,
    .layout-pages-custom-page-love-language-high-winter-copy .image-caption.reverse .container > div .lwg,
    .layout-pages-custom-page-love-language-high-winter-copy-copy .image-caption.reverse .container > div .lwg,
    .layout-pages-custom-page-love-language-high-winter-promo .image-caption.reverse .container > div .lwg,
    .layout-pages-custom-page-love-language-high-winter-colorcontrol .image-caption.reverse .container > div .lwg,
    .layout-pages-custom-page-new-wave .image-caption.reverse .container > div .lwg,
    .layout-pages-custom-page-new-wave-split .image-caption.reverse .container > div .lwg,
    .layout-pages-custom-page-new-wave-novideo .image-caption.reverse .container > div .lwg,
    .layout-pages-custom-page-high-winter .image-caption.reverse .container > div .lwg {
      max-width: 200px; }
    .layout-pages-custom-page-love-language-high-winter .image-caption .container,
    .layout-pages-custom-page-love-language-high-winter-copy .image-caption .container,
    .layout-pages-custom-page-love-language-high-winter-copy-copy .image-caption .container,
    .layout-pages-custom-page-love-language-high-winter-promo .image-caption .container,
    .layout-pages-custom-page-love-language-high-winter-colorcontrol .image-caption .container,
    .layout-pages-custom-page-new-wave .image-caption .container,
    .layout-pages-custom-page-new-wave-split .image-caption .container,
    .layout-pages-custom-page-new-wave-novideo .image-caption .container,
    .layout-pages-custom-page-high-winter .image-caption .container {
      display: flex;
      flex-direction: column; }
      @media (min-width: 551px) {
        .layout-pages-custom-page-love-language-high-winter .image-caption .container,
        .layout-pages-custom-page-love-language-high-winter-copy .image-caption .container,
        .layout-pages-custom-page-love-language-high-winter-copy-copy .image-caption .container,
        .layout-pages-custom-page-love-language-high-winter-promo .image-caption .container,
        .layout-pages-custom-page-love-language-high-winter-colorcontrol .image-caption .container,
        .layout-pages-custom-page-new-wave .image-caption .container,
        .layout-pages-custom-page-new-wave-split .image-caption .container,
        .layout-pages-custom-page-new-wave-novideo .image-caption .container,
        .layout-pages-custom-page-high-winter .image-caption .container {
          flex-direction: row;
          align-items: center; } }
      .layout-pages-custom-page-love-language-high-winter .image-caption .container > div,
      .layout-pages-custom-page-love-language-high-winter-copy .image-caption .container > div,
      .layout-pages-custom-page-love-language-high-winter-copy-copy .image-caption .container > div,
      .layout-pages-custom-page-love-language-high-winter-promo .image-caption .container > div,
      .layout-pages-custom-page-love-language-high-winter-colorcontrol .image-caption .container > div,
      .layout-pages-custom-page-new-wave .image-caption .container > div,
      .layout-pages-custom-page-new-wave-split .image-caption .container > div,
      .layout-pages-custom-page-new-wave-novideo .image-caption .container > div,
      .layout-pages-custom-page-high-winter .image-caption .container > div {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column; }
        @media (min-width: 551px) {
          .layout-pages-custom-page-love-language-high-winter .image-caption .container > div,
          .layout-pages-custom-page-love-language-high-winter-copy .image-caption .container > div,
          .layout-pages-custom-page-love-language-high-winter-copy-copy .image-caption .container > div,
          .layout-pages-custom-page-love-language-high-winter-promo .image-caption .container > div,
          .layout-pages-custom-page-love-language-high-winter-colorcontrol .image-caption .container > div,
          .layout-pages-custom-page-new-wave .image-caption .container > div,
          .layout-pages-custom-page-new-wave-split .image-caption .container > div,
          .layout-pages-custom-page-new-wave-novideo .image-caption .container > div,
          .layout-pages-custom-page-high-winter .image-caption .container > div {
            width: 50%; } }
        .layout-pages-custom-page-love-language-high-winter .image-caption .container > div.caption-container,
        .layout-pages-custom-page-love-language-high-winter-copy .image-caption .container > div.caption-container,
        .layout-pages-custom-page-love-language-high-winter-copy-copy .image-caption .container > div.caption-container,
        .layout-pages-custom-page-love-language-high-winter-promo .image-caption .container > div.caption-container,
        .layout-pages-custom-page-love-language-high-winter-colorcontrol .image-caption .container > div.caption-container,
        .layout-pages-custom-page-new-wave .image-caption .container > div.caption-container,
        .layout-pages-custom-page-new-wave-split .image-caption .container > div.caption-container,
        .layout-pages-custom-page-new-wave-novideo .image-caption .container > div.caption-container,
        .layout-pages-custom-page-high-winter .image-caption .container > div.caption-container {
          text-align: left;
          padding-right: 0; }
          @media (min-width: 551px) {
            .layout-pages-custom-page-love-language-high-winter .image-caption .container > div.caption-container,
            .layout-pages-custom-page-love-language-high-winter-copy .image-caption .container > div.caption-container,
            .layout-pages-custom-page-love-language-high-winter-copy-copy .image-caption .container > div.caption-container,
            .layout-pages-custom-page-love-language-high-winter-promo .image-caption .container > div.caption-container,
            .layout-pages-custom-page-love-language-high-winter-colorcontrol .image-caption .container > div.caption-container,
            .layout-pages-custom-page-new-wave .image-caption .container > div.caption-container,
            .layout-pages-custom-page-new-wave-split .image-caption .container > div.caption-container,
            .layout-pages-custom-page-new-wave-novideo .image-caption .container > div.caption-container,
            .layout-pages-custom-page-high-winter .image-caption .container > div.caption-container {
              padding-right: 2rem; } }
          @media (min-width: 1025px) {
            .layout-pages-custom-page-love-language-high-winter .image-caption .container > div.caption-container,
            .layout-pages-custom-page-love-language-high-winter-copy .image-caption .container > div.caption-container,
            .layout-pages-custom-page-love-language-high-winter-copy-copy .image-caption .container > div.caption-container,
            .layout-pages-custom-page-love-language-high-winter-promo .image-caption .container > div.caption-container,
            .layout-pages-custom-page-love-language-high-winter-colorcontrol .image-caption .container > div.caption-container,
            .layout-pages-custom-page-new-wave .image-caption .container > div.caption-container,
            .layout-pages-custom-page-new-wave-split .image-caption .container > div.caption-container,
            .layout-pages-custom-page-new-wave-novideo .image-caption .container > div.caption-container,
            .layout-pages-custom-page-high-winter .image-caption .container > div.caption-container {
              padding-right: 8%; } }
          .layout-pages-custom-page-love-language-high-winter .image-caption .container > div.caption-container .caption-img,
          .layout-pages-custom-page-love-language-high-winter-copy .image-caption .container > div.caption-container .caption-img,
          .layout-pages-custom-page-love-language-high-winter-copy-copy .image-caption .container > div.caption-container .caption-img,
          .layout-pages-custom-page-love-language-high-winter-promo .image-caption .container > div.caption-container .caption-img,
          .layout-pages-custom-page-love-language-high-winter-colorcontrol .image-caption .container > div.caption-container .caption-img,
          .layout-pages-custom-page-new-wave .image-caption .container > div.caption-container .caption-img,
          .layout-pages-custom-page-new-wave-split .image-caption .container > div.caption-container .caption-img,
          .layout-pages-custom-page-new-wave-novideo .image-caption .container > div.caption-container .caption-img,
          .layout-pages-custom-page-high-winter .image-caption .container > div.caption-container .caption-img {
            margin-left: 0;
            margin-top: 3rem;
            width: 100%;
            margin-bottom: 2rem; }
            @media (min-width: 551px) {
              .layout-pages-custom-page-love-language-high-winter .image-caption .container > div.caption-container .caption-img,
              .layout-pages-custom-page-love-language-high-winter-copy .image-caption .container > div.caption-container .caption-img,
              .layout-pages-custom-page-love-language-high-winter-copy-copy .image-caption .container > div.caption-container .caption-img,
              .layout-pages-custom-page-love-language-high-winter-promo .image-caption .container > div.caption-container .caption-img,
              .layout-pages-custom-page-love-language-high-winter-colorcontrol .image-caption .container > div.caption-container .caption-img,
              .layout-pages-custom-page-new-wave .image-caption .container > div.caption-container .caption-img,
              .layout-pages-custom-page-new-wave-split .image-caption .container > div.caption-container .caption-img,
              .layout-pages-custom-page-new-wave-novideo .image-caption .container > div.caption-container .caption-img,
              .layout-pages-custom-page-high-winter .image-caption .container > div.caption-container .caption-img {
                margin-top: 4rem;
                margin-bottom: 0; } }
            .layout-pages-custom-page-love-language-high-winter .image-caption .container > div.caption-container .caption-img img,
            .layout-pages-custom-page-love-language-high-winter-copy .image-caption .container > div.caption-container .caption-img img,
            .layout-pages-custom-page-love-language-high-winter-copy-copy .image-caption .container > div.caption-container .caption-img img,
            .layout-pages-custom-page-love-language-high-winter-promo .image-caption .container > div.caption-container .caption-img img,
            .layout-pages-custom-page-love-language-high-winter-colorcontrol .image-caption .container > div.caption-container .caption-img img,
            .layout-pages-custom-page-new-wave .image-caption .container > div.caption-container .caption-img img,
            .layout-pages-custom-page-new-wave-split .image-caption .container > div.caption-container .caption-img img,
            .layout-pages-custom-page-new-wave-novideo .image-caption .container > div.caption-container .caption-img img,
            .layout-pages-custom-page-high-winter .image-caption .container > div.caption-container .caption-img img {
              width: 100%; }
        .layout-pages-custom-page-love-language-high-winter .image-caption .container > div.img,
        .layout-pages-custom-page-love-language-high-winter-copy .image-caption .container > div.img,
        .layout-pages-custom-page-love-language-high-winter-copy-copy .image-caption .container > div.img,
        .layout-pages-custom-page-love-language-high-winter-promo .image-caption .container > div.img,
        .layout-pages-custom-page-love-language-high-winter-colorcontrol .image-caption .container > div.img,
        .layout-pages-custom-page-new-wave .image-caption .container > div.img,
        .layout-pages-custom-page-new-wave-split .image-caption .container > div.img,
        .layout-pages-custom-page-new-wave-novideo .image-caption .container > div.img,
        .layout-pages-custom-page-high-winter .image-caption .container > div.img {
          width: calc(100% + 3rem);
          margin-left: -1.5rem;
          margin-right: -1.5rem;
          text-align: right; }
          @media (min-width: 551px) {
            .layout-pages-custom-page-love-language-high-winter .image-caption .container > div.img,
            .layout-pages-custom-page-love-language-high-winter-copy .image-caption .container > div.img,
            .layout-pages-custom-page-love-language-high-winter-copy-copy .image-caption .container > div.img,
            .layout-pages-custom-page-love-language-high-winter-promo .image-caption .container > div.img,
            .layout-pages-custom-page-love-language-high-winter-colorcontrol .image-caption .container > div.img,
            .layout-pages-custom-page-new-wave .image-caption .container > div.img,
            .layout-pages-custom-page-new-wave-split .image-caption .container > div.img,
            .layout-pages-custom-page-new-wave-novideo .image-caption .container > div.img,
            .layout-pages-custom-page-high-winter .image-caption .container > div.img {
              width: 100%;
              margin-left: auto;
              margin-right: auto; } }
          .layout-pages-custom-page-love-language-high-winter .image-caption .container > div.img a, .layout-pages-custom-page-love-language-high-winter .image-caption .container > div.img .link,
          .layout-pages-custom-page-love-language-high-winter-copy .image-caption .container > div.img a,
          .layout-pages-custom-page-love-language-high-winter-copy .image-caption .container > div.img .link,
          .layout-pages-custom-page-love-language-high-winter-copy-copy .image-caption .container > div.img a,
          .layout-pages-custom-page-love-language-high-winter-copy-copy .image-caption .container > div.img .link,
          .layout-pages-custom-page-love-language-high-winter-promo .image-caption .container > div.img a,
          .layout-pages-custom-page-love-language-high-winter-promo .image-caption .container > div.img .link,
          .layout-pages-custom-page-love-language-high-winter-colorcontrol .image-caption .container > div.img a,
          .layout-pages-custom-page-love-language-high-winter-colorcontrol .image-caption .container > div.img .link,
          .layout-pages-custom-page-new-wave .image-caption .container > div.img a,
          .layout-pages-custom-page-new-wave .image-caption .container > div.img .link,
          .layout-pages-custom-page-new-wave-split .image-caption .container > div.img a,
          .layout-pages-custom-page-new-wave-split .image-caption .container > div.img .link,
          .layout-pages-custom-page-new-wave-novideo .image-caption .container > div.img a,
          .layout-pages-custom-page-new-wave-novideo .image-caption .container > div.img .link,
          .layout-pages-custom-page-high-winter .image-caption .container > div.img a,
          .layout-pages-custom-page-high-winter .image-caption .container > div.img .link {
            width: 100%; }
          .layout-pages-custom-page-love-language-high-winter .image-caption .container > div.img img,
          .layout-pages-custom-page-love-language-high-winter-copy .image-caption .container > div.img img,
          .layout-pages-custom-page-love-language-high-winter-copy-copy .image-caption .container > div.img img,
          .layout-pages-custom-page-love-language-high-winter-promo .image-caption .container > div.img img,
          .layout-pages-custom-page-love-language-high-winter-colorcontrol .image-caption .container > div.img img,
          .layout-pages-custom-page-new-wave .image-caption .container > div.img img,
          .layout-pages-custom-page-new-wave-split .image-caption .container > div.img img,
          .layout-pages-custom-page-new-wave-novideo .image-caption .container > div.img img,
          .layout-pages-custom-page-high-winter .image-caption .container > div.img img {
            align-self: flex-end;
            width: 640px; }
      .layout-pages-custom-page-love-language-high-winter .image-caption .container h4,
      .layout-pages-custom-page-love-language-high-winter-copy .image-caption .container h4,
      .layout-pages-custom-page-love-language-high-winter-copy-copy .image-caption .container h4,
      .layout-pages-custom-page-love-language-high-winter-promo .image-caption .container h4,
      .layout-pages-custom-page-love-language-high-winter-colorcontrol .image-caption .container h4,
      .layout-pages-custom-page-new-wave .image-caption .container h4,
      .layout-pages-custom-page-new-wave-split .image-caption .container h4,
      .layout-pages-custom-page-new-wave-novideo .image-caption .container h4,
      .layout-pages-custom-page-high-winter .image-caption .container h4 {
        font-size: 24px;
        line-height: 29px; }
        @media (min-width: 1025px) {
          .layout-pages-custom-page-love-language-high-winter .image-caption .container h4,
          .layout-pages-custom-page-love-language-high-winter-copy .image-caption .container h4,
          .layout-pages-custom-page-love-language-high-winter-copy-copy .image-caption .container h4,
          .layout-pages-custom-page-love-language-high-winter-promo .image-caption .container h4,
          .layout-pages-custom-page-love-language-high-winter-colorcontrol .image-caption .container h4,
          .layout-pages-custom-page-new-wave .image-caption .container h4,
          .layout-pages-custom-page-new-wave-split .image-caption .container h4,
          .layout-pages-custom-page-new-wave-novideo .image-caption .container h4,
          .layout-pages-custom-page-high-winter .image-caption .container h4 {
            font-size: 26px;
            line-height: 36px; } }
  .layout-pages-custom-page-love-language-high-winter .ready-to-wear,
  .layout-pages-custom-page-love-language-high-winter-copy .ready-to-wear,
  .layout-pages-custom-page-love-language-high-winter-copy-copy .ready-to-wear,
  .layout-pages-custom-page-love-language-high-winter-promo .ready-to-wear,
  .layout-pages-custom-page-love-language-high-winter-colorcontrol .ready-to-wear,
  .layout-pages-custom-page-new-wave .ready-to-wear,
  .layout-pages-custom-page-new-wave-split .ready-to-wear,
  .layout-pages-custom-page-new-wave-novideo .ready-to-wear,
  .layout-pages-custom-page-high-winter .ready-to-wear {
    padding: 0 1rem 2rem 1rem; }
    @media (min-width: 551px) {
      .layout-pages-custom-page-love-language-high-winter .ready-to-wear,
      .layout-pages-custom-page-love-language-high-winter-copy .ready-to-wear,
      .layout-pages-custom-page-love-language-high-winter-copy-copy .ready-to-wear,
      .layout-pages-custom-page-love-language-high-winter-promo .ready-to-wear,
      .layout-pages-custom-page-love-language-high-winter-colorcontrol .ready-to-wear,
      .layout-pages-custom-page-new-wave .ready-to-wear,
      .layout-pages-custom-page-new-wave-split .ready-to-wear,
      .layout-pages-custom-page-new-wave-novideo .ready-to-wear,
      .layout-pages-custom-page-high-winter .ready-to-wear {
        padding: 0 0 6rem 0rem; } }
    @media (min-width: 1025px) {
      .layout-pages-custom-page-love-language-high-winter .ready-to-wear,
      .layout-pages-custom-page-love-language-high-winter-copy .ready-to-wear,
      .layout-pages-custom-page-love-language-high-winter-copy-copy .ready-to-wear,
      .layout-pages-custom-page-love-language-high-winter-promo .ready-to-wear,
      .layout-pages-custom-page-love-language-high-winter-colorcontrol .ready-to-wear,
      .layout-pages-custom-page-new-wave .ready-to-wear,
      .layout-pages-custom-page-new-wave-split .ready-to-wear,
      .layout-pages-custom-page-new-wave-novideo .ready-to-wear,
      .layout-pages-custom-page-high-winter .ready-to-wear {
        padding: 0 1rem 6rem 1rem; } }
    .layout-pages-custom-page-love-language-high-winter .ready-to-wear .container,
    .layout-pages-custom-page-love-language-high-winter-copy .ready-to-wear .container,
    .layout-pages-custom-page-love-language-high-winter-copy-copy .ready-to-wear .container,
    .layout-pages-custom-page-love-language-high-winter-promo .ready-to-wear .container,
    .layout-pages-custom-page-love-language-high-winter-colorcontrol .ready-to-wear .container,
    .layout-pages-custom-page-new-wave .ready-to-wear .container,
    .layout-pages-custom-page-new-wave-split .ready-to-wear .container,
    .layout-pages-custom-page-new-wave-novideo .ready-to-wear .container,
    .layout-pages-custom-page-high-winter .ready-to-wear .container {
      position: relative; }
    .layout-pages-custom-page-love-language-high-winter .ready-to-wear h3,
    .layout-pages-custom-page-love-language-high-winter-copy .ready-to-wear h3,
    .layout-pages-custom-page-love-language-high-winter-copy-copy .ready-to-wear h3,
    .layout-pages-custom-page-love-language-high-winter-promo .ready-to-wear h3,
    .layout-pages-custom-page-love-language-high-winter-colorcontrol .ready-to-wear h3,
    .layout-pages-custom-page-new-wave .ready-to-wear h3,
    .layout-pages-custom-page-new-wave-split .ready-to-wear h3,
    .layout-pages-custom-page-new-wave-novideo .ready-to-wear h3,
    .layout-pages-custom-page-high-winter .ready-to-wear h3 {
      margin-bottom: 1.5rem;
      padding-bottom: 0; }
      @media (min-width: 1025px) {
        .layout-pages-custom-page-love-language-high-winter .ready-to-wear h3,
        .layout-pages-custom-page-love-language-high-winter-copy .ready-to-wear h3,
        .layout-pages-custom-page-love-language-high-winter-copy-copy .ready-to-wear h3,
        .layout-pages-custom-page-love-language-high-winter-promo .ready-to-wear h3,
        .layout-pages-custom-page-love-language-high-winter-colorcontrol .ready-to-wear h3,
        .layout-pages-custom-page-new-wave .ready-to-wear h3,
        .layout-pages-custom-page-new-wave-split .ready-to-wear h3,
        .layout-pages-custom-page-new-wave-novideo .ready-to-wear h3,
        .layout-pages-custom-page-high-winter .ready-to-wear h3 {
          margin-bottom: 3rem; } }
    .layout-pages-custom-page-love-language-high-winter .ready-to-wear .rtw-slider,
    .layout-pages-custom-page-love-language-high-winter-copy .ready-to-wear .rtw-slider,
    .layout-pages-custom-page-love-language-high-winter-copy-copy .ready-to-wear .rtw-slider,
    .layout-pages-custom-page-love-language-high-winter-promo .ready-to-wear .rtw-slider,
    .layout-pages-custom-page-love-language-high-winter-colorcontrol .ready-to-wear .rtw-slider,
    .layout-pages-custom-page-new-wave .ready-to-wear .rtw-slider,
    .layout-pages-custom-page-new-wave-split .ready-to-wear .rtw-slider,
    .layout-pages-custom-page-new-wave-novideo .ready-to-wear .rtw-slider,
    .layout-pages-custom-page-high-winter .ready-to-wear .rtw-slider {
      width: calc(100% + 1rem);
      margin-left: -0.5rem;
      margin-right: -0.5rem; }
      .layout-pages-custom-page-love-language-high-winter .ready-to-wear .rtw-slider .slick-list,
      .layout-pages-custom-page-love-language-high-winter-copy .ready-to-wear .rtw-slider .slick-list,
      .layout-pages-custom-page-love-language-high-winter-copy-copy .ready-to-wear .rtw-slider .slick-list,
      .layout-pages-custom-page-love-language-high-winter-promo .ready-to-wear .rtw-slider .slick-list,
      .layout-pages-custom-page-love-language-high-winter-colorcontrol .ready-to-wear .rtw-slider .slick-list,
      .layout-pages-custom-page-new-wave .ready-to-wear .rtw-slider .slick-list,
      .layout-pages-custom-page-new-wave-split .ready-to-wear .rtw-slider .slick-list,
      .layout-pages-custom-page-new-wave-novideo .ready-to-wear .rtw-slider .slick-list,
      .layout-pages-custom-page-high-winter .ready-to-wear .rtw-slider .slick-list {
        padding: 0 40% 0 0; }
        @media (min-width: 1025px) {
          .layout-pages-custom-page-love-language-high-winter .ready-to-wear .rtw-slider .slick-list,
          .layout-pages-custom-page-love-language-high-winter-copy .ready-to-wear .rtw-slider .slick-list,
          .layout-pages-custom-page-love-language-high-winter-copy-copy .ready-to-wear .rtw-slider .slick-list,
          .layout-pages-custom-page-love-language-high-winter-promo .ready-to-wear .rtw-slider .slick-list,
          .layout-pages-custom-page-love-language-high-winter-colorcontrol .ready-to-wear .rtw-slider .slick-list,
          .layout-pages-custom-page-new-wave .ready-to-wear .rtw-slider .slick-list,
          .layout-pages-custom-page-new-wave-split .ready-to-wear .rtw-slider .slick-list,
          .layout-pages-custom-page-new-wave-novideo .ready-to-wear .rtw-slider .slick-list,
          .layout-pages-custom-page-high-winter .ready-to-wear .rtw-slider .slick-list {
            padding: 0 15% 0 0; } }
      .layout-pages-custom-page-love-language-high-winter .ready-to-wear .rtw-slider .slick-arrow,
      .layout-pages-custom-page-love-language-high-winter-copy .ready-to-wear .rtw-slider .slick-arrow,
      .layout-pages-custom-page-love-language-high-winter-copy-copy .ready-to-wear .rtw-slider .slick-arrow,
      .layout-pages-custom-page-love-language-high-winter-promo .ready-to-wear .rtw-slider .slick-arrow,
      .layout-pages-custom-page-love-language-high-winter-colorcontrol .ready-to-wear .rtw-slider .slick-arrow,
      .layout-pages-custom-page-new-wave .ready-to-wear .rtw-slider .slick-arrow,
      .layout-pages-custom-page-new-wave-split .ready-to-wear .rtw-slider .slick-arrow,
      .layout-pages-custom-page-new-wave-novideo .ready-to-wear .rtw-slider .slick-arrow,
      .layout-pages-custom-page-high-winter .ready-to-wear .rtw-slider .slick-arrow {
        top: -1rem;
        background-color: transparent;
        border: 0; }
        @media (min-width: 1025px) {
          .layout-pages-custom-page-love-language-high-winter .ready-to-wear .rtw-slider .slick-arrow,
          .layout-pages-custom-page-love-language-high-winter-copy .ready-to-wear .rtw-slider .slick-arrow,
          .layout-pages-custom-page-love-language-high-winter-copy-copy .ready-to-wear .rtw-slider .slick-arrow,
          .layout-pages-custom-page-love-language-high-winter-promo .ready-to-wear .rtw-slider .slick-arrow,
          .layout-pages-custom-page-love-language-high-winter-colorcontrol .ready-to-wear .rtw-slider .slick-arrow,
          .layout-pages-custom-page-new-wave .ready-to-wear .rtw-slider .slick-arrow,
          .layout-pages-custom-page-new-wave-split .ready-to-wear .rtw-slider .slick-arrow,
          .layout-pages-custom-page-new-wave-novideo .ready-to-wear .rtw-slider .slick-arrow,
          .layout-pages-custom-page-high-winter .ready-to-wear .rtw-slider .slick-arrow {
            top: -3rem; } }
      .layout-pages-custom-page-love-language-high-winter .ready-to-wear .rtw-slider .slick-prev,
      .layout-pages-custom-page-love-language-high-winter-copy .ready-to-wear .rtw-slider .slick-prev,
      .layout-pages-custom-page-love-language-high-winter-copy-copy .ready-to-wear .rtw-slider .slick-prev,
      .layout-pages-custom-page-love-language-high-winter-promo .ready-to-wear .rtw-slider .slick-prev,
      .layout-pages-custom-page-love-language-high-winter-colorcontrol .ready-to-wear .rtw-slider .slick-prev,
      .layout-pages-custom-page-new-wave .ready-to-wear .rtw-slider .slick-prev,
      .layout-pages-custom-page-new-wave-split .ready-to-wear .rtw-slider .slick-prev,
      .layout-pages-custom-page-new-wave-novideo .ready-to-wear .rtw-slider .slick-prev,
      .layout-pages-custom-page-high-winter .ready-to-wear .rtw-slider .slick-prev {
        right: 2.5rem;
        left: auto; }
        .layout-pages-custom-page-love-language-high-winter .ready-to-wear .rtw-slider .slick-prev:before,
        .layout-pages-custom-page-love-language-high-winter-copy .ready-to-wear .rtw-slider .slick-prev:before,
        .layout-pages-custom-page-love-language-high-winter-copy-copy .ready-to-wear .rtw-slider .slick-prev:before,
        .layout-pages-custom-page-love-language-high-winter-promo .ready-to-wear .rtw-slider .slick-prev:before,
        .layout-pages-custom-page-love-language-high-winter-colorcontrol .ready-to-wear .rtw-slider .slick-prev:before,
        .layout-pages-custom-page-new-wave .ready-to-wear .rtw-slider .slick-prev:before,
        .layout-pages-custom-page-new-wave-split .ready-to-wear .rtw-slider .slick-prev:before,
        .layout-pages-custom-page-new-wave-novideo .ready-to-wear .rtw-slider .slick-prev:before,
        .layout-pages-custom-page-high-winter .ready-to-wear .rtw-slider .slick-prev:before {
          background-image: url("../img/ll/left.png");
          top: 0; }
      .layout-pages-custom-page-love-language-high-winter .ready-to-wear .rtw-slider .slick-next,
      .layout-pages-custom-page-love-language-high-winter-copy .ready-to-wear .rtw-slider .slick-next,
      .layout-pages-custom-page-love-language-high-winter-copy-copy .ready-to-wear .rtw-slider .slick-next,
      .layout-pages-custom-page-love-language-high-winter-promo .ready-to-wear .rtw-slider .slick-next,
      .layout-pages-custom-page-love-language-high-winter-colorcontrol .ready-to-wear .rtw-slider .slick-next,
      .layout-pages-custom-page-new-wave .ready-to-wear .rtw-slider .slick-next,
      .layout-pages-custom-page-new-wave-split .ready-to-wear .rtw-slider .slick-next,
      .layout-pages-custom-page-new-wave-novideo .ready-to-wear .rtw-slider .slick-next,
      .layout-pages-custom-page-high-winter .ready-to-wear .rtw-slider .slick-next {
        right: 0; }
        .layout-pages-custom-page-love-language-high-winter .ready-to-wear .rtw-slider .slick-next:before,
        .layout-pages-custom-page-love-language-high-winter-copy .ready-to-wear .rtw-slider .slick-next:before,
        .layout-pages-custom-page-love-language-high-winter-copy-copy .ready-to-wear .rtw-slider .slick-next:before,
        .layout-pages-custom-page-love-language-high-winter-promo .ready-to-wear .rtw-slider .slick-next:before,
        .layout-pages-custom-page-love-language-high-winter-colorcontrol .ready-to-wear .rtw-slider .slick-next:before,
        .layout-pages-custom-page-new-wave .ready-to-wear .rtw-slider .slick-next:before,
        .layout-pages-custom-page-new-wave-split .ready-to-wear .rtw-slider .slick-next:before,
        .layout-pages-custom-page-new-wave-novideo .ready-to-wear .rtw-slider .slick-next:before,
        .layout-pages-custom-page-high-winter .ready-to-wear .rtw-slider .slick-next:before {
          background-image: url("../img/ll/right.png"); }
      .layout-pages-custom-page-love-language-high-winter .ready-to-wear .rtw-slider .slide,
      .layout-pages-custom-page-love-language-high-winter-copy .ready-to-wear .rtw-slider .slide,
      .layout-pages-custom-page-love-language-high-winter-copy-copy .ready-to-wear .rtw-slider .slide,
      .layout-pages-custom-page-love-language-high-winter-promo .ready-to-wear .rtw-slider .slide,
      .layout-pages-custom-page-love-language-high-winter-colorcontrol .ready-to-wear .rtw-slider .slide,
      .layout-pages-custom-page-new-wave .ready-to-wear .rtw-slider .slide,
      .layout-pages-custom-page-new-wave-split .ready-to-wear .rtw-slider .slide,
      .layout-pages-custom-page-new-wave-novideo .ready-to-wear .rtw-slider .slide,
      .layout-pages-custom-page-high-winter .ready-to-wear .rtw-slider .slide {
        padding-left: 0.5rem;
        padding-right: 0.5rem; }
  .layout-pages-custom-page-love-language-high-winter .showcase,
  .layout-pages-custom-page-love-language-high-winter-copy .showcase,
  .layout-pages-custom-page-love-language-high-winter-copy-copy .showcase,
  .layout-pages-custom-page-love-language-high-winter-promo .showcase,
  .layout-pages-custom-page-love-language-high-winter-colorcontrol .showcase,
  .layout-pages-custom-page-new-wave .showcase,
  .layout-pages-custom-page-new-wave-split .showcase,
  .layout-pages-custom-page-new-wave-novideo .showcase,
  .layout-pages-custom-page-high-winter .showcase {
    background-color: #E8D4C2;
    padding: 6rem 0 0 0; }
    @media (min-width: 551px) {
      .layout-pages-custom-page-love-language-high-winter .showcase,
      .layout-pages-custom-page-love-language-high-winter-copy .showcase,
      .layout-pages-custom-page-love-language-high-winter-copy-copy .showcase,
      .layout-pages-custom-page-love-language-high-winter-promo .showcase,
      .layout-pages-custom-page-love-language-high-winter-colorcontrol .showcase,
      .layout-pages-custom-page-new-wave .showcase,
      .layout-pages-custom-page-new-wave-split .showcase,
      .layout-pages-custom-page-new-wave-novideo .showcase,
      .layout-pages-custom-page-high-winter .showcase {
        padding: 0; } }
    .layout-pages-custom-page-love-language-high-winter .showcase .container,
    .layout-pages-custom-page-love-language-high-winter-copy .showcase .container,
    .layout-pages-custom-page-love-language-high-winter-copy-copy .showcase .container,
    .layout-pages-custom-page-love-language-high-winter-promo .showcase .container,
    .layout-pages-custom-page-love-language-high-winter-colorcontrol .showcase .container,
    .layout-pages-custom-page-new-wave .showcase .container,
    .layout-pages-custom-page-new-wave-split .showcase .container,
    .layout-pages-custom-page-new-wave-novideo .showcase .container,
    .layout-pages-custom-page-high-winter .showcase .container {
      display: flex;
      align-items: center;
      flex-direction: column; }
      @media (min-width: 551px) {
        .layout-pages-custom-page-love-language-high-winter .showcase .container,
        .layout-pages-custom-page-love-language-high-winter-copy .showcase .container,
        .layout-pages-custom-page-love-language-high-winter-copy-copy .showcase .container,
        .layout-pages-custom-page-love-language-high-winter-promo .showcase .container,
        .layout-pages-custom-page-love-language-high-winter-colorcontrol .showcase .container,
        .layout-pages-custom-page-new-wave .showcase .container,
        .layout-pages-custom-page-new-wave-split .showcase .container,
        .layout-pages-custom-page-new-wave-novideo .showcase .container,
        .layout-pages-custom-page-high-winter .showcase .container {
          flex-direction: row; } }
      .layout-pages-custom-page-love-language-high-winter .showcase .container .slick-dots,
      .layout-pages-custom-page-love-language-high-winter-copy .showcase .container .slick-dots,
      .layout-pages-custom-page-love-language-high-winter-copy-copy .showcase .container .slick-dots,
      .layout-pages-custom-page-love-language-high-winter-promo .showcase .container .slick-dots,
      .layout-pages-custom-page-love-language-high-winter-colorcontrol .showcase .container .slick-dots,
      .layout-pages-custom-page-new-wave .showcase .container .slick-dots,
      .layout-pages-custom-page-new-wave-split .showcase .container .slick-dots,
      .layout-pages-custom-page-new-wave-novideo .showcase .container .slick-dots,
      .layout-pages-custom-page-high-winter .showcase .container .slick-dots {
        top: -5rem;
        bottom: auto;
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding-left: 10%;
        padding-right: 10%; }
        @media (min-width: 551px) {
          .layout-pages-custom-page-love-language-high-winter .showcase .container .slick-dots,
          .layout-pages-custom-page-love-language-high-winter-copy .showcase .container .slick-dots,
          .layout-pages-custom-page-love-language-high-winter-copy-copy .showcase .container .slick-dots,
          .layout-pages-custom-page-love-language-high-winter-promo .showcase .container .slick-dots,
          .layout-pages-custom-page-love-language-high-winter-colorcontrol .showcase .container .slick-dots,
          .layout-pages-custom-page-new-wave .showcase .container .slick-dots,
          .layout-pages-custom-page-new-wave-split .showcase .container .slick-dots,
          .layout-pages-custom-page-new-wave-novideo .showcase .container .slick-dots,
          .layout-pages-custom-page-high-winter .showcase .container .slick-dots {
            top: -8rem; } }
        .layout-pages-custom-page-love-language-high-winter .showcase .container .slick-dots li,
        .layout-pages-custom-page-love-language-high-winter-copy .showcase .container .slick-dots li,
        .layout-pages-custom-page-love-language-high-winter-copy-copy .showcase .container .slick-dots li,
        .layout-pages-custom-page-love-language-high-winter-promo .showcase .container .slick-dots li,
        .layout-pages-custom-page-love-language-high-winter-colorcontrol .showcase .container .slick-dots li,
        .layout-pages-custom-page-new-wave .showcase .container .slick-dots li,
        .layout-pages-custom-page-new-wave-split .showcase .container .slick-dots li,
        .layout-pages-custom-page-new-wave-novideo .showcase .container .slick-dots li,
        .layout-pages-custom-page-high-winter .showcase .container .slick-dots li {
          padding: 3px 0;
          width: 20px;
          position: relative; }
          .layout-pages-custom-page-love-language-high-winter .showcase .container .slick-dots li a, .layout-pages-custom-page-love-language-high-winter .showcase .container .slick-dots li .link,
          .layout-pages-custom-page-love-language-high-winter-copy .showcase .container .slick-dots li a,
          .layout-pages-custom-page-love-language-high-winter-copy .showcase .container .slick-dots li .link,
          .layout-pages-custom-page-love-language-high-winter-copy-copy .showcase .container .slick-dots li a,
          .layout-pages-custom-page-love-language-high-winter-copy-copy .showcase .container .slick-dots li .link,
          .layout-pages-custom-page-love-language-high-winter-promo .showcase .container .slick-dots li a,
          .layout-pages-custom-page-love-language-high-winter-promo .showcase .container .slick-dots li .link,
          .layout-pages-custom-page-love-language-high-winter-colorcontrol .showcase .container .slick-dots li a,
          .layout-pages-custom-page-love-language-high-winter-colorcontrol .showcase .container .slick-dots li .link,
          .layout-pages-custom-page-new-wave .showcase .container .slick-dots li a,
          .layout-pages-custom-page-new-wave .showcase .container .slick-dots li .link,
          .layout-pages-custom-page-new-wave-split .showcase .container .slick-dots li a,
          .layout-pages-custom-page-new-wave-split .showcase .container .slick-dots li .link,
          .layout-pages-custom-page-new-wave-novideo .showcase .container .slick-dots li a,
          .layout-pages-custom-page-new-wave-novideo .showcase .container .slick-dots li .link,
          .layout-pages-custom-page-high-winter .showcase .container .slick-dots li a,
          .layout-pages-custom-page-high-winter .showcase .container .slick-dots li .link {
            text-decoration: none;
            font-weight: 700;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%); }
          .layout-pages-custom-page-love-language-high-winter .showcase .container .slick-dots li.slick-active,
          .layout-pages-custom-page-love-language-high-winter-copy .showcase .container .slick-dots li.slick-active,
          .layout-pages-custom-page-love-language-high-winter-copy-copy .showcase .container .slick-dots li.slick-active,
          .layout-pages-custom-page-love-language-high-winter-promo .showcase .container .slick-dots li.slick-active,
          .layout-pages-custom-page-love-language-high-winter-colorcontrol .showcase .container .slick-dots li.slick-active,
          .layout-pages-custom-page-new-wave .showcase .container .slick-dots li.slick-active,
          .layout-pages-custom-page-new-wave-split .showcase .container .slick-dots li.slick-active,
          .layout-pages-custom-page-new-wave-novideo .showcase .container .slick-dots li.slick-active,
          .layout-pages-custom-page-high-winter .showcase .container .slick-dots li.slick-active {
            border-top: solid 2px black; }
            .layout-pages-custom-page-love-language-high-winter .showcase .container .slick-dots li.slick-active a, .layout-pages-custom-page-love-language-high-winter .showcase .container .slick-dots li.slick-active .link,
            .layout-pages-custom-page-love-language-high-winter-copy .showcase .container .slick-dots li.slick-active a,
            .layout-pages-custom-page-love-language-high-winter-copy .showcase .container .slick-dots li.slick-active .link,
            .layout-pages-custom-page-love-language-high-winter-copy-copy .showcase .container .slick-dots li.slick-active a,
            .layout-pages-custom-page-love-language-high-winter-copy-copy .showcase .container .slick-dots li.slick-active .link,
            .layout-pages-custom-page-love-language-high-winter-promo .showcase .container .slick-dots li.slick-active a,
            .layout-pages-custom-page-love-language-high-winter-promo .showcase .container .slick-dots li.slick-active .link,
            .layout-pages-custom-page-love-language-high-winter-colorcontrol .showcase .container .slick-dots li.slick-active a,
            .layout-pages-custom-page-love-language-high-winter-colorcontrol .showcase .container .slick-dots li.slick-active .link,
            .layout-pages-custom-page-new-wave .showcase .container .slick-dots li.slick-active a,
            .layout-pages-custom-page-new-wave .showcase .container .slick-dots li.slick-active .link,
            .layout-pages-custom-page-new-wave-split .showcase .container .slick-dots li.slick-active a,
            .layout-pages-custom-page-new-wave-split .showcase .container .slick-dots li.slick-active .link,
            .layout-pages-custom-page-new-wave-novideo .showcase .container .slick-dots li.slick-active a,
            .layout-pages-custom-page-new-wave-novideo .showcase .container .slick-dots li.slick-active .link,
            .layout-pages-custom-page-high-winter .showcase .container .slick-dots li.slick-active a,
            .layout-pages-custom-page-high-winter .showcase .container .slick-dots li.slick-active .link {
              top: calc(50% - 1px); }
      .layout-pages-custom-page-love-language-high-winter .showcase .container .column,
      .layout-pages-custom-page-love-language-high-winter-copy .showcase .container .column,
      .layout-pages-custom-page-love-language-high-winter-copy-copy .showcase .container .column,
      .layout-pages-custom-page-love-language-high-winter-promo .showcase .container .column,
      .layout-pages-custom-page-love-language-high-winter-colorcontrol .showcase .container .column,
      .layout-pages-custom-page-new-wave .showcase .container .column,
      .layout-pages-custom-page-new-wave-split .showcase .container .column,
      .layout-pages-custom-page-new-wave-novideo .showcase .container .column,
      .layout-pages-custom-page-high-winter .showcase .container .column {
        width: 100%; }
        @media (min-width: 551px) {
          .layout-pages-custom-page-love-language-high-winter .showcase .container .column,
          .layout-pages-custom-page-love-language-high-winter-copy .showcase .container .column,
          .layout-pages-custom-page-love-language-high-winter-copy-copy .showcase .container .column,
          .layout-pages-custom-page-love-language-high-winter-promo .showcase .container .column,
          .layout-pages-custom-page-love-language-high-winter-colorcontrol .showcase .container .column,
          .layout-pages-custom-page-new-wave .showcase .container .column,
          .layout-pages-custom-page-new-wave-split .showcase .container .column,
          .layout-pages-custom-page-new-wave-novideo .showcase .container .column,
          .layout-pages-custom-page-high-winter .showcase .container .column {
            width: 50%; } }
        .layout-pages-custom-page-love-language-high-winter .showcase .container .column:first-child,
        .layout-pages-custom-page-love-language-high-winter-copy .showcase .container .column:first-child,
        .layout-pages-custom-page-love-language-high-winter-copy-copy .showcase .container .column:first-child,
        .layout-pages-custom-page-love-language-high-winter-promo .showcase .container .column:first-child,
        .layout-pages-custom-page-love-language-high-winter-colorcontrol .showcase .container .column:first-child,
        .layout-pages-custom-page-new-wave .showcase .container .column:first-child,
        .layout-pages-custom-page-new-wave-split .showcase .container .column:first-child,
        .layout-pages-custom-page-new-wave-novideo .showcase .container .column:first-child,
        .layout-pages-custom-page-high-winter .showcase .container .column:first-child {
          padding: 3rem 7% 3rem 7%; }
          @media (min-width: 551px) {
            .layout-pages-custom-page-love-language-high-winter .showcase .container .column:first-child,
            .layout-pages-custom-page-love-language-high-winter-copy .showcase .container .column:first-child,
            .layout-pages-custom-page-love-language-high-winter-copy-copy .showcase .container .column:first-child,
            .layout-pages-custom-page-love-language-high-winter-promo .showcase .container .column:first-child,
            .layout-pages-custom-page-love-language-high-winter-colorcontrol .showcase .container .column:first-child,
            .layout-pages-custom-page-new-wave .showcase .container .column:first-child,
            .layout-pages-custom-page-new-wave-split .showcase .container .column:first-child,
            .layout-pages-custom-page-new-wave-novideo .showcase .container .column:first-child,
            .layout-pages-custom-page-high-winter .showcase .container .column:first-child {
              padding: 8rem 10% 0 7%; } }
        .layout-pages-custom-page-love-language-high-winter .showcase .container .column:last-child,
        .layout-pages-custom-page-love-language-high-winter-copy .showcase .container .column:last-child,
        .layout-pages-custom-page-love-language-high-winter-copy-copy .showcase .container .column:last-child,
        .layout-pages-custom-page-love-language-high-winter-promo .showcase .container .column:last-child,
        .layout-pages-custom-page-love-language-high-winter-colorcontrol .showcase .container .column:last-child,
        .layout-pages-custom-page-new-wave .showcase .container .column:last-child,
        .layout-pages-custom-page-new-wave-split .showcase .container .column:last-child,
        .layout-pages-custom-page-new-wave-novideo .showcase .container .column:last-child,
        .layout-pages-custom-page-high-winter .showcase .container .column:last-child {
          width: calc(100% + 3rem);
          margin-left: -1.5rem;
          margin-right: -1.5rem; }
          @media (min-width: 551px) {
            .layout-pages-custom-page-love-language-high-winter .showcase .container .column:last-child,
            .layout-pages-custom-page-love-language-high-winter-copy .showcase .container .column:last-child,
            .layout-pages-custom-page-love-language-high-winter-copy-copy .showcase .container .column:last-child,
            .layout-pages-custom-page-love-language-high-winter-promo .showcase .container .column:last-child,
            .layout-pages-custom-page-love-language-high-winter-colorcontrol .showcase .container .column:last-child,
            .layout-pages-custom-page-new-wave .showcase .container .column:last-child,
            .layout-pages-custom-page-new-wave-split .showcase .container .column:last-child,
            .layout-pages-custom-page-new-wave-novideo .showcase .container .column:last-child,
            .layout-pages-custom-page-high-winter .showcase .container .column:last-child {
              width: 100%;
              margin-left: auto;
              margin-right: auto; } }
        .layout-pages-custom-page-love-language-high-winter .showcase .container .column .small-container img,
        .layout-pages-custom-page-love-language-high-winter-copy .showcase .container .column .small-container img,
        .layout-pages-custom-page-love-language-high-winter-copy-copy .showcase .container .column .small-container img,
        .layout-pages-custom-page-love-language-high-winter-promo .showcase .container .column .small-container img,
        .layout-pages-custom-page-love-language-high-winter-colorcontrol .showcase .container .column .small-container img,
        .layout-pages-custom-page-new-wave .showcase .container .column .small-container img,
        .layout-pages-custom-page-new-wave-split .showcase .container .column .small-container img,
        .layout-pages-custom-page-new-wave-novideo .showcase .container .column .small-container img,
        .layout-pages-custom-page-high-winter .showcase .container .column .small-container img {
          width: 100%; }
        .layout-pages-custom-page-love-language-high-winter .showcase .container .column .large-container img,
        .layout-pages-custom-page-love-language-high-winter-copy .showcase .container .column .large-container img,
        .layout-pages-custom-page-love-language-high-winter-copy-copy .showcase .container .column .large-container img,
        .layout-pages-custom-page-love-language-high-winter-promo .showcase .container .column .large-container img,
        .layout-pages-custom-page-love-language-high-winter-colorcontrol .showcase .container .column .large-container img,
        .layout-pages-custom-page-new-wave .showcase .container .column .large-container img,
        .layout-pages-custom-page-new-wave-split .showcase .container .column .large-container img,
        .layout-pages-custom-page-new-wave-novideo .showcase .container .column .large-container img,
        .layout-pages-custom-page-high-winter .showcase .container .column .large-container img {
          width: 100%; }
  .layout-pages-custom-page-love-language-high-winter .final-form,
  .layout-pages-custom-page-love-language-high-winter-copy .final-form,
  .layout-pages-custom-page-love-language-high-winter-copy-copy .final-form,
  .layout-pages-custom-page-love-language-high-winter-promo .final-form,
  .layout-pages-custom-page-love-language-high-winter-colorcontrol .final-form,
  .layout-pages-custom-page-new-wave .final-form,
  .layout-pages-custom-page-new-wave-split .final-form,
  .layout-pages-custom-page-new-wave-novideo .final-form,
  .layout-pages-custom-page-high-winter .final-form {
    background-color: #252220;
    color: white;
    padding: 2rem 1rem; }
    @media (min-width: 1025px) {
      .layout-pages-custom-page-love-language-high-winter .final-form,
      .layout-pages-custom-page-love-language-high-winter-copy .final-form,
      .layout-pages-custom-page-love-language-high-winter-copy-copy .final-form,
      .layout-pages-custom-page-love-language-high-winter-promo .final-form,
      .layout-pages-custom-page-love-language-high-winter-colorcontrol .final-form,
      .layout-pages-custom-page-new-wave .final-form,
      .layout-pages-custom-page-new-wave-split .final-form,
      .layout-pages-custom-page-new-wave-novideo .final-form,
      .layout-pages-custom-page-high-winter .final-form {
        padding: 4rem 0rem; } }
    .layout-pages-custom-page-love-language-high-winter .final-form .container,
    .layout-pages-custom-page-love-language-high-winter-copy .final-form .container,
    .layout-pages-custom-page-love-language-high-winter-copy-copy .final-form .container,
    .layout-pages-custom-page-love-language-high-winter-promo .final-form .container,
    .layout-pages-custom-page-love-language-high-winter-colorcontrol .final-form .container,
    .layout-pages-custom-page-new-wave .final-form .container,
    .layout-pages-custom-page-new-wave-split .final-form .container,
    .layout-pages-custom-page-new-wave-novideo .final-form .container,
    .layout-pages-custom-page-high-winter .final-form .container {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding: 0; }
      @media (min-width: 1025px) {
        .layout-pages-custom-page-love-language-high-winter .final-form .container,
        .layout-pages-custom-page-love-language-high-winter-copy .final-form .container,
        .layout-pages-custom-page-love-language-high-winter-copy-copy .final-form .container,
        .layout-pages-custom-page-love-language-high-winter-promo .final-form .container,
        .layout-pages-custom-page-love-language-high-winter-colorcontrol .final-form .container,
        .layout-pages-custom-page-new-wave .final-form .container,
        .layout-pages-custom-page-new-wave-split .final-form .container,
        .layout-pages-custom-page-new-wave-novideo .final-form .container,
        .layout-pages-custom-page-high-winter .final-form .container {
          flex-direction: row; } }
      @media (min-width: 1025px) {
        .layout-pages-custom-page-love-language-high-winter .final-form .container,
        .layout-pages-custom-page-love-language-high-winter-copy .final-form .container,
        .layout-pages-custom-page-love-language-high-winter-copy-copy .final-form .container,
        .layout-pages-custom-page-love-language-high-winter-promo .final-form .container,
        .layout-pages-custom-page-love-language-high-winter-colorcontrol .final-form .container,
        .layout-pages-custom-page-new-wave .final-form .container,
        .layout-pages-custom-page-new-wave-split .final-form .container,
        .layout-pages-custom-page-new-wave-novideo .final-form .container,
        .layout-pages-custom-page-high-winter .final-form .container {
          padding: 0 6rem; } }
      .layout-pages-custom-page-love-language-high-winter .final-form .container .column,
      .layout-pages-custom-page-love-language-high-winter-copy .final-form .container .column,
      .layout-pages-custom-page-love-language-high-winter-copy-copy .final-form .container .column,
      .layout-pages-custom-page-love-language-high-winter-promo .final-form .container .column,
      .layout-pages-custom-page-love-language-high-winter-colorcontrol .final-form .container .column,
      .layout-pages-custom-page-new-wave .final-form .container .column,
      .layout-pages-custom-page-new-wave-split .final-form .container .column,
      .layout-pages-custom-page-new-wave-novideo .final-form .container .column,
      .layout-pages-custom-page-high-winter .final-form .container .column {
        text-align: center; }
        .layout-pages-custom-page-love-language-high-winter .final-form .container .column:nth-child(1),
        .layout-pages-custom-page-love-language-high-winter-copy .final-form .container .column:nth-child(1),
        .layout-pages-custom-page-love-language-high-winter-copy-copy .final-form .container .column:nth-child(1),
        .layout-pages-custom-page-love-language-high-winter-promo .final-form .container .column:nth-child(1),
        .layout-pages-custom-page-love-language-high-winter-colorcontrol .final-form .container .column:nth-child(1),
        .layout-pages-custom-page-new-wave .final-form .container .column:nth-child(1),
        .layout-pages-custom-page-new-wave-split .final-form .container .column:nth-child(1),
        .layout-pages-custom-page-new-wave-novideo .final-form .container .column:nth-child(1),
        .layout-pages-custom-page-high-winter .final-form .container .column:nth-child(1) {
          text-align: left; }
          @media (min-width: 1025px) {
            .layout-pages-custom-page-love-language-high-winter .final-form .container .column:nth-child(1),
            .layout-pages-custom-page-love-language-high-winter-copy .final-form .container .column:nth-child(1),
            .layout-pages-custom-page-love-language-high-winter-copy-copy .final-form .container .column:nth-child(1),
            .layout-pages-custom-page-love-language-high-winter-promo .final-form .container .column:nth-child(1),
            .layout-pages-custom-page-love-language-high-winter-colorcontrol .final-form .container .column:nth-child(1),
            .layout-pages-custom-page-new-wave .final-form .container .column:nth-child(1),
            .layout-pages-custom-page-new-wave-split .final-form .container .column:nth-child(1),
            .layout-pages-custom-page-new-wave-novideo .final-form .container .column:nth-child(1),
            .layout-pages-custom-page-high-winter .final-form .container .column:nth-child(1) {
              width: 36%; } }
          .layout-pages-custom-page-love-language-high-winter .final-form .container .column:nth-child(1) .caption,
          .layout-pages-custom-page-love-language-high-winter-copy .final-form .container .column:nth-child(1) .caption,
          .layout-pages-custom-page-love-language-high-winter-copy-copy .final-form .container .column:nth-child(1) .caption,
          .layout-pages-custom-page-love-language-high-winter-promo .final-form .container .column:nth-child(1) .caption,
          .layout-pages-custom-page-love-language-high-winter-colorcontrol .final-form .container .column:nth-child(1) .caption,
          .layout-pages-custom-page-new-wave .final-form .container .column:nth-child(1) .caption,
          .layout-pages-custom-page-new-wave-split .final-form .container .column:nth-child(1) .caption,
          .layout-pages-custom-page-new-wave-novideo .final-form .container .column:nth-child(1) .caption,
          .layout-pages-custom-page-high-winter .final-form .container .column:nth-child(1) .caption {
            padding-top: 0.5rem; }
        @media (min-width: 551px) {
          .layout-pages-custom-page-love-language-high-winter .final-form .container .column:nth-child(2),
          .layout-pages-custom-page-love-language-high-winter-copy .final-form .container .column:nth-child(2),
          .layout-pages-custom-page-love-language-high-winter-copy-copy .final-form .container .column:nth-child(2),
          .layout-pages-custom-page-love-language-high-winter-promo .final-form .container .column:nth-child(2),
          .layout-pages-custom-page-love-language-high-winter-colorcontrol .final-form .container .column:nth-child(2),
          .layout-pages-custom-page-new-wave .final-form .container .column:nth-child(2),
          .layout-pages-custom-page-new-wave-split .final-form .container .column:nth-child(2),
          .layout-pages-custom-page-new-wave-novideo .final-form .container .column:nth-child(2),
          .layout-pages-custom-page-high-winter .final-form .container .column:nth-child(2) {
            max-width: 350px; } }
        @media (min-width: 1025px) {
          .layout-pages-custom-page-love-language-high-winter .final-form .container .column:nth-child(2),
          .layout-pages-custom-page-love-language-high-winter-copy .final-form .container .column:nth-child(2),
          .layout-pages-custom-page-love-language-high-winter-copy-copy .final-form .container .column:nth-child(2),
          .layout-pages-custom-page-love-language-high-winter-promo .final-form .container .column:nth-child(2),
          .layout-pages-custom-page-love-language-high-winter-colorcontrol .final-form .container .column:nth-child(2),
          .layout-pages-custom-page-new-wave .final-form .container .column:nth-child(2),
          .layout-pages-custom-page-new-wave-split .final-form .container .column:nth-child(2),
          .layout-pages-custom-page-new-wave-novideo .final-form .container .column:nth-child(2),
          .layout-pages-custom-page-high-winter .final-form .container .column:nth-child(2) {
            width: 28%; } }
        .layout-pages-custom-page-love-language-high-winter .final-form .container .column:nth-child(3),
        .layout-pages-custom-page-love-language-high-winter-copy .final-form .container .column:nth-child(3),
        .layout-pages-custom-page-love-language-high-winter-copy-copy .final-form .container .column:nth-child(3),
        .layout-pages-custom-page-love-language-high-winter-promo .final-form .container .column:nth-child(3),
        .layout-pages-custom-page-love-language-high-winter-colorcontrol .final-form .container .column:nth-child(3),
        .layout-pages-custom-page-new-wave .final-form .container .column:nth-child(3),
        .layout-pages-custom-page-new-wave-split .final-form .container .column:nth-child(3),
        .layout-pages-custom-page-new-wave-novideo .final-form .container .column:nth-child(3),
        .layout-pages-custom-page-high-winter .final-form .container .column:nth-child(3) {
          text-align: right; }
          @media (min-width: 1025px) {
            .layout-pages-custom-page-love-language-high-winter .final-form .container .column:nth-child(3),
            .layout-pages-custom-page-love-language-high-winter-copy .final-form .container .column:nth-child(3),
            .layout-pages-custom-page-love-language-high-winter-copy-copy .final-form .container .column:nth-child(3),
            .layout-pages-custom-page-love-language-high-winter-promo .final-form .container .column:nth-child(3),
            .layout-pages-custom-page-love-language-high-winter-colorcontrol .final-form .container .column:nth-child(3),
            .layout-pages-custom-page-new-wave .final-form .container .column:nth-child(3),
            .layout-pages-custom-page-new-wave-split .final-form .container .column:nth-child(3),
            .layout-pages-custom-page-new-wave-novideo .final-form .container .column:nth-child(3),
            .layout-pages-custom-page-high-winter .final-form .container .column:nth-child(3) {
              width: 36%; } }
          .layout-pages-custom-page-love-language-high-winter .final-form .container .column:nth-child(3) .caption,
          .layout-pages-custom-page-love-language-high-winter-copy .final-form .container .column:nth-child(3) .caption,
          .layout-pages-custom-page-love-language-high-winter-copy-copy .final-form .container .column:nth-child(3) .caption,
          .layout-pages-custom-page-love-language-high-winter-promo .final-form .container .column:nth-child(3) .caption,
          .layout-pages-custom-page-love-language-high-winter-colorcontrol .final-form .container .column:nth-child(3) .caption,
          .layout-pages-custom-page-new-wave .final-form .container .column:nth-child(3) .caption,
          .layout-pages-custom-page-new-wave-split .final-form .container .column:nth-child(3) .caption,
          .layout-pages-custom-page-new-wave-novideo .final-form .container .column:nth-child(3) .caption,
          .layout-pages-custom-page-high-winter .final-form .container .column:nth-child(3) .caption {
            padding-top: 0.5rem; }
        .layout-pages-custom-page-love-language-high-winter .final-form .container .column a, .layout-pages-custom-page-love-language-high-winter .final-form .container .column .link,
        .layout-pages-custom-page-love-language-high-winter-copy .final-form .container .column a,
        .layout-pages-custom-page-love-language-high-winter-copy .final-form .container .column .link,
        .layout-pages-custom-page-love-language-high-winter-copy-copy .final-form .container .column a,
        .layout-pages-custom-page-love-language-high-winter-copy-copy .final-form .container .column .link,
        .layout-pages-custom-page-love-language-high-winter-promo .final-form .container .column a,
        .layout-pages-custom-page-love-language-high-winter-promo .final-form .container .column .link,
        .layout-pages-custom-page-love-language-high-winter-colorcontrol .final-form .container .column a,
        .layout-pages-custom-page-love-language-high-winter-colorcontrol .final-form .container .column .link,
        .layout-pages-custom-page-new-wave .final-form .container .column a,
        .layout-pages-custom-page-new-wave .final-form .container .column .link,
        .layout-pages-custom-page-new-wave-split .final-form .container .column a,
        .layout-pages-custom-page-new-wave-split .final-form .container .column .link,
        .layout-pages-custom-page-new-wave-novideo .final-form .container .column a,
        .layout-pages-custom-page-new-wave-novideo .final-form .container .column .link,
        .layout-pages-custom-page-high-winter .final-form .container .column a,
        .layout-pages-custom-page-high-winter .final-form .container .column .link {
          color: white; }
    .layout-pages-custom-page-love-language-high-winter .final-form h2,
    .layout-pages-custom-page-love-language-high-winter-copy .final-form h2,
    .layout-pages-custom-page-love-language-high-winter-copy-copy .final-form h2,
    .layout-pages-custom-page-love-language-high-winter-promo .final-form h2,
    .layout-pages-custom-page-love-language-high-winter-colorcontrol .final-form h2,
    .layout-pages-custom-page-new-wave .final-form h2,
    .layout-pages-custom-page-new-wave-split .final-form h2,
    .layout-pages-custom-page-new-wave-novideo .final-form h2,
    .layout-pages-custom-page-high-winter .final-form h2 {
      color: white;
      padding: 2rem 2rem;
      word-spacing: 99rem;
      font-size: 75px;
      line-height: 90px; }
      @media (min-width: 551px) {
        .layout-pages-custom-page-love-language-high-winter .final-form h2,
        .layout-pages-custom-page-love-language-high-winter-copy .final-form h2,
        .layout-pages-custom-page-love-language-high-winter-copy-copy .final-form h2,
        .layout-pages-custom-page-love-language-high-winter-promo .final-form h2,
        .layout-pages-custom-page-love-language-high-winter-colorcontrol .final-form h2,
        .layout-pages-custom-page-new-wave .final-form h2,
        .layout-pages-custom-page-new-wave-split .final-form h2,
        .layout-pages-custom-page-new-wave-novideo .final-form h2,
        .layout-pages-custom-page-high-winter .final-form h2 {
          padding: 5rem 2rem;
          font-size: 96px;
          line-height: 115px; } }
    .layout-pages-custom-page-love-language-high-winter .final-form h3,
    .layout-pages-custom-page-love-language-high-winter-copy .final-form h3,
    .layout-pages-custom-page-love-language-high-winter-copy-copy .final-form h3,
    .layout-pages-custom-page-love-language-high-winter-promo .final-form h3,
    .layout-pages-custom-page-love-language-high-winter-colorcontrol .final-form h3,
    .layout-pages-custom-page-new-wave .final-form h3,
    .layout-pages-custom-page-new-wave-split .final-form h3,
    .layout-pages-custom-page-new-wave-novideo .final-form h3,
    .layout-pages-custom-page-high-winter .final-form h3 {
      max-width: 600px;
      margin: 1rem auto 0 auto;
      text-align: left;
      color: white; }
      @media (min-width: 551px) {
        .layout-pages-custom-page-love-language-high-winter .final-form h3,
        .layout-pages-custom-page-love-language-high-winter-copy .final-form h3,
        .layout-pages-custom-page-love-language-high-winter-copy-copy .final-form h3,
        .layout-pages-custom-page-love-language-high-winter-promo .final-form h3,
        .layout-pages-custom-page-love-language-high-winter-colorcontrol .final-form h3,
        .layout-pages-custom-page-new-wave .final-form h3,
        .layout-pages-custom-page-new-wave-split .final-form h3,
        .layout-pages-custom-page-new-wave-novideo .final-form h3,
        .layout-pages-custom-page-high-winter .final-form h3 {
          text-align: center; } }
  .layout-pages-custom-page-love-language-high-winter .shop-collection,
  .layout-pages-custom-page-love-language-high-winter-copy .shop-collection,
  .layout-pages-custom-page-love-language-high-winter-copy-copy .shop-collection,
  .layout-pages-custom-page-love-language-high-winter-promo .shop-collection,
  .layout-pages-custom-page-love-language-high-winter-colorcontrol .shop-collection,
  .layout-pages-custom-page-new-wave .shop-collection,
  .layout-pages-custom-page-new-wave-split .shop-collection,
  .layout-pages-custom-page-new-wave-novideo .shop-collection,
  .layout-pages-custom-page-high-winter .shop-collection {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
    .layout-pages-custom-page-love-language-high-winter .shop-collection .transparent-bg,
    .layout-pages-custom-page-love-language-high-winter-copy .shop-collection .transparent-bg,
    .layout-pages-custom-page-love-language-high-winter-copy-copy .shop-collection .transparent-bg,
    .layout-pages-custom-page-love-language-high-winter-promo .shop-collection .transparent-bg,
    .layout-pages-custom-page-love-language-high-winter-colorcontrol .shop-collection .transparent-bg,
    .layout-pages-custom-page-new-wave .shop-collection .transparent-bg,
    .layout-pages-custom-page-new-wave-split .shop-collection .transparent-bg,
    .layout-pages-custom-page-new-wave-novideo .shop-collection .transparent-bg,
    .layout-pages-custom-page-high-winter .shop-collection .transparent-bg {
      background: rgba(0, 0, 0, 0.3);
      position: absolute;
      height: 100%;
      width: 100%;
      display: block; }
    .layout-pages-custom-page-love-language-high-winter .shop-collection h1,
    .layout-pages-custom-page-love-language-high-winter-copy .shop-collection h1,
    .layout-pages-custom-page-love-language-high-winter-copy-copy .shop-collection h1,
    .layout-pages-custom-page-love-language-high-winter-promo .shop-collection h1,
    .layout-pages-custom-page-love-language-high-winter-colorcontrol .shop-collection h1,
    .layout-pages-custom-page-new-wave .shop-collection h1,
    .layout-pages-custom-page-new-wave-split .shop-collection h1,
    .layout-pages-custom-page-new-wave-novideo .shop-collection h1,
    .layout-pages-custom-page-high-winter .shop-collection h1 {
      position: absolute;
      color: white;
      margin-top: -8rem; }
    .layout-pages-custom-page-love-language-high-winter .shop-collection p,
    .layout-pages-custom-page-love-language-high-winter-copy .shop-collection p,
    .layout-pages-custom-page-love-language-high-winter-copy-copy .shop-collection p,
    .layout-pages-custom-page-love-language-high-winter-promo .shop-collection p,
    .layout-pages-custom-page-love-language-high-winter-colorcontrol .shop-collection p,
    .layout-pages-custom-page-new-wave .shop-collection p,
    .layout-pages-custom-page-new-wave-split .shop-collection p,
    .layout-pages-custom-page-new-wave-novideo .shop-collection p,
    .layout-pages-custom-page-high-winter .shop-collection p {
      position: absolute;
      color: white;
      padding-top: 0rem;
      font-size: 16px; }
      @media (min-width: 1025px) {
        .layout-pages-custom-page-love-language-high-winter .shop-collection p,
        .layout-pages-custom-page-love-language-high-winter-copy .shop-collection p,
        .layout-pages-custom-page-love-language-high-winter-copy-copy .shop-collection p,
        .layout-pages-custom-page-love-language-high-winter-promo .shop-collection p,
        .layout-pages-custom-page-love-language-high-winter-colorcontrol .shop-collection p,
        .layout-pages-custom-page-new-wave .shop-collection p,
        .layout-pages-custom-page-new-wave-split .shop-collection p,
        .layout-pages-custom-page-new-wave-novideo .shop-collection p,
        .layout-pages-custom-page-high-winter .shop-collection p {
          font-size: 18px;
          padding-top: 5rem; } }
    .layout-pages-custom-page-love-language-high-winter .shop-collection .shop-the-collection,
    .layout-pages-custom-page-love-language-high-winter-copy .shop-collection .shop-the-collection,
    .layout-pages-custom-page-love-language-high-winter-copy-copy .shop-collection .shop-the-collection,
    .layout-pages-custom-page-love-language-high-winter-promo .shop-collection .shop-the-collection,
    .layout-pages-custom-page-love-language-high-winter-colorcontrol .shop-collection .shop-the-collection,
    .layout-pages-custom-page-new-wave .shop-collection .shop-the-collection,
    .layout-pages-custom-page-new-wave-split .shop-collection .shop-the-collection,
    .layout-pages-custom-page-new-wave-novideo .shop-collection .shop-the-collection,
    .layout-pages-custom-page-high-winter .shop-collection .shop-the-collection {
      position: absolute;
      padding-top: 10rem; }
      @media (min-width: 1025px) {
        .layout-pages-custom-page-love-language-high-winter .shop-collection .shop-the-collection,
        .layout-pages-custom-page-love-language-high-winter-copy .shop-collection .shop-the-collection,
        .layout-pages-custom-page-love-language-high-winter-copy-copy .shop-collection .shop-the-collection,
        .layout-pages-custom-page-love-language-high-winter-promo .shop-collection .shop-the-collection,
        .layout-pages-custom-page-love-language-high-winter-colorcontrol .shop-collection .shop-the-collection,
        .layout-pages-custom-page-new-wave .shop-collection .shop-the-collection,
        .layout-pages-custom-page-new-wave-split .shop-collection .shop-the-collection,
        .layout-pages-custom-page-new-wave-novideo .shop-collection .shop-the-collection,
        .layout-pages-custom-page-high-winter .shop-collection .shop-the-collection {
          padding-top: 20rem; } }
      .layout-pages-custom-page-love-language-high-winter .shop-collection .shop-the-collection a, .layout-pages-custom-page-love-language-high-winter .shop-collection .shop-the-collection .link,
      .layout-pages-custom-page-love-language-high-winter-copy .shop-collection .shop-the-collection a,
      .layout-pages-custom-page-love-language-high-winter-copy .shop-collection .shop-the-collection .link,
      .layout-pages-custom-page-love-language-high-winter-copy-copy .shop-collection .shop-the-collection a,
      .layout-pages-custom-page-love-language-high-winter-copy-copy .shop-collection .shop-the-collection .link,
      .layout-pages-custom-page-love-language-high-winter-promo .shop-collection .shop-the-collection a,
      .layout-pages-custom-page-love-language-high-winter-promo .shop-collection .shop-the-collection .link,
      .layout-pages-custom-page-love-language-high-winter-colorcontrol .shop-collection .shop-the-collection a,
      .layout-pages-custom-page-love-language-high-winter-colorcontrol .shop-collection .shop-the-collection .link,
      .layout-pages-custom-page-new-wave .shop-collection .shop-the-collection a,
      .layout-pages-custom-page-new-wave .shop-collection .shop-the-collection .link,
      .layout-pages-custom-page-new-wave-split .shop-collection .shop-the-collection a,
      .layout-pages-custom-page-new-wave-split .shop-collection .shop-the-collection .link,
      .layout-pages-custom-page-new-wave-novideo .shop-collection .shop-the-collection a,
      .layout-pages-custom-page-new-wave-novideo .shop-collection .shop-the-collection .link,
      .layout-pages-custom-page-high-winter .shop-collection .shop-the-collection a,
      .layout-pages-custom-page-high-winter .shop-collection .shop-the-collection .link {
        color: white;
        border: solid 1px white;
        text-decoration: none;
        padding: 0.75rem 2rem;
        text-transform: uppercase; }
        @media (min-width: 1025px) {
          .layout-pages-custom-page-love-language-high-winter .shop-collection .shop-the-collection a, .layout-pages-custom-page-love-language-high-winter .shop-collection .shop-the-collection .link,
          .layout-pages-custom-page-love-language-high-winter-copy .shop-collection .shop-the-collection a,
          .layout-pages-custom-page-love-language-high-winter-copy .shop-collection .shop-the-collection .link,
          .layout-pages-custom-page-love-language-high-winter-copy-copy .shop-collection .shop-the-collection a,
          .layout-pages-custom-page-love-language-high-winter-copy-copy .shop-collection .shop-the-collection .link,
          .layout-pages-custom-page-love-language-high-winter-promo .shop-collection .shop-the-collection a,
          .layout-pages-custom-page-love-language-high-winter-promo .shop-collection .shop-the-collection .link,
          .layout-pages-custom-page-love-language-high-winter-colorcontrol .shop-collection .shop-the-collection a,
          .layout-pages-custom-page-love-language-high-winter-colorcontrol .shop-collection .shop-the-collection .link,
          .layout-pages-custom-page-new-wave .shop-collection .shop-the-collection a,
          .layout-pages-custom-page-new-wave .shop-collection .shop-the-collection .link,
          .layout-pages-custom-page-new-wave-split .shop-collection .shop-the-collection a,
          .layout-pages-custom-page-new-wave-split .shop-collection .shop-the-collection .link,
          .layout-pages-custom-page-new-wave-novideo .shop-collection .shop-the-collection a,
          .layout-pages-custom-page-new-wave-novideo .shop-collection .shop-the-collection .link,
          .layout-pages-custom-page-high-winter .shop-collection .shop-the-collection a,
          .layout-pages-custom-page-high-winter .shop-collection .shop-the-collection .link {
            padding: 0.75rem 5rem; } }
    .layout-pages-custom-page-love-language-high-winter .shop-collection > img,
    .layout-pages-custom-page-love-language-high-winter-copy .shop-collection > img,
    .layout-pages-custom-page-love-language-high-winter-copy-copy .shop-collection > img,
    .layout-pages-custom-page-love-language-high-winter-promo .shop-collection > img,
    .layout-pages-custom-page-love-language-high-winter-colorcontrol .shop-collection > img,
    .layout-pages-custom-page-new-wave .shop-collection > img,
    .layout-pages-custom-page-new-wave-split .shop-collection > img,
    .layout-pages-custom-page-new-wave-novideo .shop-collection > img,
    .layout-pages-custom-page-high-winter .shop-collection > img {
      width: 100%; }
      .layout-pages-custom-page-love-language-high-winter .shop-collection > img:nth-child(1),
      .layout-pages-custom-page-love-language-high-winter-copy .shop-collection > img:nth-child(1),
      .layout-pages-custom-page-love-language-high-winter-copy-copy .shop-collection > img:nth-child(1),
      .layout-pages-custom-page-love-language-high-winter-promo .shop-collection > img:nth-child(1),
      .layout-pages-custom-page-love-language-high-winter-colorcontrol .shop-collection > img:nth-child(1),
      .layout-pages-custom-page-new-wave .shop-collection > img:nth-child(1),
      .layout-pages-custom-page-new-wave-split .shop-collection > img:nth-child(1),
      .layout-pages-custom-page-new-wave-novideo .shop-collection > img:nth-child(1),
      .layout-pages-custom-page-high-winter .shop-collection > img:nth-child(1) {
        display: none; }
        @media (min-width: 1025px) {
          .layout-pages-custom-page-love-language-high-winter .shop-collection > img:nth-child(1),
          .layout-pages-custom-page-love-language-high-winter-copy .shop-collection > img:nth-child(1),
          .layout-pages-custom-page-love-language-high-winter-copy-copy .shop-collection > img:nth-child(1),
          .layout-pages-custom-page-love-language-high-winter-promo .shop-collection > img:nth-child(1),
          .layout-pages-custom-page-love-language-high-winter-colorcontrol .shop-collection > img:nth-child(1),
          .layout-pages-custom-page-new-wave .shop-collection > img:nth-child(1),
          .layout-pages-custom-page-new-wave-split .shop-collection > img:nth-child(1),
          .layout-pages-custom-page-new-wave-novideo .shop-collection > img:nth-child(1),
          .layout-pages-custom-page-high-winter .shop-collection > img:nth-child(1) {
            display: block; } }
      @media (min-width: 1025px) {
        .layout-pages-custom-page-love-language-high-winter .shop-collection > img:nth-child(2),
        .layout-pages-custom-page-love-language-high-winter-copy .shop-collection > img:nth-child(2),
        .layout-pages-custom-page-love-language-high-winter-copy-copy .shop-collection > img:nth-child(2),
        .layout-pages-custom-page-love-language-high-winter-promo .shop-collection > img:nth-child(2),
        .layout-pages-custom-page-love-language-high-winter-colorcontrol .shop-collection > img:nth-child(2),
        .layout-pages-custom-page-new-wave .shop-collection > img:nth-child(2),
        .layout-pages-custom-page-new-wave-split .shop-collection > img:nth-child(2),
        .layout-pages-custom-page-new-wave-novideo .shop-collection > img:nth-child(2),
        .layout-pages-custom-page-high-winter .shop-collection > img:nth-child(2) {
          display: none; } }
    .layout-pages-custom-page-love-language-high-winter .shop-collection iframe,
    .layout-pages-custom-page-love-language-high-winter-copy .shop-collection iframe,
    .layout-pages-custom-page-love-language-high-winter-copy-copy .shop-collection iframe,
    .layout-pages-custom-page-love-language-high-winter-promo .shop-collection iframe,
    .layout-pages-custom-page-love-language-high-winter-colorcontrol .shop-collection iframe,
    .layout-pages-custom-page-new-wave .shop-collection iframe,
    .layout-pages-custom-page-new-wave-split .shop-collection iframe,
    .layout-pages-custom-page-new-wave-novideo .shop-collection iframe,
    .layout-pages-custom-page-high-winter .shop-collection iframe {
      width: 100%;
      height: 418px; }
      @media (min-width: 1025px) {
        .layout-pages-custom-page-love-language-high-winter .shop-collection iframe,
        .layout-pages-custom-page-love-language-high-winter-copy .shop-collection iframe,
        .layout-pages-custom-page-love-language-high-winter-copy-copy .shop-collection iframe,
        .layout-pages-custom-page-love-language-high-winter-promo .shop-collection iframe,
        .layout-pages-custom-page-love-language-high-winter-colorcontrol .shop-collection iframe,
        .layout-pages-custom-page-new-wave .shop-collection iframe,
        .layout-pages-custom-page-new-wave-split .shop-collection iframe,
        .layout-pages-custom-page-new-wave-novideo .shop-collection iframe,
        .layout-pages-custom-page-high-winter .shop-collection iframe {
          height: 720px; } }
  .layout-pages-custom-page-love-language-high-winter .footer-cta,
  .layout-pages-custom-page-love-language-high-winter-copy .footer-cta,
  .layout-pages-custom-page-love-language-high-winter-copy-copy .footer-cta,
  .layout-pages-custom-page-love-language-high-winter-promo .footer-cta,
  .layout-pages-custom-page-love-language-high-winter-colorcontrol .footer-cta,
  .layout-pages-custom-page-new-wave .footer-cta,
  .layout-pages-custom-page-new-wave-split .footer-cta,
  .layout-pages-custom-page-new-wave-novideo .footer-cta,
  .layout-pages-custom-page-high-winter .footer-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E8D4C2;
    padding: 4rem 1rem; }
    @media (min-width: 1025px) {
      .layout-pages-custom-page-love-language-high-winter .footer-cta,
      .layout-pages-custom-page-love-language-high-winter-copy .footer-cta,
      .layout-pages-custom-page-love-language-high-winter-copy-copy .footer-cta,
      .layout-pages-custom-page-love-language-high-winter-promo .footer-cta,
      .layout-pages-custom-page-love-language-high-winter-colorcontrol .footer-cta,
      .layout-pages-custom-page-new-wave .footer-cta,
      .layout-pages-custom-page-new-wave-split .footer-cta,
      .layout-pages-custom-page-new-wave-novideo .footer-cta,
      .layout-pages-custom-page-high-winter .footer-cta {
        padding: 4rem 0rem; } }
    .layout-pages-custom-page-love-language-high-winter .footer-cta .shop-the-collection a, .layout-pages-custom-page-love-language-high-winter .footer-cta .shop-the-collection .link,
    .layout-pages-custom-page-love-language-high-winter-copy .footer-cta .shop-the-collection a,
    .layout-pages-custom-page-love-language-high-winter-copy .footer-cta .shop-the-collection .link,
    .layout-pages-custom-page-love-language-high-winter-copy-copy .footer-cta .shop-the-collection a,
    .layout-pages-custom-page-love-language-high-winter-copy-copy .footer-cta .shop-the-collection .link,
    .layout-pages-custom-page-love-language-high-winter-promo .footer-cta .shop-the-collection a,
    .layout-pages-custom-page-love-language-high-winter-promo .footer-cta .shop-the-collection .link,
    .layout-pages-custom-page-love-language-high-winter-colorcontrol .footer-cta .shop-the-collection a,
    .layout-pages-custom-page-love-language-high-winter-colorcontrol .footer-cta .shop-the-collection .link,
    .layout-pages-custom-page-new-wave .footer-cta .shop-the-collection a,
    .layout-pages-custom-page-new-wave .footer-cta .shop-the-collection .link,
    .layout-pages-custom-page-new-wave-split .footer-cta .shop-the-collection a,
    .layout-pages-custom-page-new-wave-split .footer-cta .shop-the-collection .link,
    .layout-pages-custom-page-new-wave-novideo .footer-cta .shop-the-collection a,
    .layout-pages-custom-page-new-wave-novideo .footer-cta .shop-the-collection .link,
    .layout-pages-custom-page-high-winter .footer-cta .shop-the-collection a,
    .layout-pages-custom-page-high-winter .footer-cta .shop-the-collection .link {
      color: black;
      border: solid 1px black;
      text-decoration: none;
      padding: 0.75rem 2rem;
      text-transform: uppercase;
      font-family: Lato, sans-serif;
      color: #000;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase; }
      @media (min-width: 1025px) {
        .layout-pages-custom-page-love-language-high-winter .footer-cta .shop-the-collection a, .layout-pages-custom-page-love-language-high-winter .footer-cta .shop-the-collection .link,
        .layout-pages-custom-page-love-language-high-winter-copy .footer-cta .shop-the-collection a,
        .layout-pages-custom-page-love-language-high-winter-copy .footer-cta .shop-the-collection .link,
        .layout-pages-custom-page-love-language-high-winter-copy-copy .footer-cta .shop-the-collection a,
        .layout-pages-custom-page-love-language-high-winter-copy-copy .footer-cta .shop-the-collection .link,
        .layout-pages-custom-page-love-language-high-winter-promo .footer-cta .shop-the-collection a,
        .layout-pages-custom-page-love-language-high-winter-promo .footer-cta .shop-the-collection .link,
        .layout-pages-custom-page-love-language-high-winter-colorcontrol .footer-cta .shop-the-collection a,
        .layout-pages-custom-page-love-language-high-winter-colorcontrol .footer-cta .shop-the-collection .link,
        .layout-pages-custom-page-new-wave .footer-cta .shop-the-collection a,
        .layout-pages-custom-page-new-wave .footer-cta .shop-the-collection .link,
        .layout-pages-custom-page-new-wave-split .footer-cta .shop-the-collection a,
        .layout-pages-custom-page-new-wave-split .footer-cta .shop-the-collection .link,
        .layout-pages-custom-page-new-wave-novideo .footer-cta .shop-the-collection a,
        .layout-pages-custom-page-new-wave-novideo .footer-cta .shop-the-collection .link,
        .layout-pages-custom-page-high-winter .footer-cta .shop-the-collection a,
        .layout-pages-custom-page-high-winter .footer-cta .shop-the-collection .link {
          padding: 0.75rem 5rem; } }
      .layout-pages-custom-page-love-language-high-winter .footer-cta .shop-the-collection a:hover, .layout-pages-custom-page-love-language-high-winter .footer-cta .shop-the-collection .link:hover,
      .layout-pages-custom-page-love-language-high-winter-copy .footer-cta .shop-the-collection a:hover,
      .layout-pages-custom-page-love-language-high-winter-copy .footer-cta .shop-the-collection .link:hover,
      .layout-pages-custom-page-love-language-high-winter-copy-copy .footer-cta .shop-the-collection a:hover,
      .layout-pages-custom-page-love-language-high-winter-copy-copy .footer-cta .shop-the-collection .link:hover,
      .layout-pages-custom-page-love-language-high-winter-promo .footer-cta .shop-the-collection a:hover,
      .layout-pages-custom-page-love-language-high-winter-promo .footer-cta .shop-the-collection .link:hover,
      .layout-pages-custom-page-love-language-high-winter-colorcontrol .footer-cta .shop-the-collection a:hover,
      .layout-pages-custom-page-love-language-high-winter-colorcontrol .footer-cta .shop-the-collection .link:hover,
      .layout-pages-custom-page-new-wave .footer-cta .shop-the-collection a:hover,
      .layout-pages-custom-page-new-wave .footer-cta .shop-the-collection .link:hover,
      .layout-pages-custom-page-new-wave-split .footer-cta .shop-the-collection a:hover,
      .layout-pages-custom-page-new-wave-split .footer-cta .shop-the-collection .link:hover,
      .layout-pages-custom-page-new-wave-novideo .footer-cta .shop-the-collection a:hover,
      .layout-pages-custom-page-new-wave-novideo .footer-cta .shop-the-collection .link:hover,
      .layout-pages-custom-page-high-winter .footer-cta .shop-the-collection a:hover,
      .layout-pages-custom-page-high-winter .footer-cta .shop-the-collection .link:hover {
        background-color: black;
        color: white; }

.layout-pages-custom-page-new-wave .body h1,
.layout-pages-custom-page-new-wave-novideo .body h1,
.layout-pages-custom-page-new-wave-split .body h1 {
  font-size: 2.625rem; }
  @media (min-width: 900px) {
    .layout-pages-custom-page-new-wave .body h1,
    .layout-pages-custom-page-new-wave-novideo .body h1,
    .layout-pages-custom-page-new-wave-split .body h1 {
      font-size: 4.6875rem; } }

.layout-pages-custom-page-new-wave .body .intro,
.layout-pages-custom-page-new-wave-novideo .body .intro,
.layout-pages-custom-page-new-wave-split .body .intro {
  position: relative;
  min-height: 550px; }
  @media (max-width: 899px) {
    .layout-pages-custom-page-new-wave .body .intro .sec1-title,
    .layout-pages-custom-page-new-wave-novideo .body .intro .sec1-title,
    .layout-pages-custom-page-new-wave-split .body .intro .sec1-title {
      top: 35% !important; } }
  .layout-pages-custom-page-new-wave .body .intro > a:nth-child(1), .layout-pages-custom-page-new-wave .body .intro > .link:nth-child(1),
  .layout-pages-custom-page-new-wave-novideo .body .intro > a:nth-child(1),
  .layout-pages-custom-page-new-wave-novideo .body .intro > .link:nth-child(1),
  .layout-pages-custom-page-new-wave-split .body .intro > a:nth-child(1),
  .layout-pages-custom-page-new-wave-split .body .intro > .link:nth-child(1) {
    display: block; }
  .layout-pages-custom-page-new-wave .body .intro > a [data-intro-img-banner="src"], .layout-pages-custom-page-new-wave .body .intro > .link [data-intro-img-banner="src"],
  .layout-pages-custom-page-new-wave-novideo .body .intro > a [data-intro-img-banner="src"],
  .layout-pages-custom-page-new-wave-novideo .body .intro > .link [data-intro-img-banner="src"],
  .layout-pages-custom-page-new-wave-split .body .intro > a [data-intro-img-banner="src"],
  .layout-pages-custom-page-new-wave-split .body .intro > .link [data-intro-img-banner="src"] {
    min-height: 550px;
    width: 100%;
    object-fit: cover;
    object-position: 50%; }

.layout-pages-custom-page-new-wave .body .rotating-text-slider .slick-slide,
.layout-pages-custom-page-new-wave-novideo .body .rotating-text-slider .slick-slide,
.layout-pages-custom-page-new-wave-split .body .rotating-text-slider .slick-slide {
  padding: 60px 20px; }
  @media (max-width: 600px) {
    .layout-pages-custom-page-new-wave .body .rotating-text-slider .slick-slide,
    .layout-pages-custom-page-new-wave-novideo .body .rotating-text-slider .slick-slide,
    .layout-pages-custom-page-new-wave-split .body .rotating-text-slider .slick-slide {
      padding: 20px;
      padding-top: 30px; } }

.layout-pages-custom-page-new-wave .body .rotating-text-slider p,
.layout-pages-custom-page-new-wave-novideo .body .rotating-text-slider p,
.layout-pages-custom-page-new-wave-split .body .rotating-text-slider p {
  margin: 0;
  font-size: 35px;
  font-weight: 300; }

.layout-pages-custom-page-new-wave .body .section-1,
.layout-pages-custom-page-new-wave-novideo .body .section-1,
.layout-pages-custom-page-new-wave-split .body .section-1 {
  padding-top: 10px; }
  @media (max-width: 899px) {
    .layout-pages-custom-page-new-wave .body .section-1,
    .layout-pages-custom-page-new-wave-novideo .body .section-1,
    .layout-pages-custom-page-new-wave-split .body .section-1 {
      padding-bottom: 20px; } }
  .layout-pages-custom-page-new-wave .body .section-1 .label,
  .layout-pages-custom-page-new-wave-novideo .body .section-1 .label,
  .layout-pages-custom-page-new-wave-split .body .section-1 .label {
    color: #231F20; }
  .layout-pages-custom-page-new-wave .body .section-1 .cards,
  .layout-pages-custom-page-new-wave-novideo .body .section-1 .cards,
  .layout-pages-custom-page-new-wave-split .body .section-1 .cards {
    justify-content: space-between; }
    @media (min-width: 551px) {
      .layout-pages-custom-page-new-wave .body .section-1 .cards > div:nth-child(1),
      .layout-pages-custom-page-new-wave-novideo .body .section-1 .cards > div:nth-child(1),
      .layout-pages-custom-page-new-wave-split .body .section-1 .cards > div:nth-child(1) {
        width: 19.4%; }
      .layout-pages-custom-page-new-wave .body .section-1 .cards > div:nth-child(2),
      .layout-pages-custom-page-new-wave-novideo .body .section-1 .cards > div:nth-child(2),
      .layout-pages-custom-page-new-wave-split .body .section-1 .cards > div:nth-child(2) {
        width: 40%; }
      .layout-pages-custom-page-new-wave .body .section-1 .cards > div:nth-child(3),
      .layout-pages-custom-page-new-wave-novideo .body .section-1 .cards > div:nth-child(3),
      .layout-pages-custom-page-new-wave-split .body .section-1 .cards > div:nth-child(3) {
        width: 40%; } }

.layout-pages-custom-page-new-wave .body .player .vp-unmute,
.layout-pages-custom-page-new-wave-novideo .body .player .vp-unmute,
.layout-pages-custom-page-new-wave-split .body .player .vp-unmute {
  display: none !important; }

.layout-pages-custom-page-new-wave .body .section-2,
.layout-pages-custom-page-new-wave-novideo .body .section-2,
.layout-pages-custom-page-new-wave-split .body .section-2 {
  padding: 30px 0 60px;
  display: block;
  max-width: 100%; }
  @media (max-width: 899px) {
    .layout-pages-custom-page-new-wave .body .section-2,
    .layout-pages-custom-page-new-wave-novideo .body .section-2,
    .layout-pages-custom-page-new-wave-split .body .section-2 {
      padding-top: 0; } }
  .layout-pages-custom-page-new-wave .body .section-2 .video-wrapper,
  .layout-pages-custom-page-new-wave-novideo .body .section-2 .video-wrapper,
  .layout-pages-custom-page-new-wave-split .body .section-2 .video-wrapper {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 56.25vw; }
    .layout-pages-custom-page-new-wave .body .section-2 .video-wrapper iframe,
    .layout-pages-custom-page-new-wave-novideo .body .section-2 .video-wrapper iframe,
    .layout-pages-custom-page-new-wave-split .body .section-2 .video-wrapper iframe {
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 70.25vw;
      transform: translate(-50%, -50%); }
  .layout-pages-custom-page-new-wave .body .section-2 .vimeo-video,
  .layout-pages-custom-page-new-wave-novideo .body .section-2 .vimeo-video,
  .layout-pages-custom-page-new-wave-split .body .section-2 .vimeo-video {
    pointer-events: none; }

@media (max-width: 899px) {
  .layout-pages-custom-page-new-wave .body .ready-to-wear,
  .layout-pages-custom-page-new-wave-novideo .body .ready-to-wear,
  .layout-pages-custom-page-new-wave-split .body .ready-to-wear {
    padding-top: 5px; } }

@media (max-width: 899px) {
  .layout-pages-custom-page-new-wave .body .ready-to-wear h3,
  .layout-pages-custom-page-new-wave-novideo .body .ready-to-wear h3,
  .layout-pages-custom-page-new-wave-split .body .ready-to-wear h3 {
    display: none; } }

.layout-pages-custom-page-new-wave .body .ready-to-wear .new-wave-container,
.layout-pages-custom-page-new-wave-novideo .body .ready-to-wear .new-wave-container,
.layout-pages-custom-page-new-wave-split .body .ready-to-wear .new-wave-container {
  display: flex;
  flex-flow: row wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative; }
  @media (max-width: 899px) {
    .layout-pages-custom-page-new-wave .body .ready-to-wear .new-wave-container,
    .layout-pages-custom-page-new-wave-novideo .body .ready-to-wear .new-wave-container,
    .layout-pages-custom-page-new-wave-split .body .ready-to-wear .new-wave-container {
      flex-direction: column-reverse; } }
  .layout-pages-custom-page-new-wave .body .ready-to-wear .new-wave-container .discover,
  .layout-pages-custom-page-new-wave-novideo .body .ready-to-wear .new-wave-container .discover,
  .layout-pages-custom-page-new-wave-split .body .ready-to-wear .new-wave-container .discover {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-self: center;
    justify-content: center; }
    @media (min-width: 900px) {
      .layout-pages-custom-page-new-wave .body .ready-to-wear .new-wave-container .discover,
      .layout-pages-custom-page-new-wave-novideo .body .ready-to-wear .new-wave-container .discover,
      .layout-pages-custom-page-new-wave-split .body .ready-to-wear .new-wave-container .discover {
        width: 25%; } }
    .layout-pages-custom-page-new-wave .body .ready-to-wear .new-wave-container .discover .discover-title,
    .layout-pages-custom-page-new-wave-novideo .body .ready-to-wear .new-wave-container .discover .discover-title,
    .layout-pages-custom-page-new-wave-split .body .ready-to-wear .new-wave-container .discover .discover-title {
      font-size: 30px;
      line-height: 45px;
      font-weight: 300;
      padding-bottom: 25px;
      margin-bottom: 25px; }
      @media (max-width: 899px) {
        .layout-pages-custom-page-new-wave .body .ready-to-wear .new-wave-container .discover .discover-title,
        .layout-pages-custom-page-new-wave-novideo .body .ready-to-wear .new-wave-container .discover .discover-title,
        .layout-pages-custom-page-new-wave-split .body .ready-to-wear .new-wave-container .discover .discover-title {
          margin-bottom: 15px; } }
    .layout-pages-custom-page-new-wave .body .ready-to-wear .new-wave-container .discover .discover-button,
    .layout-pages-custom-page-new-wave-novideo .body .ready-to-wear .new-wave-container .discover .discover-button,
    .layout-pages-custom-page-new-wave-split .body .ready-to-wear .new-wave-container .discover .discover-button {
      width: 157px;
      max-width: 100%;
      font-size: 11px;
      line-height: 15px;
      padding: 15px 30px;
      border: 1px solid #000;
      text-transform: uppercase;
      font-weight: bold; }
    .layout-pages-custom-page-new-wave .body .ready-to-wear .new-wave-container .discover .flickity,
    .layout-pages-custom-page-new-wave-novideo .body .ready-to-wear .new-wave-container .discover .flickity,
    .layout-pages-custom-page-new-wave-split .body .ready-to-wear .new-wave-container .discover .flickity {
      position: relative;
      margin-top: 5rem; }
      @media (max-width: 899px) {
        .layout-pages-custom-page-new-wave .body .ready-to-wear .new-wave-container .discover .flickity,
        .layout-pages-custom-page-new-wave-novideo .body .ready-to-wear .new-wave-container .discover .flickity,
        .layout-pages-custom-page-new-wave-split .body .ready-to-wear .new-wave-container .discover .flickity {
          display: none; } }
      .layout-pages-custom-page-new-wave .body .ready-to-wear .new-wave-container .discover .flickity .previous:before,
      .layout-pages-custom-page-new-wave-novideo .body .ready-to-wear .new-wave-container .discover .flickity .previous:before,
      .layout-pages-custom-page-new-wave-split .body .ready-to-wear .new-wave-container .discover .flickity .previous:before {
        display: block;
        content: "";
        height: 30px;
        width: 30px;
        background-image: url("../img/ll/left.png");
        background-repeat: no-repeat;
        background-position: center; }
      .layout-pages-custom-page-new-wave .body .ready-to-wear .new-wave-container .discover .flickity .next:before,
      .layout-pages-custom-page-new-wave-novideo .body .ready-to-wear .new-wave-container .discover .flickity .next:before,
      .layout-pages-custom-page-new-wave-split .body .ready-to-wear .new-wave-container .discover .flickity .next:before {
        display: block;
        content: "";
        height: 30px;
        width: 30px;
        background-image: url("../img/ll/right.png");
        background-repeat: no-repeat;
        background-position: center; }
    .layout-pages-custom-page-new-wave .body .ready-to-wear .new-wave-container .discover .discover-container,
    .layout-pages-custom-page-new-wave-novideo .body .ready-to-wear .new-wave-container .discover .discover-container,
    .layout-pages-custom-page-new-wave-split .body .ready-to-wear .new-wave-container .discover .discover-container {
      width: 210px;
      max-width: 95%; }
      @media (max-width: 899px) {
        .layout-pages-custom-page-new-wave .body .ready-to-wear .new-wave-container .discover .discover-container,
        .layout-pages-custom-page-new-wave-novideo .body .ready-to-wear .new-wave-container .discover .discover-container,
        .layout-pages-custom-page-new-wave-split .body .ready-to-wear .new-wave-container .discover .discover-container {
          width: 250px;
          text-align: center;
          padding-top: 40px; } }
  .layout-pages-custom-page-new-wave .body .ready-to-wear .new-wave-container .new-wave-slider-container,
  .layout-pages-custom-page-new-wave-novideo .body .ready-to-wear .new-wave-container .new-wave-slider-container,
  .layout-pages-custom-page-new-wave-split .body .ready-to-wear .new-wave-container .new-wave-slider-container {
    width: 100%; }
    @media (min-width: 900px) {
      .layout-pages-custom-page-new-wave .body .ready-to-wear .new-wave-container .new-wave-slider-container,
      .layout-pages-custom-page-new-wave-novideo .body .ready-to-wear .new-wave-container .new-wave-slider-container,
      .layout-pages-custom-page-new-wave-split .body .ready-to-wear .new-wave-container .new-wave-slider-container {
        width: 74.5%; } }

.layout-pages-custom-page-new-wave .body .ready-to-wear .new-wave-slider-container,
.layout-pages-custom-page-new-wave-novideo .body .ready-to-wear .new-wave-slider-container,
.layout-pages-custom-page-new-wave-split .body .ready-to-wear .new-wave-slider-container {
  display: block;
  position: relative; }
  .layout-pages-custom-page-new-wave .body .ready-to-wear .new-wave-slider-container:focus,
  .layout-pages-custom-page-new-wave-novideo .body .ready-to-wear .new-wave-slider-container:focus,
  .layout-pages-custom-page-new-wave-split .body .ready-to-wear .new-wave-slider-container:focus {
    outline: none; }
  .layout-pages-custom-page-new-wave .body .ready-to-wear .new-wave-slider-container .flickity-viewport,
  .layout-pages-custom-page-new-wave-novideo .body .ready-to-wear .new-wave-slider-container .flickity-viewport,
  .layout-pages-custom-page-new-wave-split .body .ready-to-wear .new-wave-slider-container .flickity-viewport {
    overflow: hidden; }
    .layout-pages-custom-page-new-wave .body .ready-to-wear .new-wave-slider-container .flickity-viewport:focus,
    .layout-pages-custom-page-new-wave-novideo .body .ready-to-wear .new-wave-slider-container .flickity-viewport:focus,
    .layout-pages-custom-page-new-wave-split .body .ready-to-wear .new-wave-slider-container .flickity-viewport:focus {
      outline: none; }
  .layout-pages-custom-page-new-wave .body .ready-to-wear .new-wave-slider-container .flickty-slider,
  .layout-pages-custom-page-new-wave-novideo .body .ready-to-wear .new-wave-slider-container .flickty-slider,
  .layout-pages-custom-page-new-wave-split .body .ready-to-wear .new-wave-slider-container .flickty-slider {
    height: auto; }
  .layout-pages-custom-page-new-wave .body .ready-to-wear .new-wave-slider-container .slide,
  .layout-pages-custom-page-new-wave-novideo .body .ready-to-wear .new-wave-slider-container .slide,
  .layout-pages-custom-page-new-wave-split .body .ready-to-wear .new-wave-slider-container .slide {
    display: inline-block;
    width: 20%;
    width: 23vw;
    margin-right: 2vw;
    text-align: center;
    height: auto; }
    @media (max-width: 899px) {
      .layout-pages-custom-page-new-wave .body .ready-to-wear .new-wave-slider-container .slide,
      .layout-pages-custom-page-new-wave-novideo .body .ready-to-wear .new-wave-slider-container .slide,
      .layout-pages-custom-page-new-wave-split .body .ready-to-wear .new-wave-slider-container .slide {
        width: 33%;
        margin-right: 2vw; } }
    @media (max-width: 600px) {
      .layout-pages-custom-page-new-wave .body .ready-to-wear .new-wave-slider-container .slide,
      .layout-pages-custom-page-new-wave-novideo .body .ready-to-wear .new-wave-slider-container .slide,
      .layout-pages-custom-page-new-wave-split .body .ready-to-wear .new-wave-slider-container .slide {
        width: 320px; } }
    .layout-pages-custom-page-new-wave .body .ready-to-wear .new-wave-slider-container .slide .caption,
    .layout-pages-custom-page-new-wave-novideo .body .ready-to-wear .new-wave-slider-container .slide .caption,
    .layout-pages-custom-page-new-wave-split .body .ready-to-wear .new-wave-slider-container .slide .caption {
      text-align: left; }
  .layout-pages-custom-page-new-wave .body .ready-to-wear .new-wave-slider-container .previous,
  .layout-pages-custom-page-new-wave-novideo .body .ready-to-wear .new-wave-slider-container .previous,
  .layout-pages-custom-page-new-wave-split .body .ready-to-wear .new-wave-slider-container .previous {
    left: auto;
    bottom: auto;
    top: -3rem;
    right: 40px;
    position: absolute; }
    @media (max-width: 899px) {
      .layout-pages-custom-page-new-wave .body .ready-to-wear .new-wave-slider-container .previous,
      .layout-pages-custom-page-new-wave-novideo .body .ready-to-wear .new-wave-slider-container .previous,
      .layout-pages-custom-page-new-wave-split .body .ready-to-wear .new-wave-slider-container .previous {
        top: -40px; } }
    .layout-pages-custom-page-new-wave .body .ready-to-wear .new-wave-slider-container .previous .flickity-button-icon,
    .layout-pages-custom-page-new-wave-novideo .body .ready-to-wear .new-wave-slider-container .previous .flickity-button-icon,
    .layout-pages-custom-page-new-wave-split .body .ready-to-wear .new-wave-slider-container .previous .flickity-button-icon {
      height: 30px;
      width: 30px;
      opacity: 0; }
    .layout-pages-custom-page-new-wave .body .ready-to-wear .new-wave-slider-container .previous:before,
    .layout-pages-custom-page-new-wave-novideo .body .ready-to-wear .new-wave-slider-container .previous:before,
    .layout-pages-custom-page-new-wave-split .body .ready-to-wear .new-wave-slider-container .previous:before {
      position: absolute;
      display: block;
      content: "";
      height: 30px;
      width: 30px;
      background-image: url("../img/ll/left.png");
      background-repeat: no-repeat;
      background-position: center; }
  .layout-pages-custom-page-new-wave .body .ready-to-wear .new-wave-slider-container .next,
  .layout-pages-custom-page-new-wave-novideo .body .ready-to-wear .new-wave-slider-container .next,
  .layout-pages-custom-page-new-wave-split .body .ready-to-wear .new-wave-slider-container .next {
    left: auto;
    bottom: auto;
    top: -3rem;
    right: 0;
    position: absolute; }
    @media (max-width: 899px) {
      .layout-pages-custom-page-new-wave .body .ready-to-wear .new-wave-slider-container .next,
      .layout-pages-custom-page-new-wave-novideo .body .ready-to-wear .new-wave-slider-container .next,
      .layout-pages-custom-page-new-wave-split .body .ready-to-wear .new-wave-slider-container .next {
        top: -40px; } }
    .layout-pages-custom-page-new-wave .body .ready-to-wear .new-wave-slider-container .next .flickity-button-icon,
    .layout-pages-custom-page-new-wave-novideo .body .ready-to-wear .new-wave-slider-container .next .flickity-button-icon,
    .layout-pages-custom-page-new-wave-split .body .ready-to-wear .new-wave-slider-container .next .flickity-button-icon {
      opacity: 0;
      height: 30px;
      width: 30px; }
    .layout-pages-custom-page-new-wave .body .ready-to-wear .new-wave-slider-container .next:before,
    .layout-pages-custom-page-new-wave-novideo .body .ready-to-wear .new-wave-slider-container .next:before,
    .layout-pages-custom-page-new-wave-split .body .ready-to-wear .new-wave-slider-container .next:before {
      position: absolute;
      display: block;
      content: "";
      height: 30px;
      width: 30px;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("../img/ll/right.png"); }

.layout-pages-custom-page-new-wave-split .body .intro {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: auto; }
  .layout-pages-custom-page-new-wave-split .body .intro [data-intro-link] {
    display: none; }
  
  .layout-pages-custom-page-new-wave-split .body .intro > a:nth-child(1),
  .layout-pages-custom-page-new-wave-split .body .intro > .link:nth-child(1) {
    display: none !important; }
    @media (min-width: 551px) {
      
      .layout-pages-custom-page-new-wave-split .body .intro > a:nth-child(1),
      .layout-pages-custom-page-new-wave-split .body .intro > .link:nth-child(1) {
        display: block !important; } }
  .layout-pages-custom-page-new-wave-split .body .intro > a img, .layout-pages-custom-page-new-wave-split .body .intro > .link img {
    width: 100%; }

.layout-pages-custom-page-new-wave-novideo .body .section-0 {
  min-height: 6em; }

.layout-pages-custom-page-new-wave-novideo .body .section-2 .vimeo-video {
  overflow: hidden; }
  .layout-pages-custom-page-new-wave-novideo .body .section-2 .vimeo-video img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; }

.layout-pages-custom-page-winyarr .body {
  margin-top: 0; }
  .layout-pages-custom-page-winyarr .body p, .layout-pages-custom-page-winyarr .body a, .layout-pages-custom-page-winyarr .body .link {
    color: #9B633B; }

.layout-pages-custom-page-winyarr #winyarr {
  background-color: #F7EEE5; }
  .layout-pages-custom-page-winyarr #winyarr section {
    width: 100%; }
  .layout-pages-custom-page-winyarr #winyarr .img-banner {
    width: 100%;
    object-fit: cover;
    object-position: top; }
  .layout-pages-custom-page-winyarr #winyarr .header-section {
    position: relative; }
    .layout-pages-custom-page-winyarr #winyarr .header-section_nav {
      position: absolute;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      height: 52px;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      bottom: 50px; }
      @media screen and (max-width: 901px) {
        .layout-pages-custom-page-winyarr #winyarr .header-section_nav {
          bottom: 0; } }
      .layout-pages-custom-page-winyarr #winyarr .header-section_nav__link {
        font-size: 18px;
        color: #FFFFFF; }
        @media screen and (max-width: 900px) {
          .layout-pages-custom-page-winyarr #winyarr .header-section_nav__link {
            width: 100%;
            font-size: 15px;
            text-align: center;
            margin-bottom: 0; } }
        @media screen and (min-width: 901px) {
          .layout-pages-custom-page-winyarr #winyarr .header-section_nav__link:nth-child(2) {
            margin-left: 40px; } }
    .layout-pages-custom-page-winyarr #winyarr .header-section .mask {
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.51) 100%);
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 0;
      top: 0; }
    @media screen and (max-width: 900px) {
      .layout-pages-custom-page-winyarr #winyarr .header-section img {
        display: none; } }
  .layout-pages-custom-page-winyarr #winyarr .section {
    display: flex;
    max-width: 100%;
    padding: 170px 7vw 0vw; }
    @media screen and (max-width: 900px) {
      .layout-pages-custom-page-winyarr #winyarr .section {
        padding: 0;
        flex-wrap: wrap; } }
    .layout-pages-custom-page-winyarr #winyarr .section .container {
      max-width: 86.5rem; }
    .layout-pages-custom-page-winyarr #winyarr .section .section-left,
    .layout-pages-custom-page-winyarr #winyarr .section .section-right {
      width: 50%; }
      @media screen and (max-width: 900px) {
        .layout-pages-custom-page-winyarr #winyarr .section .section-left,
        .layout-pages-custom-page-winyarr #winyarr .section .section-right {
          width: 100%;
          padding: 0 15px; } }
    @media screen and (max-width: 900px) {
      .layout-pages-custom-page-winyarr #winyarr .section .section-column {
        padding: 0 15px; } }
    .layout-pages-custom-page-winyarr #winyarr .section .section-column_inner {
      max-width: 420px; }
      @media screen and (max-width: 900px) {
        .layout-pages-custom-page-winyarr #winyarr .section .section-column_inner {
          max-width: initial;
          margin: 15px 0; } }
    @media screen and (min-width: 901px) {
      .layout-pages-custom-page-winyarr #winyarr .section .section-left {
        padding-right: 72px; } }
    @media screen and (min-width: 901px) {
      .layout-pages-custom-page-winyarr #winyarr .section .section-right {
        padding-left: 72px; } }
    .layout-pages-custom-page-winyarr #winyarr .section .section-heading {
      display: flex;
      justify-content: flex-end;
      width: 100%;
      margin-bottom: 56px; }
      .layout-pages-custom-page-winyarr #winyarr .section .section-heading p {
        font-size: 35px;
        max-width: 440px;
        text-align: right;
        font-weight: 300;
        line-height: 45px; }
        @media screen and (max-width: 900px) {
          .layout-pages-custom-page-winyarr #winyarr .section .section-heading p {
            max-width: initial;
            font-size: 20px;
            line-height: initial; } }
    .layout-pages-custom-page-winyarr #winyarr .section .section-text {
      display: flex;
      justify-content: flex-end;
      width: 100%; }
      .layout-pages-custom-page-winyarr #winyarr .section .section-text p {
        max-width: 420px;
        font-size: 26px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 38px;
        text-align: justify; }
        @media screen and (max-width: 900px) {
          .layout-pages-custom-page-winyarr #winyarr .section .section-text p {
            max-width: initial;
            font-size: 15px;
            line-height: initial; } }
    .layout-pages-custom-page-winyarr #winyarr .section .img-black-white {
      margin-top: 80px;
      margin-bottom: 15px;
      width: 100%; }
      @media screen and (max-width: 900px) {
        .layout-pages-custom-page-winyarr #winyarr .section .img-black-white {
          margin-top: 72px; } }
    .layout-pages-custom-page-winyarr #winyarr .section .img-desc {
      font-size: 15px;
      font-weight: 300;
      letter-spacing: 0;
      line-height: initial;
      text-align: right;
      margin-bottom: 0;
      max-width: 281px;
      float: right; }
      @media screen and (max-width: 900px) {
        .layout-pages-custom-page-winyarr #winyarr .section .img-desc {
          margin-top: 5px;
          padding: 0 15px; } }
    .layout-pages-custom-page-winyarr #winyarr .section .flickity-custom-btn button {
      padding: 0 !important;
      background-image: url(../icons/wit-arrow-brown.svg);
      background-repeat: repeat;
      background-size: cover;
      height: 15px;
      width: 16px; }
      .layout-pages-custom-page-winyarr #winyarr .section .flickity-custom-btn button.next {
        transform: rotate(180deg);
        margin-left: 20px; }
    .layout-pages-custom-page-winyarr #winyarr .section .mini-carousel:focus-visible {
      outline: none; }
    .layout-pages-custom-page-winyarr #winyarr .section .mini-carousel .slick-next::before,
    .layout-pages-custom-page-winyarr #winyarr .section .mini-carousel .slick-prev::before {
      background-image: url(../icons/wit-arrow-brown.svg);
      height: 16px;
      width: 16px; }
      @media screen and (max-width: 900px) {
        .layout-pages-custom-page-winyarr #winyarr .section .mini-carousel .slick-next::before,
        .layout-pages-custom-page-winyarr #winyarr .section .mini-carousel .slick-prev::before {
          width: 16px;
          height: 20px; } }
    .layout-pages-custom-page-winyarr #winyarr .section .mini-carousel .slick-next::before {
      transform: rotate(180deg); }
    .layout-pages-custom-page-winyarr #winyarr .section .mini-carousel .slick-next, .layout-pages-custom-page-winyarr #winyarr .section .mini-carousel .slick-prev {
      background-color: transparent;
      border: none;
      opacity: 1;
      width: auto;
      height: auto;
      padding: 0;
      bottom: -40px;
      top: initial; }
    .layout-pages-custom-page-winyarr #winyarr .section .mini-carousel .slick-next {
      bottom: -39px; }
    .layout-pages-custom-page-winyarr #winyarr .section .mini-carousel .slick-prev {
      left: 0; }
    .layout-pages-custom-page-winyarr #winyarr .section .mini-carousel .slick-next {
      left: 35px; }
      @media screen and (max-width: 900px) {
        .layout-pages-custom-page-winyarr #winyarr .section .mini-carousel .slick-next {
          left: 40px; } }
    .layout-pages-custom-page-winyarr #winyarr .section .mini-carousel .slick-prev.slick-disabled:before, .layout-pages-custom-page-winyarr #winyarr .section .mini-carousel .slick-next.slick-disabled:before {
      opacity: 1; }
    @media screen and (max-width: 900px) {
      .layout-pages-custom-page-winyarr #winyarr .section.section-two .slick-prev {
        left: 25px; } }
    @media screen and (max-width: 900px) {
      .layout-pages-custom-page-winyarr #winyarr .section.section-two .slick-next {
        left: 65px; } }
    @media screen and (min-width: 901px) {
      .layout-pages-custom-page-winyarr #winyarr .section.section-two .section-left {
        padding: 26px 0 110px;
        display: flex;
        flex-wrap: wrap;
        align-items: center; } }
    .layout-pages-custom-page-winyarr #winyarr .section.section-two .section-left .section-column_inner {
      display: flex;
      justify-content: flex-end;
      width: 100%;
      max-width: initial; }
      @media screen and (max-width: 900px) {
        .layout-pages-custom-page-winyarr #winyarr .section.section-two .section-left .section-column_inner:nth-child(1), .layout-pages-custom-page-winyarr #winyarr .section.section-two .section-left .section-column_inner:nth-child(2) {
          margin-top: 50px; } }
    .layout-pages-custom-page-winyarr #winyarr .section.section-two .section-left .section-text {
      flex-wrap: wrap; }
      .layout-pages-custom-page-winyarr #winyarr .section.section-two .section-left .section-text p {
        text-align: justify;
        text-align-last: right; }
        @media screen and (min-width: 901px) {
          .layout-pages-custom-page-winyarr #winyarr .section.section-two .section-left .section-text p {
            max-width: 435px; } }
        .layout-pages-custom-page-winyarr #winyarr .section.section-two .section-left .section-text p:nth-child(1) {
          margin-bottom: 0; }
          @media screen and (max-width: 400px) {
            .layout-pages-custom-page-winyarr #winyarr .section.section-two .section-left .section-text p:nth-child(1) {
              margin-bottom: 15px; } }
      @media screen and (max-width: 900px) {
        .layout-pages-custom-page-winyarr #winyarr .section.section-two .section-left .section-text {
          max-width: initial; } }
    .layout-pages-custom-page-winyarr #winyarr .section.section-two .section-left .section-heading {
      margin-bottom: 0; }
      @media screen and (max-width: 900px) {
        .layout-pages-custom-page-winyarr #winyarr .section.section-two .section-left .section-heading {
          margin-bottom: 0; } }
      .layout-pages-custom-page-winyarr #winyarr .section.section-two .section-left .section-heading p {
        margin-bottom: 0; }
        @media screen and (max-width: 400px) {
          .layout-pages-custom-page-winyarr #winyarr .section.section-two .section-left .section-heading p {
            max-width: 326px; } }
    @media screen and (max-width: 900px) {
      .layout-pages-custom-page-winyarr #winyarr .section.section-two .section-right {
        padding: 0; } }
    .layout-pages-custom-page-winyarr #winyarr .section.section-two .section-right .section-column_inner,
    .layout-pages-custom-page-winyarr #winyarr .section.section-two .section-right .flickity-viewport {
      overflow: hidden; }
      .layout-pages-custom-page-winyarr #winyarr .section.section-two .section-right .section-column_inner .mini-carousel_item,
      .layout-pages-custom-page-winyarr #winyarr .section.section-two .section-right .flickity-viewport .mini-carousel_item {
        width: 420px;
        margin-right: 20px; }
        @media screen and (max-width: 420px) {
          .layout-pages-custom-page-winyarr #winyarr .section.section-two .section-right .section-column_inner .mini-carousel_item,
          .layout-pages-custom-page-winyarr #winyarr .section.section-two .section-right .flickity-viewport .mini-carousel_item {
            width: 100%; } }
    @media screen and (max-width: 900px) {
      .layout-pages-custom-page-winyarr #winyarr .section.section-two .section-right .flickity-custom-btn {
        padding: 0 15px; } }
    .layout-pages-custom-page-winyarr #winyarr .section.section-three {
      padding: 125px 0 0;
      overflow: visible;
      position: relative;
      display: block; }
      @media screen and (max-width: 900px) {
        .layout-pages-custom-page-winyarr #winyarr .section.section-three {
          margin: 72px 0 20px;
          padding: 0; } }
      .layout-pages-custom-page-winyarr #winyarr .section.section-three .banner-text {
        position: absolute;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        bottom: 72px;
        text-align: center;
        width: 100%; }
        @media screen and (max-width: 900px) {
          .layout-pages-custom-page-winyarr #winyarr .section.section-three .banner-text {
            bottom: 0; } }
        .layout-pages-custom-page-winyarr #winyarr .section.section-three .banner-text .img-overlay {
          max-width: 820px; }
          @media screen and (max-width: 900px) {
            .layout-pages-custom-page-winyarr #winyarr .section.section-three .banner-text .img-overlay {
              width: 95%; } }
    .layout-pages-custom-page-winyarr #winyarr .section.section-four {
      padding: 170px 0 0vw; }
      @media screen and (max-width: 900px) {
        .layout-pages-custom-page-winyarr #winyarr .section.section-four {
          padding: 0; } }
      .layout-pages-custom-page-winyarr #winyarr .section.section-four .section-left {
        padding-left: 7vw; }
        @media screen and (min-width: 901px) {
          .layout-pages-custom-page-winyarr #winyarr .section.section-four .section-left {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding-bottom: 24px; } }
        @media screen and (max-width: 900px) {
          .layout-pages-custom-page-winyarr #winyarr .section.section-four .section-left {
            padding: 0; } }
        .layout-pages-custom-page-winyarr #winyarr .section.section-four .section-left .section-column_inner {
          display: flex;
          flex-direction: column; }
          @media screen and (max-width: 900px) {
            .layout-pages-custom-page-winyarr #winyarr .section.section-four .section-left .section-column_inner {
              margin-bottom: 0; } }
          @media screen and (min-width: 901px) {
            .layout-pages-custom-page-winyarr #winyarr .section.section-four .section-left .section-column_inner a.armin-img, .layout-pages-custom-page-winyarr #winyarr .section.section-four .section-left .section-column_inner .armin-img.link {
              display: flex;
              justify-content: flex-end; } }
        @media screen and (max-width: 900px) {
          .layout-pages-custom-page-winyarr #winyarr .section.section-four .section-left .section-text {
            margin-top: 30px;
            padding: 0 15px; } }
      .layout-pages-custom-page-winyarr #winyarr .section.section-four .section-right .section-heading,
      .layout-pages-custom-page-winyarr #winyarr .section.section-four .section-right .section-text {
        justify-content: flex-start;
        margin-bottom: 0; }
        .layout-pages-custom-page-winyarr #winyarr .section.section-four .section-right .section-heading p,
        .layout-pages-custom-page-winyarr #winyarr .section.section-four .section-right .section-text p {
          text-align: left;
          margin-bottom: 0; }
      .layout-pages-custom-page-winyarr #winyarr .section.section-four .section-right .section-text p {
        text-align: justify;
        max-width: 447px; }
        @media screen and (max-width: 900px) {
          .layout-pages-custom-page-winyarr #winyarr .section.section-four .section-right .section-text p {
            max-width: initial;
            line-height: 20px; } }
      .layout-pages-custom-page-winyarr #winyarr .section.section-four .section-right .section-column_inner:not(:nth-child(2)) {
        padding-right: 7vw; }
        @media screen and (max-width: 900px) {
          .layout-pages-custom-page-winyarr #winyarr .section.section-four .section-right .section-column_inner:not(:nth-child(2)) {
            padding-right: 0;
            margin: 20px 0; } }
      .layout-pages-custom-page-winyarr #winyarr .section.section-four .section-right .section-column_inner:nth-child(1) {
        margin-bottom: 125px; }
        @media screen and (max-width: 900px) {
          .layout-pages-custom-page-winyarr #winyarr .section.section-four .section-right .section-column_inner:nth-child(1) {
            margin-bottom: 60px; } }
      .layout-pages-custom-page-winyarr #winyarr .section.section-four .section-right .section-column_inner:nth-child(2) {
        max-width: 650px;
        overflow: hidden; }
        @media screen and (max-width: 900px) {
          .layout-pages-custom-page-winyarr #winyarr .section.section-four .section-right .section-column_inner:nth-child(2) {
            margin-bottom: 60px;
            max-width: initial; } }
      .layout-pages-custom-page-winyarr #winyarr .section.section-four .section-column_inner {
        max-width: initial; }
      .layout-pages-custom-page-winyarr #winyarr .section.section-four .mini-carousel_item {
        width: 375px;
        margin-right: 1.5vw; }
        @media screen and (max-width: 900px) {
          .layout-pages-custom-page-winyarr #winyarr .section.section-four .mini-carousel_item {
            max-width: 230px; } }
      .layout-pages-custom-page-winyarr #winyarr .section.section-four .img {
        margin-bottom: 15px; }
        @media screen and (min-width: 901px) {
          .layout-pages-custom-page-winyarr #winyarr .section.section-four .img {
            max-width: 420px; } }
      .layout-pages-custom-page-winyarr #winyarr .section.section-four .img-desc {
        font-size: 15px;
        margin-bottom: 125px;
        max-width: initial;
        float: initial; }
        @media screen and (max-width: 900px) {
          .layout-pages-custom-page-winyarr #winyarr .section.section-four .img-desc {
            margin-bottom: 0; } }
        @media screen and (max-width: 900px) {
          .layout-pages-custom-page-winyarr #winyarr .section.section-four .img-desc {
            font-size: 15px;
            width: 100%;
            padding: 0 15px;
            float: none;
            max-width: initial; } }
    .layout-pages-custom-page-winyarr #winyarr .section.section-five {
      padding: 125px 14vw 170px; }
      @media screen and (max-width: 900px) {
        .layout-pages-custom-page-winyarr #winyarr .section.section-five {
          padding: 0; } }
      .layout-pages-custom-page-winyarr #winyarr .section.section-five img {
        width: 100%;
        margin-bottom: 75px; }
        @media screen and (max-width: 900px) {
          .layout-pages-custom-page-winyarr #winyarr .section.section-five img {
            margin-bottom: 0; } }
      .layout-pages-custom-page-winyarr #winyarr .section.section-five p {
        font-size: 30px;
        font-weight: 300;
        line-height: 38px; }
        @media screen and (max-width: 900px) {
          .layout-pages-custom-page-winyarr #winyarr .section.section-five p {
            font-size: 15px;
            line-height: 20px; } }
      @media screen and (max-width: 900px) {
        .layout-pages-custom-page-winyarr #winyarr .section.section-five .section-column {
          padding: 0; } }
      .layout-pages-custom-page-winyarr #winyarr .section.section-five .section-column_inner {
        max-width: initial;
        text-align: justify;
        margin-bottom: 170px;
        text-align-last: center; }
        @media screen and (max-width: 900px) {
          .layout-pages-custom-page-winyarr #winyarr .section.section-five .section-column_inner {
            padding: 60px 15px 70px 15px;
            margin: 0; } }
      .layout-pages-custom-page-winyarr #winyarr .section.section-five .section-nav {
        display: flex;
        text-align: center;
        justify-content: center;
        flex-wrap: wrap; }
        @media screen and (max-width: 900px) {
          .layout-pages-custom-page-winyarr #winyarr .section.section-five .section-nav {
            margin-bottom: 50px; } }
        .layout-pages-custom-page-winyarr #winyarr .section.section-five .section-nav a, .layout-pages-custom-page-winyarr #winyarr .section.section-five .section-nav .link {
          font-size: 18px;
          font-weight: 1.72px; }
          @media screen and (max-width: 900px) {
            .layout-pages-custom-page-winyarr #winyarr .section.section-five .section-nav a, .layout-pages-custom-page-winyarr #winyarr .section.section-five .section-nav .link {
              width: 100%;
              font-size: 15px;
              margin-bottom: 30px; } }
          @media screen and (min-width: 901px) {
            .layout-pages-custom-page-winyarr #winyarr .section.section-five .section-nav a:nth-child(2), .layout-pages-custom-page-winyarr #winyarr .section.section-five .section-nav .link:nth-child(2) {
              margin-left: 100px; } }

.layout-pages-custom-page-winyarr .preloader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 200; }
  @media screen and (min-width: 901px) {
    .layout-pages-custom-page-winyarr .preloader-wrapper {
      display: none; } }
  .layout-pages-custom-page-winyarr .preloader-wrapper .lds-ellipsis {
    width: 80px;
    height: 80px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .layout-pages-custom-page-winyarr .preloader-wrapper .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #9B633B;
    animation-timing-function: cubic-bezier(0, 1, 1, 0); }
  .layout-pages-custom-page-winyarr .preloader-wrapper .lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite; }
  .layout-pages-custom-page-winyarr .preloader-wrapper .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite; }
  .layout-pages-custom-page-winyarr .preloader-wrapper .lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite; }
  .layout-pages-custom-page-winyarr .preloader-wrapper .lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite; }

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

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

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

.layout-pages-custom-page-winyarr .bg-fix-safari, .layout-pages-custom-page-winyarr #winyarr .section.section-four .section-left .section-column_inner:nth-child(2), .layout-pages-custom-page-winyarr #winyarr .section.section-four .section-right, .layout-pages-custom-page-winyarr #winyarr .section.section-five .section-column_inner, .layout-pages-custom-page-winyarr #winyarr .section.section-five .section-nav {
  z-index: 1;
  background-color: #F7EEE5;
  position: relative; }

#winyarr-collection-video {
  position: relative;
  padding-bottom: 56.3%;
  height: 0;
  max-width: 100%;
  margin: 0 auto; }
  #winyarr-collection-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.layout-pages-custom-page-csr .body {
  margin-top: 0; }

.layout-pages-custom-page-csr .csr-container {
  max-width: 1680px; }

.page.csr-page .flex-container {
  display: flex;
  flex-wrap: wrap; }

@media screen and (max-width: 600px) {
  .page.csr-page .heading {
    font-size: 25px !important;
    margin-bottom: 20px !important;
    line-height: 32px !important; } }

.page.csr-page section {
  padding: 30px 0;
  width: 100%; }
  @media screen and (max-width: 600px) {
    .page.csr-page section {
      padding: 0 0 20px 0; } }
  .page.csr-page section[visibility="false"] {
    display: none; }
  .page.csr-page section.flex-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    .page.csr-page section.flex-section[visibility="false"] {
      display: none; }
    .page.csr-page section.flex-section .column-half {
      width: 50%; }
      @media screen and (max-width: 600px) {
        .page.csr-page section.flex-section .column-half {
          width: 100%; } }
  .page.csr-page section.no-padding {
    padding: 0; }
    @media screen and (max-width: 600px) {
      .page.csr-page section.no-padding {
        margin-bottom: 10px; } }
  .page.csr-page section .text-center {
    text-align: center; }
  .page.csr-page section .text-content-container {
    max-width: 1009px;
    margin: 0 auto; }
    @media screen and (max-width: 1030px) {
      .page.csr-page section .text-content-container {
        padding: 0 20px; } }
    @media screen and (max-width: 600px) {
      .page.csr-page section .text-content-container br {
        display: none; } }
    .page.csr-page section .text-content-container p:last-child {
      margin-bottom: 10px !important; }
  .page.csr-page section p {
    line-height: 30px; }
    @media screen and (max-width: 600px) {
      .page.csr-page section p {
        font-size: 15px; } }
  .page.csr-page section .btn, .page.csr-page section body.page-checkout .optimizedCheckout-buttonPrimary, body.page-checkout .page.csr-page section .optimizedCheckout-buttonPrimary, .page.csr-page section body.page-checkout .optimizedCheckout-buttonSecondary, body.page-checkout .page.csr-page section .optimizedCheckout-buttonSecondary, .page.csr-page section div#storemapper div#storemapper-form #storemapper-go.btn, div#storemapper div#storemapper-form .page.csr-page section #storemapper-go.btn, .page.csr-page section #productView-reminder-bar .productView-mini-action, #productView-reminder-bar .page.csr-page section .productView-mini-action {
    height: auto;
    margin-left: 20px;
    padding: 6px 20px;
    min-width: 320px;
    margin-top: 20px; }
    @media screen and (max-width: 600px) {
      .page.csr-page section .btn, .page.csr-page section body.page-checkout .optimizedCheckout-buttonPrimary, body.page-checkout .page.csr-page section .optimizedCheckout-buttonPrimary, .page.csr-page section body.page-checkout .optimizedCheckout-buttonSecondary, body.page-checkout .page.csr-page section .optimizedCheckout-buttonSecondary, .page.csr-page section div#storemapper div#storemapper-form #storemapper-go.btn, div#storemapper div#storemapper-form .page.csr-page section #storemapper-go.btn, .page.csr-page section #productView-reminder-bar .productView-mini-action, #productView-reminder-bar .page.csr-page section .productView-mini-action {
        font-size: 15px;
        min-width: initial;
        margin-left: 0;
        padding: 7px 15px;
        line-height: 25px; } }
  .page.csr-page section .flex-centered {
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    flex-wrap: wrap; }

.page.csr-page .banner-container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  padding-bottom: 30.91667%; }

.page.csr-page .banner-content {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
  font-size: 65px;
  font-weight: 300;
  width: 100%; }
  .page.csr-page .banner-content .heading {
    color: white; }
  .page.csr-page .banner-content h1,
  .page.csr-page .banner-content h2,
  .page.csr-page .banner-content h3,
  .page.csr-page .banner-content h4,
  .page.csr-page .banner-content h5,
  .page.csr-page .banner-content h6,
  .page.csr-page .banner-content p {
    color: white; }

@media screen and (max-width: 750px) {
  .page.csr-page .section-carousel.flex-section {
    flex-direction: column-reverse; } }

@media screen and (max-width: 750px) {
  .page.csr-page .section-carousel.flex-section .column-half {
    width: 100%; } }

.page.csr-page .section-carousel .banner-box {
  display: flex;
  flex-wrap: wrap; }
  .page.csr-page .section-carousel .banner-box .banner-box-column {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #581719; }
    @media screen and (max-width: 750px) {
      .page.csr-page .section-carousel .banner-box .banner-box-column {
        width: 100%; } }
    .page.csr-page .section-carousel .banner-box .banner-box-column.right .banner-box-text {
      text-align: center; }
  .page.csr-page .section-carousel .banner-box img {
    width: 100%; }
  .page.csr-page .section-carousel .banner-box .banner-box-text {
    position: absolute;
    font-size: 25px;
    line-height: 35px;
    color: #ffffff;
    max-width: 580px;
    text-align: left; }
    @media screen and (max-width: 1279px) {
      .page.csr-page .section-carousel .banner-box .banner-box-text {
        font-size: 15px;
        max-width: 258px; } }
    @media screen and (max-width: 1279px) {
      .page.csr-page .section-carousel .banner-box .banner-box-text h1,
      .page.csr-page .section-carousel .banner-box .banner-box-text h2,
      .page.csr-page .section-carousel .banner-box .banner-box-text h3,
      .page.csr-page .section-carousel .banner-box .banner-box-text h4,
      .page.csr-page .section-carousel .banner-box .banner-box-text h5,
      .page.csr-page .section-carousel .banner-box .banner-box-text h6,
      .page.csr-page .section-carousel .banner-box .banner-box-text p,
      .page.csr-page .section-carousel .banner-box .banner-box-text .heading {
        line-height: 25px; } }

.page.csr-page .section-carousel .column-right .banner-box-text {
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 52px;
  text-align: center;
  max-width: 599px;
  color: white; }
  @media screen and (max-width: 1279px) {
    .page.csr-page .section-carousel .column-right .banner-box-text {
      padding: 0 20px; } }
  .page.csr-page .section-carousel .column-right .banner-box-text h1,
  .page.csr-page .section-carousel .column-right .banner-box-text .heading {
    font-size: 40px; }
    @media screen and (max-width: 1279px) {
      .page.csr-page .section-carousel .column-right .banner-box-text h1,
      .page.csr-page .section-carousel .column-right .banner-box-text .heading {
        padding: 0 20px;
        font-size: 25px; } }
  .page.csr-page .section-carousel .column-right .banner-box-text h1,
  .page.csr-page .section-carousel .column-right .banner-box-text h2,
  .page.csr-page .section-carousel .column-right .banner-box-text h3,
  .page.csr-page .section-carousel .column-right .banner-box-text h4,
  .page.csr-page .section-carousel .column-right .banner-box-text h5,
  .page.csr-page .section-carousel .column-right .banner-box-text h6,
  .page.csr-page .section-carousel .column-right .banner-box-text p,
  .page.csr-page .section-carousel .column-right .banner-box-text span,
  .page.csr-page .section-carousel .column-right .banner-box-text .heading {
    color: #ffffff; }
  .page.csr-page .section-carousel .column-right .banner-box-text .title {
    font-size: 13px;
    line-height: 30px; }

.page.csr-page .section-carousel .slider-wrapper .slick-dots {
  display: none !important; }

.page.csr-page .section-carousel .slider-wrapper .slick-next,
.page.csr-page .section-carousel .slider-wrapper .slick-prev {
  background: transparent;
  border: 0;
  padding: 0;
  transform: initial;
  position: initial;
  width: 21px;
  height: auto;
  margin: 0; }
  .page.csr-page .section-carousel .slider-wrapper .slick-next::before,
  .page.csr-page .section-carousel .slider-wrapper .slick-prev::before {
    background-image: url(../icons/wit-arrow-white.svg);
    height: 16px;
    width: 21px; }

.page.csr-page .section-carousel .slider-wrapper .slick-next::before {
  transform: rotate(180deg);
  left: 160px; }

.page.csr-page .section-carousel .slider-wrapper.slick-dotted.slick-slider {
  margin: 0; }

.page.csr-page .section-carousel .slider-wrapper .slider-buttons {
  position: absolute;
  max-width: 1400px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 30px;
  bottom: 100px;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 1279px) {
    .page.csr-page .section-carousel .slider-wrapper .slider-buttons {
      justify-content: center;
      bottom: 25px; } }
  @media screen and (max-width: 750px) {
    .page.csr-page .section-carousel .slider-wrapper .slider-buttons {
      top: -105px;
      bottom: 0;
      margin: auto 0; } }
  .page.csr-page .section-carousel .slider-wrapper .slider-buttons .pagingInfo {
    color: white;
    margin: 0 20px; }

@media screen and (max-width: 800px) {
  .page.csr-page .section-3 {
    margin-bottom: 20px; } }

.page.csr-page .section-10.container.wide {
  max-width: 1250px; }

.page.csr-page .section-10.section-banners {
  display: flex;
  flex-wrap: wrap; }
  .page.csr-page .section-10.section-banners[visibility="false"] {
    display: none; }

.page.csr-page .section-10 .banner-left {
  width: 40%; }
  .page.csr-page .section-10 .banner-left img {
    width: 100%; }

.page.csr-page .section-10 .banner-right {
  width: calc(60% - 20px);
  margin-left: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

@media screen and (max-width: 600px) {
  .page.csr-page .section-10 .banner-left,
  .page.csr-page .section-10 .banner-right {
    width: 100%;
    margin: 0;
    padding: 15px 20px; } }

@media screen and (max-width: 600px) {
  .page.csr-page .section-10 .banner-right {
    margin: 15px 20px;
    padding-bottom: 105.6338%; } }

.page.csr-page .section-11 .container {
  padding: 0; }
  .page.csr-page .section-11 .container .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
    justify-content: center; }
    @media screen and (max-width: 600px) {
      .page.csr-page .section-11 .container .wrap {
        margin-left: 0;
        margin-right: 0; } }

.page.csr-page .section-11 .box {
  width: 50%;
  padding: 0 30px; }
  @media screen and (max-width: 600px) {
    .page.csr-page .section-11 .box {
      width: 100%;
      padding: 0 20px; } }
  .page.csr-page .section-11 .box[visibility="false"] {
    display: none; }

.page.csr-page .section-11 .heading {
  font-size: 25px; }

@media screen and (max-width: 600px) {
  .page.csr-page .section-11 h1,
  .page.csr-page .section-11 h2,
  .page.csr-page .section-11 h3,
  .page.csr-page .section-11 h4,
  .page.csr-page .section-11 h5,
  .page.csr-page .section-11 h6,
  .page.csr-page .section-11 p,
  .page.csr-page .section-11 .heading {
    line-height: 25px; } }

.page.csr-page .section-12 .heading {
  font-size: 35px; }

@media screen and (max-width: 800px) {
  .page.csr-page br {
    display: none; } }

.page.csr-page .heading {
  line-height: 50px; }

.common-main-banner.main-banner {
  padding-bottom: 65.47619%;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 800px) {
    .common-main-banner.main-banner {
      padding-bottom: 146.66667%; } }

.common-main-banner .mask {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(77, 77, 77, 0.2));
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0; }

.common-main-banner .main-banner-ctas {
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 800px) {
    .common-main-banner .main-banner-ctas {
      flex-direction: column;
      margin-top: 10px; } }
  .common-main-banner .main-banner-ctas .cta-column {
    text-align: center; }
  .common-main-banner .main-banner-ctas a, .common-main-banner .main-banner-ctas .link {
    margin: 0 20px;
    color: #ffffff; }
    @media screen and (max-width: 800px) {
      .common-main-banner .main-banner-ctas a, .common-main-banner .main-banner-ctas .link {
        text-align: center;
        margin: 15px 0;
        display: inline-block; } }

.common-main-banner .main-banner-caption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto 0;
  height: 150px;
  z-index: 2; }

.common-main-banner .main-banner-title {
  color: white;
  width: 100%;
  text-align: center;
  font-size: 90px;
  font-weight: 300; }
  @media screen and (max-width: 1680px) {
    .common-main-banner .main-banner-title {
      font-size: 5.655vw; } }
  @media screen and (max-width: 800px) {
    .common-main-banner .main-banner-title {
      font-size: 50px; } }

.common-flickity-slider .product-carousel-container {
  flex-wrap: wrap;
  display: flex;
  opacity: 0;
  transition: opacity 0.5s ease-in;
  position: relative; }
  .common-flickity-slider .product-carousel-container.show {
    opacity: 1; }
  .common-flickity-slider .product-carousel-container .product-flickity-carousel-wrapper {
    width: 100%;
    outline: none; }
  .common-flickity-slider .product-carousel-container .flickity-viewport {
    overflow: hidden; }
  .common-flickity-slider .product-carousel-container .slide {
    width: 295px; }
    @media screen and (max-width: 800px) {
      .common-flickity-slider .product-carousel-container .slide {
        max-width: 33%; } }
    .common-flickity-slider .product-carousel-container .slide img {
      width: 100%; }

.common-flickity-slider .flickity-button {
  position: absolute;
  top: -50px;
  padding: 0 !important;
  background-image: url(../icons/wit-arrow-left.svg);
  background-size: cover;
  height: 15px;
  width: 23px;
  background-repeat: no-repeat;
  background-position: center;
  right: 20px;
  margin-right: 45px; }
  .common-flickity-slider .flickity-button.next {
    transform: rotate(180deg);
    margin-right: 0; }
  .common-flickity-slider .flickity-button svg {
    display: none; }

.has-button {
  position: relative; }

.flex-container {
  display: flex; }

.absolute-fullsize {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.pulse-button {
  position: absolute;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 100%;
  background-color: #ffffff;
  background-image: url(../icons/wit-qty-plus-black.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.9);
  animation: pulse 1.5s infinite;
  background-position: center;
  display: none;
  padding: 0; }
  @media screen and (min-width: 801px) {
    .pulse-button.mobile {
      display: none; } }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9); }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9); }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }

.layout-pages-custom-page-the-explorers .body {
  margin-top: 0; }

.layout-pages-custom-page-the-explorers #theExplorers .container,
.layout-pages-custom-page-the-explorers .container.the-explorers {
  max-width: 1680px;
  padding: 0; }

.layout-pages-custom-page-the-explorers .flex-container {
  display: flex;
  flex-wrap: wrap; }
  .layout-pages-custom-page-the-explorers .flex-container .column-50 {
    width: 50%; }

@media screen and (min-width: 801px) {
  .layout-pages-custom-page-the-explorers #theExplorers .mobile-transition {
    transform: none;
    transition: none;
    opacity: 1; } }

.layout-pages-custom-page-the-explorers #theExplorers .running-header {
  padding: 90px;
  justify-content: space-between;
  top: 25.5%;
  z-index: -2;
  height: 100px;
  width: 100%; }
  @media screen and (min-width: 801px) {
    .layout-pages-custom-page-the-explorers #theExplorers .running-header {
      position: sticky; } }
  @media screen and (max-width: 800px) {
    .layout-pages-custom-page-the-explorers #theExplorers .running-header {
      padding: 42px 20px;
      margin: 9px 0; } }
  .layout-pages-custom-page-the-explorers #theExplorers .running-header div {
    font-size: 16px;
    letter-spacing: 2.46px;
    line-height: 20px; }
    @media screen and (max-width: 800px) {
      .layout-pages-custom-page-the-explorers #theExplorers .running-header div {
        font-size: 12px; } }

.layout-pages-custom-page-the-explorers #theExplorers .section {
  overflow: hidden; }
  .layout-pages-custom-page-the-explorers #theExplorers .section.section-one, .layout-pages-custom-page-the-explorers #theExplorers .section.section-seven {
    position: relative; }
    .layout-pages-custom-page-the-explorers #theExplorers .section.section-one .mask, .layout-pages-custom-page-the-explorers #theExplorers .section.section-seven .mask {
      background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.12));
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 1;
      top: 0; }
    .layout-pages-custom-page-the-explorers #theExplorers .section.section-one .column-50 .bg-img, .layout-pages-custom-page-the-explorers #theExplorers .section.section-seven .column-50 .bg-img {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      position: relative;
      width: 100%; }
    .layout-pages-custom-page-the-explorers #theExplorers .section.section-one .column-50 .desktop, .layout-pages-custom-page-the-explorers #theExplorers .section.section-seven .column-50 .desktop {
      padding-bottom: 119.04762%; }
      @media screen and (max-width: 800px) {
        .layout-pages-custom-page-the-explorers #theExplorers .section.section-one .column-50 .desktop, .layout-pages-custom-page-the-explorers #theExplorers .section.section-seven .column-50 .desktop {
          display: none; } }
    .layout-pages-custom-page-the-explorers #theExplorers .section.section-one .column-50:first-child .desktop, .layout-pages-custom-page-the-explorers #theExplorers .section.section-seven .column-50:first-child .desktop {
      background-size: 121%; }
    .layout-pages-custom-page-the-explorers #theExplorers .section.section-one .column-50 .mobile, .layout-pages-custom-page-the-explorers #theExplorers .section.section-seven .column-50 .mobile {
      background-size: cover;
      padding-bottom: 146.66667%; }
      @media screen and (min-width: 801px) {
        .layout-pages-custom-page-the-explorers #theExplorers .section.section-one .column-50 .mobile, .layout-pages-custom-page-the-explorers #theExplorers .section.section-seven .column-50 .mobile {
          display: none; } }
    @media screen and (max-width: 800px) {
      .layout-pages-custom-page-the-explorers #theExplorers .section.section-one .column-left, .layout-pages-custom-page-the-explorers #theExplorers .section.section-seven .column-left {
        width: 100%; } }
    @media screen and (max-width: 800px) {
      .layout-pages-custom-page-the-explorers #theExplorers .section.section-one .column-right, .layout-pages-custom-page-the-explorers #theExplorers .section.section-seven .column-right {
        display: none; } }
    .layout-pages-custom-page-the-explorers #theExplorers .section.section-one .section-title .banner-logo, .layout-pages-custom-page-the-explorers #theExplorers .section.section-seven .section-title .banner-logo {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 100%;
      text-align: center;
      max-width: 500px; }
      @media screen and (max-width: 1680px) {
        .layout-pages-custom-page-the-explorers #theExplorers .section.section-one .section-title .banner-logo, .layout-pages-custom-page-the-explorers #theExplorers .section.section-seven .section-title .banner-logo {
          max-width: 29.762vw; } }
      @media screen and (max-width: 800px) {
        .layout-pages-custom-page-the-explorers #theExplorers .section.section-one .section-title .banner-logo, .layout-pages-custom-page-the-explorers #theExplorers .section.section-seven .section-title .banner-logo {
          max-width: 250px; } }
    .layout-pages-custom-page-the-explorers #theExplorers .section.section-one .section-links, .layout-pages-custom-page-the-explorers #theExplorers .section.section-seven .section-links {
      position: absolute;
      bottom: 55px;
      width: 100%;
      display: flex;
      justify-content: center;
      flex-direction: row;
      z-index: 2; }
      @media screen and (max-width: 1680px) {
        .layout-pages-custom-page-the-explorers #theExplorers .section.section-one .section-links, .layout-pages-custom-page-the-explorers #theExplorers .section.section-seven .section-links {
          bottom: 3.274vw; } }
      @media screen and (max-width: 800px) {
        .layout-pages-custom-page-the-explorers #theExplorers .section.section-one .section-links, .layout-pages-custom-page-the-explorers #theExplorers .section.section-seven .section-links {
          bottom: 43px;
          flex-wrap: wrap; } }
      .layout-pages-custom-page-the-explorers #theExplorers .section.section-one .section-links a, .layout-pages-custom-page-the-explorers #theExplorers .section.section-one .section-links .link, .layout-pages-custom-page-the-explorers #theExplorers .section.section-seven .section-links a, .layout-pages-custom-page-the-explorers #theExplorers .section.section-seven .section-links .link {
        width: 50%;
        margin: 0 60px;
        color: #ffffff;
        font-size: 24px; }
        @media screen and (max-width: 1680px) {
          .layout-pages-custom-page-the-explorers #theExplorers .section.section-one .section-links a, .layout-pages-custom-page-the-explorers #theExplorers .section.section-one .section-links .link, .layout-pages-custom-page-the-explorers #theExplorers .section.section-seven .section-links a, .layout-pages-custom-page-the-explorers #theExplorers .section.section-seven .section-links .link {
            margin: 0 3.571vw; } }
        @media screen and (max-width: 800px) {
          .layout-pages-custom-page-the-explorers #theExplorers .section.section-one .section-links a, .layout-pages-custom-page-the-explorers #theExplorers .section.section-one .section-links .link, .layout-pages-custom-page-the-explorers #theExplorers .section.section-seven .section-links a, .layout-pages-custom-page-the-explorers #theExplorers .section.section-seven .section-links .link {
            width: 100%;
            text-align: center;
            font-size: 18px;
            margin-top: 20px; } }
        @media screen and (min-width: 801px) {
          .layout-pages-custom-page-the-explorers #theExplorers .section.section-one .section-links a:first-child, .layout-pages-custom-page-the-explorers #theExplorers .section.section-one .section-links .link:first-child, .layout-pages-custom-page-the-explorers #theExplorers .section.section-seven .section-links a:first-child, .layout-pages-custom-page-the-explorers #theExplorers .section.section-seven .section-links .link:first-child {
            text-align: right; } }
        @media screen and (min-width: 801px) {
          .layout-pages-custom-page-the-explorers #theExplorers .section.section-one .section-links a:last-child, .layout-pages-custom-page-the-explorers #theExplorers .section.section-one .section-links .link:last-child, .layout-pages-custom-page-the-explorers #theExplorers .section.section-seven .section-links a:last-child, .layout-pages-custom-page-the-explorers #theExplorers .section.section-seven .section-links .link:last-child {
            text-align: left; } }
    .layout-pages-custom-page-the-explorers #theExplorers .section.section-one .single-column, .layout-pages-custom-page-the-explorers #theExplorers .section.section-seven .single-column {
      width: 100%; }
      .layout-pages-custom-page-the-explorers #theExplorers .section.section-one .single-column.jarallax, .layout-pages-custom-page-the-explorers #theExplorers .section.section-seven .single-column.jarallax {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        width: 100%;
        padding-bottom: 53.57143%; }
        @media screen and (min-width: 801px) {
          .layout-pages-custom-page-the-explorers #theExplorers .section.section-one .single-column.jarallax, .layout-pages-custom-page-the-explorers #theExplorers .section.section-seven .single-column.jarallax {
            background-attachment: fixed; } }
        @media screen and (max-width: 800px) {
          .layout-pages-custom-page-the-explorers #theExplorers .section.section-one .single-column.jarallax, .layout-pages-custom-page-the-explorers #theExplorers .section.section-seven .single-column.jarallax {
            padding-bottom: 133.33333%; } }
  @media screen and (max-width: 800px) {
    .layout-pages-custom-page-the-explorers #theExplorers .section.section-two {
      padding: 0 20px; } }
  @media screen and (min-width: 801px) {
    .layout-pages-custom-page-the-explorers #theExplorers .section.section-two img {
      transform: none; } }
  .layout-pages-custom-page-the-explorers #theExplorers .section.section-two .column-main {
    width: 62%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media screen and (min-width: 801px) {
      .layout-pages-custom-page-the-explorers #theExplorers .section.section-two .column-main {
        transform: none; } }
    @media screen and (max-width: 800px) {
      .layout-pages-custom-page-the-explorers #theExplorers .section.section-two .column-main {
        width: 100%;
        padding-top: 90px;
        justify-content: center; } }
    .layout-pages-custom-page-the-explorers #theExplorers .section.section-two .column-main .column-right-text {
      background-color: #ffffff; }
      @media screen and (max-width: 800px) {
        .layout-pages-custom-page-the-explorers #theExplorers .section.section-two .column-main .column-right-text {
          display: flex;
          align-items: center;
          flex-direction: column; } }
    .layout-pages-custom-page-the-explorers #theExplorers .section.section-two .column-main .section-title {
      padding-right: 114px; }
      @media screen and (max-width: 1680px) {
        .layout-pages-custom-page-the-explorers #theExplorers .section.section-two .column-main .section-title {
          padding-right: 6.786vw; } }
      @media screen and (max-width: 800px) {
        .layout-pages-custom-page-the-explorers #theExplorers .section.section-two .column-main .section-title {
          padding-right: 0;
          max-width: 305px; } }
    .layout-pages-custom-page-the-explorers #theExplorers .section.section-two .column-main .section-title-main {
      font-size: 80px;
      font-weight: 300;
      letter-spacing: 0;
      line-height: 95px;
      text-align: right;
      padding-right: 72px; }
      @media screen and (max-width: 1680px) {
        .layout-pages-custom-page-the-explorers #theExplorers .section.section-two .column-main .section-title-main {
          font-size: 4.762vw;
          line-height: 5.655vw; } }
      @media screen and (max-width: 800px) {
        .layout-pages-custom-page-the-explorers #theExplorers .section.section-two .column-main .section-title-main {
          font-size: 35px;
          padding-right: 0;
          text-align: center;
          line-height: initial; } }
    .layout-pages-custom-page-the-explorers #theExplorers .section.section-two .column-main .section-title-italic {
      font-family: "Times New Roman", Times, serif;
      font-size: 80px;
      font-style: italic;
      letter-spacing: 0;
      line-height: 95px;
      text-align: right; }
      @media screen and (max-width: 1680px) {
        .layout-pages-custom-page-the-explorers #theExplorers .section.section-two .column-main .section-title-italic {
          font-size: 4.762vw;
          line-height: 5.655vw; } }
      @media screen and (max-width: 800px) {
        .layout-pages-custom-page-the-explorers #theExplorers .section.section-two .column-main .section-title-italic {
          line-height: initial;
          font-size: 35px; } }
    .layout-pages-custom-page-the-explorers #theExplorers .section.section-two .column-main .section-subtitle {
      display: flex;
      justify-content: center;
      margin-top: 38px;
      padding-left: 45px; }
      @media screen and (max-width: 1680px) {
        .layout-pages-custom-page-the-explorers #theExplorers .section.section-two .column-main .section-subtitle {
          margin-top: 2.262vw; } }
      @media screen and (max-width: 800px) {
        .layout-pages-custom-page-the-explorers #theExplorers .section.section-two .column-main .section-subtitle {
          padding: 0; } }
      .layout-pages-custom-page-the-explorers #theExplorers .section.section-two .column-main .section-subtitle p {
        max-width: 381px;
        font-size: 24px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 38px;
        margin: 0; }
        @media screen and (max-width: 1680px) {
          .layout-pages-custom-page-the-explorers #theExplorers .section.section-two .column-main .section-subtitle p {
            font-size: 1.429vw;
            line-height: 2.262vw; } }
        @media screen and (max-width: 800px) {
          .layout-pages-custom-page-the-explorers #theExplorers .section.section-two .column-main .section-subtitle p {
            font-size: 16px;
            line-height: 25px;
            max-width: 270px; } }
  .layout-pages-custom-page-the-explorers #theExplorers .section.section-two .column-side {
    width: 38%;
    padding-left: 90px;
    position: relative; }
    @media screen and (max-width: 800px) {
      .layout-pages-custom-page-the-explorers #theExplorers .section.section-two .column-side {
        width: 100%;
        padding-left: 0; } }
    .layout-pages-custom-page-the-explorers #theExplorers .section.section-two .column-side img {
      width: 100%; }
    .layout-pages-custom-page-the-explorers #theExplorers .section.section-two .column-side.column-left .jarallax {
      padding-bottom: 79.62963%; }
  .layout-pages-custom-page-the-explorers #theExplorers .section.section-three {
    padding: 150px 0 0; }
    @media screen and (max-width: 800px) {
      .layout-pages-custom-page-the-explorers #theExplorers .section.section-three {
        padding: 100px 0 0; } }
    @media screen and (min-width: 801px) {
      .layout-pages-custom-page-the-explorers #theExplorers .section.section-three img {
        transform: none; } }
    .layout-pages-custom-page-the-explorers #theExplorers .section.section-three .flex-container {
      justify-content: center;
      position: relative; }
    .layout-pages-custom-page-the-explorers #theExplorers .section.section-three .column {
      width: 46%; }
      @media screen and (max-width: 800px) {
        .layout-pages-custom-page-the-explorers #theExplorers .section.section-three .column {
          width: 100%; } }
      .layout-pages-custom-page-the-explorers #theExplorers .section.section-three .column img {
        width: 100%; }
      @media screen and (min-width: 801px) {
        .layout-pages-custom-page-the-explorers #theExplorers .section.section-three .column:first-child {
          transform: translateX(-8%); } }
      .layout-pages-custom-page-the-explorers #theExplorers .section.section-three .column:first-child.slide {
        animation: slideRight 1s ease-in-out 0.5s 1 normal forwards; }
      .layout-pages-custom-page-the-explorers #theExplorers .section.section-three .column:first-child.slide-back {
        animation: slideBackLeft 1s ease-in-out 0.5s 1 normal forwards;
        transform: translateX(0); }
      @media screen and (min-width: 801px) {
        .layout-pages-custom-page-the-explorers #theExplorers .section.section-three .column:last-child {
          transform: translateX(8%); } }
      .layout-pages-custom-page-the-explorers #theExplorers .section.section-three .column:last-child.slide {
        animation: slideLeft 1s ease-in-out 0.5s 1 normal forwards; }
      .layout-pages-custom-page-the-explorers #theExplorers .section.section-three .column:last-child.slide-back {
        animation: slideBackRight 1s ease-in-out 0.5s 1 normal forwards;
        transform: translateX(0); }
    @media screen and (min-width: 801px) {
      .layout-pages-custom-page-the-explorers #theExplorers .section.section-three .center {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(90deg); } }
    @media screen and (max-width: 800px) {
      .layout-pages-custom-page-the-explorers #theExplorers .section.section-three .center {
        padding: 50px 0;
        text-align: center;
        width: 100%; } }
    .layout-pages-custom-page-the-explorers #theExplorers .section.section-three .center p {
      font-size: 16px;
      letter-spacing: 2.46px;
      margin: 0;
      line-height: 16px; }
      @media screen and (max-width: 800px) {
        .layout-pages-custom-page-the-explorers #theExplorers .section.section-three .center p {
          font-size: 14px;
          letter-spacing: 2.15px;
          line-height: 20px; } }
  .layout-pages-custom-page-the-explorers #theExplorers .section.section-four {
    padding: 150px 0; }
    @media screen and (max-width: 800px) {
      .layout-pages-custom-page-the-explorers #theExplorers .section.section-four {
        padding: 0 20px; } }
    @media screen and (min-width: 801px) {
      .layout-pages-custom-page-the-explorers #theExplorers .section.section-four img {
        transform: none; } }
    .layout-pages-custom-page-the-explorers #theExplorers .section.section-four .flex-container {
      justify-content: center;
      position: relative; }
    .layout-pages-custom-page-the-explorers #theExplorers .section.section-four .column {
      width: 25.9%; }
      @media screen and (max-width: 800px) {
        .layout-pages-custom-page-the-explorers #theExplorers .section.section-four .column {
          width: 100%;
          margin-bottom: 20px; } }
      .layout-pages-custom-page-the-explorers #theExplorers .section.section-four .column img {
        width: 100%; }
      @media screen and (min-width: 801px) {
        .layout-pages-custom-page-the-explorers #theExplorers .section.section-four .column.column-left {
          transform: translateX(-50%); } }
      .layout-pages-custom-page-the-explorers #theExplorers .section.section-four .column.column-left.slide {
        animation: slideRight50 1s ease-in-out 0s 1 normal forwards; }
      .layout-pages-custom-page-the-explorers #theExplorers .section.section-four .column.column-left.slide-back {
        animation: slideBackLeft50 1s ease-in-out 0s 1 normal forwards;
        transform: translateX(0); }
      @media screen and (min-width: 801px) {
        .layout-pages-custom-page-the-explorers #theExplorers .section.section-four .column.column-right {
          transform: translateX(50%); } }
      .layout-pages-custom-page-the-explorers #theExplorers .section.section-four .column.column-right.slide {
        animation: slideLeft50 1s ease-in-out 0s 1 normal forwards; }
      .layout-pages-custom-page-the-explorers #theExplorers .section.section-four .column.column-right.slide-back {
        animation: slideBackRight50 1s ease-in-out 0s 1 normal forwards;
        transform: translateX(0); }
    .layout-pages-custom-page-the-explorers #theExplorers .section.section-four .center {
      text-align: center;
      z-index: 1; }
      @media screen and (min-width: 801px) {
        .layout-pages-custom-page-the-explorers #theExplorers .section.section-four .center {
          margin: 0;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); } }
      @media screen and (max-width: 800px) {
        .layout-pages-custom-page-the-explorers #theExplorers .section.section-four .center {
          padding: 90px 0;
          text-align: center;
          width: 100%; } }
      .layout-pages-custom-page-the-explorers #theExplorers .section.section-four .center i {
        font-family: "Times New Roman", Times, serif; }
      .layout-pages-custom-page-the-explorers #theExplorers .section.section-four .center p {
        font-size: 80px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 95px;
        margin: 0; }
        @media screen and (max-width: 1680px) {
          .layout-pages-custom-page-the-explorers #theExplorers .section.section-four .center p {
            font-size: 4.762vw;
            line-height: 5.655vw; } }
        @media screen and (max-width: 800px) {
          .layout-pages-custom-page-the-explorers #theExplorers .section.section-four .center p {
            font-size: 35px;
            line-height: initial; } }
    .layout-pages-custom-page-the-explorers #theExplorers .section.section-four .fake-columns {
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      width: 100%;
      height: 100%;
      z-index: 5;
      display: flex;
      justify-content: center; }
      .layout-pages-custom-page-the-explorers #theExplorers .section.section-four .fake-columns.slide {
        animation: widthSlide 1s forwards; }
      .layout-pages-custom-page-the-explorers #theExplorers .section.section-four .fake-columns.slide-back {
        animation: widthSlideBack 1s forwards;
        width: 100%; }
      @media screen and (max-width: 800px) {
        .layout-pages-custom-page-the-explorers #theExplorers .section.section-four .fake-columns {
          display: none; } }
      .layout-pages-custom-page-the-explorers #theExplorers .section.section-four .fake-columns .column {
        width: 25.9%; }
        @media screen and (max-width: 800px) {
          .layout-pages-custom-page-the-explorers #theExplorers .section.section-four .fake-columns .column {
            transform: initial; } }
    @media screen and (min-width: 801px) {
      .layout-pages-custom-page-the-explorers #theExplorers .section.section-four .desktop-column .pulse-button {
        display: none !important; } }
  @media screen and (max-width: 800px) {
    .layout-pages-custom-page-the-explorers #theExplorers .section.section-five {
      padding: 50px 0 0; } }
  .layout-pages-custom-page-the-explorers #theExplorers .section.section-five .column {
    width: 75.5%; }
    @media screen and (max-width: 800px) {
      .layout-pages-custom-page-the-explorers #theExplorers .section.section-five .column {
        width: 100%; } }
    .layout-pages-custom-page-the-explorers #theExplorers .section.section-five .column img {
      width: 100%; }
  .layout-pages-custom-page-the-explorers #theExplorers .section.section-six {
    position: relative;
    margin: 100px 0; }
    @media screen and (max-width: 800px) {
      .layout-pages-custom-page-the-explorers #theExplorers .section.section-six {
        padding: 0 20px; } }
    .layout-pages-custom-page-the-explorers #theExplorers .section.section-six .first {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-repeat: no-repeat;
      background-size: 36%;
      background-position: center; }
      @media screen and (max-width: 800px) {
        .layout-pages-custom-page-the-explorers #theExplorers .section.section-six .first {
          display: none; } }
      .layout-pages-custom-page-the-explorers #theExplorers .section.section-six .first.attached {
        background-attachment: fixed; }
      .layout-pages-custom-page-the-explorers #theExplorers .section.section-six .first .pulse-button-container {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 36.30%;
        margin: auto;
        z-index: 9999999999;
        height: 55%; }
    .layout-pages-custom-page-the-explorers #theExplorers .section.section-six .second {
      display: flex;
      flex-wrap: wrap;
      z-index: 1;
      position: relative; }
      @media screen and (max-width: 800px) {
        .layout-pages-custom-page-the-explorers #theExplorers .section.section-six .second {
          margin-top: 72px; } }
      @media screen and (max-width: 800px) {
        .layout-pages-custom-page-the-explorers #theExplorers .section.section-six .second img {
          width: 100%;
          max-width: initial; } }
      @media screen and (max-width: 800px) {
        .layout-pages-custom-page-the-explorers #theExplorers .section.section-six .second .img {
          margin-bottom: 54px; } }
      .layout-pages-custom-page-the-explorers #theExplorers .section.section-six .second .img:first-child {
        width: 27.38%;
        margin-bottom: 100px; }
        @media screen and (max-width: 800px) {
          .layout-pages-custom-page-the-explorers #theExplorers .section.section-six .second .img:first-child {
            order: 2;
            width: 100%;
            margin-bottom: 54px; } }
        .layout-pages-custom-page-the-explorers #theExplorers .section.section-six .second .img:first-child img {
          width: 100%; }
      .layout-pages-custom-page-the-explorers #theExplorers .section.section-six .second .img:last-child {
        width: 100%;
        text-align: right; }
        @media screen and (max-width: 800px) {
          .layout-pages-custom-page-the-explorers #theExplorers .section.section-six .second .img:last-child {
            order: 4;
            width: 100%; } }
        @media screen and (min-width: 801px) {
          .layout-pages-custom-page-the-explorers #theExplorers .section.section-six .second .img:last-child img {
            max-width: 27.38%; } }
      .layout-pages-custom-page-the-explorers #theExplorers .section.section-six .second .img.mobile {
        order: 3;
        width: 100%; }
        @media screen and (min-width: 801px) {
          .layout-pages-custom-page-the-explorers #theExplorers .section.section-six .second .img.mobile {
            display: none; } }
      .layout-pages-custom-page-the-explorers #theExplorers .section.section-six .second .text {
        width: 72.62%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-bottom: 150px;
        padding-right: 100px; }
        @media screen and (max-width: 800px) {
          .layout-pages-custom-page-the-explorers #theExplorers .section.section-six .second .text {
            order: 1;
            width: 100%;
            padding: 0;
            text-align: center;
            justify-content: center;
            margin-bottom: 70px;
            display: none; } }
        .layout-pages-custom-page-the-explorers #theExplorers .section.section-six .second .text.sticky {
          position: fixed;
          top: 120.640625px; }
        .layout-pages-custom-page-the-explorers #theExplorers .section.section-six .second .text p {
          font-size: 80px;
          font-weight: 300;
          letter-spacing: 0;
          line-height: 95px;
          text-align: right;
          margin-bottom: 0;
          position: relative;
          position: sticky;
          top: 85px; }
          @media screen and (max-width: 800px) {
            .layout-pages-custom-page-the-explorers #theExplorers .section.section-six .second .text p {
              max-width: 294px; } }
          @media screen and (max-width: 1680px) {
            .layout-pages-custom-page-the-explorers #theExplorers .section.section-six .second .text p {
              font-size: 4.762vw;
              line-height: 5.655vw; } }
          @media screen and (max-width: 800px) {
            .layout-pages-custom-page-the-explorers #theExplorers .section.section-six .second .text p {
              font-size: 35px;
              font-weight: 300;
              letter-spacing: 0;
              line-height: 50px;
              text-align: center;
              margin-left: 0;
              z-index: 2;
              padding: 0 20px; } }
          @media screen and (min-width: 801px) {
            .layout-pages-custom-page-the-explorers #theExplorers .section.section-six .second .text p::after {
              content: '';
              position: absolute;
              width: 50%;
              height: 100%;
              background-color: #ffffff;
              right: -90px;
              top: 0;
              z-index: -1; } }
          @media screen and (max-width: 800px) {
            .layout-pages-custom-page-the-explorers #theExplorers .section.section-six .second .text p br {
              display: none; } }
          .layout-pages-custom-page-the-explorers #theExplorers .section.section-six .second .text p i {
            font-family: "Times New Roman", Times, serif;
            display: inherit;
            text-align: center; }
            @media screen and (max-width: 800px) {
              .layout-pages-custom-page-the-explorers #theExplorers .section.section-six .second .text p i {
                display: inline; } }
    @media screen and (min-width: 801px) {
      .layout-pages-custom-page-the-explorers #theExplorers .section.section-six .third {
        width: 27.38%;
        float: right; } }
    .layout-pages-custom-page-the-explorers #theExplorers .section.section-six .third .img {
      text-align: right; }
      @media screen and (max-width: 800px) {
        .layout-pages-custom-page-the-explorers #theExplorers .section.section-six .third .img {
          order: 4;
          width: 100%; } }
      .layout-pages-custom-page-the-explorers #theExplorers .section.section-six .third .img img {
        width: 100%; }
    .layout-pages-custom-page-the-explorers #theExplorers .section.section-six .text.mobile {
      top: 85px;
      font-size: 35px;
      font-weight: 300;
      letter-spacing: 0;
      line-height: 50px;
      text-align: center;
      z-index: 2; }
      @media screen and (min-width: 801px) {
        .layout-pages-custom-page-the-explorers #theExplorers .section.section-six .text.mobile {
          display: none; } }
      .layout-pages-custom-page-the-explorers #theExplorers .section.section-six .text.mobile br {
        display: none; }
  @media screen and (max-width: 800px) {
    .layout-pages-custom-page-the-explorers #theExplorers .section.section-seven {
      margin-top: 20px; } }
  .layout-pages-custom-page-the-explorers #theExplorers .section.section-seven .section-title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .layout-pages-custom-page-the-explorers #theExplorers .section.section-seven .section-title p {
      color: #ffffff;
      font-weight: 300;
      letter-spacing: 0;
      line-height: 95px;
      font-size: 75px; }
      @media screen and (max-width: 1680px) {
        .layout-pages-custom-page-the-explorers #theExplorers .section.section-seven .section-title p {
          font-size: 4.464vw;
          line-height: 45px; } }
      @media screen and (max-width: 800px) {
        .layout-pages-custom-page-the-explorers #theExplorers .section.section-seven .section-title p {
          font-size: 38px;
          text-align: center; } }

.layout-pages-custom-page-the-explorers #theExplorers em {
  font-family: "Times New Roman", Times, serif; }

.layout-pages-custom-page-the-explorers #theExplorers .jarallax {
  position: relative;
  z-index: 0; }

.layout-pages-custom-page-the-explorers #theExplorers .jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: "object-fit: cover;";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

@keyframes slideBottom {
  0% {
    transform: translateY(1000px); }
  100% {
    transform: translateY(0); } }

@keyframes slideRight {
  0% {
    transform: translateX(-8%); }
  100% {
    transform: translateX(0); } }

@keyframes slideLeft {
  0% {
    transform: translateX(8%); }
  100% {
    transform: translateX(0); } }

@keyframes slideBackLeft {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-8%); } }

@keyframes slideBackRight {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(8%); } }

@keyframes slideRight50 {
  0% {
    transform: translateX(-50%); }
  100% {
    transform: translateX(0); } }

@keyframes slideLeft50 {
  0% {
    transform: translateX(50%); }
  100% {
    transform: translateX(0); } }

@keyframes slideBackRight50 {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(50%); } }

@keyframes slideBackLeft50 {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }

@keyframes widthSlide {
  0% {
    width: 100%; }
  100% {
    width: 51.8%; } }

@keyframes widthSlideBack {
  0% {
    width: 51.8%; }
  100% {
    width: 100%; } }

.explorers-video-container,
.iframe-video-container {
  position: relative;
  padding-bottom: 56.3%;
  height: 0;
  max-width: 100%;
  margin: 0 auto; }
  .explorers-video-container iframe,
  .iframe-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*** global pulse button ***/
.button-popup {
  width: 30%;
  height: auto;
  position: absolute;
  background: #e8e8e8;
  display: none;
  min-width: 160px;
  max-width: 300px;
  z-index: 2;
  text-align: left; }
  .button-popup.show {
    display: block; }
  .button-popup a, .button-popup .link {
    text-decoration: none; }
  .button-popup img {
    width: 100%; }
  .button-popup .name,
  .button-popup .price {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
    padding: 0 20px;
    color: black; }
  .button-popup .price {
    margin-bottom: 20px; }
  .button-popup .name {
    margin-bottom: 0;
    margin-top: 20px;
    display: -webkit-box;
    max-width: 100%;
    margin: 20px auto 0;
    -webkit-line-clamp: 2;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap; }

.layout-pages-home :root {
  --segment-border: #FFFFFF; }

.layout-pages-home .body .container {
  max-width: 100%;
  padding: 0; }

.layout-pages-home .data-homepage-table {
  display: none; }

.layout-pages-home .home-flex-container {
  display: flex;
  flex-direction: column; }

.layout-pages-home .section[data-order="1"] {
  order: 1;
  margin-top: 0px !important; }

.layout-pages-home .section[data-order="2"] {
  order: 2;
  margin-top: 30px; }

.layout-pages-home .section[data-order="3"] {
  order: 3;
  margin-top: 30px; }

.layout-pages-home .section[data-order="4"] {
  order: 4;
  margin-top: 30px; }

.layout-pages-home .section[data-order="5"] {
  order: 5;
  margin-top: 30px; }

.layout-pages-home .section[data-order="6"] {
  order: 6;
  margin-top: 30px; }

.layout-pages-home .section[data-order="7"] {
  order: 7;
  margin-top: 30px; }

.layout-pages-home .section[data-visibility^="false"] {
  display: none !important; }

.layout-pages-home .section.promotion-banner {
  text-align: center;
  color: #FFFFFF; }
  .layout-pages-home .section.promotion-banner p {
    margin-bottom: 0; }
  .layout-pages-home .section.promotion-banner.active .promotion-banner-title svg {
    position: absolute;
    left: 30px;
    content: '';
    width: 12px;
    height: 7px;
    margin: auto 0;
    transform: rotate(180deg) scale(1.4); }
    @media screen and (max-width: 1024px) {
      .layout-pages-home .section.promotion-banner.active .promotion-banner-title svg {
        left: 25px; } }
  .layout-pages-home .section.promotion-banner .promotion-banner-title {
    font-size: 18px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: calc(1560px - 60px);
    margin: 0 auto;
    position: relative;
    cursor: pointer; }
    .layout-pages-home .section.promotion-banner .promotion-banner-title svg {
      position: absolute;
      left: 30px;
      content: '';
      width: 12px;
      height: 7px;
      margin: auto 0;
      transform: scale(1.4); }
      @media screen and (max-width: 1024px) {
        .layout-pages-home .section.promotion-banner .promotion-banner-title svg {
          left: 25px; } }
  .layout-pages-home .section.promotion-banner .promotion-banner-subtitle {
    font-size: 14px;
    max-width: 800px;
    margin: 0 auto 20px;
    padding: 0 20px; }
  .layout-pages-home .section.promotion-banner .promotion-banner-content-container {
    display: flex;
    justify-content: center;
    align-items: center; }
    .layout-pages-home .section.promotion-banner .promotion-banner-content-container .segment {
      padding: 0 18px;
      position: relative; }
      @media screen and (max-width: 500px) {
        .layout-pages-home .section.promotion-banner .promotion-banner-content-container .segment {
          padding: 0 14px; } }
      .layout-pages-home .section.promotion-banner .promotion-banner-content-container .segment:not(:last-child)::after {
        position: absolute;
        right: 1px;
        content: '';
        height: 50px;
        top: 0;
        bottom: 0;
        margin: auto;
        border-left: 1px solid var(--segment-border); }
      .layout-pages-home .section.promotion-banner .promotion-banner-content-container .segment p {
        letter-spacing: -0.1px;
        margin-bottom: 1px; }
  .layout-pages-home .section.promotion-banner .promotion-banner-content {
    padding: 10px 0 30px 0;
    display: none; }
  .layout-pages-home .section.promotion-banner .promotion-banner-footer-container {
    padding-top: 25px; }
    .layout-pages-home .section.promotion-banner .promotion-banner-footer-container p {
      margin-bottom: 5px; }

.layout-pages-home .section.main-banner {
  padding-bottom: 65.47619%;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 800px) {
    .layout-pages-home .section.main-banner {
      padding-bottom: 146.66667%; } }
  .layout-pages-home .section.main-banner .mask {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(77, 77, 77, 0.2));
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0; }
  .layout-pages-home .section.main-banner .main-banner-image img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0; }
    @media screen and (min-width: 801px) {
      .layout-pages-home .section.main-banner .main-banner-image img.main-banner-mobile {
        display: none; } }
    @media screen and (max-width: 800px) {
      .layout-pages-home .section.main-banner .main-banner-image img.main-banner-desktop {
        display: none; } }
  .layout-pages-home .section.main-banner .video-container {
    display: none; }
    .layout-pages-home .section.main-banner .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .layout-pages-home .section.main-banner.is-video {
    padding-bottom: 65.4%; }
    @media screen and (max-width: 800px) {
      .layout-pages-home .section.main-banner.is-video {
        padding-bottom: 146.67%; } }
    .layout-pages-home .section.main-banner.is-video .main-banner-image {
      display: none; }
    .layout-pages-home .section.main-banner.is-video .video-container {
      display: block; }
    @media screen and (max-width: 800px) {
      .layout-pages-home .section.main-banner.is-video .iframe-desktop {
        display: none; } }
    @media screen and (min-width: 801px) {
      .layout-pages-home .section.main-banner.is-video .iframe-mobile {
        display: none; } }
  .layout-pages-home .section.main-banner .main-banner-ctas {
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 800px) {
      .layout-pages-home .section.main-banner .main-banner-ctas {
        flex-direction: column;
        margin-top: 10px; } }
    .layout-pages-home .section.main-banner .main-banner-ctas .cta-column {
      text-align: center; }
    .layout-pages-home .section.main-banner .main-banner-ctas a, .layout-pages-home .section.main-banner .main-banner-ctas .link {
      margin: 0 20px;
      color: #ffffff; }
      @media screen and (max-width: 800px) {
        .layout-pages-home .section.main-banner .main-banner-ctas a, .layout-pages-home .section.main-banner .main-banner-ctas .link {
          text-align: center;
          margin: 15px 0;
          display: inline-block; } }
  .layout-pages-home .section.main-banner .main-banner-caption {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 1000px) {
      .layout-pages-home .section.main-banner .main-banner-caption {
        width: initial; } }
    @media screen and (max-width: 800px) {
      .layout-pages-home .section.main-banner .main-banner-caption {
        width: 100%; } }
  .layout-pages-home .section.main-banner .main-banner-title h1 {
    color: white;
    width: 100%;
    text-align: center;
    font-size: 90px;
    font-weight: 300; }
    @media screen and (max-width: 1680px) {
      .layout-pages-home .section.main-banner .main-banner-title h1 {
        font-size: 5.655vw; } }
    @media screen and (max-width: 800px) {
      .layout-pages-home .section.main-banner .main-banner-title h1 {
        font-size: 50px; } }
    @media screen and (max-width: 400px) {
      .layout-pages-home .section.main-banner .main-banner-title h1 {
        font-size: 45px; } }
  .layout-pages-home .section.main-banner .main-banner-title-logo img {
    max-height: 220px;
    display: block;
    margin: 0 auto; }
    @media screen and (max-width: 800px) {
      .layout-pages-home .section.main-banner .main-banner-title-logo img {
        max-height: initial;
        max-width: 53.6%; } }
  .layout-pages-home .section.main-banner .is-link {
    display: none; }

.layout-pages-home .section.section-two {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0; }
  @media screen and (min-width: 801px) {
    .layout-pages-home .section.section-two {
      margin-top: 0; } }
  .layout-pages-home .section.section-two .section-two-column {
    width: 50%;
    position: relative; }
    @media screen and (max-width: 800px) {
      .layout-pages-home .section.section-two .section-two-column {
        width: 100%; } }
    @media screen and (max-width: 800px) {
      .layout-pages-home .section.section-two .section-two-column:last-child {
        margin-top: 0; } }
  .layout-pages-home .section.section-two .section-two-column-inner {
    width: 100%;
    padding-bottom: 121.21071%;
    position: relative; }
  .layout-pages-home .section.section-two img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .layout-pages-home .section.section-two.has-padding {
    margin-top: 30px; }
    @media screen and (min-width: 801px) {
      .layout-pages-home .section.section-two.has-padding {
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 30px; } }
    @media screen and (min-width: 801px) {
      .layout-pages-home .section.section-two.has-padding .section-two-column {
        padding: 0 15px; } }
    @media screen and (max-width: 800px) {
      .layout-pages-home .section.section-two.has-padding .section-two-column:last-child {
        margin-top: 30px; } }
    .layout-pages-home .section.section-two.has-padding .section-two-column-inner {
      padding-bottom: 121.21212%; }
    .layout-pages-home .section.section-two.has-padding + .section-four {
      margin-top: 30px; }
  .layout-pages-home .section.section-two .section-two-column-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 150px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .layout-pages-home .section.section-two .section-two-column-caption p, .layout-pages-home .section.section-two .section-two-column-caption a, .layout-pages-home .section.section-two .section-two-column-caption .link {
      color: #FFFFFF; }
    .layout-pages-home .section.section-two .section-two-column-caption p {
      font-size: 50px;
      margin-bottom: 0;
      font-weight: 300; }
      @media screen and (max-width: 1680px) {
        .layout-pages-home .section.section-two .section-two-column-caption p {
          font-size: 2.976vw; } }
      @media screen and (max-width: 800px) {
        .layout-pages-home .section.section-two .section-two-column-caption p {
          font-size: 30px; } }

@media screen and (max-width: 800px) {
  .layout-pages-home .section.section-three {
    min-height: 350px; } }

@media screen and (min-width: 801px) {
  .layout-pages-home .section.section-three {
    margin-top: 0; } }

@media screen and (max-width: 800px) {
  .layout-pages-home .section.section-three {
    margin-top: 0; } }

.layout-pages-home .section.section-three .section-three-carousel {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }

.layout-pages-home .section.section-three .section-three-column {
  width: 33.33%;
  position: relative; }
  @media screen and (max-width: 800px) {
    .layout-pages-home .section.section-three .section-three-column {
      width: 270px;
      margin: 0; } }

.layout-pages-home .section.section-three .section-three-column-inner {
  width: 100%;
  position: relative; }
  @media screen and (min-width: 801px) {
    .layout-pages-home .section.section-three .section-three-column-inner {
      padding-bottom: 129.64286%; } }

@media screen and (min-width: 801px) {
  .layout-pages-home .section.section-three img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; } }

.layout-pages-home .section.section-three .slick-dots {
  visibility: hidden; }

.layout-pages-home .section.section-three.has-padding {
  margin-top: 30px; }
  @media screen and (min-width: 801px) {
    .layout-pages-home .section.section-three.has-padding {
      margin-left: -15px;
      margin-right: -15px;
      margin-top: 30px; } }
  @media screen and (min-width: 801px) {
    .layout-pages-home .section.section-three.has-padding .section-three-column {
      padding: 0 15px; } }
  @media screen and (max-width: 800px) {
    .layout-pages-home .section.section-three.has-padding .section-three-column {
      margin: 0 15px; } }
  @media screen and (min-width: 801px) {
    .layout-pages-home .section.section-three.has-padding .section-three-column-inner {
      padding-bottom: 129.62963%; } }
  .layout-pages-home .section.section-three.has-padding + .section-four {
    margin-top: 30px; }
  .layout-pages-home .section.section-three.has-padding .slick-dots {
    visibility: visible;
    bottom: -30px; }

.layout-pages-home .section.section-three .section-three-column-caption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 150px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .layout-pages-home .section.section-three .section-three-column-caption p, .layout-pages-home .section.section-three .section-three-column-caption a, .layout-pages-home .section.section-three .section-three-column-caption .link {
    color: #FFFFFF; }
  .layout-pages-home .section.section-three .section-three-column-caption p {
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 0; }
    @media screen and (max-width: 1680px) {
      .layout-pages-home .section.section-three .section-three-column-caption p {
        font-size: 2.976vw; } }
    @media screen and (max-width: 800px) {
      .layout-pages-home .section.section-three .section-three-column-caption p {
        font-size: 30px; } }

.layout-pages-home .section.section-four {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40px 0;
  text-align: center;
  margin-top: 0; }
  @media screen and (max-width: 800px) {
    .layout-pages-home .section.section-four {
      padding: 50px 20px; } }
  .layout-pages-home .section.section-four p {
    margin-bottom: 15px; }
    .layout-pages-home .section.section-four p:last-child {
      margin: 0; }
  .layout-pages-home .section.section-four * {
    font-weight: 300; }
  .layout-pages-home .section.section-four strong a, .layout-pages-home .section.section-four strong .link,
  .layout-pages-home .section.section-four strong p,
  .layout-pages-home .section.section-four strong span {
    font-weight: 700; }
  @media screen and (min-width: 801px) {
    .layout-pages-home .section.section-four br {
      display: none; } }

.layout-pages-home .section.section-five {
  padding: 50px 90px 0;
  margin-top: 85px;
  position: relative; }
  @media screen and (min-width: 801px) {
    .layout-pages-home .section.section-five {
      min-height: 609.75px; } }
  @media screen and (max-width: 1680px) {
    .layout-pages-home .section.section-five {
      padding: 0 5.357vw; } }
  @media screen and (max-width: 800px) {
    .layout-pages-home .section.section-five {
      padding: 0;
      margin-top: 100px;
      margin-bottom: 30px; } }
  .layout-pages-home .section.section-five .product-carousel {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 800px) {
      .layout-pages-home .section.section-five .product-carousel {
        padding-bottom: 0;
        flex-direction: column-reverse; } }
    .layout-pages-home .section.section-five .product-carousel .productCarousel-slide {
      width: initial; }
  .layout-pages-home .section.section-five .product-carousel-title {
    width: 25%;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    @media screen and (max-width: 800px) {
      .layout-pages-home .section.section-five .product-carousel-title {
        text-align: center;
        align-items: center;
        margin-top: 40px;
        width: 100%; } }
    .layout-pages-home .section.section-five .product-carousel-title-inner {
      max-width: 265px; }
      @media screen and (max-width: 800px) {
        .layout-pages-home .section.section-five .product-carousel-title-inner {
          max-width: 250px; } }
    .layout-pages-home .section.section-five .product-carousel-title .product-carousel-name {
      font-size: 40px;
      font-weight: 300;
      line-height: 48px;
      margin: 0; }
      @media screen and (max-width: 800px) {
        .layout-pages-home .section.section-five .product-carousel-title .product-carousel-name {
          font-size: 30px; } }
    .layout-pages-home .section.section-five .product-carousel-title .product-carousel-cta {
      text-align: left;
      margin-top: 37px; }
      @media screen and (max-width: 800px) {
        .layout-pages-home .section.section-five .product-carousel-title .product-carousel-cta {
          text-align: center; } }
  .layout-pages-home .section.section-five .product-carousel-container {
    width: 75%;
    flex-wrap: wrap;
    display: flex;
    opacity: 0;
    transition: opacity 0.5s ease-in; }
    @media screen and (max-width: 800px) {
      .layout-pages-home .section.section-five .product-carousel-container {
        width: 100%;
        padding-left: 20px;
        position: relative; } }
    .layout-pages-home .section.section-five .product-carousel-container.show {
      opacity: 1; }
    .layout-pages-home .section.section-five .product-carousel-container .product-carousel-wrapper {
      width: 100%;
      outline: none; }
    .layout-pages-home .section.section-five .product-carousel-container .flickity-viewport {
      overflow: hidden; }
    .layout-pages-home .section.section-five .product-carousel-container .slick-track {
      display: flex;
      align-items: center; }
    .layout-pages-home .section.section-five .product-carousel-container .slide {
      width: 375px;
      margin-right: 1.5vw; }
      @media screen and (max-width: 800px) {
        .layout-pages-home .section.section-five .product-carousel-container .slide {
          max-width: 220px;
          margin-right: 20px; } }
      .layout-pages-home .section.section-five .product-carousel-container .slide .caption {
        text-align: left;
        margin-top: 20px; }
      .layout-pages-home .section.section-five .product-carousel-container .slide img {
        width: 100%; }
      .layout-pages-home .section.section-five .product-carousel-container .slide .name,
      .layout-pages-home .section.section-five .product-carousel-container .slide .price {
        color: #231F20;
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 0; }
      .layout-pages-home .section.section-five .product-carousel-container .slide a, .layout-pages-home .section.section-five .product-carousel-container .slide .link {
        text-decoration: none; }
  .layout-pages-home .section.section-five .flickity-button {
    position: absolute;
    right: 0;
    top: -50px;
    padding: 0 !important;
    background-image: url(../icons/wit-arrow-left.svg);
    background-size: cover;
    height: 15px;
    width: 23px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 35px; }
    @media screen and (max-width: 800px) {
      .layout-pages-home .section.section-five .flickity-button {
        right: 20px;
        margin-right: 45px; } }
    .layout-pages-home .section.section-five .flickity-button.next {
      transform: rotate(180deg);
      margin-right: 0; }
    .layout-pages-home .section.section-five .flickity-button svg {
      display: none; }

.layout-pages-home .section.section-six {
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  padding: 30px 40px 20px;
  display: flex;
  justify-content: center;
  margin-top: 60px; }
  .layout-pages-home .section.section-six .wrapper {
    position: relative; }
    .layout-pages-home .section.section-six .wrapper.active .seo-copy {
      max-height: 2000px;
      padding: 0 0 70px; }
      @media screen and (max-width: 800px) {
        .layout-pages-home .section.section-six .wrapper.active .seo-copy {
          padding: 0 0 16%; } }
    .layout-pages-home .section.section-six .wrapper.active .icon-readmore svg {
      transform: rotate(180deg); }
  .layout-pages-home .section.section-six .seo-copy {
    font-size: 14px;
    max-width: 900px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    max-height: 125px;
    transition: max-height 1.5s;
    animation-delay: 5s;
    text-align: center; }
    @media (min-width: 801px) {
      .layout-pages-home .section.section-six .seo-copy {
        margin: 0;
        padding: 0;
        overflow: hidden;
        max-height: 122px;
        transition: max-height 1s;
        font-size: 12px; } }
    .layout-pages-home .section.section-six .seo-copy a, .layout-pages-home .section.section-six .seo-copy .link, .layout-pages-home .section.section-six .seo-copy span, .layout-pages-home .section.section-six .seo-copy p {
      font-size: 12px;
      color: #55565C; }
      @media screen and (max-width: 800px) {
        .layout-pages-home .section.section-six .seo-copy a, .layout-pages-home .section.section-six .seo-copy .link, .layout-pages-home .section.section-six .seo-copy span, .layout-pages-home .section.section-six .seo-copy p {
          font-size: 14px; } }
  .layout-pages-home .section.section-six .icon-readmore svg {
    width: 10px;
    height: 10px; }
  .layout-pages-home .section.section-six .transparent {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, #FFFFFF 100%);
    bottom: 0;
    left: 0;
    height: 60px;
    position: absolute;
    right: 0;
    transition: opacity 1s;
    cursor: pointer; }
    .layout-pages-home .section.section-six .transparent p {
      font-size: 12px;
      color: #231F20;
      margin: 0; }

.layout-pages-home .section.section-seven {
  text-align: center; }
  .layout-pages-home .section.section-seven .ig-carousel-heading {
    font-size: 22px; }
  .layout-pages-home .section.section-seven .ig-carousel-subheading {
    font-weight: 300; }
  .layout-pages-home .section.section-seven .reviews-io-ugc-widget {
    padding: 0 60px; }
    .layout-pages-home .section.section-seven .reviews-io-ugc-widget .MediaGalleryWidget__list {
      margin-bottom: 0 !important;
      padding-bottom: 0 !important;
      padding-top: 0 !important; }
    @media screen and (max-width: 960px) {
      .layout-pages-home .section.section-seven .reviews-io-ugc-widget {
        padding: 0; } }
    @media screen and (max-width: 768px) {
      .layout-pages-home .section.section-seven .reviews-io-ugc-widget .MediaGalleryWidget-prefix .MediaGalleryWidget .MediaGalleryWidget__list-container {
        margin-right: 0 !important; } }
    .layout-pages-home .section.section-seven .reviews-io-ugc-widget .MediaGalleryWidget-prefix .MediaGalleryWidget .MediaGalleryWidget__list-container .MediaGalleryWidget__scrollButton--right {
      right: -50px; }
      @media screen and (max-width: 960px) {
        .layout-pages-home .section.section-seven .reviews-io-ugc-widget .MediaGalleryWidget-prefix .MediaGalleryWidget .MediaGalleryWidget__list-container .MediaGalleryWidget__scrollButton--right {
          right: -0; } }
    .layout-pages-home .section.section-seven .reviews-io-ugc-widget .MediaGalleryWidget-prefix .MediaGalleryWidget .MediaGalleryWidget__list-container .MediaGalleryWidget__scrollButton--left {
      left: -50px; }
      @media screen and (max-width: 960px) {
        .layout-pages-home .section.section-seven .reviews-io-ugc-widget .MediaGalleryWidget-prefix .MediaGalleryWidget .MediaGalleryWidget__list-container .MediaGalleryWidget__scrollButton--left {
          left: -0; } }
    @media screen and (max-width: 960px) {
      .layout-pages-home .section.section-seven .reviews-io-ugc-widget .MediaGalleryWidget-prefix .MediaGalleryWidget .MediaGalleryWidget__list-container .MediaGalleryWidget__scrollButton--right,
      .layout-pages-home .section.section-seven .reviews-io-ugc-widget .MediaGalleryWidget-prefix .MediaGalleryWidget .MediaGalleryWidget__list-container .MediaGalleryWidget__scrollButton--left {
        background-color: rgba(0, 0, 0, 0.205);
        border-radius: 100%;
        display: none; } }
    .layout-pages-home .section.section-seven .reviews-io-ugc-widget .MediaGalleryWidget-prefix .MediaGalleryWidget .MediaGalleryWidget__list-container .MediaGalleryWidget__scrollButton--right .scrollButton__icon,
    .layout-pages-home .section.section-seven .reviews-io-ugc-widget .MediaGalleryWidget-prefix .MediaGalleryWidget .MediaGalleryWidget__list-container .MediaGalleryWidget__scrollButton--left .scrollButton__icon {
      font-size: 40px;
      color: #949494; }
      @media screen and (max-width: 960px) {
        .layout-pages-home .section.section-seven .reviews-io-ugc-widget .MediaGalleryWidget-prefix .MediaGalleryWidget .MediaGalleryWidget__list-container .MediaGalleryWidget__scrollButton--right .scrollButton__icon,
        .layout-pages-home .section.section-seven .reviews-io-ugc-widget .MediaGalleryWidget-prefix .MediaGalleryWidget .MediaGalleryWidget__list-container .MediaGalleryWidget__scrollButton--left .scrollButton__icon {
          font-size: 30px; } }
    .layout-pages-home .section.section-seven .reviews-io-ugc-widget .MediaGalleryWidget-prefix .R-SM.MediaGalleryWidget.isMobileCarousel .MediaGalleryWidget__list .MediaGalleryWidget__item {
      --item-maximum-columns: 1.3; }

.layout-pages-home .slick-dotted.slick-slider {
  margin-bottom: 0; }

.fs-has-links::after {
  padding: 3px 6px;
  text-decoration: underline;
  color: #ffffff;
  content: "SHOP NOW"; }

.fs-slider_v2_5 .fs-entry-container {
  width: 300px !important;
  height: 300px !important;
  padding-top: 0 !important; }

path.fs-arrow {
  stroke: #222; }

.fs-wrapper div.fs-text-container .fs-entry-title,
div.fs-detail-title {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 14px; }

div.fs-text-container .fs-entry-date,
div.fs-detail-container .fs-post-info,
div.fs-wrapper div.fs-has-links::after,
.fs-text-product,
.fs-overlink-text {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 14px; }

.fs-slider-next-button,
.fs-slider-prev-button {
  opacity: 1; }

.fs-wrapper {
  margin: auto;
  width: calc(100% - 120px); }
  @media screen and (max-width: 800px) {
    .fs-wrapper {
      width: 100%; } }

.fs-wrapper div.fs-text-container * {
  color: #ffffff; }

.fs-wrapper div.fs-text-container {
  background-color: rgba(0, 0, 0, 0.46);
  margin: 0px; }

div.fs-entry-date {
  display: none; }

div.fs-service-icon {
  display: none; }

div.fs-entry-title {
  display: none; }

.fs-slider_v2_5 .fs-wrapper div.fs-timeline-entry {
  margin: 6px; }
  @media screen and (max-width: 800px) {
    .fs-slider_v2_5 .fs-wrapper div.fs-timeline-entry {
      margin-left: 0; } }

.fs-slider-next-button {
  z-index: 1; }

.layout-pages-custom-page-high-winter .body {
  margin: 0; }

#highWinter {
  background-color: #ffffff;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out; }
  #highWinter.mahogany {
    background-color: #53302e;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
    color: white; }
    #highWinter.mahogany p, #highWinter.mahogany .heading, #highWinter.mahogany .sub-heading, #highWinter.mahogany .title, #highWinter.mahogany .sub-title, #highWinter.mahogany .centered-text, #highWinter.mahogany a, #highWinter.mahogany .link {
      color: #ffffff; }
  #highWinter .container {
    max-width: 1920px;
    padding: 0; }
  #highWinter .flex-container {
    display: flex; }
  #highWinter .section-one.main-banner {
    padding-bottom: 66.66667%;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 800px) {
      #highWinter .section-one.main-banner {
        padding-bottom: 150%; } }
    #highWinter .section-one.main-banner img {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0; }
      @media screen and (min-width: 801px) {
        #highWinter .section-one.main-banner img.mobile {
          display: none; } }
      @media screen and (max-width: 800px) {
        #highWinter .section-one.main-banner img.desktop {
          display: none; } }
  #highWinter .section-two {
    position: relative; }
    #highWinter .section-two .centered-image-container {
      max-width: 70%;
      margin: 240px auto 125px auto;
      position: relative; }
      @media screen and (max-width: 1440px) {
        #highWinter .section-two .centered-image-container {
          margin: 16.667vw auto 8.681vw auto; } }
      @media screen and (max-width: 800px) {
        #highWinter .section-two .centered-image-container {
          margin: 60px auto 27px auto;
          max-width: 80%; } }
    #highWinter .section-two .floating-text {
      position: absolute;
      top: -390px;
      left: 0;
      z-index: 1; }
      @media screen and (max-width: 1440px) {
        #highWinter .section-two .floating-text {
          top: -27.083vw; } }
      @media screen and (max-width: 800px) {
        #highWinter .section-two .floating-text {
          top: -85px; } }
    #highWinter .section-two .text-container {
      max-width: 1440px;
      margin: auto; }
      @media screen and (max-width: 800px) {
        #highWinter .section-two .text-container {
          flex-direction: column-reverse; } }
      #highWinter .section-two .text-container .column {
        text-align: right; }
        @media screen and (min-width: 801px) {
          #highWinter .section-two .text-container .column {
            width: 50%; } }
        #highWinter .section-two .text-container .column:first-child {
          display: flex;
          justify-content: right; }
          @media screen and (min-width: 801px) {
            #highWinter .section-two .text-container .column:first-child {
              padding-right: 6%;
              padding-top: 6%; } }
        #highWinter .section-two .text-container .column .column-inner {
          max-width: 461px; }
          @media screen and (max-width: 800px) {
            #highWinter .section-two .text-container .column .column-inner {
              margin: 45px auto 60px auto;
              max-width: 414px;
              text-align: left;
              padding: 0 40px; } }
      #highWinter .section-two .text-container .cta {
        margin-bottom: 15px; }
      #highWinter .section-two .text-container [data-section_2_heading] {
        font-size: 24px;
        font-weight: normal;
        line-height: 29px;
        margin-bottom: 14px;
        padding-top: 0;
        padding-bottom: 12px;
        margin-bottom: 0; }
        @media screen and (max-width: 800px) {
          #highWinter .section-two .text-container [data-section_2_heading] {
            font-size: 16px;
            margin-bottom: 0; } }
      #highWinter .section-two .text-container [data-section_2_subheading] {
        font-size: 16px;
        font-style: italic;
        font-weight: 300;
        line-height: 19px;
        text-transform: initial;
        margin-bottom: 26px; }
        @media screen and (max-width: 800px) {
          #highWinter .section-two .text-container [data-section_2_subheading] {
            font-size: 14px; } }
      #highWinter .section-two .text-container [data-section_2_caption] {
        font-size: 20px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 28px;
        margin-bottom: 40px; }
        @media screen and (max-width: 800px) {
          #highWinter .section-two .text-container [data-section_2_caption] {
            font-size: 16px;
            margin-bottom: 20px; } }
  #highWinter .section-three {
    padding: 120px 6%; }
    @media screen and (max-width: 800px) {
      #highWinter .section-three {
        padding: 0; } }
    #highWinter .section-three .high-winter-video {
      position: relative;
      padding-bottom: 56.3%;
      height: 0;
      max-width: 100%;
      margin: 0 auto; }
      #highWinter .section-three .high-winter-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  #highWinter .section-four {
    padding-top: 60px;
    position: relative; }
    #highWinter .section-four .flex-container {
      max-width: 70%;
      margin: 0 auto; }
      @media screen and (max-width: 800px) {
        #highWinter .section-four .flex-container {
          flex-direction: column-reverse;
          max-width: 270px; } }
    #highWinter .section-four .column {
      position: relative; }
      @media screen and (min-width: 801px) {
        #highWinter .section-four .column {
          width: 50%; } }
      #highWinter .section-four .column .column-inner {
        padding-bottom: 137.94643%;
        position: relative;
        overflow: hidden; }
        #highWinter .section-four .column .column-inner img {
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0; }
    #highWinter .section-four .caption-container {
      position: absolute;
      bottom: -153px;
      z-index: 1;
      transform: translateX(-50%);
      left: 50%;
      width: 100%;
      text-align: center;
      overflow-wrap: break-word; }
      @media screen and (max-width: 800px) {
        #highWinter .section-four .caption-container {
          bottom: initial;
          transform: translate(-50%, -50%);
          left: 50%;
          top: calc(50% + 27px); } }
    @media screen and (max-width: 800px) {
      #highWinter .section-four .large-text {
        font-size: 57px; } }
  #highWinter .section-five {
    padding: 280px 0 0 0; }
    @media screen and (max-width: 800px) {
      #highWinter .section-five {
        padding: 0; } }
    #highWinter .section-five .showcase {
      background-color: transparent; }
      @media screen and (max-width: 800px) {
        #highWinter .section-five .showcase {
          padding: 70px 0 0; } }
      #highWinter .section-five .showcase .column {
        width: 50%;
        padding: 0; }
        @media screen and (max-width: 800px) {
          #highWinter .section-five .showcase .column {
            width: 100%;
            margin-top: 0; } }
        #highWinter .section-five .showcase .column:last-child {
          margin-top: 130px; }
          @media screen and (max-width: 800px) {
            #highWinter .section-five .showcase .column:last-child {
              margin-top: 140px; } }
      @media screen and (max-width: 800px) {
        #highWinter .section-five .showcase .container {
          flex-direction: column; } }
      #highWinter .section-five .showcase .container .slick-dots {
        max-width: 186px;
        padding: 0;
        margin-left: 100px; }
        @media screen and (max-width: 1024px) {
          #highWinter .section-five .showcase .container .slick-dots {
            top: -3rem; } }
        @media screen and (max-width: 800px) {
          #highWinter .section-five .showcase .container .slick-dots {
            margin-left: 40px;
            top: -80px; } }
      #highWinter .section-five .showcase .container .slick-dotted.slick-slider {
        margin-bottom: 0; }
    #highWinter .section-five .small-container .slick-slide {
      padding: 20px 100px; }
      @media screen and (max-width: 1439px) {
        #highWinter .section-five .small-container .slick-slide {
          padding: 1.389vw 6.944vw; } }
      @media screen and (max-width: 800px) {
        #highWinter .section-five .small-container .slick-slide {
          padding: 0 18px 0 40px; } }
    #highWinter .section-five .small-container .heading {
      font-size: 45px;
      padding: 0; }
      @media screen and (max-width: 1024px) {
        #highWinter .section-five .small-container .heading {
          font-size: 32px; } }
    #highWinter .section-five .small-container .sub-heading {
      font-size: 16px;
      text-transform: initial; }
    #highWinter .section-five .small-container .title {
      font-size: 24px;
      font-weight: normal;
      padding: 0;
      margin-top: 80px; }
      @media screen and (max-width: 1024px) {
        #highWinter .section-five .small-container .title {
          font-size: 18px;
          margin-top: 45px; } }
    #highWinter .section-five .small-container .sub-title {
      font-style: italic;
      font-weight: 300;
      font-size: 14px;
      text-transform: initial;
      margin-bottom: 25px;
      line-height: 22px; }
    #highWinter .section-five .small-container .caption {
      font-size: 20px;
      font-weight: 300;
      margin-top: 0;
      margin-bottom: 25px; }
      @media screen and (max-width: 800px) {
        #highWinter .section-five .small-container .caption {
          font-size: 16px; } }
    #highWinter .section-five .image-wrapper {
      position: relative; }
  #highWinter .section-six {
    padding-top: 240px; }
    @media screen and (max-width: 800px) {
      #highWinter .section-six {
        margin-bottom: 60px;
        padding-top: 70px; } }
    #highWinter .section-six .container {
      max-width: 1920px;
      padding: 0 6%;
      margin: 0 auto; }
    #highWinter .section-six .row-one.flex-container {
      width: 100%;
      justify-content: space-between;
      align-items: center; }
      @media screen and (max-width: 800px) {
        #highWinter .section-six .row-one.flex-container {
          flex-wrap: wrap; } }
    #highWinter .section-six .row-one .centered-text {
      font-size: 100px;
      margin: 0; }
      @media screen and (max-width: 800px) {
        #highWinter .section-six .row-one .centered-text {
          position: absolute;
          left: 0;
          right: 0;
          margin: -67px auto auto; } }
    @media screen and (max-width: 800px) {
      #highWinter .section-six .row-one .column-center {
        width: 100%;
        position: relative; } }
    @media screen and (min-width: 801px) {
      #highWinter .section-six .row-one .column-side {
        width: 36%; } }
    #highWinter .section-six .row-one .column-side .column-side-inner {
      padding-bottom: 144.44444%;
      position: relative; }
      #highWinter .section-six .row-one .column-side .column-side-inner img {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0; }
    @media screen and (max-width: 800px) {
      #highWinter .section-six .row-one .column-side:first-child {
        width: 100%; } }
    @media screen and (max-width: 800px) {
      #highWinter .section-six .row-one .column-side:last-child {
        display: none; } }
    #highWinter .section-six .row-two {
      display: flex;
      flex-direction: column;
      text-align: center;
      padding: 110px 0; }
      @media screen and (max-width: 800px) {
        #highWinter .section-six .row-two {
          padding: 60px 40px 103px 40px; } }
      #highWinter .section-six .row-two .title {
        margin: auto; }
        @media screen and (min-width: 801px) {
          #highWinter .section-six .row-two .title {
            font-size: 32px;
            line-height: 42px;
            max-width: 37%; } }
        @media screen and (max-width: 800px) {
          #highWinter .section-six .row-two .title {
            font-size: 20x;
            line-height: 28px; } }
    #highWinter .section-six .row-three {
      margin: 0 auto;
      flex-wrap: wrap; }
      @media screen and (min-width: 1025px) {
        #highWinter .section-six .row-three {
          padding: 60px 0 180px 0;
          max-width: 70%; } }
      #highWinter .section-six .row-three .column {
        width: 50%;
        line-height: 52px; }
        @media screen and (max-width: 1024px) {
          #highWinter .section-six .row-three .column {
            width: 100%; } }
        #highWinter .section-six .row-three .column:first-child {
          position: relative; }
          #highWinter .section-six .row-three .column:first-child .column-inner {
            position: relative;
            overflow: hidden;
            padding-bottom: 130%; }
            #highWinter .section-six .row-three .column:first-child .column-inner img {
              width: 100%;
              position: absolute;
              top: 0;
              left: 0;
              bottom: 0;
              right: 0; }
        #highWinter .section-six .row-three .column:last-child {
          padding: 0 60px; }
          @media screen and (max-width: 1024px) {
            #highWinter .section-six .row-three .column:last-child {
              padding: 40px; } }
          #highWinter .section-six .row-three .column:last-child.flex-container {
            flex-direction: column;
            justify-content: space-between; }
          #highWinter .section-six .row-three .column:last-child .flex-container {
            flex-direction: column; }
        #highWinter .section-six .row-three .column .title {
          font-size: 42px;
          max-width: 80%; }
          @media screen and (max-width: 1680px) {
            #highWinter .section-six .row-three .column .title {
              font-size: 32px;
              padding-bottom: 0; } }
          @media screen and (max-width: 1024px) {
            #highWinter .section-six .row-three .column .title {
              font-size: 32px;
              margin-bottom: 20px;
              padding: 0; } }
        #highWinter .section-six .row-three .column .caption {
          font-size: 16px;
          line-height: 26px;
          max-width: 407px;
          margin-bottom: 44px; }
          @media screen and (max-width: 1920px) and (min-width: 1025px) {
            #highWinter .section-six .row-three .column .caption {
              max-width: 28.264vw; } }
        #highWinter .section-six .row-three .column .logo-text {
          font-size: 14px;
          margin-bottom: 0;
          line-height: 14px;
          margin-bottom: 5px; }
        #highWinter .section-six .row-three .column .logo-img {
          max-width: 130px; }
          @media screen and (max-width: 1024px) {
            #highWinter .section-six .row-three .column .logo-img {
              max-width: 109px; } }
  #highWinter .section-seven.main-banner {
    padding-bottom: 50%;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 800px) {
      #highWinter .section-seven.main-banner {
        padding-bottom: 144.92754%; } }
    #highWinter .section-seven.main-banner .mask {
      background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(77, 77, 77, 0.2));
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 1;
      top: 0; }
    #highWinter .section-seven.main-banner img {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0; }
      @media screen and (min-width: 801px) {
        #highWinter .section-seven.main-banner img.main-banner-mobile {
          display: none; } }
      @media screen and (max-width: 800px) {
        #highWinter .section-seven.main-banner img.main-banner-desktop {
          display: none; } }
    #highWinter .section-seven.main-banner .main-banner-ctas {
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 800px) {
        #highWinter .section-seven.main-banner .main-banner-ctas {
          flex-direction: column;
          margin-top: 10px; } }
      #highWinter .section-seven.main-banner .main-banner-ctas .cta-column {
        text-align: center; }
      #highWinter .section-seven.main-banner .main-banner-ctas a, #highWinter .section-seven.main-banner .main-banner-ctas .link {
        margin: 0 20px;
        color: #ffffff; }
        @media screen and (max-width: 800px) {
          #highWinter .section-seven.main-banner .main-banner-ctas a, #highWinter .section-seven.main-banner .main-banner-ctas .link {
            text-align: center;
            margin: 15px 0;
            display: inline-block; } }
    #highWinter .section-seven.main-banner .main-banner-caption {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto 0;
      height: 150px;
      z-index: 2; }
  #highWinter .large-text {
    font-size: 230px;
    font-style: italic;
    font-family: 'Times New Roman', Times, serif; }
    @media screen and (max-width: 1440px) {
      #highWinter .large-text {
        font-size: 15.972vw; } }
    @media screen and (max-width: 800px) {
      #highWinter .large-text {
        font-size: 72px;
        line-height: 86px;
        margin-bottom: 0; } }
  #highWinter .pulse-button {
    width: 28px;
    height: 28px;
    z-index: 2; }
  #highWinter .button-popup {
    width: 20%;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.06); }
    #highWinter .button-popup p {
      color: #000000; }

.layout-pages-custom-page-110-years .body {
  margin-top: 0; }

.page-110-years.container {
  max-width: initial;
  padding: 0; }
  @media screen and (min-width: 1025px) {
    .page-110-years.container .mobile {
      display: none; } }
  @media screen and (max-width: 1024px) {
    .page-110-years.container .desktop {
      display: none; } }
  .page-110-years.container .main-banner {
    padding-bottom: 56.03594%; }
    @media screen and (max-width: 1024px) {
      .page-110-years.container .main-banner {
        padding-bottom: 146.73913%; } }
    @media screen and (max-width: 1024px) {
      .page-110-years.container .main-banner .main-banner-title {
        font-size: 42px; } }
  .page-110-years.container .section-one {
    padding: 200px 0 240px 0;
    position: relative;
    background-color: #CCB78E; }
    @media screen and (max-width: 1024px) {
      .page-110-years.container .section-one {
        padding: 109px 0 175px 0; } }
    .page-110-years.container .section-one .flex-container {
      max-width: 48%;
      margin: 0 auto; }
      @media screen and (max-width: 1024px) {
        .page-110-years.container .section-one .flex-container {
          max-width: 100%;
          padding: 0 27px; } }
    .page-110-years.container .section-one .heading {
      font-size: 32px;
      max-width: 68%;
      line-height: 45px;
      color: #ffffff;
      margin: 0 auto 98px;
      text-align: center; }
      @media screen and (max-width: 1024px) {
        .page-110-years.container .section-one .heading {
          font-size: 22px;
          line-height: 32px;
          margin: 0 auto 54px;
          max-width: 100%;
          padding: 0 27px; } }
    .page-110-years.container .section-one .column {
      position: relative;
      width: 50%; }
      .page-110-years.container .section-one .column .column-inner {
        padding-bottom: 148.46154%;
        position: relative;
        overflow: hidden; }
  .page-110-years.container .section-two {
    background-color: #ccb78e; }
    @media screen and (max-width: 1024px) {
      .page-110-years.container .section-two .button-popup {
        top: 2%;
        bottom: initial !important;
        right: 3% !important; } }
    .page-110-years.container .section-two .section-two-carousel {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      margin: 0; }
    .page-110-years.container .section-two .section-two-column {
      width: 33.33%;
      position: relative; }
      @media screen and (max-width: 768px) {
        .page-110-years.container .section-two .section-two-column {
          width: 330px;
          margin: 0; } }
    .page-110-years.container .section-two .section-two-column-inner {
      width: 100%;
      position: relative;
      padding-bottom: 146%; }
  .page-110-years.container .section-three {
    background-color: #F4EDE4;
    padding: 210px 150px 250px; }
    @media screen and (max-width: 1024px) {
      .page-110-years.container .section-three {
        padding: 115px 36px 89px; } }
    .page-110-years.container .section-three .flex-container {
      max-width: 1920px;
      width: 0 auto;
      padding: 0; }
      @media screen and (max-width: 1024px) {
        .page-110-years.container .section-three .flex-container {
          flex-direction: column; } }
    @media screen and (min-width: 1025px) {
      .page-110-years.container .section-three .section-column {
        width: 50%;
        align-items: center;
        display: flex; } }
    .page-110-years.container .section-three .section-column:first-child {
      text-align: center;
      flex-direction: column; }
    .page-110-years.container .section-three .section-column:last-child {
      display: flex;
      justify-content: center; }
      @media screen and (min-width: 1025px) {
        .page-110-years.container .section-three .section-column:last-child {
          justify-content: flex-end;
          align-items: unset;
          margin-top: 7%; } }
      .page-110-years.container .section-three .section-column:last-child .text-container {
        margin-top: 55px;
        margin-bottom: 30px; }
        @media screen and (max-width: 1024px) {
          .page-110-years.container .section-three .section-column:last-child .text-container {
            margin-top: 15px; } }
        .page-110-years.container .section-three .section-column:last-child .text-container p {
          font-size: 16px;
          line-height: 26px;
          color: #C6B491; }
      @media screen and (min-width: 1025px) {
        .page-110-years.container .section-three .section-column:last-child .section-column-right-inner {
          max-width: 652px;
          width: 80%; } }
    .page-110-years.container .section-three .section-column h3 {
      font-size: 32px;
      line-height: 45px;
      color: #C6B491; }
      @media screen and (max-width: 1440px) {
        .page-110-years.container .section-three .section-column h3 {
          font-size: 24px;
          max-width: 500px;
          margin-left: auto;
          margin-right: auto; } }
      @media screen and (max-width: 350px) {
        .page-110-years.container .section-three .section-column h3 {
          font-size: 16px; } }
      .page-110-years.container .section-three .section-column h3:nth-child(1) {
        text-align: left; }
      .page-110-years.container .section-three .section-column h3:nth-child(2) {
        text-align: center; }
      .page-110-years.container .section-three .section-column h3:nth-child(3) {
        text-align: right; }
    .page-110-years.container .section-three .section-column a, .page-110-years.container .section-three .section-column .link {
      color: #C6B491; }
  .page-110-years.container .section-four {
    background-color: #F4EDE4; }
    .page-110-years.container .section-four .section-inner {
      position: relative;
      padding-bottom: 65.47619%; }
    .page-110-years.container .section-four .button-popup {
      width: 100px; }
      @media screen and (min-width: 1200px) {
        .page-110-years.container .section-four .button-popup {
          width: 15%;
          max-width: 250px; } }
    @media screen and (max-width: 500px) {
      .page-110-years.container .section-four .pulse-button {
        width: 15px;
        height: 15px;
        background-size: 7px; } }
  .page-110-years.container .section-five {
    padding: 219px 0 180px 0;
    text-align: center;
    background-color: #C6B491; }
    @media screen and (max-width: 1024px) {
      .page-110-years.container .section-five {
        padding: 85px 0 60px 0; } }
    .page-110-years.container .section-five .container {
      max-width: 1920px;
      padding: 0 8%; }
      @media screen and (max-width: 1024px) {
        .page-110-years.container .section-five .container {
          padding: 0 37px; } }
    .page-110-years.container .section-five .heading {
      font-size: 65px;
      color: #ffffff;
      margin-bottom: 50px; }
      @media screen and (max-width: 1024px) {
        .page-110-years.container .section-five .heading {
          font-size: 35px;
          line-height: 58px;
          margin-bottom: 20px;
          padding: 0 25px; } }
      @media screen and (max-width: 439px) {
        .page-110-years.container .section-five .heading {
          font-size: 29px;
          line-height: 52px; } }
      @media screen and (min-width: 1025px) {
        .page-110-years.container .section-five .heading br {
          display: none; } }
    .page-110-years.container .section-five .sub-heading {
      font-size: 16px;
      line-height: 28px;
      color: #ffffff;
      max-width: 820px;
      margin: 0 auto 160px; }
      @media screen and (max-width: 1024px) {
        .page-110-years.container .section-five .sub-heading {
          margin: 0 auto 70px; } }
    .page-110-years.container .section-five .section-inner {
      position: relative; }
      @media screen and (max-width: 1024px) {
        .page-110-years.container .section-five .section-inner {
          flex-direction: column; } }
    .page-110-years.container .section-five .column-inner {
      padding-bottom: 146%;
      position: relative; }
    @media screen and (min-width: 1025px) {
      .page-110-years.container .section-five .column {
        width: 50%; } }
    .page-110-years.container .section-five .column:first-child {
      display: flex;
      align-items: center; }
      .page-110-years.container .section-five .column:first-child .column-inner-wrapper {
        width: 60%; }
        @media screen and (max-width: 1024px) {
          .page-110-years.container .section-five .column:first-child .column-inner-wrapper {
            position: absolute;
            width: 48%;
            top: 0;
            padding-left: 4%; } }
      .page-110-years.container .section-five .column:first-child .column-inner {
        padding-bottom: 146%; }
        @media screen and (max-width: 1024px) {
          .page-110-years.container .section-five .column:first-child .column-inner {
            z-index: 1; } }
    .page-110-years.container .section-five .column:last-child img {
      width: 100%; }
    @media screen and (max-width: 1024px) {
      .page-110-years.container .section-five .column:last-child {
        padding-left: 18%;
        margin-top: 41vw; } }
    .page-110-years.container .section-five .caption {
      color: #ffffff;
      text-align: left;
      margin-top: 50px;
      margin-bottom: 0; }
      @media screen and (min-width: 1500px) {
        .page-110-years.container .section-five .caption {
          position: absolute;
          left: 0;
          right: 50%;
          bottom: 0;
          width: 35%; } }
      @media screen and (max-width: 1500px) {
        .page-110-years.container .section-five .caption br {
          display: none; } }
    @media screen and (max-width: 500px) {
      .page-110-years.container .section-five .pulse-button {
        width: 20px;
        height: 20px;
        background-size: 10px; } }
  .page-110-years.container .section-six {
    padding-bottom: 250px;
    background-color: #C6B491; }
    @media screen and (max-width: 1024px) {
      .page-110-years.container .section-six {
        padding-bottom: 120px; } }
    .page-110-years.container .section-six .container {
      padding: 0 35px;
      max-width: 998px;
      text-align: center; }
    .page-110-years.container .section-six .section-inner {
      position: relative;
      padding-bottom: 71.89073%; }
  .page-110-years.container .section-seven {
    position: relative;
    background-color: #F4EDE4; }
    .page-110-years.container .section-seven .section-inner {
      padding-bottom: 65.47619%; }
    .page-110-years.container .section-seven .caption {
      color: #C6B491;
      text-align: right;
      padding: 0 26px;
      margin-top: 25px;
      margin-bottom: 0; }
      @media screen and (max-width: 1024px) {
        .page-110-years.container .section-seven .caption br {
          display: none; } }
      @media screen and (min-width: 1025px) {
        .page-110-years.container .section-seven .caption {
          position: absolute;
          right: 8%;
          bottom: 5.595vw;
          color: #ffffff;
          padding: 0;
          margin: 0; } }
  .page-110-years.container .section-eight {
    background-color: #F4EDE4;
    padding-top: 210px;
    padding-bottom: 20px; }
    @media screen and (max-width: 1024px) {
      .page-110-years.container .section-eight {
        padding-top: 100px; } }
    .page-110-years.container .section-eight .container {
      max-width: 1200px;
      padding: 0 38px;
      text-align: center; }
    .page-110-years.container .section-eight .heading {
      color: #C6B491;
      font-size: 65px;
      margin-bottom: 40px; }
      @media screen and (max-width: 1024px) {
        .page-110-years.container .section-eight .heading {
          font-size: 35px;
          margin-bottom: 20px; } }
    .page-110-years.container .section-eight .sub-heading {
      font-size: 16px;
      color: #C6B491;
      max-width: 700px;
      margin: 0 auto 100px; }
      @media screen and (max-width: 1024px) {
        .page-110-years.container .section-eight .sub-heading {
          width: 80%;
          margin: 0 auto 50px; } }
    .page-110-years.container .section-eight iframe {
      margin-bottom: 45px; }
      @media screen and (max-width: 1024px) {
        .page-110-years.container .section-eight iframe {
          margin-bottom: 30px; } }
    .page-110-years.container .section-eight .cta {
      color: #C6B491; }
  .page-110-years.container .section-nine {
    background-color: #F4EDE4;
    padding: 136px 0 222px; }
    @media screen and (max-width: 1024px) {
      .page-110-years.container .section-nine {
        padding: 88px 0 120px; } }
    .page-110-years.container .section-nine .container {
      max-width: 1036px; }
      @media screen and (max-width: 1024px) {
        .page-110-years.container .section-nine .container {
          padding: 0 80px; } }
    .page-110-years.container .section-nine .flex-container {
      flex-wrap: wrap; }
    .page-110-years.container .section-nine .column {
      width: 50%; }
      @media screen and (max-width: 1024px) {
        .page-110-years.container .section-nine .column {
          width: 100%; } }
      .page-110-years.container .section-nine .column .column-inner {
        padding-bottom: 128.75%;
        position: relative; }
      .page-110-years.container .section-nine .column .overlay,
      .page-110-years.container .section-nine .column .overlay-cta {
        display: none; }
      .page-110-years.container .section-nine .column .hover-wrapper {
        position: absolute;
        cursor: pointer;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        align-items: flex-end;
        justify-content: center; }
        .page-110-years.container .section-nine .column .hover-wrapper:hover .overlay {
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-color: rgba(146, 117, 64, 0.4);
          color: #ffffff;
          text-decoration: none; }
          .page-110-years.container .section-nine .column .hover-wrapper:hover .overlay .overlay-text {
            margin-bottom: 0;
            position: absolute;
            text-align: center;
            width: 100%;
            bottom: 20%;
            left: 50%;
            transform: translateX(-50%);
            max-width: 70%; }
            @media screen and (max-width: 1024px) {
              .page-110-years.container .section-nine .column .hover-wrapper:hover .overlay .overlay-text {
                bottom: initial;
                top: 50%;
                transform: translate(-50%, -50%);
                max-width: 85%; } }
            @media screen and (max-width: 1024px) {
              .page-110-years.container .section-nine .column .hover-wrapper:hover .overlay .overlay-text br {
                display: none; } }
        .page-110-years.container .section-nine .column .hover-wrapper:hover .overlay-cta {
          display: block;
          position: absolute; }
        .page-110-years.container .section-nine .column .hover-wrapper:hover .hover-label {
          display: none; }
        .page-110-years.container .section-nine .column .hover-wrapper .hover-label,
        .page-110-years.container .section-nine .column .hover-wrapper .overlay-cta {
          font-size: 16px;
          color: white;
          margin-bottom: 0;
          bottom: 8%;
          position: absolute;
          text-decoration: none; }
      @media screen and (max-width: 1024px) {
        .page-110-years.container .section-nine .column:first-child .hover-wrapper .hover-label,
        .page-110-years.container .section-nine .column:first-child .hover-wrapper .overlay-cta {
          top: 8%; } }
    .page-110-years.container .section-nine .heading {
      color: white;
      font-size: 120px;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0;
      height: 150px;
      z-index: 2;
      left: 50%;
      transform: translateX(-50%); }
      @media screen and (max-width: 1024px) {
        .page-110-years.container .section-nine .heading {
          font-size: 78px;
          height: 78px;
          line-height: 78px; } }
  .page-110-years.container .section-ten {
    background-color: #F4EDE4; }
    .page-110-years.container .section-ten .main-banner-title {
      font-size: 65px; }
      @media screen and (max-width: 1024px) {
        .page-110-years.container .section-ten .main-banner-title {
          font-size: 35px; } }
    @media screen and (max-width: 1024px) {
      .page-110-years.container .section-ten.main-banner {
        padding-bottom: 146.66667%; } }
  .page-110-years.container .section-eleven {
    padding: 142px 0 0; }
    @media screen and (max-width: 1024px) {
      .page-110-years.container .section-eleven {
        padding: 75px 0 0; } }
    .page-110-years.container .section-eleven .container {
      max-width: 90%;
      padding: 0; }
    .page-110-years.container .section-eleven .heading {
      margin-bottom: 25px;
      font-size: 42px; }
      @media screen and (max-width: 1024px) {
        .page-110-years.container .section-eleven .heading {
          margin-bottom: 30px;
          font-size: 22px; } }
    .page-110-years.container .section-eleven .slide {
      margin: 0;
      width: 16.7%; }
      @media screen and (max-width: 1024px) {
        .page-110-years.container .section-eleven .slide {
          width: 33.3%; } }
    .page-110-years.container .section-eleven .flickity-button {
      right: 5%; }

.layout-pages-custom-page-sensory .body {
  margin-top: 0; }

.sensory {
  background-color: #F1E8E2; }
  .sensory.container {
    max-width: initial;
    padding: 0; }
    .sensory.container p.caption {
      color: #9A8072; }
    .sensory.container .button-popup {
      width: 20%; }
    @media screen and (min-width: 1025px) {
      .sensory.container .mobile {
        display: none; } }
    @media screen and (max-width: 1024px) {
      .sensory.container .desktop {
        display: none; } }
    .sensory.container .main-banner {
      padding-bottom: 65.23554%; }
      @media screen and (max-width: 1024px) {
        .sensory.container .main-banner {
          padding-bottom: 137.78055%; } }
      .sensory.container .main-banner .main-banner-title img {
        max-width: 454px; }
        @media screen and (max-width: 1024px) {
          .sensory.container .main-banner .main-banner-title img {
            max-width: 271px; } }
    .sensory.container .section-one-1 {
      padding-top: 180px;
      padding-bottom: 80px; }
      @media screen and (max-width: 1024px) {
        .sensory.container .section-one-1 {
          padding: 85px 50px 0; } }
    .sensory.container .section-one-2 {
      position: sticky;
      top: 72%;
      z-index: 2; }
      @media screen and (max-width: 800px) {
        .sensory.container .section-one-2 {
          top: 82%; } }
    .sensory.container .section-one-3 {
      padding-bottom: 164px;
      padding-top: 110px; }
      @media screen and (max-width: 1024px) {
        .sensory.container .section-one-3 {
          padding-bottom: 91px;
          padding-top: 30px; } }
    .sensory.container .section-one .container {
      max-width: 1200px;
      padding: 0 37px;
      text-align: center; }
    .sensory.container .section-one .caption {
      font-size: 28px;
      max-width: 731px;
      margin: 0 auto;
      font-weight: 300;
      line-height: 42px;
      text-align: center; }
      @media screen and (max-width: 1024px) {
        .sensory.container .section-one .caption {
          font-size: 20px;
          line-height: 32px; } }
    .sensory.container .section-one iframe {
      margin-bottom: 60px; }
      @media screen and (max-width: 1024px) {
        .sensory.container .section-one iframe {
          margin-bottom: 38px; } }
    .sensory.container .section-one .cta {
      color: #C6B491; }
    .sensory.container .section-two.main-banner {
      padding-bottom: 60.3593%; }
    .sensory.container .section-three {
      padding-top: 104px;
      padding-bottom: 152px;
      color: #9A8072; }
      @media screen and (max-width: 800px) {
        .sensory.container .section-three {
          padding-top: 69px;
          padding-bottom: 118px; } }
      .sensory.container .section-three .container {
        max-width: 902px;
        padding: 0; }
        @media screen and (max-width: 800px) {
          .sensory.container .section-three .container {
            padding: 0 50px; } }
        @media screen and (min-width: 1025px) {
          .sensory.container .section-three .container {
            width: 47%; } }
      .sensory.container .section-three .text-wrapper {
        margin-bottom: 92px;
        padding: 0 32px;
        text-align: center; }
        @media screen and (max-width: 800px) {
          .sensory.container .section-three .text-wrapper {
            margin-bottom: 81px; } }
        .sensory.container .section-three .text-wrapper p {
          color: #9A8072;
          font-size: 16px;
          line-height: 26px;
          text-align: center; }
        .sensory.container .section-three .text-wrapper a, .sensory.container .section-three .text-wrapper .link {
          color: #9A8072; }
      .sensory.container .section-three .caption {
        display: block;
        max-width: 908px;
        margin: 0 auto; }
      .sensory.container .section-three .product-carousel-slide {
        position: relative;
        padding-bottom: 137.78055%; }
      .sensory.container .section-three .slick-next, .sensory.container .section-three .slick-prev {
        background-color: transparent;
        border: none;
        padding: 0; }
      .sensory.container .section-three .slick-next {
        right: 15px; }
        .sensory.container .section-three .slick-next:before {
          background-image: url("../icons/wit-chevron-white.svg");
          transform: rotate(90deg);
          width: 30px; }
      .sensory.container .section-three .slick-prev {
        left: 15px; }
        .sensory.container .section-three .slick-prev:before {
          background-image: url("../icons/wit-chevron-white.svg");
          transform: rotate(-90deg);
          width: 30px; }
    .sensory.container .section-four {
      padding-bottom: 218px; }
      @media screen and (max-width: 800px) {
        .sensory.container .section-four {
          padding-bottom: 117px; } }
      .sensory.container .section-four .section-four-column {
        width: 50%; }
        .sensory.container .section-four .section-four-column .column-inner {
          position: relative;
          padding-bottom: 137.78055%; }
    .sensory.container .section-five {
      padding-bottom: 244px;
      overflow: hidden; }
      @media screen and (max-width: 800px) {
        .sensory.container .section-five {
          padding-bottom: 99px; } }
      .sensory.container .section-five .flex-container {
        flex-wrap: wrap;
        justify-content: flex-end; }
        @media screen and (max-width: 800px) {
          .sensory.container .section-five .flex-container {
            justify-content: initial; } }
      .sensory.container .section-five .section-column-one {
        width: 25%; }
        @media screen and (max-width: 800px) {
          .sensory.container .section-five .section-column-one {
            width: 35%; } }
      .sensory.container .section-five .section-column-one-2 {
        width: 50%;
        position: relative;
        overflow: hidden; }
        @media screen and (max-width: 800px) {
          .sensory.container .section-five .section-column-one-2 {
            width: 65%; } }
      .sensory.container .section-five .video-container {
        padding-bottom: 79.84375%;
        position: relative; }
        @media screen and (max-width: 800px) {
          .sensory.container .section-five .video-container {
            width: 100%; } }
        .sensory.container .section-five .video-container iframe {
          transform: scale(1.01); }
      .sensory.container .section-five .section-column-two {
        width: 25%;
        position: relative; }
        @media screen and (max-width: 800px) {
          .sensory.container .section-five .section-column-two {
            width: 35%; } }
        .sensory.container .section-five .section-column-two.desktop {
          background-repeat: repeat;
          background-size: cover; }
      .sensory.container .section-five .section-column-three {
        width: 25%;
        transition: all 1.8s ease-in-out;
        transform: translateX(0);
        white-space: nowrap; }
        @media screen and (max-width: 800px) {
          .sensory.container .section-five .section-column-three {
            width: 35%; } }
        .sensory.container .section-five .section-column-three.slide-left {
          transform: translateX(-300%); }
        .sensory.container .section-five .section-column-three .caption {
          position: absolute;
          white-space: initial;
          margin-left: calc(100% + 15px);
          width: 640px;
          bottom: 0;
          margin-bottom: 0;
          opacity: 0;
          transition: all 1.8s ease-in-out; }
          .sensory.container .section-five .section-column-three .caption.show {
            opacity: 1; }
      .sensory.container .section-five .section-column-four {
        padding: 0 26px;
        margin-top: 30px; }
        .sensory.container .section-five .section-column-four p {
          margin-bottom: 0;
          max-width: 255px; }
      .sensory.container .section-five .column-inner {
        padding-bottom: 148.86364%;
        position: relative; }
    .sensory.container .section-six {
      padding-bottom: 230px; }
      @media screen and (max-width: 800px) {
        .sensory.container .section-six {
          padding-bottom: 99px; } }
      .sensory.container .section-six .container {
        max-width: 1380px; }
        @media screen and (min-width: 1025px) {
          .sensory.container .section-six .container {
            width: 72%; } }
        @media screen and (max-width: 800px) {
          .sensory.container .section-six .container {
            padding: 0 40px; } }
      .sensory.container .section-six .flex-container {
        display: flex;
        flex-wrap: wrap; }
        .sensory.container .section-six .flex-container .video-container {
          position: relative;
          overflow: hidden;
          padding-bottom: 131.25%; }
        .sensory.container .section-six .flex-container .section-column {
          padding: 5px;
          width: 33.33%;
          position: relative; }
          @media screen and (max-width: 800px) {
            .sensory.container .section-six .flex-container .section-column {
              width: 50%; } }
        @media screen and (max-width: 800px) {
          .sensory.container .section-six .flex-container .section-column-one {
            order: 6; } }
        @media screen and (max-width: 800px) {
          .sensory.container .section-six .flex-container .section-column-two {
            order: 1; } }
        @media screen and (max-width: 800px) {
          .sensory.container .section-six .flex-container .section-column-three {
            order: 3; } }
        @media screen and (max-width: 800px) {
          .sensory.container .section-six .flex-container .section-column-four {
            display: flex;
            justify-content: right; } }
        .sensory.container .section-six .flex-container .section-column-four .caption {
          position: absolute;
          bottom: 0;
          text-align: right;
          max-width: 400px;
          right: 5px;
          margin: 0;
          line-height: 26px;
          font-size: 16px; }
          @media screen and (max-width: 800px) {
            .sensory.container .section-six .flex-container .section-column-four .caption {
              position: initial;
              margin-top: 20px;
              max-width: 280px; } }
        @media screen and (max-width: 800px) {
          .sensory.container .section-six .flex-container .section-column-four {
            width: 100%;
            order: 5; } }
        @media screen and (max-width: 800px) {
          .sensory.container .section-six .flex-container .section-column-five {
            order: 2; } }
        @media screen and (max-width: 800px) {
          .sensory.container .section-six .flex-container .section-column-six {
            order: 4; } }
      .sensory.container .section-six .image-tile {
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 131.25%; }
    .sensory.container .section-seven .column {
      padding-bottom: 60.20347%;
      position: relative; }
    .sensory.container .section-eight {
      padding-top: 110px; }
      @media screen and (max-width: 800px) {
        .sensory.container .section-eight {
          padding-top: 48px;
          padding-right: 35px;
          padding-left: 35px;
          padding-bottom: 0; } }
      .sensory.container .section-eight .caption {
        text-align: center;
        margin-bottom: 110px; }
        @media screen and (max-width: 800px) {
          .sensory.container .section-eight .caption {
            margin-bottom: 50px; } }
      .sensory.container .section-eight .section-eight-column {
        width: 50%; }
        .sensory.container .section-eight .section-eight-column.column-one img {
          width: 100%; }
        .sensory.container .section-eight .section-eight-column .video-container {
          padding-bottom: 129.00763%;
          position: relative;
          overflow: hidden; }
          .sensory.container .section-eight .section-eight-column .video-container iframe {
            transform: scale(1.05); }
    .sensory.container .section-nine.common-main-banner .main-banner-title {
      font-size: 65px; }
      @media screen and (max-width: 800px) {
        .sensory.container .section-nine.common-main-banner .main-banner-title {
          font-size: 35px;
          max-width: 250px;
          margin: 0 auto; } }
    .sensory.container .section-menu {
      margin: 175px 0; }
      @media screen and (max-width: 800px) {
        .sensory.container .section-menu {
          margin: 72px 0 66px 0; } }
      .sensory.container .section-menu .steady {
        opacity: 0; }
    .sensory.container .sensory-menu-list {
      display: flex;
      justify-content: center; }
      .sensory.container .sensory-menu-list a, .sensory.container .sensory-menu-list .link {
        margin: 0 10px;
        height: 166px;
        font-size: 97px;
        overflow: hidden;
        display: inline-block;
        text-decoration: none;
        color: #FFFFFF;
        font-weight: 300; }
        @media screen and (max-width: 1440px) {
          .sensory.container .sensory-menu-list a, .sensory.container .sensory-menu-list .link {
            font-size: 5vw;
            height: 9vw;
            margin: 0 5px; } }
        @media screen and (max-width: 440px) {
          .sensory.container .sensory-menu-list a, .sensory.container .sensory-menu-list .link {
            font-size: 23px;
            height: 43px; } }
        .sensory.container .sensory-menu-list a.active, .sensory.container .sensory-menu-list .active.link {
          color: #D7CCC5; }
        .sensory.container .sensory-menu-list a:before, .sensory.container .sensory-menu-list .link:before, .sensory.container .sensory-menu-list a:after, .sensory.container .sensory-menu-list .link:after {
          content: attr(onhovertext);
          display: block;
          transform: translateY(-100%);
          transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0s; }
        .sensory.container .sensory-menu-list a:before, .sensory.container .sensory-menu-list .link:before {
          color: #9A8072;
          padding-bottom: 1px; }
        .sensory.container .sensory-menu-list a:hover:before, .sensory.container .sensory-menu-list .link:hover:before, .sensory.container .sensory-menu-list a:hover:after, .sensory.container .sensory-menu-list .link:hover:after {
          transform: translateY(0); }

.layout-pages-custom-page-high-summer .body {
  margin-top: 0; }

.high-summer {
  background-color: #EBE7F9;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out; }
  .high-summer span, .high-summer em {
    color: #422418; }
  .high-summer.mahogany {
    background-color: #422418;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out; }
    .high-summer.mahogany p, .high-summer.mahogany a, .high-summer.mahogany .link, .high-summer.mahogany span {
      color: #ffffff; }
    .high-summer.mahogany .section-nine-running-text,
    .high-summer.mahogany .section-nine-running-text span {
      color: #422418;
      transition: color 1s ease; }
  .high-summer.container {
    max-width: initial;
    padding: 0; }
    @media screen and (max-width: 500px) {
      .high-summer.container .pulse-button {
        width: 15px;
        height: 15px;
        background-size: 7px; } }
    .high-summer.container .button-popup p {
      color: #000; }
    @media screen and (min-width: 1025px) {
      .high-summer.container .mobile {
        display: none; } }
    @media screen and (max-width: 1024px) {
      .high-summer.container .desktop {
        display: none; } }
    .high-summer.container .btn.text.custom-hover, .high-summer.container body.page-checkout .text.custom-hover.optimizedCheckout-buttonPrimary, body.page-checkout .high-summer.container .text.custom-hover.optimizedCheckout-buttonPrimary, .high-summer.container body.page-checkout .text.custom-hover.optimizedCheckout-buttonSecondary, body.page-checkout .high-summer.container .text.custom-hover.optimizedCheckout-buttonSecondary, .high-summer.container div#storemapper div#storemapper-form .text.custom-hover#storemapper-go.btn, div#storemapper div#storemapper-form .high-summer.container .text.custom-hover#storemapper-go.btn, .high-summer.container #productView-reminder-bar .text.custom-hover.productView-mini-action, #productView-reminder-bar .high-summer.container .text.custom-hover.productView-mini-action {
      padding: 12px 22px; }
      .high-summer.container .btn.text.custom-hover:after, .high-summer.container body.page-checkout .text.custom-hover.optimizedCheckout-buttonPrimary:after, body.page-checkout .high-summer.container .text.custom-hover.optimizedCheckout-buttonPrimary:after, .high-summer.container body.page-checkout .text.custom-hover.optimizedCheckout-buttonSecondary:after, body.page-checkout .high-summer.container .text.custom-hover.optimizedCheckout-buttonSecondary:after, .high-summer.container div#storemapper div#storemapper-form .text.custom-hover#storemapper-go.btn:after, div#storemapper div#storemapper-form .high-summer.container .text.custom-hover#storemapper-go.btn:after, .high-summer.container #productView-reminder-bar .text.custom-hover.productView-mini-action:after, #productView-reminder-bar .high-summer.container .text.custom-hover.productView-mini-action:after {
        top: calc(105% - 10px);
        width: calc(100% - 40px);
        left: 20px;
        border-top: 1px solid white; }
      .high-summer.container .btn.text.custom-hover:hover, .high-summer.container body.page-checkout .text.custom-hover.optimizedCheckout-buttonPrimary:hover, body.page-checkout .high-summer.container .text.custom-hover.optimizedCheckout-buttonPrimary:hover, .high-summer.container body.page-checkout .text.custom-hover.optimizedCheckout-buttonSecondary:hover, body.page-checkout .high-summer.container .text.custom-hover.optimizedCheckout-buttonSecondary:hover, .high-summer.container div#storemapper div#storemapper-form .text.custom-hover#storemapper-go.btn:hover, div#storemapper div#storemapper-form .high-summer.container .text.custom-hover#storemapper-go.btn:hover, .high-summer.container #productView-reminder-bar .text.custom-hover.productView-mini-action:hover, #productView-reminder-bar .high-summer.container .text.custom-hover.productView-mini-action:hover {
        background-color: white;
        color: black; }
    .high-summer.container .marquee-container {
      overflow: hidden;
      white-space: nowrap;
      font-size: 30px;
      margin: 0 auto;
      font-weight: 300;
      display: flex; }
      @media screen and (max-width: 1024px) {
        .high-summer.container .marquee-container {
          font-size: 20px;
          white-space: initial; } }
      .high-summer.container .marquee-container:hover .text-content-1,
      .high-summer.container .marquee-container:hover .text-content-2 {
        animation-play-state: paused; }
      .high-summer.container .marquee-container i, .high-summer.container .marquee-container em {
        font-size: 42px;
        margin: 0 5px;
        font-weight: 300;
        color: #000; }
        @media screen and (max-width: 1024px) {
          .high-summer.container .marquee-container i, .high-summer.container .marquee-container em {
            font-size: 25px; } }
    .high-summer.container .main-banner {
      padding-bottom: 71.4%; }
      @media screen and (max-width: 1024px) {
        .high-summer.container .main-banner {
          padding-bottom: 149.875%; } }
      @media screen and (max-width: 1024px) {
        .high-summer.container .main-banner .main-banner-title {
          font-size: 58px; } }
      .high-summer.container .main-banner .main-banner-title img {
        max-width: 454px; }
        @media screen and (max-width: 1024px) {
          .high-summer.container .main-banner .main-banner-title img {
            max-width: 271px; } }
    .high-summer.container .section-one {
      padding-top: 227px;
      padding-bottom: 175px; }
      @media screen and (max-width: 1024px) {
        .high-summer.container .section-one {
          padding: 40px 0; } }
      .high-summer.container .section-one .marquee-container {
        overflow: hidden;
        white-space: nowrap;
        font-size: 30px;
        margin: 0 auto;
        font-weight: 300;
        display: flex; }
        @media screen and (max-width: 1024px) {
          .high-summer.container .section-one .marquee-container {
            font-size: 20px;
            white-space: initial; } }
        .high-summer.container .section-one .marquee-container .text-content {
          line-height: 127px;
          padding: 0 300px; }
          @media screen and (max-width: 1024px) {
            .high-summer.container .section-one .marquee-container .text-content {
              display: flex;
              flex-direction: column;
              line-height: 50px;
              padding-left: 0;
              padding-right: calc(700px + 40%); } }
          .high-summer.container .section-one .marquee-container .text-content span {
            white-space: nowrap;
            font-weight: 300;
            color: #000;
            position: relative; }
            @media screen and (max-width: 1024px) {
              .high-summer.container .section-one .marquee-container .text-content span:nth-child(2) {
                left: 425px; }
              .high-summer.container .section-one .marquee-container .text-content span:nth-child(3) {
                left: 689px; } }
        .high-summer.container .section-one .marquee-container .text-content-1 {
          animation: marquee_sec1 15s linear infinite; }
          @media screen and (max-width: 1024px) {
            .high-summer.container .section-one .marquee-container .text-content-1 {
              animation: marquee_sec1 18s linear infinite; } }
        .high-summer.container .section-one .marquee-container .text-content-2 {
          display: inline-block;
          animation: marquee_sec1 15s linear infinite; }
          @media screen and (max-width: 1024px) {
            .high-summer.container .section-one .marquee-container .text-content-2 {
              animation: marquee_sec1 18s linear infinite; } }

@keyframes marquee_sec1 {
  to {
    transform: translateX(-100%); } }
    .high-summer.container .section-two .container {
      width: 70%;
      max-width: 1344%;
      padding: 0;
      padding-bottom: 300px; }
      @media screen and (max-width: 1024px) {
        .high-summer.container .section-two .container {
          width: 100%;
          padding: 0 30px 98px; } }
    .high-summer.container .section-two .section-two-video #player {
      width: 100%;
      height: 100%;
      display: none; }
    .high-summer.container .section-two .section-two-video.loading {
      padding-bottom: 56.69291%; }
      .high-summer.container .section-two .section-two-video.loading .loader {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        width: 100%;
        height: 33px;
        background-image: url("../icons/wittner-logo.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        animation: pulseOpacity1 1.2s ease-in alternate infinite;
        z-index: -1; }

@keyframes pulseOpacity1 {
  0% {
    opacity: 0.10; }
  100% {
    opacity: 1; } }
    .high-summer.container .section-two .section-two-text {
      margin-top: 25px;
      display: flex;
      align-items: flex-start; }
      .high-summer.container .section-two .section-two-text p {
        font-weight: 300; }
        .high-summer.container .section-two .section-two-text p:nth-child(1) {
          padding-right: 10%; }
          @media screen and (max-width: 600px) {
            .high-summer.container .section-two .section-two-text p:nth-child(1) {
              padding-right: 7%; } }
        .high-summer.container .section-two .section-two-text p:nth-child(2) {
          flex: 2;
          font-weight: 500; }
    .high-summer.container .section-two .button.controls {
      padding: 1.8%;
      border-radius: 0;
      position: absolute;
      border: none;
      margin: 0;
      display: none; }
      @media screen and (max-width: 800px) {
        .high-summer.container .section-two .button.controls {
          padding: 15px; } }
    .high-summer.container .section-two #toggleMute {
      bottom: 5%;
      right: 3%;
      background-image: url("../img/unmute.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
      .high-summer.container .section-two #toggleMute.muted {
        background-image: url("../img/muted.png"); }
    .high-summer.container .section-two #togglePlay {
      padding: 1.4%;
      bottom: 5%;
      left: 3%;
      background-image: url("../img/pause.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
      .high-summer.container .section-two #togglePlay.pause {
        background-image: url("../img/play.png"); }
      @media screen and (max-width: 800px) {
        .high-summer.container .section-two #togglePlay {
          padding: 11px;
          bottom: 6%; } }
    .high-summer.container .section-two #player {
      width: 100%;
      height: 100%; }
    .high-summer.container .section-three .section-three-column {
      width: 50%; }
      .high-summer.container .section-three .section-three-column .column-inner {
        position: relative;
        padding-bottom: 149.89583%; }
    .high-summer.container .section-four {
      height: 100vh;
      display: flex;
      align-items: center;
      padding: 0 30px;
      position: sticky;
      top: 70px; }
      .high-summer.container .section-four .section-four-running-text {
        font-weight: 300;
        font-size: 24px;
        line-height: 80px;
        letter-spacing: 0.71px;
        text-align: justify;
        max-width: 950px;
        margin: 0 auto; }
        @media screen and (max-width: 1024px) {
          .high-summer.container .section-four .section-four-running-text {
            font-size: 18px;
            font-size: 18px;
            letter-spacing: 0.53px;
            max-width: 300px;
            line-height: 44px; } }
  @media screen and (max-width: 1024px) and (max-width: 300px) {
    .high-summer.container .section-four .section-four-running-text {
      line-height: 40px;
      font-size: 14px; } }
      .high-summer.container .section-four span, .high-summer.container .section-four em {
        color: #422418; }
    .high-summer.container .section-five .flex-container {
      width: 60%;
      max-width: 1152px;
      margin: 0 auto; }
      @media screen and (max-width: 1024px) {
        .high-summer.container .section-five .flex-container {
          padding: 0 15%;
          width: 100%;
          flex-direction: column-reverse; } }
    .high-summer.container .section-five .section-five-column {
      width: 50%; }
      @media screen and (max-width: 1024px) {
        .high-summer.container .section-five .section-five-column {
          width: 100%; } }
      @media screen and (min-width: 1025px) {
        .high-summer.container .section-five .section-five-column:nth-child(1) {
          padding-right: 5%;
          padding-top: 45%; } }
      .high-summer.container .section-five .section-five-column:nth-child(2) {
        margin-bottom: 60px; }
        @media screen and (min-width: 1025px) {
          .high-summer.container .section-five .section-five-column:nth-child(2) {
            padding-left: 5%;
            margin-bottom: 0; } }
      .high-summer.container .section-five .section-five-column .column-inner {
        position: relative;
        padding-bottom: 150%; }
    .high-summer.container .section-six {
      padding: 300px 0; }
      @media screen and (max-width: 1024px) {
        .high-summer.container .section-six {
          padding: 120px 0; } }
      .high-summer.container .section-six .section-six-carousel {
        width: 100%;
        display: flex;
        flex-wrap: wrap; }
      .high-summer.container .section-six .section-six-column {
        width: 33.33%;
        position: relative; }
        @media screen and (max-width: 1024px) {
          .high-summer.container .section-six .section-six-column {
            width: 270px;
            margin: 0; } }
      .high-summer.container .section-six .section-six-column-inner {
        width: 100%;
        position: relative;
        padding-bottom: 150%; }
    .high-summer.container .section-seven {
      padding-bottom: 175px; }
      @media screen and (max-width: 1024px) {
        .high-summer.container .section-seven {
          padding-bottom: 120px; } }
      .high-summer.container .section-seven .container {
        max-width: 960px;
        width: 50%;
        padding: 0;
        position: relative; }
        @media screen and (max-width: 1024px) {
          .high-summer.container .section-seven .container {
            padding: 0 40px;
            width: 100%; } }
      .high-summer.container .section-seven .section-seven-title {
        color: #ffffff;
        text-transform: initial;
        position: absolute;
        top: 71px;
        font-size: 51px;
        z-index: 1;
        left: 50%;
        transform: translateX(-50%);
        text-align: center; }
        @media screen and (max-width: 1024px) {
          .high-summer.container .section-seven .section-seven-title {
            top: 38px;
            font-size: 24px; } }
      .high-summer.container .section-seven .text-wrapper {
        margin-top: 60px;
        padding: 0 30px;
        text-align: center; }
        @media screen and (max-width: 1024px) {
          .high-summer.container .section-seven .text-wrapper {
            margin-top: 30px; } }
        .high-summer.container .section-seven .text-wrapper p {
          color: #422418;
          font-size: 16px;
          text-align: center;
          margin: 0 auto 20px; }
        .high-summer.container .section-seven .text-wrapper a, .high-summer.container .section-seven .text-wrapper .link {
          color: #422418; }
      .high-summer.container .section-seven .product-carousel-slide {
        position: relative;
        padding-bottom: 149.89583%; }
      .high-summer.container .section-seven .slick-next, .high-summer.container .section-seven .slick-prev {
        background-color: transparent;
        border: none;
        padding: 0; }
      .high-summer.container .section-seven .slick-next {
        right: 15px; }
        .high-summer.container .section-seven .slick-next:before {
          background-image: url("../icons/wit-chevron-white.svg");
          transform: rotate(90deg);
          width: 30px; }
      .high-summer.container .section-seven .slick-prev {
        left: 15px; }
        .high-summer.container .section-seven .slick-prev:before {
          background-image: url("../icons/wit-chevron-white.svg");
          transform: rotate(-90deg);
          width: 30px; }
      .high-summer.container .section-seven h6 {
        color: #422418; }
    .high-summer.container .section-eigth .column {
      padding-bottom: 66.7%;
      position: relative; }
    .high-summer.container .section-nine {
      height: 100vh;
      display: flex;
      align-items: center;
      padding: 0 30px;
      position: sticky;
      top: 70px; }
      .high-summer.container .section-nine .section-nine-inner {
        margin: 0 auto;
        opacity: 0; }
        .high-summer.container .section-nine .section-nine-inner.show {
          opacity: 1;
          transition: opacity 0.5s ease; }
      .high-summer.container .section-nine .section-nine-running-text {
        font-weight: 300;
        font-size: 24px;
        line-height: 60px;
        letter-spacing: 0.71px;
        text-align: justify;
        max-width: 950px;
        margin: 0 auto; }
        @media screen and (max-width: 1024px) {
          .high-summer.container .section-nine .section-nine-running-text {
            font-size: 18px;
            font-size: 18px;
            letter-spacing: 0.53px;
            max-width: 300px;
            line-height: 40px; } }
  @media screen and (max-width: 1024px) and (max-width: 450px) {
    .high-summer.container .section-nine .section-nine-running-text {
      line-height: 40px;
      font-size: 14px; } }
  @media screen and (max-width: 1024px) and (max-width: 300px) {
    .high-summer.container .section-nine .section-nine-running-text {
      line-height: 25px;
      font-size: 12px; } }
        .high-summer.container .section-nine .section-nine-running-text.white-text {
          color: #FFFFFF; }
          .high-summer.container .section-nine .section-nine-running-text.white-text span, .high-summer.container .section-nine .section-nine-running-text.white-text em {
            color: #FFFFFF; }
    .high-summer.container .section-ten {
      padding-top: 0;
      padding-bottom: 320px; }
      @media screen and (max-width: 1024px) {
        .high-summer.container .section-ten {
          padding: 0 0 130px; } }
      .high-summer.container .section-ten .container {
        width: 80%;
        max-width: 1540px;
        padding: 0; }
        @media screen and (max-width: 1024px) {
          .high-summer.container .section-ten .container {
            width: 100%; } }
      .high-summer.container .section-ten .section-ten-column {
        width: 50%; }
        .high-summer.container .section-ten .section-ten-column .column-inner {
          position: relative;
          padding-bottom: 149.89583%; }
      .high-summer.container .section-ten .flex-row {
        flex-wrap: wrap; }
        .high-summer.container .section-ten .flex-row .section-ten-column {
          width: 100%;
          padding: 3px 6px; }
          @media screen and (max-width: 1024px) {
            .high-summer.container .section-ten .flex-row .section-ten-column {
              padding-left: 0; } }
      .high-summer.container .section-ten .flex-center {
        align-items: center;
        padding: 6px;
        position: relative; }
        @media screen and (max-width: 1024px) {
          .high-summer.container .section-ten .flex-center {
            padding-right: 0; } }
        .high-summer.container .section-ten .flex-center .column-inner {
          width: 100%; }
      @media screen and (max-width: 1024px) {
        .high-summer.container .section-ten .button-popup {
          width: 15%;
          max-width: 250px;
          min-width: 130px; } }
    .high-summer.container .section-eleven .column {
      padding-bottom: 71.4%;
      position: relative; }
      @media screen and (max-width: 1024px) {
        .high-summer.container .section-eleven .column {
          padding-bottom: 100%; } }
    .high-summer.container .section-twelve .flex-container {
      margin: 0 auto;
      width: 80%;
      max-width: 1540px;
      padding-top: 320px;
      flex-wrap: wrap; }
      @media screen and (max-width: 1024px) {
        .high-summer.container .section-twelve .flex-container {
          padding: 118px 40px 0;
          width: 100%; } }
    .high-summer.container .section-twelve .section-twelve-column {
      width: 50%; }
      @media screen and (max-width: 1024px) {
        .high-summer.container .section-twelve .section-twelve-column {
          width: 100%; } }
      @media screen and (min-width: 1025px) {
        .high-summer.container .section-twelve .section-twelve-column:nth-child(1) {
          padding-right: 4px; } }
      @media screen and (max-width: 1024px) {
        .high-summer.container .section-twelve .section-twelve-column:nth-child(1) {
          padding-right: 25%; } }
      .high-summer.container .section-twelve .section-twelve-column:nth-child(2) {
        padding-left: 4px;
        padding-top: 28%; }
        @media screen and (max-width: 1024px) {
          .high-summer.container .section-twelve .section-twelve-column:nth-child(2) {
            padding-top: 40px;
            padding-left: 25%; } }
      .high-summer.container .section-twelve .section-twelve-column .column-inner {
        position: relative;
        padding-bottom: 149.88426%; }
    .high-summer.container .section-twelve .marquee-container {
      margin: 230px auto; }
      @media screen and (max-width: 1024px) {
        .high-summer.container .section-twelve .marquee-container {
          margin: 100px 0; } }
      .high-summer.container .section-twelve .marquee-container:hover .text-content-1,
      .high-summer.container .section-twelve .marquee-container:hover .text-content-2 {
        animation-play-state: paused; }
      .high-summer.container .section-twelve .marquee-container .text-content span, .high-summer.container .section-twelve .marquee-container .text-content em {
        color: #ffffff; }
      .high-summer.container .section-twelve .marquee-container .text-content-1 {
        animation: marquee_sec12 15s linear infinite; }
        @media screen and (max-width: 1024px) {
          .high-summer.container .section-twelve .marquee-container .text-content-1 {
            animation: marquee_sec12 15s linear infinite; } }
      .high-summer.container .section-twelve .marquee-container .text-content {
        line-height: 127px;
        padding: 0 207px; }
        @media screen and (max-width: 1024px) {
          .high-summer.container .section-twelve .marquee-container .text-content {
            display: flex;
            flex-direction: column;
            line-height: 50px;
            padding-right: calc(400px + 40%);
            padding-left: 0; } }
        .high-summer.container .section-twelve .marquee-container .text-content span {
          white-space: nowrap;
          font-weight: 300;
          position: relative; }
          @media screen and (max-width: 1024px) {
            .high-summer.container .section-twelve .marquee-container .text-content span:nth-child(2) {
              left: 408px; }
            .high-summer.container .section-twelve .marquee-container .text-content span:nth-child(3) {
              left: 680px; } }
      .high-summer.container .section-twelve .marquee-container .text-content-1 {
        animation: marquee_sec12 15s linear infinite; }
        @media screen and (max-width: 1024px) {
          .high-summer.container .section-twelve .marquee-container .text-content-1 {
            animation: marquee_sec12 18s linear infinite; } }
      .high-summer.container .section-twelve .marquee-container .text-content-2 {
        animation: marquee_sec12 15s linear infinite; }
        @media screen and (max-width: 1024px) {
          .high-summer.container .section-twelve .marquee-container .text-content-2 {
            animation: marquee_sec12 18s linear infinite; } }

@keyframes marquee_sec12 {
  to {
    transform: translateX(-100%); } }
    .high-summer.container .section-thirteen.main-banner {
      padding-bottom: 66.7%; }
      @media screen and (max-width: 1024px) {
        .high-summer.container .section-thirteen.main-banner {
          padding-bottom: 145.45455%; } }
    @media screen and (max-width: 1024px) {
      .high-summer.container .section-thirteen .main-banner-title {
        font-size: 50px; } }

body[data-aos-duration='50'] [data-aos], [data-aos][data-aos][data-aos-duration='50'] {
  transition-duration: 50ms; }

body[data-aos-delay='50'] [data-aos], [data-aos][data-aos][data-aos-delay='50'] {
  transition-delay: 0; }
  body[data-aos-delay='50'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='50'].aos-animate {
    transition-delay: 50ms; }

body[data-aos-duration='100'] [data-aos], [data-aos][data-aos][data-aos-duration='100'] {
  transition-duration: 100ms; }

body[data-aos-delay='100'] [data-aos], [data-aos][data-aos][data-aos-delay='100'] {
  transition-delay: 0; }
  body[data-aos-delay='100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='100'].aos-animate {
    transition-delay: 100ms; }

body[data-aos-duration='150'] [data-aos], [data-aos][data-aos][data-aos-duration='150'] {
  transition-duration: 150ms; }

body[data-aos-delay='150'] [data-aos], [data-aos][data-aos][data-aos-delay='150'] {
  transition-delay: 0; }
  body[data-aos-delay='150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='150'].aos-animate {
    transition-delay: 150ms; }

body[data-aos-duration='200'] [data-aos], [data-aos][data-aos][data-aos-duration='200'] {
  transition-duration: 200ms; }

body[data-aos-delay='200'] [data-aos], [data-aos][data-aos][data-aos-delay='200'] {
  transition-delay: 0; }
  body[data-aos-delay='200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='200'].aos-animate {
    transition-delay: 200ms; }

body[data-aos-duration='250'] [data-aos], [data-aos][data-aos][data-aos-duration='250'] {
  transition-duration: 250ms; }

body[data-aos-delay='250'] [data-aos], [data-aos][data-aos][data-aos-delay='250'] {
  transition-delay: 0; }
  body[data-aos-delay='250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='250'].aos-animate {
    transition-delay: 250ms; }

body[data-aos-duration='300'] [data-aos], [data-aos][data-aos][data-aos-duration='300'] {
  transition-duration: 300ms; }

body[data-aos-delay='300'] [data-aos], [data-aos][data-aos][data-aos-delay='300'] {
  transition-delay: 0; }
  body[data-aos-delay='300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='300'].aos-animate {
    transition-delay: 300ms; }

body[data-aos-duration='350'] [data-aos], [data-aos][data-aos][data-aos-duration='350'] {
  transition-duration: 350ms; }

body[data-aos-delay='350'] [data-aos], [data-aos][data-aos][data-aos-delay='350'] {
  transition-delay: 0; }
  body[data-aos-delay='350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='350'].aos-animate {
    transition-delay: 350ms; }

body[data-aos-duration='400'] [data-aos], [data-aos][data-aos][data-aos-duration='400'] {
  transition-duration: 400ms; }

body[data-aos-delay='400'] [data-aos], [data-aos][data-aos][data-aos-delay='400'] {
  transition-delay: 0; }
  body[data-aos-delay='400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='400'].aos-animate {
    transition-delay: 400ms; }

body[data-aos-duration='450'] [data-aos], [data-aos][data-aos][data-aos-duration='450'] {
  transition-duration: 450ms; }

body[data-aos-delay='450'] [data-aos], [data-aos][data-aos][data-aos-delay='450'] {
  transition-delay: 0; }
  body[data-aos-delay='450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='450'].aos-animate {
    transition-delay: 450ms; }

body[data-aos-duration='500'] [data-aos], [data-aos][data-aos][data-aos-duration='500'] {
  transition-duration: 500ms; }

body[data-aos-delay='500'] [data-aos], [data-aos][data-aos][data-aos-delay='500'] {
  transition-delay: 0; }
  body[data-aos-delay='500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='500'].aos-animate {
    transition-delay: 500ms; }

body[data-aos-duration='550'] [data-aos], [data-aos][data-aos][data-aos-duration='550'] {
  transition-duration: 550ms; }

body[data-aos-delay='550'] [data-aos], [data-aos][data-aos][data-aos-delay='550'] {
  transition-delay: 0; }
  body[data-aos-delay='550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='550'].aos-animate {
    transition-delay: 550ms; }

body[data-aos-duration='600'] [data-aos], [data-aos][data-aos][data-aos-duration='600'] {
  transition-duration: 600ms; }

body[data-aos-delay='600'] [data-aos], [data-aos][data-aos][data-aos-delay='600'] {
  transition-delay: 0; }
  body[data-aos-delay='600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='600'].aos-animate {
    transition-delay: 600ms; }

body[data-aos-duration='650'] [data-aos], [data-aos][data-aos][data-aos-duration='650'] {
  transition-duration: 650ms; }

body[data-aos-delay='650'] [data-aos], [data-aos][data-aos][data-aos-delay='650'] {
  transition-delay: 0; }
  body[data-aos-delay='650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='650'].aos-animate {
    transition-delay: 650ms; }

body[data-aos-duration='700'] [data-aos], [data-aos][data-aos][data-aos-duration='700'] {
  transition-duration: 700ms; }

body[data-aos-delay='700'] [data-aos], [data-aos][data-aos][data-aos-delay='700'] {
  transition-delay: 0; }
  body[data-aos-delay='700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='700'].aos-animate {
    transition-delay: 700ms; }

body[data-aos-duration='750'] [data-aos], [data-aos][data-aos][data-aos-duration='750'] {
  transition-duration: 750ms; }

body[data-aos-delay='750'] [data-aos], [data-aos][data-aos][data-aos-delay='750'] {
  transition-delay: 0; }
  body[data-aos-delay='750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='750'].aos-animate {
    transition-delay: 750ms; }

body[data-aos-duration='800'] [data-aos], [data-aos][data-aos][data-aos-duration='800'] {
  transition-duration: 800ms; }

body[data-aos-delay='800'] [data-aos], [data-aos][data-aos][data-aos-delay='800'] {
  transition-delay: 0; }
  body[data-aos-delay='800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='800'].aos-animate {
    transition-delay: 800ms; }

body[data-aos-duration='850'] [data-aos], [data-aos][data-aos][data-aos-duration='850'] {
  transition-duration: 850ms; }

body[data-aos-delay='850'] [data-aos], [data-aos][data-aos][data-aos-delay='850'] {
  transition-delay: 0; }
  body[data-aos-delay='850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='850'].aos-animate {
    transition-delay: 850ms; }

body[data-aos-duration='900'] [data-aos], [data-aos][data-aos][data-aos-duration='900'] {
  transition-duration: 900ms; }

body[data-aos-delay='900'] [data-aos], [data-aos][data-aos][data-aos-delay='900'] {
  transition-delay: 0; }
  body[data-aos-delay='900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='900'].aos-animate {
    transition-delay: 900ms; }

body[data-aos-duration='950'] [data-aos], [data-aos][data-aos][data-aos-duration='950'] {
  transition-duration: 950ms; }

body[data-aos-delay='950'] [data-aos], [data-aos][data-aos][data-aos-delay='950'] {
  transition-delay: 0; }
  body[data-aos-delay='950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='950'].aos-animate {
    transition-delay: 950ms; }

body[data-aos-duration='1000'] [data-aos], [data-aos][data-aos][data-aos-duration='1000'] {
  transition-duration: 1000ms; }

body[data-aos-delay='1000'] [data-aos], [data-aos][data-aos][data-aos-delay='1000'] {
  transition-delay: 0; }
  body[data-aos-delay='1000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1000'].aos-animate {
    transition-delay: 1000ms; }

body[data-aos-duration='1050'] [data-aos], [data-aos][data-aos][data-aos-duration='1050'] {
  transition-duration: 1050ms; }

body[data-aos-delay='1050'] [data-aos], [data-aos][data-aos][data-aos-delay='1050'] {
  transition-delay: 0; }
  body[data-aos-delay='1050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1050'].aos-animate {
    transition-delay: 1050ms; }

body[data-aos-duration='1100'] [data-aos], [data-aos][data-aos][data-aos-duration='1100'] {
  transition-duration: 1100ms; }

body[data-aos-delay='1100'] [data-aos], [data-aos][data-aos][data-aos-delay='1100'] {
  transition-delay: 0; }
  body[data-aos-delay='1100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1100'].aos-animate {
    transition-delay: 1100ms; }

body[data-aos-duration='1150'] [data-aos], [data-aos][data-aos][data-aos-duration='1150'] {
  transition-duration: 1150ms; }

body[data-aos-delay='1150'] [data-aos], [data-aos][data-aos][data-aos-delay='1150'] {
  transition-delay: 0; }
  body[data-aos-delay='1150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1150'].aos-animate {
    transition-delay: 1150ms; }

body[data-aos-duration='1200'] [data-aos], [data-aos][data-aos][data-aos-duration='1200'] {
  transition-duration: 1200ms; }

body[data-aos-delay='1200'] [data-aos], [data-aos][data-aos][data-aos-delay='1200'] {
  transition-delay: 0; }
  body[data-aos-delay='1200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1200'].aos-animate {
    transition-delay: 1200ms; }

body[data-aos-duration='1250'] [data-aos], [data-aos][data-aos][data-aos-duration='1250'] {
  transition-duration: 1250ms; }

body[data-aos-delay='1250'] [data-aos], [data-aos][data-aos][data-aos-delay='1250'] {
  transition-delay: 0; }
  body[data-aos-delay='1250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1250'].aos-animate {
    transition-delay: 1250ms; }

body[data-aos-duration='1300'] [data-aos], [data-aos][data-aos][data-aos-duration='1300'] {
  transition-duration: 1300ms; }

body[data-aos-delay='1300'] [data-aos], [data-aos][data-aos][data-aos-delay='1300'] {
  transition-delay: 0; }
  body[data-aos-delay='1300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1300'].aos-animate {
    transition-delay: 1300ms; }

body[data-aos-duration='1350'] [data-aos], [data-aos][data-aos][data-aos-duration='1350'] {
  transition-duration: 1350ms; }

body[data-aos-delay='1350'] [data-aos], [data-aos][data-aos][data-aos-delay='1350'] {
  transition-delay: 0; }
  body[data-aos-delay='1350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1350'].aos-animate {
    transition-delay: 1350ms; }

body[data-aos-duration='1400'] [data-aos], [data-aos][data-aos][data-aos-duration='1400'] {
  transition-duration: 1400ms; }

body[data-aos-delay='1400'] [data-aos], [data-aos][data-aos][data-aos-delay='1400'] {
  transition-delay: 0; }
  body[data-aos-delay='1400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1400'].aos-animate {
    transition-delay: 1400ms; }

body[data-aos-duration='1450'] [data-aos], [data-aos][data-aos][data-aos-duration='1450'] {
  transition-duration: 1450ms; }

body[data-aos-delay='1450'] [data-aos], [data-aos][data-aos][data-aos-delay='1450'] {
  transition-delay: 0; }
  body[data-aos-delay='1450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1450'].aos-animate {
    transition-delay: 1450ms; }

body[data-aos-duration='1500'] [data-aos], [data-aos][data-aos][data-aos-duration='1500'] {
  transition-duration: 1500ms; }

body[data-aos-delay='1500'] [data-aos], [data-aos][data-aos][data-aos-delay='1500'] {
  transition-delay: 0; }
  body[data-aos-delay='1500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1500'].aos-animate {
    transition-delay: 1500ms; }

body[data-aos-duration='1550'] [data-aos], [data-aos][data-aos][data-aos-duration='1550'] {
  transition-duration: 1550ms; }

body[data-aos-delay='1550'] [data-aos], [data-aos][data-aos][data-aos-delay='1550'] {
  transition-delay: 0; }
  body[data-aos-delay='1550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1550'].aos-animate {
    transition-delay: 1550ms; }

body[data-aos-duration='1600'] [data-aos], [data-aos][data-aos][data-aos-duration='1600'] {
  transition-duration: 1600ms; }

body[data-aos-delay='1600'] [data-aos], [data-aos][data-aos][data-aos-delay='1600'] {
  transition-delay: 0; }
  body[data-aos-delay='1600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1600'].aos-animate {
    transition-delay: 1600ms; }

body[data-aos-duration='1650'] [data-aos], [data-aos][data-aos][data-aos-duration='1650'] {
  transition-duration: 1650ms; }

body[data-aos-delay='1650'] [data-aos], [data-aos][data-aos][data-aos-delay='1650'] {
  transition-delay: 0; }
  body[data-aos-delay='1650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1650'].aos-animate {
    transition-delay: 1650ms; }

body[data-aos-duration='1700'] [data-aos], [data-aos][data-aos][data-aos-duration='1700'] {
  transition-duration: 1700ms; }

body[data-aos-delay='1700'] [data-aos], [data-aos][data-aos][data-aos-delay='1700'] {
  transition-delay: 0; }
  body[data-aos-delay='1700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1700'].aos-animate {
    transition-delay: 1700ms; }

body[data-aos-duration='1750'] [data-aos], [data-aos][data-aos][data-aos-duration='1750'] {
  transition-duration: 1750ms; }

body[data-aos-delay='1750'] [data-aos], [data-aos][data-aos][data-aos-delay='1750'] {
  transition-delay: 0; }
  body[data-aos-delay='1750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1750'].aos-animate {
    transition-delay: 1750ms; }

body[data-aos-duration='1800'] [data-aos], [data-aos][data-aos][data-aos-duration='1800'] {
  transition-duration: 1800ms; }

body[data-aos-delay='1800'] [data-aos], [data-aos][data-aos][data-aos-delay='1800'] {
  transition-delay: 0; }
  body[data-aos-delay='1800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1800'].aos-animate {
    transition-delay: 1800ms; }

body[data-aos-duration='1850'] [data-aos], [data-aos][data-aos][data-aos-duration='1850'] {
  transition-duration: 1850ms; }

body[data-aos-delay='1850'] [data-aos], [data-aos][data-aos][data-aos-delay='1850'] {
  transition-delay: 0; }
  body[data-aos-delay='1850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1850'].aos-animate {
    transition-delay: 1850ms; }

body[data-aos-duration='1900'] [data-aos], [data-aos][data-aos][data-aos-duration='1900'] {
  transition-duration: 1900ms; }

body[data-aos-delay='1900'] [data-aos], [data-aos][data-aos][data-aos-delay='1900'] {
  transition-delay: 0; }
  body[data-aos-delay='1900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1900'].aos-animate {
    transition-delay: 1900ms; }

body[data-aos-duration='1950'] [data-aos], [data-aos][data-aos][data-aos-duration='1950'] {
  transition-duration: 1950ms; }

body[data-aos-delay='1950'] [data-aos], [data-aos][data-aos][data-aos-delay='1950'] {
  transition-delay: 0; }
  body[data-aos-delay='1950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1950'].aos-animate {
    transition-delay: 1950ms; }

body[data-aos-duration='2000'] [data-aos], [data-aos][data-aos][data-aos-duration='2000'] {
  transition-duration: 2000ms; }

body[data-aos-delay='2000'] [data-aos], [data-aos][data-aos][data-aos-delay='2000'] {
  transition-delay: 0; }
  body[data-aos-delay='2000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2000'].aos-animate {
    transition-delay: 2000ms; }

body[data-aos-duration='2050'] [data-aos], [data-aos][data-aos][data-aos-duration='2050'] {
  transition-duration: 2050ms; }

body[data-aos-delay='2050'] [data-aos], [data-aos][data-aos][data-aos-delay='2050'] {
  transition-delay: 0; }
  body[data-aos-delay='2050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2050'].aos-animate {
    transition-delay: 2050ms; }

body[data-aos-duration='2100'] [data-aos], [data-aos][data-aos][data-aos-duration='2100'] {
  transition-duration: 2100ms; }

body[data-aos-delay='2100'] [data-aos], [data-aos][data-aos][data-aos-delay='2100'] {
  transition-delay: 0; }
  body[data-aos-delay='2100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2100'].aos-animate {
    transition-delay: 2100ms; }

body[data-aos-duration='2150'] [data-aos], [data-aos][data-aos][data-aos-duration='2150'] {
  transition-duration: 2150ms; }

body[data-aos-delay='2150'] [data-aos], [data-aos][data-aos][data-aos-delay='2150'] {
  transition-delay: 0; }
  body[data-aos-delay='2150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2150'].aos-animate {
    transition-delay: 2150ms; }

body[data-aos-duration='2200'] [data-aos], [data-aos][data-aos][data-aos-duration='2200'] {
  transition-duration: 2200ms; }

body[data-aos-delay='2200'] [data-aos], [data-aos][data-aos][data-aos-delay='2200'] {
  transition-delay: 0; }
  body[data-aos-delay='2200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2200'].aos-animate {
    transition-delay: 2200ms; }

body[data-aos-duration='2250'] [data-aos], [data-aos][data-aos][data-aos-duration='2250'] {
  transition-duration: 2250ms; }

body[data-aos-delay='2250'] [data-aos], [data-aos][data-aos][data-aos-delay='2250'] {
  transition-delay: 0; }
  body[data-aos-delay='2250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2250'].aos-animate {
    transition-delay: 2250ms; }

body[data-aos-duration='2300'] [data-aos], [data-aos][data-aos][data-aos-duration='2300'] {
  transition-duration: 2300ms; }

body[data-aos-delay='2300'] [data-aos], [data-aos][data-aos][data-aos-delay='2300'] {
  transition-delay: 0; }
  body[data-aos-delay='2300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2300'].aos-animate {
    transition-delay: 2300ms; }

body[data-aos-duration='2350'] [data-aos], [data-aos][data-aos][data-aos-duration='2350'] {
  transition-duration: 2350ms; }

body[data-aos-delay='2350'] [data-aos], [data-aos][data-aos][data-aos-delay='2350'] {
  transition-delay: 0; }
  body[data-aos-delay='2350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2350'].aos-animate {
    transition-delay: 2350ms; }

body[data-aos-duration='2400'] [data-aos], [data-aos][data-aos][data-aos-duration='2400'] {
  transition-duration: 2400ms; }

body[data-aos-delay='2400'] [data-aos], [data-aos][data-aos][data-aos-delay='2400'] {
  transition-delay: 0; }
  body[data-aos-delay='2400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2400'].aos-animate {
    transition-delay: 2400ms; }

body[data-aos-duration='2450'] [data-aos], [data-aos][data-aos][data-aos-duration='2450'] {
  transition-duration: 2450ms; }

body[data-aos-delay='2450'] [data-aos], [data-aos][data-aos][data-aos-delay='2450'] {
  transition-delay: 0; }
  body[data-aos-delay='2450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2450'].aos-animate {
    transition-delay: 2450ms; }

body[data-aos-duration='2500'] [data-aos], [data-aos][data-aos][data-aos-duration='2500'] {
  transition-duration: 2500ms; }

body[data-aos-delay='2500'] [data-aos], [data-aos][data-aos][data-aos-delay='2500'] {
  transition-delay: 0; }
  body[data-aos-delay='2500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2500'].aos-animate {
    transition-delay: 2500ms; }

body[data-aos-duration='2550'] [data-aos], [data-aos][data-aos][data-aos-duration='2550'] {
  transition-duration: 2550ms; }

body[data-aos-delay='2550'] [data-aos], [data-aos][data-aos][data-aos-delay='2550'] {
  transition-delay: 0; }
  body[data-aos-delay='2550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2550'].aos-animate {
    transition-delay: 2550ms; }

body[data-aos-duration='2600'] [data-aos], [data-aos][data-aos][data-aos-duration='2600'] {
  transition-duration: 2600ms; }

body[data-aos-delay='2600'] [data-aos], [data-aos][data-aos][data-aos-delay='2600'] {
  transition-delay: 0; }
  body[data-aos-delay='2600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2600'].aos-animate {
    transition-delay: 2600ms; }

body[data-aos-duration='2650'] [data-aos], [data-aos][data-aos][data-aos-duration='2650'] {
  transition-duration: 2650ms; }

body[data-aos-delay='2650'] [data-aos], [data-aos][data-aos][data-aos-delay='2650'] {
  transition-delay: 0; }
  body[data-aos-delay='2650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2650'].aos-animate {
    transition-delay: 2650ms; }

body[data-aos-duration='2700'] [data-aos], [data-aos][data-aos][data-aos-duration='2700'] {
  transition-duration: 2700ms; }

body[data-aos-delay='2700'] [data-aos], [data-aos][data-aos][data-aos-delay='2700'] {
  transition-delay: 0; }
  body[data-aos-delay='2700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2700'].aos-animate {
    transition-delay: 2700ms; }

body[data-aos-duration='2750'] [data-aos], [data-aos][data-aos][data-aos-duration='2750'] {
  transition-duration: 2750ms; }

body[data-aos-delay='2750'] [data-aos], [data-aos][data-aos][data-aos-delay='2750'] {
  transition-delay: 0; }
  body[data-aos-delay='2750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2750'].aos-animate {
    transition-delay: 2750ms; }

body[data-aos-duration='2800'] [data-aos], [data-aos][data-aos][data-aos-duration='2800'] {
  transition-duration: 2800ms; }

body[data-aos-delay='2800'] [data-aos], [data-aos][data-aos][data-aos-delay='2800'] {
  transition-delay: 0; }
  body[data-aos-delay='2800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2800'].aos-animate {
    transition-delay: 2800ms; }

body[data-aos-duration='2850'] [data-aos], [data-aos][data-aos][data-aos-duration='2850'] {
  transition-duration: 2850ms; }

body[data-aos-delay='2850'] [data-aos], [data-aos][data-aos][data-aos-delay='2850'] {
  transition-delay: 0; }
  body[data-aos-delay='2850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2850'].aos-animate {
    transition-delay: 2850ms; }

body[data-aos-duration='2900'] [data-aos], [data-aos][data-aos][data-aos-duration='2900'] {
  transition-duration: 2900ms; }

body[data-aos-delay='2900'] [data-aos], [data-aos][data-aos][data-aos-delay='2900'] {
  transition-delay: 0; }
  body[data-aos-delay='2900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2900'].aos-animate {
    transition-delay: 2900ms; }

body[data-aos-duration='2950'] [data-aos], [data-aos][data-aos][data-aos-duration='2950'] {
  transition-duration: 2950ms; }

body[data-aos-delay='2950'] [data-aos], [data-aos][data-aos][data-aos-delay='2950'] {
  transition-delay: 0; }
  body[data-aos-delay='2950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2950'].aos-animate {
    transition-delay: 2950ms; }

body[data-aos-duration='3000'] [data-aos], [data-aos][data-aos][data-aos-duration='3000'] {
  transition-duration: 3000ms; }

body[data-aos-delay='3000'] [data-aos], [data-aos][data-aos][data-aos-delay='3000'] {
  transition-delay: 0; }
  body[data-aos-delay='3000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='3000'].aos-animate {
    transition-delay: 3000ms; }

body[data-aos-easing="linear"] [data-aos], [data-aos][data-aos][data-aos-easing="linear"] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

body[data-aos-easing="ease"] [data-aos], [data-aos][data-aos][data-aos-easing="ease"] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }

body[data-aos-easing="ease-in"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in"] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1); }

body[data-aos-easing="ease-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out"] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1); }

body[data-aos-easing="ease-in-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out"] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }

body[data-aos-easing="ease-in-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-back"] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

body[data-aos-easing="ease-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-back"] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

body[data-aos-easing="ease-in-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-back"] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

body[data-aos-easing="ease-in-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-sine"] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

body[data-aos-easing="ease-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-sine"] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

body[data-aos-easing="ease-in-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

body[data-aos-easing="ease-in-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quad"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quad"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

body[data-aos-easing="ease-in-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-cubic"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-cubic"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

body[data-aos-easing="ease-in-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quart"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quart"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^='fade'][data-aos^='fade'] {
  opacity: 0;
  transition-property: opacity, transform; }
  [data-aos^='fade'][data-aos^='fade'].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 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); }

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^='zoom'][data-aos^='zoom'] {
  opacity: 0;
  transition-property: opacity, transform; }
  [data-aos^='zoom'][data-aos^='zoom'].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 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); }

/**
 * Slide animations
 */
[data-aos^='slide'][data-aos^='slide'] {
  transition-property: transform; }
  [data-aos^='slide'][data-aos^='slide'].aos-animate {
    transform: translate3d(0, 0, 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); }

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[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); }
