@charset "UTF-8";
input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: 2px solid #0f7fff !important;
  outline-offset: 1px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

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

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.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: 14px; }
  @media (min-width: 768px) {
    html {
      font-size: 14px; } }
  @media (min-width: 1024px) {
    html {
      font-size: 14px; } }
  @media (min-width: 1261px) {
    html {
      font-size: 14px; } }

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

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

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444444;
  font-family: "Cinzel", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px;
  margin-bottom: 0.78571rem; }
  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.78571rem; }

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

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

dl dd {
  margin-bottom: 1.5rem; }

abbr,
acronym {
  border-bottom: 1px dotted #fff7f1;
  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: 1.14286rem;
  width: 1.14286rem;
  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.21429rem;
  margin-left: -1.57143rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.57143rem; }
    .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.78571rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.78571rem 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: "Cinzel", 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: #8f8f8f;
  color: #666666;
  font-size: 1rem;
  padding: 0.85714rem 2.28571rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: #474747;
    color: #333333; }
  .button:active {
    background-color: transparent;
    border: 1px solid #757575;
    color: black; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.78571rem; } }

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

.button--tiny { }

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

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

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


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

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

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

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

```sass_file_example
src/settings/foundation/dropdown/_settings.scss
```
```html_example
<ul class="dropdown-menu" style="display:block; left: 0;">
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">One</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Two</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Three</a></li>
</ul>
```
*/
.dropdown-menu {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #fafafa;
  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: #fafafa;
  font-size: 1rem;
  height: auto;
  padding: 0.78571rem;
  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.35714rem 0.71429rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.35714rem; }
  .dropdown-menu-item a {
    margin: -0.35714rem; }

/*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.78571rem;
  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.71429rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: white;
  border-color: #8f8f8f;
  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: #474747;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder {
    color: #999999; }
  .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder {
    color: #999999; }
  .form-input:-ms-input-placeholder {
    color: #999999; }

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

```html_example
<div class="form-field">
    <label class="form-label" for="select1">Native Select label</label>
    <select class="form-select" name="select1" id="select1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
</div>
```
*/
.form-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: white;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #8f8f8f;
  color: #666666;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: 0.75rem;
  border-radius: 0;
  cursor: pointer;
  height: 3rem;
  margin: 0;
  outline: 0; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.radius {
    border-radius: 4px; }
  .form-select:focus {
    border-color: #474747; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #474747; }

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

We provide a couple of component styles to layout forms.

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

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

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

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

.form-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .form-row:before, .form-row:after {
    content: " ";
    display: table; }
  .form-row:after {
    clear: both; }
  .form-row .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    max-width: none; }
  @media (min-width: 768px) {
    .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.35714rem;
    padding-left: 1.85714rem;
    position: relative;
    vertical-align: baseline;
    width: 100%; }
    .form-checkbox + .form-label::before, .form-checkbox + .form-label::after,
    .form-radio + .form-label::before,
    .form-radio + .form-label::after {
      content: "";
      display: block;
      position: absolute;
      transition: all 50ms ease-out; }
    .form-checkbox + .form-label::before,
    .form-radio + .form-label::before {
      background-color: white;
      border: solid #8f8f8f;
      border-width: 1px;
      height: 1.14286rem;
      left: 0;
      top: 0;
      width: 1.14286rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 1rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 1rem; }

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

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

/*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.57143rem; }
  .form-input.has-icon + .icon {
    height: 3rem;
    margin-left: -2.57143rem;
    width: 1.42857rem; }

/*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: 6.42857rem;
  padding: 0.75rem;
  text-align: center; }

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

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

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

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

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

Switch

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

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

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

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

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

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

.switch-toggle {
  background-color: #757575;
  border: 1px solid #757575;
  border-radius: 2rem;
  cursor: pointer;
  display: inline-block;
  height: 2rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 4.28571rem; }
  .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: #fafafa;
    border-color: #999999;
    cursor: default; }

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

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

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

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

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

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

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

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

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

### Form Actions --fixed

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

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

@media (min-width: 481px) {
  .form-actions--fixed {
    background: white;
    border-top: 1px solid #999999;
    bottom: 0;
    left: 0;
    padding: 1.5rem 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.57143rem;
  width: 1.57143rem;
  float: left;
  margin: 0 0 0 -2.14286rem;
  position: relative;
  top: 0.71429rem; }
  .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.21429rem; }
  .form-field-errors ul,
  .form-field-errors ol {
    list-style: none;
    margin-bottom: 0; }

.form-inlineMessage {
  display: inline-block;
  line-height: 24px;
  margin: 0.35714rem 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 {
    color: #757575; }
  .breadcrumb.current {
    color: #757575;
    cursor: default; }
    .breadcrumb.current a {
      color: #757575;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #999999; }
    .breadcrumb.unavailable a {
      color: #999999; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #999999;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #757575;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.5rem; }
    @media (min-width: 481px) {
      .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: 768px) {
    .tab {
      float: left; } }

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

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

@media (min-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .navBar-item {
    float: left; } }

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

.navBar-action {
  color: black;
  font-size: 15px;
  padding: 0.78571rem; }

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

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #757575;
    font-size: 1rem;
    margin-left: 0.35714rem; }
    .pagination-list li a, .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.28571rem 0.5rem; }
  .pagination-list li {
    display: block; }

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

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

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

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

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

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

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

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: 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: 768px) {
    .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: 768px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 768px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 768px) {
    .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.78571rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button {
        display: inline-block;
        margin-bottom: 0; } }

.modal-footer-link {
  display: inline-block;
  font-size: 15px;
  margin: 0 0 0.78571rem; }
  @media (min-width: 481px) {
    .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.42857rem;
    width: 1.42857rem; }

@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.35714rem 0.78571rem; }

.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.85714rem;
    width: 2.85714rem;
    border-radius: 2.85714rem;
    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.78571rem 0; }

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

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

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

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

.actionBar-item {
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .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.78571rem 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; }

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  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 {
  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%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 0.8; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.6; }
  .slick-prev:before,
  .slick-next:before {
    font-family: inherit;
    font-size: 20px;
    line-height: 1;
    color: #8f8f8f;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

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

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

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

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

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  height: 4.35714rem;
  margin-top: -1.07143rem;
  padding: 0.71429rem;
  width: 2.85714rem;
  z-index: 1; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.92857rem;
    width: 1.42857rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

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

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

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

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

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

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

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

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

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

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

.carousel-play-pause-button {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  bottom: 0.5rem;
  color: #8f8f8f;
  display: none;
  font-size: 14px;
  font-weight: 700;
  height: 32px;
  left: 15px;
  line-height: 1.25;
  max-width: 60px;
  min-width: 60px;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  transition: color 100ms ease-out;
  white-space: nowrap;
  z-index: 5; }
  @media (min-width: 768px) {
    .carousel-play-pause-button {
      font-size: 18px;
      max-width: 150px; } }
  @media (min-width: 1024px) {
    .carousel-play-pause-button {
      bottom: 1.5rem;
      left: 25px; } }
  .carousel-play-pause-button:hover {
    color: #474747; }
  @media (min-width: 375px) {
    .carousel-play-pause-button {
      max-width: 90px;
      min-width: 80px; } }

html,
body {
  height: auto; }

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

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

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

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

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

h5,
h6 {
  text-transform: uppercase; }

a {
  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.35714rem 0 0; }

.definitionList-value {
  margin: 0; }

.form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          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.57143rem top 0.71429rem;
  border-radius: 4px;
  padding: 0.75rem 3rem 0.75rem 1rem; }

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

.form-label--inlineSmall small {
  color: #757575;
  float: none;
  font-size: inherit;
  font-weight: 400;
  margin-left: 0.35714rem;
  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: 768px) {
      .table-actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 768px) {
      .table-actions .button + .button {
        margin-left: 0.35714rem; } }

.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: 768px) {
        .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: 768px) {
        .table--line tr td {
          text-align: center; }
          .table--line tr td:first-child {
            text-align: left; }
          .table--line tr td:last-child {
            text-align: right; } }
      .table--line tr td + td {
        padding-left: 1.5rem; }
  .table--line td + td {
    border-left: 0; }

.dropdown {
  left: -9999px;
  outline: none;
  position: absolute; }

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

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

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

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

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

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

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

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

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

.modal-close {
  height: 2.28571rem;
  width: 2.28571rem;
  color: #757575;
  font-size: 26px;
  line-height: 2.28571rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  .modal-close::before {
    border-color: transparent transparent #313440 transparent;
    border-style: solid;
    border-width: 0.71429rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .modal-close::after {
    background-color: #313440;
    border-radius: 0.57143rem;
    color: white;
    content: attr(title);
    cursor: default;
    font-size: 1rem;
    padding: 0.28571rem 0.42857rem;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap; }
  .modal-close::before, .modal-close::after {
    display: none; }
  .modal-close:focus::before, .modal-close:focus::after {
    display: block; }
  @media (min-width: 1024px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #999999; }
  .modal-close::before {
    right: 50%;
    transform: translateX(50%); }
  .modal-close::after {
    right: 50%;
    transform: translateX(0.71429rem); }

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

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

.hide-content {
  opacity: 0; }

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

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

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

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

.panel-title {
  font-size: 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; }

.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.35714rem 0 0.78571rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #333333; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #757575; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #757575; }

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

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

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

.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.35714rem; }
  .pagination-list--small .pagination-item--previous,
  .pagination-list--small .pagination-item--next {
    position: absolute;
    top: 0; }
  .pagination-list--small .pagination-item--previous {
    left: 0; }
  .pagination-list--small .pagination-item--next {
    right: 0; }

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

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

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

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

.tab-title {
  padding: 1.14286rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 768px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 1024px) {
    .tab-title {
      padding: 0.78571rem 1.5rem; } }
  @media (min-width: 1261px) {
    .tab-title {
      padding: 0.78571rem 1.28571rem; } }

.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: 768px) {
  .tab-content .productReview {
    width: 50%; } }

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

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

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

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

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

.accordion-title {
  color: #444444;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1.07143rem;
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-inlineMessage {
  display: block; }

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

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

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

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

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

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

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

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

.form-option-wrapper {
  display: inline-block;
  position: relative; }
  .form-option-wrapper .form-radio,
  .form-option-wrapper .form-checkbox {
    bottom: 0.5rem;
    left: 0.5rem; }

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

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

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

.form-select--small,
.form-select--date {
  background-position: right 0.5rem top 0.5rem;
  background-size: 1.28571rem;
  font-size: 13px;
  height: 2.28571rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.57143rem 0.78571rem;
  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 #8f8f8f;
  border-radius: 4px;
  padding: 1.5rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-increment .button {
  margin: 0;
  padding: 0.21429rem 0.35714rem; }

.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.5rem; }
  .form-field--success .form-input--incrementTotal {
    float: none; }

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

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

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.57143rem;
  width: 1.57143rem;
  min-width: initial;
  padding: 0; }
  @media (min-width: 768px) {
    .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.28571rem;
  line-height: 1rem;
  padding: 0.57143rem 0.78571rem; }

.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: 768px) {
  .form-row--half > .form-field:nth-child(odd) {
    clear: left; } }

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

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

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

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

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

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

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

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

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

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

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

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

.card-body {
  text-align: center; }
  @media (min-width: 768px) {
    .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.78571rem;
    transition: all 0.15s ease; }
    @media (min-width: 768px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: black; }
    .card--alternate:hover .card-body {
      background-color: black; }
      .card--alternate:hover .card-body .card-text {
        color: white; }
    .card--alternate:hover .card-title > a {
      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.35714rem;
  padding-left: 1.85714rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #8f8f8f;
    border-width: 1px;
    height: 1.14286rem;
    left: 0;
    top: 0;
    width: 1.14286rem; }
  .navList-action--checkbox::after {
    height: 1rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1rem; }
  .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: 1rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    top: 50%; }
  .navList-action--checkbox::before {
    margin-top: -0.57143rem; }
  .navList-action--checkbox::after {
    margin-top: -0.5rem; }
  .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.28571rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 0.92857rem;
    width: 0.92857rem;
    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.78571rem; }
    @media (min-width: 1024px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 1024px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #333333; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 1024px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #757575;
        margin: 0;
        padding-left: 0.78571rem; } }
  .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; }

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

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

.actionBar-section .form-input,
.actionBar-section .form-select {
  border: 0;
  padding-left: 0.21429rem;
  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.14286rem; }

.has-ribbon {
  position: relative; }

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

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

.navUser-action {
  color: white;
  font-weight: 700;
  padding: 1rem 0.78571rem;
  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.57143rem;
    width: 0.57143rem;
    margin: -1px 0 0 0.21429rem; }
  .navUser-action svg {
    fill: white;
    stroke: white;
    transition: all 0.15s ease; }

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

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

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 21.42857rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu::before {
    left: 10rem !important; }
  .navUser-action--storeCredit + .dropdown-menu::after {
    left: 10.14286rem !important; }

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

.navUser-item {
  display: none; }
  @media (min-width: 1024px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.35714rem;
        padding-right: 0.35714rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.78571rem;
        margin-top: 0.57143rem;
        padding-left: 0.14286rem; } }

.navUser-item--cart {
  display: block; }
  @media (max-width: 768px) {
    .navUser-item--cart__hidden-s {
      display: none; } }
  .navUser-item--cart .navUser-action {
    color: white; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #757575; }
  .navUser-item--cart .dropdown-menu {
    max-width: 22.85714rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      left: auto !important;
      right: 0.35714rem;
      top: auto !important; }
      @media (min-width: 1024px) {
        .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.42857rem; }
        @media (min-width: 1024px) {
          .navUser-item--cart .dropdown-menu.is-open::before {
            right: 0.78571rem; } }
      .navUser-item--cart .dropdown-menu.is-open::after {
        right: 0.57143rem; }
        @media (min-width: 1024px) {
          .navUser-item--cart .dropdown-menu.is-open::after {
            right: 0.92857rem; } }

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

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

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

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

.navUser-or {
  color: white;
  cursor: default;
  display: inline-block;
  margin: 0 -0.85714rem;
  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 #fafafa transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

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

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

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

.navPages .navPage-subMenu-list, .navPage-childList {
  border-left: 1px solid #dddddd;
  margin: 0.35714rem 0.78571rem;
  padding-left: 0.78571rem; }

.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: 1024px) {
    .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: 1024px) {
    .navPages {
      margin: 0 auto;
      max-width: 85.71429rem;
      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: 1024px) and (min-width: 768px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 1024px) {
      .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: 1024px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 85.71429rem;
        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: 1024px) {
    .navPages-list {
      display: inline-block;
      float: none; } }
  .navPages-list + .navPages-list {
    border-top: 1px solid #dddddd;
    margin-top: 0.78571rem;
    padding-top: 0.78571rem; }

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

@media (min-width: 1024px) {
  .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 #dddddd;
  text-align: center; }
  @media (min-width: 1024px) {
    .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: 1024px) {
      .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        height: 0.57143rem;
        width: 0.57143rem;
        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: 1024px) {
      .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.78571rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 1024px) {
    .navPages-action {
      display: inline-block;
      padding: 0.78571rem 1.14286rem 1.14286rem; }
      .navPages-action.is-open {
        background-color: white; } }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
    align-items: center;
    display: flex;
    justify-content: space-between; }
  .navPages-action.is-open svg,
  .navPages-action .collapsible-icon-wrapper.is-open svg {
    fill: darkgray;
    stroke: darkgray; }
  .navPages-action:hover, .navPages-action.activePage {
    color: darkgray; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: darkgray;
      stroke: darkgray; }
  .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.57143rem;
  width: 0.57143rem;
  margin-left: 0.78571rem;
  transform: rotate(-90deg); }
  @media (min-width: 1024px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon,
  .collapsible-icon-wrapper.is-open .navPages-action-moreIcon {
    transform: rotate(0); }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    height: 0.78571rem;
    width: 0.78571rem;
    margin: 0 1.5rem; }
    @media (min-width: 1024px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
        height: 0.57143rem;
        width: 0.57143rem;
        margin: 0 0 0 0.78571rem; } }

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

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

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

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

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

.navPage-subMenu-item {
  padding: 0.78571rem 0; }
  @media (min-width: 1024px) {
    .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 #dddddd;
        margin-bottom: 1.14286rem; } }

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

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

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

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

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

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

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

.tag {
  display: inline-block;
  font-size: 1rem; }
  .tag a {
    color: #757575;
    display: inline-block;
    padding: 0.35714rem 0.5rem;
    text-decoration: none; }
    .tag a: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.42857rem;
    width: 1.42857rem;
    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.35714rem;
    margin-right: 0.78571rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }
  .socialLinks-item .socialLinks__link {
    height: 2rem;
    position: relative; }
    .socialLinks-item .socialLinks__link::before {
      border-color: transparent transparent #313440 transparent;
      border-style: solid;
      border-width: 0.71429rem;
      content: " ";
      position: absolute;
      right: 0;
      top: 50%; }
    .socialLinks-item .socialLinks__link::after {
      background-color: #313440;
      border-radius: 0.57143rem;
      color: white;
      content: attr(title);
      cursor: default;
      font-size: 1rem;
      padding: 0.28571rem 0.42857rem;
      position: absolute;
      right: 0;
      top: 100%;
      white-space: nowrap; }
    .socialLinks-item .socialLinks__link::before, .socialLinks-item .socialLinks__link::after {
      display: none; }
    .socialLinks-item .socialLinks__link:focus::before, .socialLinks-item .socialLinks__link:focus::after {
      display: block; }
    .socialLinks-item .socialLinks__link:focus::after {
      left: 0;
      right: auto;
      z-index: 20; }

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

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

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

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

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

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

.heroCarousel-description {
  color: white;
  font-size: 12px;
  margin: 0; }
  @media (min-width: 768px) {
    .heroCarousel-description {
      font-size: 13px; } }
  @media (min-width: 1024px) {
    .heroCarousel-description {
      font-size: 15px; } }

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

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

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

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem; }
  @media (min-width: 768px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 768px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 768px) {
      .account--addReturn .table th,
      .account--addReturn .table td {
        display: table-cell;
        padding-bottom: 0.78571rem;
        padding-top: 0.78571rem; } }
    .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: 768px) {
        .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.21429rem; }
  @media (min-width: 768px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 768px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

.account--addReturn .table-thead {
  display: none; }
  @media (min-width: 768px) {
    .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: 768px) {
    .account--addReturn .table-tbody {
      display: table-row-group; } }

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

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

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.35714rem; }
  @media (min-width: 768px) {
    .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: 768px) {
    .account--addReturn-column {
      width: 50%; } }

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

.productCarousel-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  @media (min-width: 768px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 1024px) {
    .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: 1024px) {
    .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.35714rem; }

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

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

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

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

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

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

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

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

.productView-title {
  font-size: 20px;
  margin: -0.78571rem 0 0.35714rem; }
  @media (min-width: 1024px) {
    .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.78571rem; }
  @media (min-width: 1261px) {
    .productView-brand {
      font-size: 20px;
      margin: -0.21429rem 0 1rem; } }
  .productView-brand a {
    color: #757575; }
    .productView-brand a:hover {
      color: #333333; }

.productView-price {
  font-size: 15px;
  margin-bottom: 0.5rem; }
  @media (min-width: 1024px) {
    .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 {
  color: #757575;
  display: inline-block;
  margin-left: 0.35714rem;
  vertical-align: middle; }
  .productView-reviewLink:hover {
    color: #333333; }
  .productView-reviewLink--new {
    padding: 0; }

.productView-info {
  margin-top: 0.78571rem; }
  .productView-info:before, .productView-info:after {
    content: " ";
    display: table; }
  .productView-info:after {
    clear: both; }
  @media (min-width: 768px) {
    .productView-info {
      margin-top: 0; } }
  @media (min-width: 768px) {
    .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: 768px) {
    .productView-info-name,
    .productView-info-value {
      float: none; } }

.productView-info-name {
  clear: both;
  margin-bottom: 0.21429rem;
  margin-right: 0.35714rem; }
  @media (min-width: 768px) {
    .productView-info-name {
      font-family: "Cinzel", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: 400; } }

.productView-info-value {
  margin-bottom: 0.35714rem; }
  @media (min-width: 768px) {
    .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: 768px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 768px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
    .productView-options .form .add-to-cart-wrapper {
      display: inline; }
  .productView-options input[type="file"] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field--error > .form-inlineMessage {
      font-size: 1rem; }
    .productView-options .form-field > .form-checkbox + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 768px) {
        .productView-options .form-field > .form-checkbox + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      text-align: justify; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  .productView-options .add-to-cart-buttons {
    display: inline-grid;
    float: left;
    margin-bottom: 1rem;
    width: 100%; }
    @media (min-width: 768px) {
      .productView-options .add-to-cart-buttons {
        padding: 0 0.71429rem;
        width: 50%; } }
    @media (min-width: 1024px) {
      .productView-options .add-to-cart-buttons {
        padding-right: 0.78571rem;
        width: 50%; } }
    @media (min-width: 1261px) {
      .productView-options .add-to-cart-buttons {
        display: inline-block;
        margin-top: 1rem;
        padding-right: 0.78571rem;
        width: 50%; } }
    .productView-options .add-to-cart-buttons .button {
      margin: 0;
      width: 100%; }
  .productView-options .add-to-cart-wallet-buttons {
    margin-top: 0.78571rem; }
    .productView-options .add-to-cart-wallet-buttons button {
      color: #757575;
      display: block;
      padding: 0.35714rem 0;
      text-align: center;
      text-decoration: underline;
      vertical-align: middle;
      width: 100%; }
      .productView-options .add-to-cart-wallet-buttons button:hover {
        color: #333333; }

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

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

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

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

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

.shareProduct {
  text-align: center; }

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

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

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

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

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

.compareTable-heading {
  font-family: "Cinzel", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 1.28571rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 1024px) {
    .compareTable-heading {
      width: 25%; } }

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

.compareTable-item {
  padding: 3.28571rem 1rem 1.28571rem; }
  @media (min-width: 1024px) {
    .compareTable-item {
      padding-top: 1.28571rem; } }

.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.28571rem; }
  .compareTable-product .card {
    margin-bottom: 0; }
  .compareTable-product .card-body {
    min-height: 6rem;
    padding-top: 1rem; }
  .compareTable-product .card-figure {
    overflow: visible; }

.compareTable-action {
  padding: 0 1rem 1rem; }
  .compareTable-action .button {
    display: block;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    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: 71.42857rem; }

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

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

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

.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: 85.71429rem;
  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: 1024px) {
    .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: 1024px) {
    .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: 1024px) {
      .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 {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 20px;
       column-gap: 20px; }

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

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

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

.banner {
  margin: 0 auto;
  max-width: 85.71429rem;
  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.21429rem 0.5rem 0.21429rem 0.71429rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.85714rem;
    width: 0.85714rem;
    display: inline-block;
    fill: #757575;
    position: relative;
    top: -1px; }

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

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

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

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

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

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

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

.cart-header {
  display: none; }
  @media (min-width: 1024px) {
    .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: 1024px) {
    .cart-list {
      display: table-row-group; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cart-remove {
  background-color: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.28571rem;
  margin-top: 0.14286rem;
  padding: 0.21429rem;
  transition: background-color 0.15s ease;
  width: 1.28571rem; }
  @media (min-width: 768px) {
    .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: 768px) {
    .cart-totals {
      float: right;
      width: 75%; } }
  @media (min-width: 1024px) {
    .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: 1024px) {
    .cart-total + .cart-total {
      border-top: 1px solid #e5e5e5; } }
  .cart-total .form-input {
    display: inline-block;
    height: 2.28571rem;
    padding: 0.5rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.35714rem center;
    background-size: 1.42857rem 1.42857rem;
    height: 2.28571rem;
    margin-bottom: 0.78571rem;
    padding: 0 0.78571rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

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

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

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

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

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.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,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: #333333; }

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

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

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

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

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

.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: 768px) {
      .cart-actions .button {
        display: inline-block;
        float: right; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.35714rem; }

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

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

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

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

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

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

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

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

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

.previewCartAction {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  display: block; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  @media (min-width: 320px) {
    .previewCartAction {
      padding: 0.78571rem 0.35714rem; } }
  @media (min-width: 481px) {
    .previewCartAction {
      padding: 1.5rem 0.78571rem; } }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    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.35714rem; }

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.78571rem;
  padding-top: 0.35714rem; }

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

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

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

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

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

.panel--address {
  font-size: 1rem;
  position: relative; }
  .panel--address .panel-body {
    min-height: 17.85714rem;
    padding: 1.5rem; }
    @media (min-width: 768px) {
      .panel--address .panel-body {
        padding: 1.5rem 1.5rem 4.5rem; } }
  .panel--address .form-actions {
    margin-bottom: -0.78571rem;
    margin-top: 1.5rem;
    text-align: left; }
    @media (min-width: 768px) {
      .panel--address .form-actions {
        bottom: 1.5rem;
        position: absolute;
        width: auto; } }
    .panel--address .form-actions .button {
      margin-bottom: 0.78571rem; }
      .panel--address .form-actions .button + .button {
        margin-left: 0;
        margin-top: 0; }
        @media (min-width: 768px) {
          .panel--address .form-actions .button + .button {
            margin-left: 0.35714rem; } }

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

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

.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: 1.14286rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.78571rem;
  position: relative;
  margin-bottom: 1.85714rem; }
  .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: 1024px) {
    .videoGallery-item {
      width: 50%; } }

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

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

.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: 85.71429rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 1024px) {
    .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: 1024px) {
    .previewCartCheckout {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: right;
      padding: 1.5rem; } }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + p {
      margin-top: 0.78571rem; }
    .previewCartCheckout .button:not(:last-child) {
      margin-bottom: 0.78571rem; }

.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: 1024px) {
    .suggestiveCart {
      display: block; } }

.cookieMessage {
  background: #fafafa;
  color: #333333;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 1024px) {
      .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: 1024px) {
    .cookieMessage-container {
      width: 83.33333%; } }
  @media (min-width: 1261px) {
    .cookieMessage-container {
      width: 58.33333%; } }

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

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

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

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

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

.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: 1024px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 1024px) {
      .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: 768px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 768px) {
    .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; }

.search-nav {
  position: relative; }

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

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

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

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

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

.account-product-figure--opposite {
  float: right;
  margin-left: 0.78571rem;
  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;
    padding-bottom: 150%;
    width: 100%; }

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

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

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

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

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

.account-product-description + .definitionList {
  margin: -1.35714rem 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: 768px) {
    .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: 768px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 768px) {
    .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: "Karla", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.35714rem; }

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

.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: 768px) {
    .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.35714rem;
  padding: 0.21429rem 0.5rem; }

.account-orderStatus-action {
  color: #757575;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.78571rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }
  @media (min-width: 768px) {
    .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: black;
  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.21429rem;
  text-transform: inherit; }

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

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

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

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

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

.wishlist-form {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 39.28571rem; }
  .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: 46.42857rem;
  text-align: center; }

.icon--ratingEmpty svg {
  fill: #8f8f8f; }

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

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

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

.apple-pay-checkout-button--white {
  background-color: #fff;
  background-image: -webkit-named-image(apple-pay-logo-black); }

.apple-pay-checkout-button--white-border {
  background-color: #fff;
  background-image: -webkit-named-image(apple-pay-logo-black);
  border: 0.5px solid #000; }

.apple-pay-supported .apple-pay-checkout-button {
  display: block;
  float: right; }

.apple-pay-supported .previewCartCheckout .apple-pay-checkout-button {
  display: inline-block;
  float: none; }

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

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

.paymentMethod {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 0.21429rem;
  display: flex;
  flex-flow: column nowrap;
  height: 100%; }
  .paymentMethod-row {
    padding: 1.5rem; }
    .paymentMethod-row:first-child {
      background-color: #fff; }
    .paymentMethod-row:last-child {
      margin-top: auto; }
    .paymentMethod-row:only-child {
      height: 100%; }
  .paymentMethod .button {
    margin-bottom: 0; }

.methodHeader {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between; }
  .methodHeader-icon {
    margin-right: 0.78571rem;
    width: 2rem; }
    @media (min-width: 1261px) {
      .methodHeader-icon {
        width: 3rem; } }
  .methodHeader-title {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    color: #666666;
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-left: 0.78571rem; }
  .methodHeader-default {
    fill: #666666;
    height: 1.28571rem;
    margin-left: 0.78571rem;
    width: 1.28571rem; }
    @media (min-width: 1261px) {
      .methodHeader-default {
        height: 1.42857rem;
        width: 1.42857rem; } }
  .methodHeader-expiry {
    font-size: 15px;
    text-transform: capitalize; }

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

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

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

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

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

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

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

.paymentMethodForm-cards-icon {
  margin-right: 0.21429rem;
  width: 2.42857rem; }

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

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.64286rem;
  top: 2.78571rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.5rem;
    width: 1.5rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mobileMenu-toggle {
  height: 3.92857rem;
  width: 3.92857rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.28571rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 1024px) {
    .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.42857rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.92857rem;
    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: 1024px) {
    .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 (min-width: 1024px) {
  .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: 1024px) {
    .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left; }
      .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }

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

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

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

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  color: #757575;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  overflow-wrap: break-word;
  text-align: center;
  vertical-align: top;
  -ms-word-break: break-all; }
  @media (min-width: 768px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 1024px) {
    .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: 1024px) {
  .footer-info-col--small {
    width: 16.66667%; } }

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

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

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

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

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

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

.footer-copyright {
  text-align: center; }
  @media (min-width: 768px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: #757575;
    font-size: 12px;
    margin: 0; }
  .footer-copyright > .paypal-credit {
    color: #757575;
    font-size: 12px;
    margin: 1em 0 2em; }
  .footer-copyright a {
    color: #757575;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #333333; }

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

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

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

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 1024px) {
    .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.35714rem; }
  .blog-title a {
    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;
  max-width: 190px;
  position: relative; }
  .blog-thumbnail img {
    width: 100%; }

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

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

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

.sidebarBlock-heading {
  font-size: 1.07143rem;
  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: 768px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 1024px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title {
      text-align: center; }

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .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.78571rem; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 4rem; }

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

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

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

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

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

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

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

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

.listItem-image {
  width: 100%; }

@media (min-width: 768px) {
  .listItem-body {
    padding-left: 1.28571rem;
    padding-right: 0.78571rem;
    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.35714rem; }

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

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

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 1024px) {
    .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.57143rem 1.5rem; } }

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

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

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

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

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

.productView-images {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1024px) {
    .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: 1024px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }
  .productView--quickView .productView-details {
    position: relative; }
  .productView-details.product-data {
    order: -1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.product:hover .sale-flag-side {
  background: #ff4954; }

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

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

.sale-flag-sash {
  background: #ff4954;
  color: white; }

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

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

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

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

.product {
  overflow: hidden; }

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

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

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

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

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

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

.account {
  margin-bottom: 1.5rem; }

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

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

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

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

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

/* ===================================
    Reset
====================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

html {
  -webkit-font-smoothing: antialiased; }

body {
  font-family: "gothamlight", sans-serif;
  color: black;
  font-size: 14px;
  line-height: 18px; }
  @media screen and (min-width: 1280px) {
    body {
      font-size: 0.97222vw;
      line-height: 1.25vw; } }
  @media screen and (max-width: 1023px) {
    body {
      padding-top: 0; } }

.body {
  margin-top: 0;
  margin-bottom: 60px; }
  @media screen and (min-width: 1280px) {
    .body {
      margin-bottom: 4.16667vw; } }
  @media screen and (max-width: 767px) {
    .body {
      margin-bottom: 40px; } }

.type-default .body, .type-category .body, .type-brand .body, .type-page.search_results .body {
  margin-bottom: 0; }

* {
  box-sizing: border-box;
  outline: none; }

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

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after,
.nav:before,
.nav:after {
  display: table;
  content: " "; }

.clearfix:after,
.container:after, img {
  vertical-align: middle;
  border: 0;
  outline: none; }

a img {
  outline: none; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: none !important; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

.row:after,
.nav:after {
  clear: both; }

.hide {
  display: none !important; }

img {
  vertical-align: middle;
  border: 0;
  outline: none; }

a img {
  outline: none; }

a {
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  color: black; }
  a:focus, a:active {
    color: inherit;
    outline: none !important; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: none !important; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

::-webkit-input-placeholder {
  color: #A2A2A2 !important;
  opacity: 1 !important;
  line-height: normal; }

::-moz-placeholder {
  color: #A2A2A2 !important;
  opacity: 1 !important;
  line-height: normal; }

:-ms-input-placeholder {
  color: #A2A2A2 !important;
  opacity: 1 !important;
  line-height: normal; }

:-moz-placeholder {
  color: #A2A2A2 !important;
  opacity: 1 !important;
  line-height: normal; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

h1, h1.page-heading {
  font-weight: 400;
  color: black;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  line-height: 41px;
  font-size: 36px;
  margin-bottom: 40px; }
  @media screen and (min-width: 1280px) {
    h1, h1.page-heading {
      font-size: 2.5vw;
      line-height: 2.84722vw;
      margin-bottom: 2.77778vw; } }
  @media screen and (max-width: 767px) {
    h1, h1.page-heading {
      font-size: 28px;
      line-height: 33px;
      margin-bottom: 30px; } }

h2 {
  font-size: 32px;
  line-height: 38px;
  color: black; }
  @media screen and (min-width: 1280px) {
    h2 {
      font-size: 2.22222vw;
      line-height: 2.63889vw; } }
  @media screen and (max-width: 1023px) {
    h2 {
      font-size: 24px;
      line-height: 30px; } }

h3 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 20px;
  color: black; }
  @media screen and (min-width: 1280px) {
    h3 {
      font-size: 1.94444vw;
      line-height: 2.5vw;
      margin-bottom: 1.38889vw; } }
  @media screen and (max-width: 1023px) {
    h3 {
      font-size: 24px;
      line-height: 30px; } }
  @media screen and (max-width: 767px) {
    h3 {
      margin-bottom: 20px; } }

h4 {
  font-size: 26px;
  line-height: 30px;
  color: black; }
  @media screen and (min-width: 1280px) {
    h4 {
      font-size: 1.80556vw;
      line-height: 2.08333vw; } }
  @media screen and (max-width: 1023px) {
    h4 {
      font-size: 22px;
      line-height: 28px; } }

h5 {
  font-size: 22px;
  line-height: 28px;
  color: black; }
  @media screen and (min-width: 1280px) {
    h5 {
      font-size: 1.52778vw;
      line-height: 1.94444vw; } }
  @media screen and (max-width: 1023px) {
    h5 {
      font-size: 20px;
      line-height: 26px; } }

h6 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
  color: black; }
  @media screen and (min-width: 1280px) {
    h6 {
      font-size: 1.11111vw;
      line-height: 1.52778vw;
      margin-bottom: 1.04167vw; } }
  @media screen and (max-width: 1023px) {
    h6 {
      margin: 10px 0; } }

.center {
  text-align: center; }

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 130px;
  max-width: 100%; }
  @media screen and (min-width: 1280px) {
    .container {
      padding: 0 9.02778vw; } }
  @media screen and (max-width: 1279px) {
    .container {
      padding: 0 20px; } }

.fontsize-10 {
  font-size: 10px; }
  @media screen and (min-width: 1280px) {
    .fontsize-10 {
      font-size: 0.69444vw; } }

.pt-60 {
  padding-top: 60px; }
  @media screen and (min-width: 1280px) {
    .pt-60 {
      padding-top: 4.16667vw; } }
  @media screen and (max-width: 1279px) {
    .pt-60 {
      padding-top: 40px; } }

.ptb-60 {
  padding: 60px 0; }
  @media screen and (min-width: 1280px) {
    .ptb-60 {
      padding: 4.16667vw 0; } }
  @media screen and (max-width: 1279px) {
    .ptb-60 {
      padding: 40px 0; } }

.p-60 {
  padding: 60px; }
  @media screen and (min-width: 1280px) {
    .p-60 {
      padding: 4.16667vw; } }
  @media screen and (max-width: 1279px) {
    .p-60 {
      padding: 40px 20px; } }

.grey-bg {
  background: #fafafa; }

.grey-light-bg {
  background: #fff7f1; }

.center {
  text-align: center; }

.button {
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  background: black;
  font-family: "gothambold", sans-serif;
  font-weight: normal;
  padding: 18px 30px;
  color: white;
  border: 1px solid black;
  border-radius: 0;
  margin-bottom: 0; }
  @media screen and (min-width: 1280px) {
    .button {
      font-size: 0.76389vw;
      line-height: 0.97222vw;
      padding: 1.25vw 2.08333vw;
      border-width: 0.06944vw; } }
  @media screen and (max-width: 767px) {
    .button {
      padding: 17px 30px; } }
  .button:hover {
    background: none;
    color: black;
    border-color: black; }
  .button:focus {
    background: transparent;
    border-color: black;
    color: black; }

.button--primary {
  background: transparent;
  color: black;
  border: 1px solid black; }
  .button--primary:hover {
    border: 1px solid black;
    color: white;
    background-color: black; }
  .button--primary:focus {
    border: 1px solid black;
    color: white;
    background-color: black; }

ol.breadcrumbs {
  margin: 0;
  padding: 20px 0;
  text-align: left;
  white-space: nowrap;
  overflow-x: auto; }
  @media screen and (min-width: 1280px) {
    ol.breadcrumbs {
      padding: 1.38889vw 0; } }
  @media screen and (max-width: 767px) {
    ol.breadcrumbs {
      display: block; } }
  ol.breadcrumbs .breadcrumb {
    font-size: 13px;
    color: black;
    font-family: "gothambook", sans-serif;
    font-weight: normal;
    line-height: 17px; }
    @media screen and (min-width: 1280px) {
      ol.breadcrumbs .breadcrumb {
        font-size: 0.90278vw;
        line-height: 1.18056vw; } }
    ol.breadcrumbs .breadcrumb a {
      color: black; }
      ol.breadcrumbs .breadcrumb a:hover {
        color: darkgray; }
  ol.breadcrumbs .breadcrumb.is-active > .breadcrumb-label {
    font-weight: normal;
    color: black; }
  ol.breadcrumbs .breadcrumb:not(:first-child)::before {
    border: 0;
    margin: 0 12px;
    transform: inherit;
    background-image: url("data:image/svg+xml,%3Csvg width='5' height='9' viewBox='0 0 5 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8L4 4.5L1 1' stroke='black'/%3E%3C/svg%3E%0A");
    background-size: 5px 9px;
    background-repeat: no-repeat;
    width: 5px;
    height: 9px;
    top: 1px;
    background-position: center; }
    @media screen and (min-width: 1280px) {
      ol.breadcrumbs .breadcrumb:not(:first-child)::before {
        margin: 0 0.83333vw;
        width: 0.34722vw;
        height: 0.625vw;
        background-size: 0.34722vw 0.625vw;
        top: 0.06944vw; } }

.page {
  margin: 0; }

.form-input {
  border-radius: 0;
  font-size: 13px;
  padding: 12px 15px;
  font-family: "gothambook", sans-serif;
  font-weight: 400;
  line-height: 17px;
  color: black;
  background: #fafafa;
  border: 0px;
  height: auto; }
  @media screen and (min-width: 1280px) {
    .form-input {
      font-size: 0.90278vw;
      padding: 0.83333vw 1.04167vw;
      line-height: 1.18056vw; } }

.form-select {
  background-color: #fafafa;
  border-radius: 0;
  border: 0px; }

.modal {
  width: 900px;
  min-height: 240px; }
  @media screen and (min-width: 1280px) {
    .modal {
      width: 62.5vw;
      min-height: 16.66667vw; } }
  .modal .facet-quick-heading {
    font-size: 28px;
    margin: 30px 0 20px; }
    @media screen and (min-width: 1280px) {
      .modal .facet-quick-heading {
        font-size: 1.94444vw;
        margin: 2.08333vw 0 1.38889vw; } }
  .modal .navList-action {
    font-size: 13px;
    padding: 5px 0; }
    @media screen and (min-width: 1280px) {
      .modal .navList-action {
        font-size: 0.90278vw;
        padding: 0.34722vw 0; } }

.modal-close {
  font-size: 32px;
  color: black;
  top: 20px;
  right: 20px; }
  @media screen and (min-width: 1280px) {
    .modal-close {
      font-size: 2.22222vw;
      top: 1.38889vw;
      right: 1.38889vw; } }
  .modal-close:before, .modal-close:after {
    display: none !important; }

.alertBox {
  border-radius: 0; }

.navUser {
  padding: 0 30px;
  background: black; }
  @media screen and (min-width: 1280px) {
    .navUser {
      padding: 0 2.08333vw; } }
  @media screen and (max-width: 1279px) {
    .navUser {
      padding: 0 20px; } }

.header {
  border-bottom: 1px solid #eeeeee; }
  @media screen and (max-width: 1023px) {
    .header {
      position: inherit;
      height: auto; } }
  .header .header-middle {
    display: flex;
    align-items: center;
    padding: 11px 25px; }
    @media screen and (min-width: 1280px) {
      .header .header-middle {
        padding: 0.76389vw 1.73611vw; } }
    @media screen and (max-width: 1279px) {
      .header .header-middle {
        padding: 11px 20px; } }
    .header .header-middle .logo {
      font-size: 0;
      margin: 0;
      padding: 0;
      position: relative;
      width: 180px;
      z-index: 51; }
      @media screen and (min-width: 1280px) {
        .header .header-middle .logo {
          width: 12.5vw; } }
      @media screen and (max-width: 1279px) {
        .header .header-middle .logo {
          width: 180px; } }
      @media screen and (max-width: 1023px) {
        .header .header-middle .logo {
          margin-left: 20px; } }
      .header .header-middle .logo img {
        width: auto;
        height: 75px;
        margin-top: -30px;
        position: relative; }
        @media screen and (min-width: 1280px) {
          .header .header-middle .logo img {
            height: 5.20833vw;
            margin-top: -2.08333vw; } }
        @media screen and (max-width: 1279px) {
          .header .header-middle .logo img {
            height: 66px;
            width: auto; } }

.header.customBorder {
  border-bottom: 1px solid black; }

.navPages-container {
  width: calc(100% - 530px); }
  @media screen and (min-width: 1280px) {
    .navPages-container {
      width: calc(100% - 36.80556vw); } }
  @media screen and (max-width: 1279px) {
    .navPages-container {
      width: calc(100% - 460px); } }

.header-right {
  width: 350px;
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  @media screen and (min-width: 1280px) {
    .header-right {
      width: 24.30556vw; } }
  @media screen and (max-width: 1279px) {
    .header-right {
      width: 280px; } }
  @media screen and (max-width: 1023px) {
    .header-right {
      width: calc(100% - 220px); } }
  .header-right .navUser {
    background: none;
    padding: 0;
    width: 60px; }
    @media screen and (min-width: 1280px) {
      .header-right .navUser {
        width: 4.16667vw; } }
    @media screen and (max-width: 1279px) {
      .header-right .navUser {
        width: 40px; } }
    @media screen and (max-width: 1023px) {
      .header-right .navUser {
        position: inherit;
        transform: none;
        top: 0;
        width: 100%; } }
    .header-right .navUser #click-and-collect-header-component {
      display: none !important; }
    @media screen and (max-width: 1023px) {
      .header-right .navUser .navUser-section {
        display: flex;
        align-items: center;
        justify-content: flex-end; } }
    .header-right .navUser .navUser-section .navUser-item--cart {
      margin-right: 10px; }
      @media screen and (min-width: 1280px) {
        .header-right .navUser .navUser-section .navUser-item--cart {
          margin-right: 0.69444vw; } }
      @media screen and (max-width: 1023px) {
        .header-right .navUser .navUser-section .navUser-item--cart {
          margin-right: 0; } }
      .header-right .navUser .navUser-section .navUser-item--cart .navUser-action {
        position: relative;
        padding: 0; }
        @media screen and (max-width: 767px) {
          .header-right .navUser .navUser-section .navUser-item--cart .navUser-action .navUser-item-cartLabel {
            display: block; } }
        .header-right .navUser .navUser-section .navUser-item--cart .navUser-action .countPill {
          background: none;
          width: auto;
          height: auto;
          border-radius: none;
          position: absolute;
          top: 10px;
          left: 0;
          font-size: 8px;
          line-height: 10px;
          font-family: "gothammedium", sans-serif;
          font-weight: normal;
          display: block;
          color: black;
          text-align: center;
          margin-left: 0;
          right: 0; }
          @media screen and (min-width: 1280px) {
            .header-right .navUser .navUser-section .navUser-item--cart .navUser-action .countPill {
              font-size: 0.55556vw;
              line-height: 0.69444vw;
              top: 0.69444vw; } }
        .header-right .navUser .navUser-section .navUser-item--cart .navUser-action svg {
          width: 22px;
          height: 24px;
          fill: none;
          stroke: none; }
          @media screen and (min-width: 1280px) {
            .header-right .navUser .navUser-section .navUser-item--cart .navUser-action svg {
              width: 1.52778vw;
              height: 1.66667vw; } }
          .header-right .navUser .navUser-section .navUser-item--cart .navUser-action svg:hover {
            opacity: 0.5; }
    .header-right .navUser .navUser-section .search-link {
      display: none; }
      @media screen and (max-width: 1023px) {
        .header-right .navUser .navUser-section .search-link {
          display: block;
          margin-right: 25px; } }
      .header-right .navUser .navUser-section .search-link .navUser-action {
        padding: 0; }
        .header-right .navUser .navUser-section .search-link .navUser-action svg {
          width: 19px;
          height: 19px;
          fill: black;
          stroke: none;
          margin-top: 2px; }
        .header-right .navUser .navUser-section .search-link .navUser-action .close-icon {
          display: none;
          margin-top: 0; }
      .header-right .navUser .navUser-section .search-link [aria-expanded="true"] .search-icon {
        display: none; }
      .header-right .navUser .navUser-section .search-link [aria-expanded="true"] .close-icon {
        display: block;
        width: 22px;
        height: 22px; }

@media screen and (max-width: 1023px) {
  .top-navigation .navUser {
    position: inherit;
    top: 0;
    transform: none; } }

.top-navigation .navUser ul.navUser-section {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .top-navigation .navUser ul.navUser-section #click-and-collect-header-component .clickandcollect-header {
    padding: 11px 0 11px 5px; }
    @media screen and (min-width: 1280px) {
      .top-navigation .navUser ul.navUser-section #click-and-collect-header-component .clickandcollect-header {
        padding: 0.76389vw 0 0.76389vw 0.34722vw; } }
    .top-navigation .navUser ul.navUser-section #click-and-collect-header-component .clickandcollect-header div.setStoreWrapper {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      width: auto;
      padding-left: 0px; }
      @media screen and (max-width: 1023px) {
        .top-navigation .navUser ul.navUser-section #click-and-collect-header-component .clickandcollect-header div.setStoreWrapper {
          min-height: 24px; } }
      .top-navigation .navUser ul.navUser-section #click-and-collect-header-component .clickandcollect-header div.setStoreWrapper .arrow-right {
        display: none; }
      .top-navigation .navUser ul.navUser-section #click-and-collect-header-component .clickandcollect-header div.setStoreWrapper .icon {
        background-image: url("data:image/svg+xml,%3Csvg width='8' height='10' viewBox='0 0 8 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 3.85524V4.13589C0 5.22895 0.744828 6.63515 2.15479 8.20384C2.8659 8.99261 3.58008 9.63959 4 10C4.42299 9.63368 5.1433 8.98375 5.85747 8.18907C7.25824 6.62629 8 5.226 8 4.13589V3.85524C8 1.73117 6.20383 0 4 0C1.79617 0 0 1.72821 0 3.85524ZM5.23219 3.85556C5.23219 3.20268 4.68047 2.66797 4.00001 2.66797C3.31955 2.66797 2.76782 3.20564 2.76782 3.85852C2.76782 4.5114 3.31955 5.04611 4.00001 5.04611C4.68047 5.04611 5.23219 4.50844 5.23219 3.85556Z' fill='white'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 8px 10px;
        width: 8px;
        height: 10px;
        left: -6px;
        top: -1px; }
        @media screen and (min-width: 1280px) {
          .top-navigation .navUser ul.navUser-section #click-and-collect-header-component .clickandcollect-header div.setStoreWrapper .icon {
            background-size: 0.55556vw 0.69444vw;
            width: 0.55556vw;
            height: 0.69444vw;
            left: -0.41667vw;
            top: -0.06944vw; } }
        .top-navigation .navUser ul.navUser-section #click-and-collect-header-component .clickandcollect-header div.setStoreWrapper .icon img {
          display: none; }
      .top-navigation .navUser ul.navUser-section #click-and-collect-header-component .clickandcollect-header div.setStoreWrapper .setStore {
        width: 100%;
        color: white;
        font-weight: normal;
        text-transform: none;
        font-size: 11px;
        line-height: 13px;
        letter-spacing: -0.05em;
        font-family: "gothambook", sans-serif;
        font-weight: normal; }
        @media screen and (min-width: 1280px) {
          .top-navigation .navUser ul.navUser-section #click-and-collect-header-component .clickandcollect-header div.setStoreWrapper .setStore {
            font-size: 0.76389vw;
            line-height: 0.90278vw; } }
        .top-navigation .navUser ul.navUser-section #click-and-collect-header-component .clickandcollect-header div.setStoreWrapper .setStore p.title {
          font-size: 11px;
          line-height: 13px;
          font-weight: normal;
          letter-spacing: -0.05em;
          font-family: "gothambook", sans-serif;
          text-transform: capitalize; }
          @media screen and (min-width: 1280px) {
            .top-navigation .navUser ul.navUser-section #click-and-collect-header-component .clickandcollect-header div.setStoreWrapper .setStore p.title {
              font-size: 0.76389vw;
              line-height: 0.90278vw; } }
      .top-navigation .navUser ul.navUser-section #click-and-collect-header-component .clickandcollect-header div.setStoreWrapper:hover .icon {
        opacity: 0.7; }
      .top-navigation .navUser ul.navUser-section #click-and-collect-header-component .clickandcollect-header div.setStoreWrapper:hover .setStore p.title {
        color: darkgray; }
  .top-navigation .navUser ul.navUser-section > li {
    margin: 0 15px;
    font-size: 11px;
    line-height: 13px;
    text-align: right;
    letter-spacing: -0.05em;
    font-family: "gothambook", sans-serif;
    font-weight: normal;
    position: relative; }
    @media screen and (min-width: 1280px) {
      .top-navigation .navUser ul.navUser-section > li {
        margin: 0 1.04167vw;
        font-size: 0.76389vw;
        line-height: 0.90278vw; } }
    @media screen and (max-width: 1023px) {
      .top-navigation .navUser ul.navUser-section > li {
        display: block; } }
    .top-navigation .navUser ul.navUser-section > li:last-child {
      margin-right: 0; }
    .top-navigation .navUser ul.navUser-section > li > a {
      display: flex;
      align-items: center;
      color: white;
      padding: 11px 0;
      font-weight: normal;
      text-transform: none; }
      @media screen and (min-width: 1280px) {
        .top-navigation .navUser ul.navUser-section > li > a {
          padding: 0.76389vw 0; } }
      .top-navigation .navUser ul.navUser-section > li > a svg {
        width: 8px;
        height: 10px;
        fill: white;
        margin-right: 8px;
        stroke: none; }
        @media screen and (min-width: 1280px) {
          .top-navigation .navUser ul.navUser-section > li > a svg {
            width: 0.55556vw;
            height: 0.69444vw;
            margin-right: 0.55556vw; } }
      .top-navigation .navUser ul.navUser-section > li > a:hover {
        color: darkgray; }
    .top-navigation .navUser ul.navUser-section > li ul {
      display: none; }
  .top-navigation .navUser ul.navUser-section .account-link {
    margin: 0 15px; }
    @media screen and (min-width: 1280px) {
      .top-navigation .navUser ul.navUser-section .account-link {
        margin: 0 1.04167vw; } }
    .top-navigation .navUser ul.navUser-section .account-link > a {
      padding-left: 30px;
      padding-right: 30px;
      background: #383838; }
      @media screen and (min-width: 1280px) {
        .top-navigation .navUser ul.navUser-section .account-link > a {
          padding-left: 2.08333vw;
          padding-right: 2.08333vw; } }
      .top-navigation .navUser ul.navUser-section .account-link > a svg.img {
        width: 12px;
        height: 12px;
        fill: none; }
        @media screen and (min-width: 1280px) {
          .top-navigation .navUser ul.navUser-section .account-link > a svg.img {
            width: 0.83333vw;
            height: 0.83333vw; } }
      .top-navigation .navUser ul.navUser-section .account-link > a svg.arrow {
        margin-left: 8px;
        width: 7px;
        height: 5px;
        margin-right: 0;
        margin-top: 1px; }
        @media screen and (min-width: 1280px) {
          .top-navigation .navUser ul.navUser-section .account-link > a svg.arrow {
            margin-left: 0.55556vw;
            width: 0.48611vw;
            height: 0.41667vw;
            margin-top: 0.06944vw; } }
    .top-navigation .navUser ul.navUser-section .account-link ul {
      position: absolute;
      top: 100%;
      left: 0;
      background: #383838;
      border: 1px solid #383838;
      padding: 15px 20px;
      min-width: 155px; }
      @media screen and (min-width: 1280px) {
        .top-navigation .navUser ul.navUser-section .account-link ul {
          padding: 0.69444vw 1.38889vw;
          min-width: 10.76389vw; } }
      .top-navigation .navUser ul.navUser-section .account-link ul li {
        padding: 5px 0;
        margin: 0;
        text-align: left; }
        @media screen and (min-width: 1280px) {
          .top-navigation .navUser ul.navUser-section .account-link ul li {
            padding: 0.34722vw 0; } }
        .top-navigation .navUser ul.navUser-section .account-link ul li a {
          padding: 0;
          color: white;
          display: block; }
          .top-navigation .navUser ul.navUser-section .account-link ul li a:hover {
            color: darkgray; }

.h-pencil-banner {
  background: #fff7f1;
  position: relative; }
  .h-pencil-banner .btn-close {
    position: absolute;
    right: 30px;
    top: 8px;
    cursor: pointer; }
    @media screen and (min-width: 1280px) {
      .h-pencil-banner .btn-close {
        top: 0.55556vw;
        right: 2.08333vw; } }
    @media screen and (max-width: 1279px) {
      .h-pencil-banner .btn-close {
        right: 20px; } }
    @media screen and (max-width: 767px) {
      .h-pencil-banner .btn-close {
        display: none; } }
    .h-pencil-banner .btn-close svg {
      width: 10px;
      height: 9px;
      fill: none;
      stroke: black; }
      @media screen and (min-width: 1280px) {
        .h-pencil-banner .btn-close svg {
          width: 0.69444vw;
          height: 0.625vw; } }
      .h-pencil-banner .btn-close svg:hover {
        stroke: darkgray; }
  .h-pencil-banner .content {
    padding: 11px 30px 12px;
    text-align: center; }
    @media screen and (min-width: 1280px) {
      .h-pencil-banner .content {
        padding: 0.76389vw 2.08333vw 0.83333vw; } }
    @media screen and (max-width: 1023px) {
      .h-pencil-banner .content {
        padding: 11px 20px 12px; } }
    .h-pencil-banner .content p {
      margin: 0;
      color: black;
      text-align: center;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      font-size: 10px;
      line-height: 12px;
      font-family: "gothammedium", sans-serif; }
      @media screen and (min-width: 1280px) {
        .h-pencil-banner .content p {
          font-size: 0.69444vw;
          line-height: 0.83333vw; } }
      @media screen and (max-width: 767px) {
        .h-pencil-banner .content p span {
          display: block; } }
      .h-pencil-banner .content p a {
        color: black;
        text-decoration: none; }
        .h-pencil-banner .content p a:hover {
          color: darkgray; }

.header.header--sticky--remove {
  animation-name: slideUp;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  transition: 0.4s all ease;
  position: sticky;
  top: 0;
  z-index: 9; }

.head-sticky-added .header.header--sticky {
  animation-name: slideInDown;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  transition: 0.4s all ease;
  position: fixed;
  background: white;
  top: 0;
  width: 100%;
  border-bottom-color: black; }
  @media screen and (max-width: 1023px) {
    .head-sticky-added .header.header--sticky {
      border-color: #ddd; } }
  .head-sticky-added .header.header--sticky .top-navigation {
    display: none; }
  .head-sticky-added .header.header--sticky .header-middle {
    padding: 6px 25px; }
    @media screen and (min-width: 1280px) {
      .head-sticky-added .header.header--sticky .header-middle {
        padding: 0.41667vw 1.73611vw; } }
    .head-sticky-added .header.header--sticky .header-middle .logo img {
      margin-top: 0;
      height: 50px;
      width: auto; }
      @media screen and (min-width: 1280px) {
        .head-sticky-added .header.header--sticky .header-middle .logo img {
          height: 3.47222vw; } }
      @media screen and (max-width: 767px) {
        .head-sticky-added .header.header--sticky .header-middle .logo img {
          height: 48px; } }

/* Animation for slideInDown start */

@keyframes slideInDown {
  0% {
    transform: translateY(-100%);
    visibility: visible;
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@keyframes slideUp {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-100%);
    visibility: visible; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-200px); }
  100% {
    transform: translateY(0px); } }

.header #click-and-collect-header-component .openUntil {
  font-size: 10px;
  line-height: 18px;
  color: white;
  font-family: "gothambook", sans-serif; }
  @media screen and (min-width: 1280px) {
    .header #click-and-collect-header-component .openUntil {
      font-size: 0.69444vw;
      line-height: 1.25vw; } }

.header .click-and-collect-dropdown.isOpen {
  border: 0;
  border-color: black;
  width: 438px;
  padding: 0; }
  @media screen and (min-width: 1280px) {
    .header .click-and-collect-dropdown.isOpen {
      width: 30.41667vw; } }
  @media screen and (max-width: 413px) {
    .header .click-and-collect-dropdown.isOpen {
      width: 100%; } }
  .header .click-and-collect-dropdown.isOpen .click-and-collect-overlay {
    right: 438px; }
    @media screen and (min-width: 1280px) {
      .header .click-and-collect-dropdown.isOpen .click-and-collect-overlay {
        right: 30.41667vw; } }
    @media screen and (max-width: 413px) {
      .header .click-and-collect-dropdown.isOpen .click-and-collect-overlay {
        width: 100%; } }
  .header .click-and-collect-dropdown.isOpen p.title {
    font-size: 18px;
    line-height: 24px;
    font-family: "gothambook", sans-serif !important;
    color: black;
    text-transform: uppercase;
    padding: 26px 30px;
    margin-bottom: 0; }
    @media screen and (min-width: 1280px) {
      .header .click-and-collect-dropdown.isOpen p.title {
        font-size: 1.25vw;
        line-height: 1.66667vw;
        padding: 1.80556vw 2.08333vw; } }
    @media screen and (max-width: 413px) {
      .header .click-and-collect-dropdown.isOpen p.title {
        padding: 20px; } }
  .header .click-and-collect-dropdown.isOpen .close {
    top: 26px;
    right: 30px; }
    @media screen and (min-width: 1280px) {
      .header .click-and-collect-dropdown.isOpen .close {
        top: 1.80556vw;
        right: 2.08333vw; } }
    @media screen and (max-width: 413px) {
      .header .click-and-collect-dropdown.isOpen .close {
        top: 21px;
        right: 20px; } }
    .header .click-and-collect-dropdown.isOpen .close svg {
      width: 15px; }
    .header .click-and-collect-dropdown.isOpen .close:hover svg {
      cursor: pointer;
      fill: #757575; }
  .header .click-and-collect-dropdown.isOpen .storeName, .header .click-and-collect-dropdown.isOpen .store .name {
    font-size: 16px;
    line-height: 22px;
    font-family: "gothambook", sans-serif !important; }
    @media screen and (min-width: 1280px) {
      .header .click-and-collect-dropdown.isOpen .storeName, .header .click-and-collect-dropdown.isOpen .store .name {
        font-size: 1.11111vw;
        line-height: 1.52778vw; } }
  .header .click-and-collect-dropdown.isOpen .storeAddress, .header .click-and-collect-dropdown.isOpen .content .address {
    font-size: 12px;
    line-height: 20px;
    font-family: "gothambook", sans-serif !important; }
    @media screen and (min-width: 1280px) {
      .header .click-and-collect-dropdown.isOpen .storeAddress, .header .click-and-collect-dropdown.isOpen .content .address {
        font-size: 0.83333vw;
        line-height: 1.38889vw; } }
  .header .click-and-collect-dropdown.isOpen .myStore {
    padding: 26px 30px;
    border-top: solid 1px #d8d8d8; }
    @media screen and (min-width: 1280px) {
      .header .click-and-collect-dropdown.isOpen .myStore {
        padding: 1.80556vw 2.08333vw; } }
  .header .click-and-collect-dropdown.isOpen .currentIndicator {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 26px; }
    @media screen and (min-width: 1280px) {
      .header .click-and-collect-dropdown.isOpen .currentIndicator {
        font-size: 0.83333vw;
        line-height: 1.38889vw;
        margin-bottom: 1.80556vw; } }
  .header .click-and-collect-dropdown.isOpen .myStore .text,
  .header .click-and-collect-dropdown.isOpen .store .showDetails .text {
    font-size: 12px;
    line-height: 20px; }
    @media screen and (min-width: 1280px) {
      .header .click-and-collect-dropdown.isOpen .myStore .text,
      .header .click-and-collect-dropdown.isOpen .store .showDetails .text {
        font-size: 0.83333vw;
        line-height: 1.38889vw; } }
  .header .click-and-collect-dropdown.isOpen .currentIndicator + .showDetails {
    padding: 0 12px; }
    @media screen and (min-width: 1280px) {
      .header .click-and-collect-dropdown.isOpen .currentIndicator + .showDetails {
        padding: 0 0.83333vw; } }
  .header .click-and-collect-dropdown.isOpen .showDetails,
  .header .click-and-collect-dropdown.isOpen .content .click-and-collect-secondary-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    font-family: "gothambook", sans-serif !important;
    border: 2px solid white;
    border-radius: 0; }
    @media screen and (min-width: 1280px) {
      .header .click-and-collect-dropdown.isOpen .showDetails,
      .header .click-and-collect-dropdown.isOpen .content .click-and-collect-secondary-button {
        padding: 0.83333vw; } }
    @media screen and (max-width: 413px) {
      .header .click-and-collect-dropdown.isOpen .showDetails,
      .header .click-and-collect-dropdown.isOpen .content .click-and-collect-secondary-button {
        width: 45%; } }
    .header .click-and-collect-dropdown.isOpen .showDetails svg,
    .header .click-and-collect-dropdown.isOpen .content .click-and-collect-secondary-button svg {
      width: 10px; }
      @media screen and (min-width: 1280px) {
        .header .click-and-collect-dropdown.isOpen .showDetails svg,
        .header .click-and-collect-dropdown.isOpen .content .click-and-collect-secondary-button svg {
          width: 0.69444vw; } }
    .header .click-and-collect-dropdown.isOpen .showDetails:hover,
    .header .click-and-collect-dropdown.isOpen .content .click-and-collect-secondary-button:hover {
      color: #757575; }
      .header .click-and-collect-dropdown.isOpen .showDetails:hover span,
      .header .click-and-collect-dropdown.isOpen .content .click-and-collect-secondary-button:hover span {
        color: #757575; }
      .header .click-and-collect-dropdown.isOpen .showDetails:hover svg,
      .header .click-and-collect-dropdown.isOpen .content .click-and-collect-secondary-button:hover svg {
        fill: #757575; }
  .header .click-and-collect-dropdown.isOpen .showDetails + .storeDetails .address {
    padding: 0; }
  .header .click-and-collect-dropdown.isOpen .content .stores {
    margin: 0; }
  .header .click-and-collect-dropdown.isOpen .content .store {
    padding: 26px 30px; }
    @media screen and (min-width: 1280px) {
      .header .click-and-collect-dropdown.isOpen .content .store {
        padding: 1.80556vw 2.08333vw; } }
    @media screen and (max-width: 413px) {
      .header .click-and-collect-dropdown.isOpen .content .store {
        padding: 20px; } }
    .header .click-and-collect-dropdown.isOpen .content .store .content .click-and-collect-primary-button {
      font-size: 12px;
      line-height: 20px;
      padding: 12px;
      font-family: "gothambook", sans-serif !important;
      background-color: black !important;
      width: 50%;
      border-width: 2px;
      border-radius: 0; }
      @media screen and (min-width: 1280px) {
        .header .click-and-collect-dropdown.isOpen .content .store .content .click-and-collect-primary-button {
          font-size: 0.83333vw;
          line-height: 1.38889vw;
          padding: 0.83333vw; } }
      .header .click-and-collect-dropdown.isOpen .content .store .content .click-and-collect-primary-button:hover {
        color: black;
        background-color: white !important;
        border-color: black;
        border-radius: 0; }
    .header .click-and-collect-dropdown.isOpen .content .store.graybg .click-and-collect-secondary-button {
      border-color: #efefef; }
  .header .click-and-collect-dropdown.isOpen .stores .store .storeDetails .details .address p {
    font-size: 12px;
    line-height: 22px;
    font-family: "gothambook", sans-serif !important; }
    @media screen and (min-width: 1280px) {
      .header .click-and-collect-dropdown.isOpen .stores .store .storeDetails .details .address p {
        font-size: 0.83333vw;
        line-height: 1.52778vw; } }
    .header .click-and-collect-dropdown.isOpen .stores .store .storeDetails .details .address p .content .click-and-collect-primary-button {
      font-size: 12px;
      line-height: 20px;
      padding: 12px;
      font-family: "gothambook", sans-serif !important;
      background-color: black !important;
      width: 50%;
      border-width: 2px; }
      @media screen and (min-width: 1280px) {
        .header .click-and-collect-dropdown.isOpen .stores .store .storeDetails .details .address p .content .click-and-collect-primary-button {
          font-size: 0.83333vw;
          line-height: 1.38889vw;
          padding: 0.83333vw; } }
      .header .click-and-collect-dropdown.isOpen .stores .store .storeDetails .details .address p .content .click-and-collect-primary-button:hover {
        color: black;
        background-color: white !important;
        border-color: black;
        border-radius: 0; }
    .header .click-and-collect-dropdown.isOpen .stores .store .storeDetails .details .address p.graybg .click-and-collect-secondary-button {
      border-color: #efefef; }
  .header .click-and-collect-dropdown.isOpen .stores .store .storeDetails .details .address > p {
    font-family: "gothambold", sans-serif !important; }
  .header .click-and-collect-dropdown.isOpen .stores .store .storeDetails .details .store-email a,
  .header .click-and-collect-dropdown.isOpen .stores .store .storeDetails .details .phone a {
    font-size: 12px;
    line-height: 22px;
    font-family: "gothambold", sans-serif !important;
    color: black; }
    @media screen and (min-width: 1280px) {
      .header .click-and-collect-dropdown.isOpen .stores .store .storeDetails .details .store-email a,
      .header .click-and-collect-dropdown.isOpen .stores .store .storeDetails .details .phone a {
        font-size: 0.83333vw;
        line-height: 1.52778vw; } }
    .header .click-and-collect-dropdown.isOpen .stores .store .storeDetails .details .store-email a:hover,
    .header .click-and-collect-dropdown.isOpen .stores .store .storeDetails .details .phone a:hover {
      color: #757575; }

.navUser-item.search-link {
  display: none; }
  @media screen and (max-width: 1023px) {
    .navUser-item.search-link {
      display: block; } }

@media screen and (max-width: 1023px) {
  .top-navigation .navUser {
    min-height: 36px; } }

@media screen and (max-width: 1023px) {
  .top-navigation .navUser ul.navUser-section li.navUser-item {
    display: none; } }

@media screen and (max-width: 1023px) {
  .header .click-and-collect-mobile {
    display: none !important; } }

@media screen and (max-width: 1023px) {
  .header .navUser .clickandcollect-header {
    display: flex !important;
    position: relative;
    visibility: visible;
    padding: 6px 0 6px 20px !important; } }

@media screen and (max-width: 1023px) {
  .header .navUser div.setStoreWrapper .icon {
    left: -15px !important; } }

.navUser-item--cart__hidden-s {
  display: block; }

.top-navigation .navUser ul.navUser-section #click-and-collect-header-component .setStoreWrapper .click-and-collect-set-store.setStore {
  display: flex;
  align-items: center; }
  .top-navigation .navUser ul.navUser-section #click-and-collect-header-component .setStoreWrapper .click-and-collect-set-store.setStore .text.time.openUntil {
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    padding-left: 10px; }
    @media screen and (min-width: 1280px) {
      .top-navigation .navUser ul.navUser-section #click-and-collect-header-component .setStoreWrapper .click-and-collect-set-store.setStore .text.time.openUntil {
        font-size: 0.76389vw;
        line-height: 0.90278vw;
        padding-left: 0.69444vw; } }

.top-navigation .navUser ul.navUser-section .account-link.sfHover > a svg.arrow {
  transform: rotate(180deg); }

body div.snize-ac-results {
  z-index: 1; }

@media screen and (max-width: 1023px) {
  .navPages-container.is-open {
    padding-top: 0; } }

.navPages-container {
  position: static; }
  @media screen and (max-width: 1023px) {
    .navPages-container {
      position: fixed;
      height: calc(100% - 94px);
      background: white;
      left: 0;
      bottom: 0;
      width: 100%;
      max-width: 100%;
      margin-top: 0;
      padding: 0px;
      border-top: .5px solid #ddd; } }
  .navPages-container .navPages {
    max-width: 100%; }
    @media screen and (max-width: 1023px) {
      .navPages-container .navPages {
        background: none;
        padding: 0; } }
    @media screen and (max-width: 1023px) {
      .navPages-container .navPages .navPages-list.sf-menu {
        display: none; } }
  .navPages-container .navPages-list {
    margin-top: 12px; }
    @media screen and (min-width: 1280px) {
      .navPages-container .navPages-list {
        margin-top: 0.83333vw; } }
    .navPages-container .navPages-list > .navPages-item {
      margin: 0 22px;
      line-height: 13px; }
      @media screen and (min-width: 1280px) {
        .navPages-container .navPages-list > .navPages-item {
          margin: 0 1.52778vw;
          line-height: 0.90278vw; } }
      @media screen and (max-width: 1279px) {
        .navPages-container .navPages-list > .navPages-item {
          margin: 0 5px; } }
      .navPages-container .navPages-list > .navPages-item > .navPages-action {
        letter-spacing: 0.06em;
        text-transform: uppercase;
        padding: 5px 0;
        font-family: "gothammedium", sans-serif;
        font-weight: 500;
        font-size: 11px; }
        @media screen and (min-width: 1280px) {
          .navPages-container .navPages-list > .navPages-item > .navPages-action {
            font-size: 0.76389vw;
            padding: 0.34722vw 0; } }
        @media screen and (max-width: 1279px) {
          .navPages-container .navPages-list > .navPages-item > .navPages-action {
            font-size: 9px; } }
        .navPages-container .navPages-list > .navPages-item > .navPages-action .navPages-action-moreIcon {
          margin-left: 3px;
          width: 7px;
          height: 5px;
          padding: 0; }
          @media screen and (min-width: 1280px) {
            .navPages-container .navPages-list > .navPages-item > .navPages-action .navPages-action-moreIcon {
              width: 0.48611vw;
              height: 0.34722vw;
              margin-left: 0.20833vw; } }
          @media screen and (max-width: 1023px) {
            .navPages-container .navPages-list > .navPages-item > .navPages-action .navPages-action-moreIcon {
              width: 9px;
              height: 6px; } }
        .navPages-container .navPages-list > .navPages-item > .navPages-action svg {
          width: 7px;
          height: 5px;
          fill: black;
          stroke: none;
          position: relative;
          top: -1px; }
          @media screen and (min-width: 1280px) {
            .navPages-container .navPages-list > .navPages-item > .navPages-action svg {
              width: 0.48611vw;
              height: 0.34722vw;
              top: -0.06944vw; } }
        .navPages-container .navPages-list > .navPages-item > .navPages-action:hover svg {
          transform: rotate(180deg);
          fill: darkgray; }
      .navPages-container .navPages-list > .navPages-item .nav-second-level {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        border-top: 1px solid black;
        margin: 0 auto;
        background: white; }
        .navPages-container .navPages-list > .navPages-item .nav-second-level:before {
          content: "";
          position: absolute;
          width: 100%;
          height: 50px;
          top: -30px;
          left: 0; }
          @media screen and (min-width: 1280px) {
            .navPages-container .navPages-list > .navPages-item .nav-second-level:before {
              height: 3.47222vw;
              top: -2.08333vw; } }
        .navPages-container .navPages-list > .navPages-item .nav-second-level .view-all-cat {
          background: black;
          width: 100%; }
          @media screen and (max-width: 1023px) {
            .navPages-container .navPages-list > .navPages-item .nav-second-level .view-all-cat {
              display: none; } }
          .navPages-container .navPages-list > .navPages-item .nav-second-level .view-all-cat a {
            color: white;
            font-size: 11px;
            line-height: 13px;
            text-align: center;
            letter-spacing: -0.03em;
            text-transform: uppercase;
            font-family: "gothambold", sans-serif;
            display: block;
            padding: 14px 0;
            font-weight: normal; }
            @media screen and (min-width: 1280px) {
              .navPages-container .navPages-list > .navPages-item .nav-second-level .view-all-cat a {
                font-size: 0.76389vw;
                line-height: 0.90278vw;
                padding: 0.97222vw 0; } }
            .navPages-container .navPages-list > .navPages-item .nav-second-level .view-all-cat a:hover {
              color: darkgray; }
        .navPages-container .navPages-list > .navPages-item .nav-second-level .menu-container {
          text-align: left;
          -moz-column-count: 6;
               column-count: 6;
          -moz-column-fill: balance;
               column-fill: balance;
          padding: 40px 60px; }
          @media screen and (min-width: 1280px) {
            .navPages-container .navPages-list > .navPages-item .nav-second-level .menu-container {
              padding: 2.77778vw 4.16667vw; } }
          @media screen and (max-width: 1279px) {
            .navPages-container .navPages-list > .navPages-item .nav-second-level .menu-container {
              -moz-column-count: 5;
                   column-count: 5;
              padding: 40px 30px; } }
          @media screen and (max-width: 1023px) {
            .navPages-container .navPages-list > .navPages-item .nav-second-level .menu-container {
              padding: 0;
              -moz-column-count: inherit;
                   column-count: inherit; } }
          .navPages-container .navPages-list > .navPages-item .nav-second-level .menu-container .view-all-link {
            display: none; }
            @media screen and (max-width: 1023px) {
              .navPages-container .navPages-list > .navPages-item .nav-second-level .menu-container .view-all-link {
                display: block; } }
          .navPages-container .navPages-list > .navPages-item .nav-second-level .menu-container li {
            padding: 7px 15px; }
            @media screen and (min-width: 1280px) {
              .navPages-container .navPages-list > .navPages-item .nav-second-level .menu-container li {
                padding: 0.48611vw 1.04167vw; } }
            @media screen and (max-width: 1023px) {
              .navPages-container .navPages-list > .navPages-item .nav-second-level .menu-container li {
                padding: 12px 10px; } }
            .navPages-container .navPages-list > .navPages-item .nav-second-level .menu-container li a {
              font-size: 11px;
              line-height: 13px;
              letter-spacing: 0.06em;
              text-transform: uppercase;
              font-family: "gothammedium", sans-serif;
              font-weight: normal;
              padding: 0; }
              @media screen and (min-width: 1280px) {
                .navPages-container .navPages-list > .navPages-item .nav-second-level .menu-container li a {
                  font-size: 0.76389vw;
                  line-height: 0.90278vw; } }
              .navPages-container .navPages-list > .navPages-item .nav-second-level .menu-container li a svg {
                display: none; }
                @media screen and (max-width: 1023px) {
                  .navPages-container .navPages-list > .navPages-item .nav-second-level .menu-container li a svg {
                    display: block;
                    float: right;
                    width: 9px;
                    height: 6px;
                    stroke: none;
                    margin-top: 2px; } }
              @media screen and (max-width: 1023px) {
                .navPages-container .navPages-list > .navPages-item .nav-second-level .menu-container li a:hover {
                  color: black; } }
              @media screen and (max-width: 1023px) {
                .navPages-container .navPages-list > .navPages-item .nav-second-level .menu-container li a:hover svg {
                  fill: black; } }
            .navPages-container .navPages-list > .navPages-item .nav-second-level .menu-container li .nav-third-level {
              position: relative;
              top: 0;
              left: 0;
              margin: 0;
              padding: 0; }
              @media screen and (max-width: 1023px) {
                .navPages-container .navPages-list > .navPages-item .nav-second-level .menu-container li .nav-third-level {
                  margin: 10px 0 0; } }
              @media screen and (min-width: 1024px) {
                .navPages-container .navPages-list > .navPages-item .nav-second-level .menu-container li .nav-third-level {
                  display: block !important;
                  opacity: 1 !important; } }
              @media screen and (max-width: 1023px) {
                .navPages-container .navPages-list > .navPages-item .nav-second-level .menu-container li .nav-third-level {
                  display: none; } }
              .navPages-container .navPages-list > .navPages-item .nav-second-level .menu-container li .nav-third-level li {
                padding: 5px 0; }
                @media screen and (min-width: 1280px) {
                  .navPages-container .navPages-list > .navPages-item .nav-second-level .menu-container li .nav-third-level li {
                    padding: 0.34722vw 0; } }
                @media screen and (max-width: 1023px) {
                  .navPages-container .navPages-list > .navPages-item .nav-second-level .menu-container li .nav-third-level li {
                    padding: 8px 0; } }
                @media screen and (max-width: 1023px) {
                  .navPages-container .navPages-list > .navPages-item .nav-second-level .menu-container li .nav-third-level li:last-child {
                    padding-bottom: 0; } }
                .navPages-container .navPages-list > .navPages-item .nav-second-level .menu-container li .nav-third-level li a {
                  font-size: 11px;
                  line-height: 13px;
                  text-transform: capitalize;
                  font-family: "gothambook", sans-serif;
                  font-weight: normal; }
                  @media screen and (min-width: 1280px) {
                    .navPages-container .navPages-list > .navPages-item .nav-second-level .menu-container li .nav-third-level li a {
                      font-size: 0.76389vw;
                      line-height: 0.90278vw; } }
                  .navPages-container .navPages-list > .navPages-item .nav-second-level .menu-container li .nav-third-level li a svg {
                    display: none; }
  .navPages-container .mobileNavigation {
    display: none; }
    @media screen and (max-width: 1023px) {
      .navPages-container .mobileNavigation {
        display: block;
        border: 0px;
        margin: 0;
        padding: 20px 30px; } }
    .navPages-container .mobileNavigation .sub-menu-header {
      position: relative;
      z-index: 2;
      background: #fff;
      padding: 10px 0 15px;
      display: flex;
      align-items: center; }
      .navPages-container .mobileNavigation .sub-menu-header .sub-menu-navigate-back {
        background-image: url("data:image/svg+xml,%3Csvg width='5' height='9' viewBox='0 0 5 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L1 4.5L4 1' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: left center;
        width: 5px;
        height: 9px;
        margin-right: 12px;
        padding-right: 0; }
      .navPages-container .mobileNavigation .sub-menu-header .sub-menu-title {
        font-size: 13px;
        font-family: "gothammedium", sans-serif;
        font-weight: 500;
        color: black;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        line-height: 16px;
        cursor: pointer; }
    .navPages-container .mobileNavigation > .navPages-item {
      padding: 15px 0;
      position: relative;
      margin: 0; }
      .navPages-container .mobileNavigation > .navPages-item > .navPages-action {
        padding: 0;
        font-size: 13px;
        font-family: "gothammedium", sans-serif;
        font-weight: 500;
        color: black;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        line-height: 16px;
        position: relative; }
        .navPages-container .mobileNavigation > .navPages-item > .navPages-action .navPages-action-moreIcon {
          float: right;
          margin: 0px;
          margin-top: 7px; }
          @media screen and (max-width: 1023px) {
            .navPages-container .mobileNavigation > .navPages-item > .navPages-action .navPages-action-moreIcon {
              margin-top: 5px; } }
          .navPages-container .mobileNavigation > .navPages-item > .navPages-action .navPages-action-moreIcon svg {
            width: 9px;
            height: 6px; }
      .navPages-container .mobileNavigation > .navPages-item ul.nav-second-level {
        position: relative;
        top: 0;
        border: 0; }
        @media screen and (max-width: 1023px) {
          .navPages-container .mobileNavigation > .navPages-item ul.nav-second-level {
            position: fixed;
            border: 0;
            bottom: 0;
            top: 120px;
            left: 0;
            background: white;
            right: 0;
            height: auto;
            width: 100%;
            overflow-y: auto;
            padding: 30px 20px; } }

.navPages-container .navPages-list > .navPages-item.sfHover > .navPages-action {
  color: darkgray; }
  .navPages-container .navPages-list > .navPages-item.sfHover > .navPages-action svg {
    transform: rotate(180deg);
    fill: darkgray; }

.navPages-container .navPages-list > .navPages-item.no-sub-menus {
  position: relative; }
  .navPages-container .navPages-list > .navPages-item.no-sub-menus .nav-second-level {
    min-width: 232px;
    border: 1px solid black;
    left: -25px;
    margin-top: 20.5px; }
    @media screen and (min-width: 1280px) {
      .navPages-container .navPages-list > .navPages-item.no-sub-menus .nav-second-level {
        min-width: 16.11111vw;
        left: -1.73611vw;
        margin-top: 1.42361vw; } }
    @media screen and (max-width: 1023px) {
      .navPages-container .navPages-list > .navPages-item.no-sub-menus .nav-second-level {
        min-width: inherit;
        left: 0;
        border: 0px;
        margin: 0;
        width: 100%; } }
    .navPages-container .navPages-list > .navPages-item.no-sub-menus .nav-second-level .view-all-cat {
      display: none; }
  .navPages-container .navPages-list > .navPages-item.no-sub-menus .menu-container {
    -moz-column-count: 1;
         column-count: 1;
    padding: 32px 25px;
    width: 100%; }
    @media screen and (min-width: 1280px) {
      .navPages-container .navPages-list > .navPages-item.no-sub-menus .menu-container {
        padding: 2.22222vw 1.73611vw; } }
    @media screen and (max-width: 1023px) {
      .navPages-container .navPages-list > .navPages-item.no-sub-menus .menu-container {
        padding: 0; } }

.navPages-container .navPages-list > .navPages-item.no-sub-menus.web-pages > .navPages-action .navPages-action-moreIcon {
  margin-left: 7px;
  top: 0; }
  @media screen and (min-width: 1280px) {
    .navPages-container .navPages-list > .navPages-item.no-sub-menus.web-pages > .navPages-action .navPages-action-moreIcon {
      margin-left: 0.48611vw; } }
  .navPages-container .navPages-list > .navPages-item.no-sub-menus.web-pages > .navPages-action .navPages-action-moreIcon svg {
    top: 0px; }

.sticky-add .navPages-container .navPages-list > .navPages-item.no-sub-menus .nav-second-level {
  margin-top: 18px; }
  @media screen and (min-width: 1280px) {
    .sticky-add .navPages-container .navPages-list > .navPages-item.no-sub-menus .nav-second-level {
      margin-top: 1.25vw; } }

.mobileMenu-toggle {
  position: relative;
  padding: 0;
  width: 20px;
  height: 20px; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    background: black;
    top: 8px;
    transition: none; }
    .mobileMenu-toggle .mobileMenu-toggleIcon:before, .mobileMenu-toggle .mobileMenu-toggleIcon:after {
      background: black; }
    .mobileMenu-toggle .mobileMenu-toggleIcon:before {
      top: -5px; }
    .mobileMenu-toggle .mobileMenu-toggleIcon:after {
      bottom: -5px; }

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
  background-color: transparent;
  background: url(../img/dh-custom/menu-close-icon.svg) no-repeat center;
  height: 12px;
  width: 12px;
  top: 4px; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon:before {
    top: 0px; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon:after {
    bottom: 1px; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon:before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon:after {
    width: 15px;
    height: 1.5px;
    display: none; }

.navPages-container .navPages-list.top-pages {
  display: none; }
  @media screen and (max-width: 1023px) {
    .navPages-container .navPages-list.top-pages {
      display: block;
      margin: 0px;
      padding: 20px 30px; } }
  .navPages-container .navPages-list.top-pages .navPages-item {
    margin: 0;
    padding: 10px 0; }
    .navPages-container .navPages-list.top-pages .navPages-item .navPages-action {
      font-size: 13px;
      line-height: 16px;
      color: black;
      letter-spacing: -0.05em;
      font-family: "gothambook", sans-serif;
      font-weight: normal;
      text-transform: none; }
      .navPages-container .navPages-list.top-pages .navPages-item .navPages-action:hover {
        color: darkgray; }

@media screen and (max-width: 1023px) {
  .navPages-container .navPages-list.navPages-list--user {
    margin: 0px;
    padding: 20px 30px; } }

.navPages-container .navPages-list.navPages-list--user .navPages-item {
  margin: 0px;
  padding: 10px 0; }
  .navPages-container .navPages-list.navPages-list--user .navPages-item .navPages-action {
    font-size: 13px;
    line-height: 16px;
    color: black;
    letter-spacing: -0.05em;
    font-family: "gothambook", sans-serif;
    font-weight: normal;
    text-transform: none; }
    .navPages-container .navPages-list.navPages-list--user .navPages-item .navPages-action:hover {
      color: darkgray; }
    .navPages-container .navPages-list.navPages-list--user .navPages-item .navPages-action .navPages-action-moreIcon {
      float: right;
      margin: 7px 0 0;
      width: 9px;
      height: 6px; }
      .navPages-container .navPages-list.navPages-list--user .navPages-item .navPages-action .navPages-action-moreIcon svg {
        width: 9px;
        height: 6px; }

.navPages-container .navPages-list.navPages-list--user .nav-second-level {
  position: fixed;
  border: 0;
  bottom: 0;
  top: 120px;
  left: 0;
  background: white;
  right: 0;
  height: auto;
  width: 100%;
  overflow-y: auto;
  padding: 30px 20px; }

.header--sticky .navPages-container .navPages-list > .navPages-item.no-sub-menus .nav-second-level {
  border-color: black;
  margin-top: 18px; }
  @media screen and (min-width: 1280px) {
    .header--sticky .navPages-container .navPages-list > .navPages-item.no-sub-menus .nav-second-level {
      margin-top: 1.25vw; } }

.header--sticky .navPages-container .navPages-list > .navPages-item.Shop.Brand .nav-second-level {
  border-color: black; }

.header--sticky .navPages-container .navPages-list > .navPages-item .nav-second-level {
  border-top-color: black; }

@media screen and (max-width: 1023px) {
  .header--sticky .navPages-container {
    height: calc(100% - 60px); } }

@media screen and (max-width: 1023px) {
  .header--sticky .navPages-container .mobileNavigation > .navPages-item ul.nav-second-level {
    top: 90px; } }

@media screen and (max-width: 1023px) {
  .navPages-container .navPages-list > .navPages-item .nav-second-level .menu-container li.mobile-menu-dropdown-active a.third-level-link svg {
    transform: rotate(180deg); } }

@media screen and (max-width: 1023px) {
  .navPages-container .navPages-list > .navPages-item .nav-second-level .menu-container li.mobile-menu-dropdown-active .nav-third-level {
    display: block; } }

@media screen and (max-width: 767px) {
  .header--sticky .navPages-container .navPages-list > .navPages-item.no-sub-menus.web-pages .nav-second-level {
    margin-top: 0px; } }

.search-panel {
  width: 288px; }
  @media screen and (min-width: 1280px) {
    .search-panel {
      width: 20vw; } }
  @media screen and (max-width: 1279px) {
    .search-panel {
      width: 240px; } }
  @media screen and (max-width: 1023px) {
    .search-panel {
      display: none; } }
  .search-panel .container {
    padding: 0; }
    .search-panel .container .form {
      margin: 0; }
      .search-panel .container .form .form-field {
        background: #fafafa;
        margin: 0;
        display: flex;
        align-items: center;
        border-radius: 0;
        padding: 12px 15px 12px 20px;
        min-height: 42px; }
        @media screen and (min-width: 1280px) {
          .search-panel .container .form .form-field {
            padding: 0.76389vw 1.04167vw 0.76389vw 1.38889vw;
            min-height: 2.91667vw; } }
        @media screen and (max-width: 1023px) {
          .search-panel .container .form .form-field {
            padding-right: 20px; } }
        .search-panel .container .form .form-field .form-input {
          background: none;
          height: auto;
          border: none;
          border-radius: 0;
          padding: 0;
          font-family: "gothambook", sans-serif;
          font-size: 11px;
          color: black; }
          @media screen and (min-width: 1280px) {
            .search-panel .container .form .form-field .form-input {
              font-size: 0.76389vw; } }
        .search-panel .container .form .form-field .form-input::-webkit-input-placeholder {
          color: #686868 !important;
          opacity: 1 !important;
          line-height: normal; }
        .search-panel .container .form .form-field .form-input::-moz-placeholder {
          color: #686868 !important;
          opacity: 1 !important;
          line-height: normal; }
        .search-panel .container .form .form-field .form-input:-ms-input-placeholder {
          color: #686868 !important;
          opacity: 1 !important;
          line-height: normal; }
        .search-panel .container .form .form-field .form-input:-moz-placeholder {
          color: #686868 !important;
          opacity: 1 !important;
          line-height: normal; }
        .search-panel .container .form .form-field button {
          margin: 0;
          padding: 0; }
          .search-panel .container .form .form-field button svg {
            width: 13px;
            height: 13px;
            fill: black;
            position: relative;
            top: 2px; }
            @media screen and (min-width: 1280px) {
              .search-panel .container .form .form-field button svg {
                width: 0.90278vw;
                height: 0.90278vw;
                top: 0.13889vw; } }
          .search-panel .container .form .form-field button:hover svg {
            fill: darkgray; }

.quickSearchResults {
  position: absolute;
  top: 100%;
  margin: 12.5px auto 0;
  background: none;
  max-width: 560px;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0;
  z-index: 99; }
  @media screen and (min-width: 1280px) {
    .quickSearchResults {
      max-width: 38.88889vw;
      margin-top: 0.86806vw; } }
  @media screen and (max-width: 1023px) {
    .quickSearchResults {
      max-width: 100%;
      left: 0;
      margin-top: 5px; } }
  .quickSearchResults .modal-close {
    display: none; }
  .quickSearchResults .view-all-btn {
    position: relative;
    top: -1px; }
    @media screen and (min-width: 1280px) {
      .quickSearchResults .view-all-btn {
        top: -0.06944vw; } }
    .quickSearchResults .view-all-btn .button {
      width: 100%;
      text-decoration: none;
      border-radius: 0;
      background: black;
      border-color: black;
      color: white; }
      .quickSearchResults .view-all-btn .button:hover {
        background: white;
        border-color: black;
        color: black; }
  .quickSearchResults .productGrid {
    padding: 0;
    margin: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 0px; }
    @media screen and (min-width: 1280px) {
      .quickSearchResults .productGrid {
        border-width: 0.06944vw; } }
  .quickSearchResults .product + .product {
    border-top: 1px solid #ddd;
    border-radius: 0; }
    @media screen and (min-width: 1280px) {
      .quickSearchResults .product + .product {
        border-top-width: 0.06944vw; } }
  .quickSearchResults .product {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 10px; }
    @media screen and (min-width: 1280px) {
      .quickSearchResults .product {
        padding: 0.69444vw; } }
    .quickSearchResults .product:before {
      display: none; }
    .quickSearchResults .product .badge-name {
      display: none; }
    .quickSearchResults .product .card {
      display: flex;
      align-items: center;
      flex-flow: row;
      border-radius: 0px;
      width: 100%;
      margin: 0px !important;
      padding: 0;
      border: 0px; }
      .quickSearchResults .product .card .card-body {
        width: calc(100% - 80px);
        padding: 0  0 0 15px;
        margin: 0px;
        background: none;
        text-align: left;
        max-width: 100%;
        flex-wrap: wrap; }
        @media screen and (min-width: 1280px) {
          .quickSearchResults .product .card .card-body {
            width: calc(100% - 6.25vw);
            padding-left: 1.04167vw; } }
        .quickSearchResults .product .card .card-body .card-title {
          width: 100%;
          font-family: "gothambook", sans-serif;
          font-size: 13px;
          line-height: 17px; }
          @media screen and (min-width: 1280px) {
            .quickSearchResults .product .card .card-body .card-title {
              font-size: 0.90278vw;
              line-height: 1.18056vw; } }
        .quickSearchResults .product .card .card-body div.card-text {
          width: 100%;
          text-align: left;
          padding-left: 0;
          padding-top: 5px;
          color: black;
          letter-spacing: -0.01em;
          font-size: 11px;
          font-family: "gothammedium", sans-serif;
          font-weight: normal; }
          @media screen and (min-width: 1280px) {
            .quickSearchResults .product .card .card-body div.card-text {
              padding-top: 0.34722vw;
              font-size: 0.76389vw; } }
        .quickSearchResults .product .card .card-body p.card-text {
          display: none; }
      .quickSearchResults .product .card .card-figure {
        width: 80px;
        padding: 0;
        max-height: 80px;
        border-bottom: 0px;
        border-radius: 0px; }
        @media screen and (min-width: 1280px) {
          .quickSearchResults .product .card .card-figure {
            width: 5.55556vw;
            max-height: 5.55556vw; } }
        .quickSearchResults .product .card .card-figure .sale-flag-side {
          display: none; }
        .quickSearchResults .product .card .card-figure .card-figcaption {
          display: none !important; }
        .quickSearchResults .product .card .card-figure .card-img-container {
          height: 100%;
          border-bottom: 0;
          border: 1px solid #ddd;
          overflow: hidden;
          border-radius: 0px; }
          @media screen and (min-width: 1280px) {
            .quickSearchResults .product .card .card-figure .card-img-container {
              border-width: 0.06944vw; } }
          .quickSearchResults .product .card .card-figure .card-img-container:after {
            padding-bottom: 100%; }
          .quickSearchResults .product .card .card-figure .card-img-container img {
            max-width: 60px;
            max-height: 60px; }
            @media screen and (min-width: 1280px) {
              .quickSearchResults .product .card .card-figure .card-img-container img {
                max-width: 4.16667vw;
                max-height: 4.16667vw; } }
      .quickSearchResults .product .card:hover {
        border: 0px; }
        .quickSearchResults .product .card:hover .card-body {
          background: none;
          box-shadow: none; }
          .quickSearchResults .product .card:hover .card-body .card-text {
            color: #555555; }
          .quickSearchResults .product .card:hover .card-body .card-title a {
            color: #555555; }

.quickSearchMessage {
  padding: 20px;
  margin: 0;
  background: white;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 16px;
  word-break: break-word; }
  @media screen and (min-width: 1280px) {
    .quickSearchMessage {
      padding: 1.38889vw;
      font-size: 1.11111vw;
      border-radius: 0.69444vw; } }

div.snize-ac-results {
  margin-left: 35px;
  box-shadow: none !important;
  border-radius: 0 !important;
  border: 1px solid black !important;
  margin-top: 12px !important;
  width: 380px !important; }
  @media screen and (min-width: 1280px) {
    div.snize-ac-results {
      margin-left: 2.43056vw;
      margin-top: 0.83333vw !important;
      width: 26.38889vw !important; } }
  div.snize-ac-results .snize-dropdown-arrow {
    display: none !important; }
  div.snize-ac-results li.snize-label {
    background: #fafafa !important;
    color: black !important;
    padding: 7px 10px !important;
    font-size: 12px !important;
    text-align: left !important;
    font-weight: 500;
    border: 0px !important;
    margin-bottom: 8px;
    font-family: "gothammedium", sans-serif !important; }
    @media screen and (min-width: 1280px) {
      div.snize-ac-results li.snize-label {
        padding: 0.48611vw 0.69444vw !important;
        font-size: 0.83333vw !important;
        margin-bottom: 0.55556vw; } }
  div.snize-ac-results .snize-suggestion {
    border: 0px;
    padding: 2px 10px;
    background: none;
    font-family: "gothamlight", sans-serif;
    font-size: 12px;
    line-height: 14px; }
    @media screen and (min-width: 1280px) {
      div.snize-ac-results .snize-suggestion {
        padding: 0.13889vw 0.69444vw;
        font-size: 0.83333vw;
        line-height: 0.97222vw; } }
    div.snize-ac-results .snize-suggestion b {
      font-family: "gothambook", sans-serif;
      font-weight: normal; }
    div.snize-ac-results .snize-suggestion:hover {
      background: none;
      color: darkgray; }
  div.snize-ac-results .snize-suggestion + li.snize-label, div.snize-ac-results .snize-category + li.snize-label, div.snize-ac-results li.snize-page + li.snize-label {
    margin-top: 10px; }
    @media screen and (min-width: 1280px) {
      div.snize-ac-results .snize-suggestion + li.snize-label, div.snize-ac-results .snize-category + li.snize-label, div.snize-ac-results li.snize-page + li.snize-label {
        margin-top: 0.69444vw; } }
  div.snize-ac-results li.snize-no-products-found .snize-no-products-found-text {
    padding: 10px;
    margin-bottom: 10px;
    font-size: 11px;
    color: black;
    background: #fafafa;
    font-family: "gothambook", sans-serif; }
    @media screen and (min-width: 1280px) {
      div.snize-ac-results li.snize-no-products-found .snize-no-products-found-text {
        padding: 0.69444vw;
        margin-bottom: 0.69444vw;
        font-size: 0.76389vw; } }
    div.snize-ac-results li.snize-no-products-found .snize-no-products-found-text b {
      font-family: "gothammedium", sans-serif;
      font-weight: normal; }
    div.snize-ac-results li.snize-no-products-found .snize-no-products-found-text a {
      font-weight: normal;
      color: black;
      text-decoration: underline; }
      div.snize-ac-results li.snize-no-products-found .snize-no-products-found-text a:hover {
        color: darkgray; }
  div.snize-ac-results li.snize-category, div.snize-ac-results li.snize-page {
    padding: 3px 10px;
    background: none;
    font-family: "gothambook", sans-serif;
    font-size: 12px;
    background: none !important; }
    @media screen and (min-width: 1280px) {
      div.snize-ac-results li.snize-category, div.snize-ac-results li.snize-page {
        padding: 0.20833vw 0.69444vw;
        font-size: 0.83333vw; } }
    div.snize-ac-results li.snize-category:hover, div.snize-ac-results li.snize-page:hover {
      background: none !important; }
  div.snize-ac-results .snize-category, div.snize-ac-results li.snize-page {
    padding: 3px 10px;
    background: none !important; }
    @media screen and (min-width: 1280px) {
      div.snize-ac-results .snize-category, div.snize-ac-results li.snize-page {
        padding: 0.20833vw 0.69444vw; } }
    div.snize-ac-results .snize-category a.snize-view-link, div.snize-ac-results .snize-category .snize-view-link, div.snize-ac-results li.snize-page a.snize-view-link, div.snize-ac-results li.snize-page .snize-view-link {
      color: black !important;
      font-size: 11px !important;
      font-family: "gothamlight", sans-serif !important;
      font-weight: normal !important; }
      @media screen and (min-width: 1280px) {
        div.snize-ac-results .snize-category a.snize-view-link, div.snize-ac-results .snize-category .snize-view-link, div.snize-ac-results li.snize-page a.snize-view-link, div.snize-ac-results li.snize-page .snize-view-link {
          font-size: 0.76389vw !important; } }
      div.snize-ac-results .snize-category a.snize-view-link b, div.snize-ac-results .snize-category .snize-view-link b, div.snize-ac-results li.snize-page a.snize-view-link b, div.snize-ac-results li.snize-page .snize-view-link b {
        font-family: "gothambook", sans-serif;
        font-weight: normal; }
      div.snize-ac-results .snize-category a.snize-view-link:hover, div.snize-ac-results .snize-category .snize-view-link:hover, div.snize-ac-results li.snize-page a.snize-view-link:hover, div.snize-ac-results li.snize-page .snize-view-link:hover {
        background: none !important; }
  div.snize-ac-results .snize-product {
    padding: 5px 10px;
    background: none !important; }
    @media screen and (min-width: 1280px) {
      div.snize-ac-results .snize-product {
        padding: 0.34722vw 0.69444vw; } }
    div.snize-ac-results .snize-product a.snize-item {
      padding: 2px;
      min-height: 60px; }
      @media screen and (min-width: 1280px) {
        div.snize-ac-results .snize-product a.snize-item {
          padding: 0.13889vw;
          min-height: 4.16667vw; } }
      div.snize-ac-results .snize-product a.snize-item span.snize-thumbnail {
        width: 70px;
        margin: 5px 10px 5px 0px; }
        @media screen and (min-width: 1280px) {
          div.snize-ac-results .snize-product a.snize-item span.snize-thumbnail {
            width: 4.86111vw;
            margin: 0.34722vw 0.69444vw 0.34722vw 0; } }
      div.snize-ac-results .snize-product a.snize-item .snize-overhidden .snize-title {
        font-size: 11px;
        font-family: "gothammedium", sans-serif;
        line-height: 15px;
        color: black;
        font-weight: normal;
        margin-top: 3px;
        text-transform: uppercase; }
        @media screen and (min-width: 1280px) {
          div.snize-ac-results .snize-product a.snize-item .snize-overhidden .snize-title {
            font-size: 0.76389vw;
            line-height: 1.04167vw;
            margin-top: 0.20833vw; } }
        div.snize-ac-results .snize-product a.snize-item .snize-overhidden .snize-title:hover {
          color: darkgray; }
      div.snize-ac-results .snize-product a.snize-item .snize-overhidden span.snize-description {
        font-family: "gothamlight", sans-serif;
        font-weight: normal;
        font-size: 11px;
        color: black;
        line-height: 14px;
        margin-top: 3px; }
        @media screen and (min-width: 1280px) {
          div.snize-ac-results .snize-product a.snize-item .snize-overhidden span.snize-description {
            font-size: 0.76389vw;
            line-height: 0.97222vw;
            margin-top: 0.20833vw; } }
      div.snize-ac-results .snize-product a.snize-item .snize-overhidden .snize-price-list {
        font-size: 12px;
        font-family: "gothammedium", sans-serif;
        line-height: 17px;
        color: black;
        font-weight: normal;
        margin-top: 3px; }
        @media screen and (min-width: 1280px) {
          div.snize-ac-results .snize-product a.snize-item .snize-overhidden .snize-price-list {
            font-size: 0.83333vw;
            line-height: 1.18056vw;
            margin-top: 0.20833vw; } }
  div.snize-ac-results li.snize-view-all-link {
    background: black;
    padding: 10px !important;
    font-family: "gothammedium", sans-serif !important;
    text-transform: uppercase;
    font-weight: normal;
    color: white;
    border-top: 1px solid black; }
    @media screen and (min-width: 1280px) {
      div.snize-ac-results li.snize-view-all-link {
        padding: 0.69444vw !important; } }
    div.snize-ac-results li.snize-view-all-link span {
      color: white !important; }
    div.snize-ac-results li.snize-view-all-link:hover {
      background: white;
      border-top: 1px solid black; }
      div.snize-ac-results li.snize-view-all-link:hover span {
        color: black !important; }

@media screen and (max-width: 1023px) {
  .search-panel.is-open {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 50px; } }

@media screen and (max-width: 767px) {
  .search-panel.is-open {
    margin-top: 45px; } }

@media screen and (max-width: 1023px) {
  .header--sticky .search-panel.is-open {
    margin-top: 11px; } }

body div.snize-ac-results.snize-ac-results-mobile li.snize-view-all-link {
  background: black; }
  body div.snize-ac-results.snize-ac-results-mobile li.snize-view-all-link:hover {
    border-color: black; }

.navUser-item--cart .dropdown-menu.is-open:before, .navUser-item--cart .dropdown-menu.is-open:after {
  display: none; }

.navUser-item--cart .dropdown-menu {
  max-width: 450px;
  background: white;
  width: 450px;
  margin-top: 19px;
  box-shadow: none;
  border: 1px solid #eee;
  border-radius: 0px; }
  @media screen and (min-width: 1280px) {
    .navUser-item--cart .dropdown-menu {
      max-width: 31.25vw;
      width: 31.25vw;
      margin-top: 1.31944vw;
      border-width: 0.06944vw; } }
  .navUser-item--cart .dropdown-menu:before, .navUser-item--cart .dropdown-menu:after {
    display: none; }
  .navUser-item--cart .dropdown-menu .previewCartAction {
    border-top: 1px solid #eee;
    padding: 20px; }
    @media screen and (min-width: 1280px) {
      .navUser-item--cart .dropdown-menu .previewCartAction {
        border-top-width: 0.06944vw;
        padding: 1.38889vw; } }
  .navUser-item--cart .dropdown-menu .previewCart .previewCartList .previewCartItem {
    display: flex;
    align-items: center;
    max-width: 100%;
    padding: 20px; }
    @media screen and (min-width: 1280px) {
      .navUser-item--cart .dropdown-menu .previewCart .previewCartList .previewCartItem {
        padding: 1.38889vw; } }
    .navUser-item--cart .dropdown-menu .previewCart .previewCartList .previewCartItem:before, .navUser-item--cart .dropdown-menu .previewCart .previewCartList .previewCartItem:after {
      display: none; }
    .navUser-item--cart .dropdown-menu .previewCart .previewCartList .previewCartItem .previewCartItem-image {
      width: 80px;
      height: 80px;
      border: 1px solid #ddd;
      background: white;
      border-radius: 0; }
      @media screen and (min-width: 1280px) {
        .navUser-item--cart .dropdown-menu .previewCart .previewCartList .previewCartItem .previewCartItem-image {
          width: 5.55556vw;
          height: 5.55556vw;
          border-width: 0.06944vw; } }
      .navUser-item--cart .dropdown-menu .previewCart .previewCartList .previewCartItem .previewCartItem-image img {
        max-height: 100%;
        height: 70px;
        max-width: 70px; }
        @media screen and (min-width: 1280px) {
          .navUser-item--cart .dropdown-menu .previewCart .previewCartList .previewCartItem .previewCartItem-image img {
            height: 4.86111vw;
            max-width: 4.86111vw; } }
    .navUser-item--cart .dropdown-menu .previewCart .previewCartList .previewCartItem .previewCartItem-content {
      width: calc(100% - 80px);
      padding: 0 0 0 30px; }
      @media screen and (min-width: 1280px) {
        .navUser-item--cart .dropdown-menu .previewCart .previewCartList .previewCartItem .previewCartItem-content {
          padding-left: 2.08333vw;
          width: calc(100% - 5.55556vw); } }
      .navUser-item--cart .dropdown-menu .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-brand {
        display: none; }
      .navUser-item--cart .dropdown-menu .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-price {
        font-size: 11px;
        font-weight: 500;
        color: black;
        line-height: 16px;
        font-family: "gothammedium", sans-serif; }
        @media screen and (min-width: 1280px) {
          .navUser-item--cart .dropdown-menu .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-price {
            font-size: 0.76389vw;
            line-height: 1.11111vw; } }
      .navUser-item--cart .dropdown-menu .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name {
        padding: 0;
        margin: 0 0 10px;
        font-family: "gothambook", sans-serif;
        font-weight: normal; }
        @media screen and (min-width: 1280px) {
          .navUser-item--cart .dropdown-menu .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name {
            margin-bottom: 0.69444vw; } }
        .navUser-item--cart .dropdown-menu .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name > a {
          font-size: 13px;
          line-height: 16px;
          color: black;
          font-weight: 500;
          text-transform: none; }
          @media screen and (min-width: 1280px) {
            .navUser-item--cart .dropdown-menu .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name > a {
              font-size: 0.90278vw;
              line-height: 1.11111vw; } }
          .navUser-item--cart .dropdown-menu .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name > a:hover {
            color: darkgray; }

.previewCartItem + .previewCartItem {
  border-top: 1px solid #eee; }
  @media screen and (min-width: 1280px) {
    .previewCartItem + .previewCartItem {
      border-top-width: 0.06944vw; } }

.previewCart-emptyBody {
  color: black;
  font-size: 18px;
  padding: 30px;
  font-family: "gothambook", sans-serif; }
  @media screen and (min-width: 1280px) {
    .previewCart-emptyBody {
      font-size: 1.25vw;
      padding: 2.08333vw; } }

.previewCartAction-checkout {
  padding-left: 0;
  padding-right: 10px; }
  @media screen and (min-width: 1280px) {
    .previewCartAction-checkout {
      padding-right: 0.69444vw; } }

.previewCartAction-viewCart {
  padding-right: 0;
  padding-left: 10px; }
  @media screen and (min-width: 1280px) {
    .previewCartAction-viewCart {
      padding-left: 0.69444vw; } }

.previewCart-additionalCheckoutButtons .FloatRight p {
  font-size: 12px;
  margin: 10px 0;
  text-align: center; }
  @media screen and (min-width: 1280px) {
    .previewCart-additionalCheckoutButtons .FloatRight p {
      font-size: 0.83333vw;
      margin: 0.69444vw 0; } }

.previewCart-additionalCheckoutButtons .FloatRight .BraintreePaypalButton {
  margin: 0; }

.previewCart-additionalCheckoutButtons {
  padding: 0 20px 20px !important;
  display: none !important; }
  @media screen and (min-width: 1280px) {
    .previewCart-additionalCheckoutButtons {
      padding: 0 1.38889vw 1.38889vw !important; } }
  .previewCart-additionalCheckoutButtons .FloatRight p.or-use-label {
    display: none; }
  .previewCart-additionalCheckoutButtons .CheckoutButton {
    width: 100%;
    padding-left: 0px; }
    .previewCart-additionalCheckoutButtons .CheckoutButton div {
      float: none;
      max-width: 100%;
      width: 100%; }
      .previewCart-additionalCheckoutButtons .CheckoutButton div .BraintreePaypalCreditButton {
        margin-top: 10px;
        padding-left: 0px; }
        @media screen and (min-width: 1280px) {
          .previewCart-additionalCheckoutButtons .CheckoutButton div .BraintreePaypalCreditButton {
            margin-top: 0.69444vw; } }
  .previewCart-additionalCheckoutButtons .GooglePayCheckout {
    width: 100%; }
    .previewCart-additionalCheckoutButtons .GooglePayCheckout button.gpay-button {
      width: 100%;
      max-width: 100%; }

.heroCarousel.slick-initialized {
  max-height: 600px; }
  @media screen and (min-width: 1280px) {
    .heroCarousel.slick-initialized {
      max-height: 41.66667vw; } }
  @media screen and (max-width: 1279px) {
    .heroCarousel.slick-initialized {
      max-height: 41.667vw; } }
  @media screen and (max-width: 767px) {
    .heroCarousel.slick-initialized {
      max-height: 100%; } }

.heroCarousel-slide .heroCarousel-image-wrapper {
  max-height: 600px; }
  @media screen and (min-width: 1280px) {
    .heroCarousel-slide .heroCarousel-image-wrapper {
      max-height: 41.66667vw; } }
  @media screen and (max-width: 1279px) {
    .heroCarousel-slide .heroCarousel-image-wrapper {
      max-height: 41.667vw; } }
  @media screen and (max-width: 767px) {
    .heroCarousel-slide .heroCarousel-image-wrapper {
      max-height: 56.280vw;
      height: 56.280vw; } }
  .heroCarousel-slide .heroCarousel-image-wrapper .heroCarousel-image {
    -o-object-fit: cover;
       object-fit: cover; }
    @media screen and (max-width: 767px) {
      .heroCarousel-slide .heroCarousel-image-wrapper .heroCarousel-image {
        height: 56.280vw;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: right;
           object-position: right;
        max-height: 56.280vw; } }

.heroCarousel {
  margin-top: 0; }
  .heroCarousel .slick-dots {
    display: none !important; }
  .heroCarousel .carousel-play-pause-button {
    display: none !important; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    border: 0px;
    background: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px 16px;
    width: 22px;
    height: 16px;
    padding: 0;
    opacity: 0.5; }
    @media screen and (min-width: 1280px) {
      .heroCarousel .slick-next,
      .heroCarousel .slick-prev {
        background-size: 1.52778vw 1.11111vw;
        width: 1.52778vw;
        height: 1.11111vw; } }
    @media screen and (max-width: 767px) {
      .heroCarousel .slick-next,
      .heroCarousel .slick-prev {
        display: none !important; } }
    .heroCarousel .slick-next:before, .heroCarousel .slick-prev:before {
      display: none; }
    .heroCarousel .slick-next:hover, .heroCarousel .slick-prev:hover {
      opacity: 1; }
  .heroCarousel .slick-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 7.24967L3.81066 7.24966L9.53005 1.53028L8.46939 0.469622L0.939353 7.99965L8.46966 15.5303L9.53034 14.4696L3.81061 8.74966L22 8.74967L22 7.24967Z' fill='white' fill-opacity=''/%3E%3C/svg%3E%0A");
    left: 60px; }
    @media screen and (min-width: 1280px) {
      .heroCarousel .slick-prev {
        left: 4.16667vw; } }
    @media screen and (max-width: 1279px) {
      .heroCarousel .slick-prev {
        left: 20px; } }
  .heroCarousel .slick-next {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 8.75033L18.1893 8.75033L12.47 14.4697L13.5306 15.5304L21.0606 8.00034L13.5303 0.469727L12.4697 1.53036L18.1894 7.25033L0 7.25033L0 8.75033Z' fill='white'/%3E%3C/svg%3E%0A");
    right: 60px; }
    @media screen and (min-width: 1280px) {
      .heroCarousel .slick-next {
        right: 4.16667vw; } }
    @media screen and (max-width: 1279px) {
      .heroCarousel .slick-next {
        right: 20px; } }

.heroCarousel-content {
  width: 100%;
  max-height: 100%;
  max-width: 482px;
  padding: 0 0 12px;
  background: none;
  left: 130px;
  right: auto;
  text-align: left; }
  @media screen and (min-width: 1280px) {
    .heroCarousel-content {
      max-width: 33.47222vw;
      left: 9.02778vw;
      padding-bottom: 0.83333vw; } }
  @media screen and (max-width: 1279px) {
    .heroCarousel-content {
      left: 90px; } }
  @media screen and (max-width: 767px) {
    .heroCarousel-content {
      left: 0;
      right: 0;
      max-width: 340px;
      text-align: center;
      margin: 40px auto; } }
  .heroCarousel-content .heroCarousel-title {
    font-family: "Cinzel";
    letter-spacing: -0.025em;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 42px;
    font-size: 36px;
    margin-bottom: 12px; }
    @media screen and (min-width: 1280px) {
      .heroCarousel-content .heroCarousel-title {
        font-size: 2.5vw;
        line-height: 2.91667vw;
        margin-bottom: 0.83333vw; } }
    @media screen and (max-width: 767px) {
      .heroCarousel-content .heroCarousel-title {
        color: black;
        font-size: 24px;
        line-height: 27px;
        margin-bottom: 20px; } }
  .heroCarousel-content .heroCarousel-description {
    font-family: "gothamlight", sans-serif;
    font-size: 15px;
    line-height: 23px;
    font-weight: normal;
    margin-bottom: 30px; }
    @media screen and (min-width: 1280px) {
      .heroCarousel-content .heroCarousel-description {
        font-size: 1.04167vw;
        line-height: 1.59722vw;
        margin-bottom: 2.08333vw; } }
    @media screen and (max-width: 767px) {
      .heroCarousel-content .heroCarousel-description {
        color: black;
        font-size: 14px;
        line-height: 21px; } }
  .heroCarousel-content .heroCarousel-action.button--primary {
    margin-top: 0px;
    font-size: 11px;
    line-height: 14px;
    text-align: center;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    background: white;
    font-family: "gothambold", sans-serif;
    font-weight: normal;
    padding: 19px 31px;
    color: black;
    border: 0px;
    border-radius: 0; }
    @media screen and (min-width: 1280px) {
      .heroCarousel-content .heroCarousel-action.button--primary {
        font-size: 0.76389vw;
        line-height: 0.97222vw;
        padding: 1.31944vw 2.15278vw; } }
    @media screen and (max-width: 767px) {
      .heroCarousel-content .heroCarousel-action.button--primary {
        background: black;
        color: white;
        padding: 17px 30px; } }
    .heroCarousel-content .heroCarousel-action.button--primary:hover {
      background: black;
      color: white; }

.carousel-tooltip {
  display: none !important; }

.heroCarousel.slick-initialized {
  margin-bottom: 0; }

.h-top-category {
  display: flex; }
  @media screen and (max-width: 767px) {
    .h-top-category {
      margin-top: -20px;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  .h-top-category .col1 {
    width: 510px; }
    @media screen and (min-width: 1280px) {
      .h-top-category .col1 {
        width: 35.41667vw; } }
    @media screen and (max-width: 1279px) {
      .h-top-category .col1 {
        width: 395px; } }
    @media screen and (max-width: 1023px) {
      .h-top-category .col1 {
        width: 330px; } }
    @media screen and (max-width: 767px) {
      .h-top-category .col1 {
        width: 100%;
        margin-bottom: 24px; } }
    .h-top-category .col1 .img img {
      width: 510px;
      height: 537px;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
      @media screen and (min-width: 1280px) {
        .h-top-category .col1 .img img {
          width: 35.41667vw;
          height: 37.29167vw; } }
      @media screen and (max-width: 1279px) {
        .h-top-category .col1 .img img {
          width: 100%;
          height: auto; } }
      @media screen and (max-width: 767px) {
        .h-top-category .col1 .img img {
          height: 95.169vw; } }
  .h-top-category .col2 {
    width: calc(100% - 510px); }
    @media screen and (min-width: 1280px) {
      .h-top-category .col2 {
        width: calc(100% - 35.41667vw); } }
    @media screen and (max-width: 1279px) {
      .h-top-category .col2 {
        width: calc(100% - 395px); } }
    @media screen and (max-width: 1023px) {
      .h-top-category .col2 {
        width: calc(100% - 330px); } }
    @media screen and (max-width: 767px) {
      .h-top-category .col2 {
        width: 100%; } }
    .h-top-category .col2 ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
      @media screen and (max-width: 767px) {
        .h-top-category .col2 ul {
          margin: 0 -10px; } }
      .h-top-category .col2 ul li {
        width: 33.33%;
        padding: 0 0 0 30px;
        text-align: center; }
        @media screen and (min-width: 1280px) {
          .h-top-category .col2 ul li {
            padding: 0 0 0 2.08333vw; } }
        @media screen and (max-width: 1279px) {
          .h-top-category .col2 ul li {
            padding-left: 20px; } }
        @media screen and (max-width: 1023px) {
          .h-top-category .col2 ul li {
            padding-left: 10px; } }
        @media screen and (max-width: 767px) {
          .h-top-category .col2 ul li {
            width: 50%;
            padding: 0 10px; } }
        @media screen and (max-width: 767px) {
          .h-top-category .col2 ul li:nth-child(3) {
            margin-top: 24px; } }
        .h-top-category .col2 ul li:nth-child(4), .h-top-category .col2 ul li:nth-child(5), .h-top-category .col2 ul li:nth-child(6) {
          margin-top: 24px; }
          @media screen and (min-width: 1280px) {
            .h-top-category .col2 ul li:nth-child(4), .h-top-category .col2 ul li:nth-child(5), .h-top-category .col2 ul li:nth-child(6) {
              margin-top: 1.66667vw; } }
        .h-top-category .col2 ul li .content .img img {
          width: 240px;
          height: 240px;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center; }
          @media screen and (min-width: 1280px) {
            .h-top-category .col2 ul li .content .img img {
              width: 16.66667vw;
              height: 16.66667vw; } }
          @media screen and (max-width: 1279px) {
            .h-top-category .col2 ul li .content .img img {
              width: 100%;
              height: 16.667vw; } }
          @media screen and (max-width: 767px) {
            .h-top-category .col2 ul li .content .img img {
              height: 42.754vw; } }
  .h-top-category .content a {
    text-decoration: none; }
    .h-top-category .content a .title h2 {
      font-family: "gothambook", sans-serif;
      font-weight: normal;
      margin: 0;
      text-align: center;
      font-size: 15px;
      line-height: 18px;
      color: black;
      text-transform: none;
      text-decoration: none; }
      @media screen and (min-width: 1280px) {
        .h-top-category .content a .title h2 {
          font-size: 1.04167vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 767px) {
        .h-top-category .content a .title h2 {
          font-size: 14px;
          line-height: 17px;
          padding: 0 25px; } }
      @media screen and (max-width: 413px) {
        .h-top-category .content a .title h2 {
          padding: 0 20px; } }
      .h-top-category .content a .title h2 span {
        position: relative; }
        .h-top-category .content a .title h2 span:before {
          content: "";
          transition: all .5s ease 0s;
          opacity: 0; }
          @media screen and (max-width: 1023px) {
            .h-top-category .content a .title h2 span:before {
              display: none; } }
    .h-top-category .content a .img {
      position: relative;
      margin-bottom: 15px; }
      @media screen and (min-width: 1280px) {
        .h-top-category .content a .img {
          margin-bottom: 1.04167vw; } }
      .h-top-category .content a .img:before {
        content: "";
        transition: all .5s ease 0s;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
        opacity: 0; }
    .h-top-category .content a:hover .title h2 span:before {
      content: "";
      position: absolute;
      bottom: -6px;
      width: 100%;
      left: 0;
      background: black;
      height: 1px;
      opacity: 1; }
      @media screen and (min-width: 1280px) {
        .h-top-category .content a:hover .title h2 span:before {
          height: 0.06944vw;
          bottom: -0.41667vw; } }
    .h-top-category .content a:hover .img:before {
      opacity: 1; }

.h-event-panel .event-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 -22px; }
  @media screen and (min-width: 1280px) {
    .h-event-panel .event-row {
      margin: 0 -1.52778vw; } }
  @media screen and (max-width: 1279px) {
    .h-event-panel .event-row {
      margin: 0 -10px; } }
  @media screen and (max-width: 767px) {
    .h-event-panel .event-row {
      margin: 0;
      padding-bottom: 40px; } }
  .h-event-panel .event-row .slick-dots {
    bottom: -5px; }
    .h-event-panel .event-row .slick-dots li {
      height: auto;
      width: auto;
      padding: 0;
      margin: 0 7px; }
      .h-event-panel .event-row .slick-dots li button {
        width: 6px;
        height: 6px;
        border: 0px;
        border-radius: 0px;
        background: #D9D9D9; }
        .h-event-panel .event-row .slick-dots li button:before {
          display: none; }
    .h-event-panel .event-row .slick-dots .slick-active button {
      background: black; }
  .h-event-panel .event-row .col {
    width: 33.33%;
    padding: 0 22px;
    text-align: center; }
    @media screen and (min-width: 1280px) {
      .h-event-panel .event-row .col {
        padding: 0 1.52778vw; } }
    @media screen and (max-width: 1279px) {
      .h-event-panel .event-row .col {
        padding: 0 10px; } }
    @media screen and (max-width: 767px) {
      .h-event-panel .event-row .col {
        padding: 0;
        width: 100%; } }
    .h-event-panel .event-row .col a {
      text-decoration: none; }
    .h-event-panel .event-row .col .img {
      margin-bottom: 25px;
      position: relative;
      background: black; }
      @media screen and (min-width: 1280px) {
        .h-event-panel .event-row .col .img {
          margin-bottom: 1.73611vw; } }
      @media screen and (max-width: 1023px) {
        .h-event-panel .event-row .col .img {
          margin-bottom: 20px; } }
      @media screen and (max-width: 767px) {
        .h-event-panel .event-row .col .img {
          margin-bottom: 25px; } }
      .h-event-panel .event-row .col .img a img {
        width: 100%;
        height: 217px;
        -o-object-position: center;
           object-position: center;
        -o-object-fit: cover;
           object-fit: cover;
        transition: all .5s ease 0s; }
        @media screen and (min-width: 1280px) {
          .h-event-panel .event-row .col .img a img {
            height: 15.06944vw; } }
        @media screen and (max-width: 1279px) {
          .h-event-panel .event-row .col .img a img {
            height: 15.069vw; } }
        @media screen and (max-width: 1023px) {
          .h-event-panel .event-row .col .img a img {
            height: 18.069vw; } }
        @media screen and (max-width: 767px) {
          .h-event-panel .event-row .col .img a img {
            height: 47.826vw; } }
      .h-event-panel .event-row .col .img a:hover img {
        opacity: 0.7; }
    .h-event-panel .event-row .col h3 {
      margin: 0 0 10px;
      text-align: center;
      text-transform: uppercase;
      font-size: 18px;
      color: black;
      line-height: 24px; }
      @media screen and (min-width: 1280px) {
        .h-event-panel .event-row .col h3 {
          font-size: 1.25vw;
          line-height: 1.66667vw;
          margin-bottom: 0.69444vw; } }
      @media screen and (max-width: 1279px) {
        .h-event-panel .event-row .col h3 {
          font-size: 16px; } }
      @media screen and (max-width: 767px) {
        .h-event-panel .event-row .col h3 {
          font-size: 18px; } }
      .h-event-panel .event-row .col h3 a {
        color: black;
        position: relative; }
        .h-event-panel .event-row .col h3 a:before {
          content: "";
          position: absolute;
          bottom: -1px;
          width: 100%;
          left: 0;
          background: black;
          height: 1px;
          opacity: 0; }
          @media screen and (min-width: 1280px) {
            .h-event-panel .event-row .col h3 a:before {
              height: 0.06944vw;
              bottom: -0.06944vw; } }
        .h-event-panel .event-row .col h3 a:hover:before {
          opacity: 1; }
    .h-event-panel .event-row .col p {
      margin-bottom: 35px;
      font-size: 12px;
      color: black;
      font-family: "gothamlight", sans-serif;
      line-height: 18px;
      font-weight: normal; }
      @media screen and (min-width: 1280px) {
        .h-event-panel .event-row .col p {
          margin-bottom: 2.43056vw;
          font-size: 0.83333vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 767px) {
        .h-event-panel .event-row .col p {
          font-size: 14px;
          line-height: 21px; } }
      @media screen and (max-width: 1279px) {
        .h-event-panel .event-row .col p br {
          display: none; } }
      @media screen and (max-width: 767px) {
        .h-event-panel .event-row .col p br {
          display: none; } }
      @media screen and (max-width: 413px) {
        .h-event-panel .event-row .col p br {
          display: none; } }
    .h-event-panel .event-row .col .btn {
      text-align: center; }
      .h-event-panel .event-row .col .btn .button {
        margin: 0; }
        @media screen and (max-width: 767px) {
          .h-event-panel .event-row .col .btn .button {
            padding: 16px 30px; } }

@media screen and (max-width: 1279px) {
  [data-content-region="home_business_slider"], [data-content-region="home_salonspa_slider"] {
    padding-bottom: 35px; } }

[data-content-region="home_business_slider"] [data-layout-id] [data-sub-layout] [data-widget-id] div, [data-content-region="home_salonspa_slider"] [data-layout-id] [data-sub-layout] [data-widget-id] div {
  margin-bottom: 0px !important; }

[data-content-region="home_business_slider"] [data-layout-id] [data-sub-layout] [data-widget-id] .css-1csgxr0, [data-content-region="home_salonspa_slider"] [data-layout-id] [data-sub-layout] [data-widget-id] .css-1csgxr0 {
  width: 100%; }

[data-content-region="home_business_slider"] [data-layout-id] [data-sub-layout] [data-widget-id] [data-test-id="carousel-bullets"], [data-content-region="home_salonspa_slider"] [data-layout-id] [data-sub-layout] [data-widget-id] [data-test-id="carousel-bullets"] {
  display: none !important;
  margin-top: 12px; }
  @media screen and (max-width: 1279px) {
    [data-content-region="home_business_slider"] [data-layout-id] [data-sub-layout] [data-widget-id] [data-test-id="carousel-bullets"], [data-content-region="home_salonspa_slider"] [data-layout-id] [data-sub-layout] [data-widget-id] [data-test-id="carousel-bullets"] {
      display: block !important; } }
  [data-content-region="home_business_slider"] [data-layout-id] [data-sub-layout] [data-widget-id] [data-test-id="carousel-bullets"] .bc-carousel__bullet, [data-content-region="home_salonspa_slider"] [data-layout-id] [data-sub-layout] [data-widget-id] [data-test-id="carousel-bullets"] .bc-carousel__bullet {
    width: 6px;
    height: 6px;
    border-radius: 0;
    padding: 0;
    border: 0px;
    margin: 0 8px;
    background: #D9D9D9; }
  [data-content-region="home_business_slider"] [data-layout-id] [data-sub-layout] [data-widget-id] [data-test-id="carousel-bullets"] .bc-carousel__bullet-active, [data-content-region="home_salonspa_slider"] [data-layout-id] [data-sub-layout] [data-widget-id] [data-test-id="carousel-bullets"] .bc-carousel__bullet-active {
    border: 0px;
    background: black; }

[data-content-region="home_business_slider"] [data-layout-id] [data-sub-layout] [data-widget-id] [data-test-id] > div, [data-content-region="home_salonspa_slider"] [data-layout-id] [data-sub-layout] [data-widget-id] [data-test-id] > div {
  min-height: 322px; }
  @media screen and (min-width: 1280px) {
    [data-content-region="home_business_slider"] [data-layout-id] [data-sub-layout] [data-widget-id] [data-test-id] > div, [data-content-region="home_salonspa_slider"] [data-layout-id] [data-sub-layout] [data-widget-id] [data-test-id] > div {
      min-height: 22.36111vw; } }
  @media screen and (max-width: 1279px) {
    [data-content-region="home_business_slider"] [data-layout-id] [data-sub-layout] [data-widget-id] [data-test-id] > div, [data-content-region="home_salonspa_slider"] [data-layout-id] [data-sub-layout] [data-widget-id] [data-test-id] > div {
      min-height: 22.361vw; } }

[data-content-region="home_business_slider"] .bc-carousel__arrow--left, [data-content-region="home_business_slider"] .bc-carousel__arrow--right, [data-content-region="home_salonspa_slider"] .bc-carousel__arrow--left, [data-content-region="home_salonspa_slider"] .bc-carousel__arrow--right {
  border: 0px;
  background: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 16px;
  width: 22px;
  height: 16px;
  padding: 0;
  opacity: 0.75;
  border-radius: 0px; }
  @media screen and (min-width: 1280px) {
    [data-content-region="home_business_slider"] .bc-carousel__arrow--left, [data-content-region="home_business_slider"] .bc-carousel__arrow--right, [data-content-region="home_salonspa_slider"] .bc-carousel__arrow--left, [data-content-region="home_salonspa_slider"] .bc-carousel__arrow--right {
      background-size: 1.52778vw 1.11111vw;
      width: 1.52778vw;
      height: 1.11111vw; } }
  @media screen and (max-width: 1279px) {
    [data-content-region="home_business_slider"] .bc-carousel__arrow--left, [data-content-region="home_business_slider"] .bc-carousel__arrow--right, [data-content-region="home_salonspa_slider"] .bc-carousel__arrow--left, [data-content-region="home_salonspa_slider"] .bc-carousel__arrow--right {
      display: none !important; } }
  [data-content-region="home_business_slider"] .bc-carousel__arrow--left:before, [data-content-region="home_business_slider"] .bc-carousel__arrow--left svg, [data-content-region="home_business_slider"] .bc-carousel__arrow--right:before, [data-content-region="home_business_slider"] .bc-carousel__arrow--right svg, [data-content-region="home_salonspa_slider"] .bc-carousel__arrow--left:before, [data-content-region="home_salonspa_slider"] .bc-carousel__arrow--left svg, [data-content-region="home_salonspa_slider"] .bc-carousel__arrow--right:before, [data-content-region="home_salonspa_slider"] .bc-carousel__arrow--right svg {
    display: none; }
  [data-content-region="home_business_slider"] .bc-carousel__arrow--left:hover, [data-content-region="home_business_slider"] .bc-carousel__arrow--right:hover, [data-content-region="home_salonspa_slider"] .bc-carousel__arrow--left:hover, [data-content-region="home_salonspa_slider"] .bc-carousel__arrow--right:hover {
    opacity: 1; }

[data-content-region="home_business_slider"] .bc-carousel__arrow--left, [data-content-region="home_salonspa_slider"] .bc-carousel__arrow--left {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 7.24967L3.81066 7.24966L9.53005 1.53028L8.46939 0.469622L0.939353 7.99965L8.46966 15.5303L9.53034 14.4696L3.81061 8.74966L22 8.74967L22 7.24967Z' fill='black' fill-opacity=''/%3E%3C/svg%3E%0A");
  left: -70px; }
  @media screen and (min-width: 1280px) {
    [data-content-region="home_business_slider"] .bc-carousel__arrow--left, [data-content-region="home_salonspa_slider"] .bc-carousel__arrow--left {
      left: -4.86111vw; } }
  @media screen and (max-width: 1279px) {
    [data-content-region="home_business_slider"] .bc-carousel__arrow--left, [data-content-region="home_salonspa_slider"] .bc-carousel__arrow--left {
      left: 0; } }

[data-content-region="home_business_slider"] .bc-carousel__arrow--right, [data-content-region="home_salonspa_slider"] .bc-carousel__arrow--right {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 8.75033L18.1893 8.75033L12.47 14.4697L13.5306 15.5304L21.0606 8.00034L13.5303 0.469727L12.4697 1.53036L18.1894 7.25033L0 7.25033L0 8.75033Z' fill='black'/%3E%3C/svg%3E%0A");
  right: -70px; }
  @media screen and (min-width: 1280px) {
    [data-content-region="home_business_slider"] .bc-carousel__arrow--right, [data-content-region="home_salonspa_slider"] .bc-carousel__arrow--right {
      right: -4.86111vw; } }
  @media screen and (max-width: 1279px) {
    [data-content-region="home_business_slider"] .bc-carousel__arrow--right, [data-content-region="home_salonspa_slider"] .bc-carousel__arrow--right {
      right: 0; } }

.home-business-slider {
  clear: both;
  width: 100%; }

.home-beauty-solution .content {
  max-width: 425px;
  margin: 0 auto; }
  @media screen and (min-width: 1280px) {
    .home-beauty-solution .content {
      max-width: 29.51389vw; } }
  @media screen and (max-width: 767px) {
    .home-beauty-solution .content {
      max-width: 340px; } }
  .home-beauty-solution .content p {
    font-size: 10px;
    line-height: 15px;
    font-family: "gothambook", sans-serif;
    color: black;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 400; }
    @media screen and (min-width: 1280px) {
      .home-beauty-solution .content p {
        font-size: 0.69444vw;
        line-height: 1.04167vw;
        margin-bottom: 2.08333vw; } }
  @media screen and (max-width: 767px) {
    .home-beauty-solution .content .btn {
      max-width: 200px;
      margin: 0 auto; } }
  @media screen and (max-width: 767px) {
    .home-beauty-solution .content .btn .button {
      width: 100%;
      padding: 16px 20px; } }
  .home-beauty-solution .content .btn .button + .button {
    margin-left: 16px; }
    @media screen and (min-width: 1280px) {
      .home-beauty-solution .content .btn .button + .button {
        margin-left: 1.11111vw; } }
    @media screen and (max-width: 767px) {
      .home-beauty-solution .content .btn .button + .button {
        margin: 10px 0 0 0; } }
  .home-beauty-solution .content .b-text {
    margin-top: 25px;
    font-size: 11px;
    font-family: "gothamlight", sans-serif;
    line-height: 17px; }
    @media screen and (min-width: 1280px) {
      .home-beauty-solution .content .b-text {
        margin-top: 1.73611vw;
        font-size: 0.76389vw;
        line-height: 1.18056vw; } }
    .home-beauty-solution .content .b-text strong {
      display: block;
      font-family: "gothambook", sans-serif;
      font-size: 13px;
      line-height: 20px;
      font-weight: normal; }
      @media screen and (min-width: 1280px) {
        .home-beauty-solution .content .b-text strong {
          font-size: 0.90278vw;
          line-height: 1.38889vw; } }
    .home-beauty-solution .content .b-text a {
      text-decoration: underline; }

.row-heading {
  margin: 0 0 10px;
  font-size: 26px;
  font-weight: normal;
  color: black;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  text-align: center;
  line-height: 34px; }
  @media screen and (min-width: 1280px) {
    .row-heading {
      margin-bottom: 0.69444vw;
      font-size: 1.80556vw;
      line-height: 2.36111vw; } }
  @media screen and (max-width: 767px) {
    .row-heading {
      font-size: 24px;
      line-height: 31px; } }

@media screen and (max-width: 767px) {
  .testimonial-row {
    padding-bottom: 35px; } }

.testimonial-row .top-title-row {
  margin-bottom: 60px; }
  @media screen and (min-width: 1280px) {
    .testimonial-row .top-title-row {
      margin-bottom: 4.16667vw; } }
  @media screen and (max-width: 1279px) {
    .testimonial-row .top-title-row {
      margin-bottom: 60px; } }
  @media screen and (max-width: 767px) {
    .testimonial-row .top-title-row {
      margin-bottom: 40px; } }
  .testimonial-row .top-title-row p {
    line-height: 15px;
    font-family: "gothambook", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    text-align: center;
    margin: 0; }
    @media screen and (min-width: 1280px) {
      .testimonial-row .top-title-row p {
        line-height: 1.04167vw; } }

.testimonial-row .testimonial-content {
  display: flex; }
  .testimonial-row .testimonial-content .slick-dots {
    bottom: -30px; }
    .testimonial-row .testimonial-content .slick-dots li {
      height: auto;
      width: auto;
      padding: 0;
      margin: 0 7px; }
      .testimonial-row .testimonial-content .slick-dots li button {
        width: 6px;
        height: 6px;
        border: 0px;
        border-radius: 0px;
        background: #D9D9D9; }
        .testimonial-row .testimonial-content .slick-dots li button:before {
          display: none; }
    .testimonial-row .testimonial-content .slick-dots .slick-active button {
      background: black; }
  .testimonial-row .testimonial-content .col {
    width: 33.33%;
    padding-bottom: 60px;
    padding-right: 80px; }
    @media screen and (min-width: 1280px) {
      .testimonial-row .testimonial-content .col {
        padding-bottom: 4.16667vw;
        padding-right: 5.55556vw; } }
    @media screen and (max-width: 1023px) {
      .testimonial-row .testimonial-content .col {
        padding-right: 40px;
        padding-bottom: 40px; } }
    @media screen and (max-width: 767px) {
      .testimonial-row .testimonial-content .col {
        width: 100%;
        padding: 0 45px;
        text-align: center; } }
    .testimonial-row .testimonial-content .col .rating-img {
      margin-bottom: 10px; }
      @media screen and (min-width: 1280px) {
        .testimonial-row .testimonial-content .col .rating-img {
          margin-bottom: 0.69444vw; } }
      .testimonial-row .testimonial-content .col .rating-img svg {
        width: 96px;
        height: 16px;
        margin: 0;
        padding: 0; }
        @media screen and (min-width: 1280px) {
          .testimonial-row .testimonial-content .col .rating-img svg {
            width: 6.66667vw;
            height: 1.11111vw; } }
    .testimonial-row .testimonial-content .col h5 {
      margin: 0 0 13px;
      font-size: 14px;
      font-family: "gothambook", sans-serif;
      letter-spacing: -0.015em;
      text-transform: uppercase;
      line-height: 18px;
      font-weight: normal;
      color: black; }
      @media screen and (min-width: 1280px) {
        .testimonial-row .testimonial-content .col h5 {
          margin-bottom: 0.90278vw;
          font-size: 0.97222vw;
          line-height: 1.25vw; } }
    .testimonial-row .testimonial-content .col p {
      font-size: 12px;
      line-height: 18px;
      font-family: "gothamlight", sans-serif;
      margin-bottom: 20px; }
      @media screen and (min-width: 1280px) {
        .testimonial-row .testimonial-content .col p {
          font-size: 0.83333vw;
          line-height: 1.25vw;
          margin-bottom: 1.38889vw; } }
    .testimonial-row .testimonial-content .col .author-name {
      font-size: 11px;
      font-family: "gothambook", sans-serif;
      line-height: 19px; }
      @media screen and (min-width: 1280px) {
        .testimonial-row .testimonial-content .col .author-name {
          font-size: 0.76389vw;
          line-height: 1.31944vw; } }
      .testimonial-row .testimonial-content .col .author-name strong {
        display: block;
        font-family: "gothammedium", sans-serif;
        font-weight: normal;
        font-size: 13px;
        line-height: 18px; }
        @media screen and (min-width: 1280px) {
          .testimonial-row .testimonial-content .col .author-name strong {
            font-size: 0.90278vw;
            line-height: 1.25vw; } }
  .testimonial-row .testimonial-content .col + .col {
    border-left: 1px solid #DFDCD5;
    padding-left: 80px;
    padding-right: 45px; }
    @media screen and (min-width: 1280px) {
      .testimonial-row .testimonial-content .col + .col {
        padding-left: 5.55556vw;
        padding-right: 3.125vw; } }
    @media screen and (max-width: 1023px) {
      .testimonial-row .testimonial-content .col + .col {
        padding-left: 40px;
        padding-right: 30px; } }
    @media screen and (max-width: 767px) {
      .testimonial-row .testimonial-content .col + .col {
        border: 0px;
        padding: 0 45px; } }
    @media screen and (max-width: 1023px) {
      .testimonial-row .testimonial-content .col + .col:last-child {
        padding-right: 0; } }
    @media screen and (max-width: 767px) {
      .testimonial-row .testimonial-content .col + .col:last-child {
        border: 0px;
        padding: 0 45px; } }

h2.page-heading, h3.title {
  font-size: 26px;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  font-weight: 400;
  color: black;
  line-height: 34px;
  margin-top: 0;
  margin-bottom: 40px; }
  @media screen and (min-width: 1280px) {
    h2.page-heading, h3.title {
      font-size: 1.80556vw;
      line-height: 2.36111vw;
      margin-bottom: 2.77778vw; } }
  @media screen and (max-width: 1279px) {
    h2.page-heading, h3.title {
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    h2.page-heading, h3.title {
      font-size: 24px;
      line-height: 31px; } }

.h-top-brands {
  padding: 10px 0;
  overflow: hidden; }
  @media screen and (min-width: 1280px) {
    .h-top-brands {
      padding: 0.69444vw 0; } }
  @media screen and (max-width: 767px) {
    .h-top-brands {
      padding: 5px 0 0; } }
  .h-top-brands .slick-dotted.slick-slider {
    margin: 0; }
  .h-top-brands .brand-slider {
    display: flex;
    min-width: 100%;
    width: auto; }
    @media screen and (max-width: 767px) {
      .h-top-brands .brand-slider {
        margin: 0 -20px; } }
    .h-top-brands .brand-slider .slick-track {
      display: flex;
      align-items: center; }
    .h-top-brands .brand-slider .brand-col {
      padding: 0 10px;
      overflow: hidden;
      position: relative;
      min-height: 112px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 9.09%; }
      @media screen and (min-width: 1280px) {
        .h-top-brands .brand-slider .brand-col {
          padding: 0 0.69444vw;
          min-height: 7.77778vw; } }
      .h-top-brands .brand-slider .brand-col a {
        display: block;
        border-radius: 50%;
        height: 100px;
        width: 100px;
        border: 1px solid #dddddd;
        position: relative;
        transition: all .5s ease;
        background: white; }
        @media screen and (min-width: 1280px) {
          .h-top-brands .brand-slider .brand-col a {
            height: 6.94444vw;
            width: 6.94444vw;
            border-width: 0.06944vw; } }
        .h-top-brands .brand-slider .brand-col a img {
          height: 98px;
          width: 98px;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center;
          border-radius: 50%;
          transition: transform .6s ease; }
          @media screen and (min-width: 1280px) {
            .h-top-brands .brand-slider .brand-col a img {
              height: 6.80556vw;
              width: 6.80556vw; } }
          .h-top-brands .brand-slider .brand-col a img:before {
            transition: all .4s ease; }
        .h-top-brands .brand-slider .brand-col a:hover {
          border-color: transparent; }
          .h-top-brands .brand-slider .brand-col a:hover:before {
            content: "";
            position: absolute;
            top: -6px;
            left: -6px;
            height: 110px;
            width: 110px;
            border-radius: 50%;
            background: linear-gradient(45deg, #fed202 0%, #ff3840 40%, #d300c5 100%);
            z-index: -1; }
            @media screen and (min-width: 1280px) {
              .h-top-brands .brand-slider .brand-col a:hover:before {
                width: 7.63889vw;
                height: 7.63889vw;
                top: -0.41667vw;
                left: -0.41667vw; } }

.swiper {
  width: 100%;
  height: 100%; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center; }

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.h-top-brands {
  padding-bottom: 0; }
  .h-top-brands .swiper {
    padding-bottom: 8px; }
    @media screen and (min-width: 1280px) {
      .h-top-brands .swiper {
        padding-bottom: 0.55556vw; } }
    @media screen and (max-width: 767px) {
      .h-top-brands .swiper {
        padding-bottom: 5px; } }
    .h-top-brands .swiper .swiper-slide a {
      width: 112px;
      height: 112px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      border: 0px;
      overflow: hidden; }
      @media screen and (min-width: 1280px) {
        .h-top-brands .swiper .swiper-slide a {
          width: 7.77778vw;
          height: 7.77778vw; } }
      @media screen and (max-width: 767px) {
        .h-top-brands .swiper .swiper-slide a {
          width: 72px;
          height: 72px; } }
      .h-top-brands .swiper .swiper-slide a:before {
        content: "";
        background: white;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(45deg, #fed202 0%, #ff3840 40%, #d300c5 100%);
        z-index: 0;
        border-radius: 50%;
        transition: all 0.3s ease-in-out;
        opacity: 0; }
        @media screen and (max-width: 1023px) {
          .h-top-brands .swiper .swiper-slide a:before {
            display: none; } }
      .h-top-brands .swiper .swiper-slide a:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        background: white;
        top: 0;
        bottom: 0;
        margin: auto;
        border-radius: 50%;
        transition: all 0.3s ease-in-out;
        max-width: 106px;
        max-height: 106px;
        z-index: 1; }
        @media screen and (min-width: 1280px) {
          .h-top-brands .swiper .swiper-slide a:after {
            max-width: 7.36111vw;
            max-height: 7.36111vw; } }
        @media screen and (max-width: 1023px) {
          .h-top-brands .swiper .swiper-slide a:after {
            display: none; } }
        @media screen and (max-width: 767px) {
          .h-top-brands .swiper .swiper-slide a:after {
            max-width: 66px;
            max-height: 66px;
            display: none; } }
      .h-top-brands .swiper .swiper-slide a img {
        border-radius: 50%;
        width: 100px;
        height: 100px;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
        border: 1px solid #dddddd;
        display: block;
        position: relative;
        z-index: 2;
        transition: all 0.2s ease-in-out;
        background: white; }
        @media screen and (min-width: 1280px) {
          .h-top-brands .swiper .swiper-slide a img {
            width: 6.94444vw;
            height: 6.94444vw; } }
        @media screen and (max-width: 767px) {
          .h-top-brands .swiper .swiper-slide a img {
            width: 60px;
            height: 60px; } }
      .h-top-brands .swiper .swiper-slide a:hover:before {
        opacity: 1; }
        @media screen and (max-width: 1023px) {
          .h-top-brands .swiper .swiper-slide a:hover:before {
            display: none; } }
      .h-top-brands .swiper .swiper-slide a:hover img {
        border-color: transparent; }
        @media screen and (max-width: 1023px) {
          .h-top-brands .swiper .swiper-slide a:hover img {
            border-color: #dddddd; } }
  .h-top-brands .swiper-horizontal > .swiper-scrollbar, .h-top-brands .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: 0;
    height: 3px; }
    @media screen and (min-width: 1280px) {
      .h-top-brands .swiper-horizontal > .swiper-scrollbar, .h-top-brands .swiper-scrollbar.swiper-scrollbar-horizontal {
        height: 0.20833vw; } }
    @media screen and (max-width: 767px) {
      .h-top-brands .swiper-horizontal > .swiper-scrollbar, .h-top-brands .swiper-scrollbar.swiper-scrollbar-horizontal {
        display: none !important; } }
  .h-top-brands .swiper-scrollbar {
    background: white; }
  .h-top-brands .swiper-scrollbar-drag {
    background: black;
    border-radius: 0; }

.h-instgram-row {
  border-top: 1px solid #ddd; }
  @media screen and (max-width: 767px) {
    .h-instgram-row {
      padding-bottom: 20px; } }
  .h-instgram-row .title-content {
    text-align: center; }
    @media screen and (max-width: 767px) {
      .h-instgram-row .title-content {
        max-width: 320px;
        margin: 0 auto 30px; } }
    .h-instgram-row .title-content h2.page-heading {
      margin-bottom: 10px; }
      @media screen and (min-width: 1280px) {
        .h-instgram-row .title-content h2.page-heading {
          margin-bottom: 0.69444vw; } }
    .h-instgram-row .title-content .sub-text {
      text-align: center;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      font-size: 10px;
      font-family: "gothambook", sans-serif;
      line-height: normal;
      margin-bottom: 10px;
      color: black;
      line-height: 13px; }
      @media screen and (min-width: 1280px) {
        .h-instgram-row .title-content .sub-text {
          font-size: 0.69444vw;
          margin-bottom: 0.69444vw;
          line-height: 0.90278vw; } }
  .h-instgram-row .eapps-instagram-feed-title {
    display: none !important; }
  .h-instgram-row .content-gallery {
    padding: 0 45px; }
    @media screen and (min-width: 1280px) {
      .h-instgram-row .content-gallery {
        padding: 0 3.125vw; } }
    @media screen and (max-width: 1279px) {
      .h-instgram-row .content-gallery {
        padding: 0 10px; } }
    @media screen and (max-width: 767px) {
      .h-instgram-row .content-gallery {
        padding: 0;
        overflow: hidden; } }
    @media screen and (max-width: 767px) {
      .h-instgram-row .content-gallery .eapps-instagram-feed {
        margin: 0 -90px;
        width: auto !important;
        min-width: 100%; } }
  .h-instgram-row .eapps-instagram-feed-posts-item-visible.eapps-instagram-feed-posts-item-loaded {
    padding: 30px 15px 0; }
    @media screen and (min-width: 1280px) {
      .h-instgram-row .eapps-instagram-feed-posts-item-visible.eapps-instagram-feed-posts-item-loaded {
        padding: 2.08333vw 1.04167vw 0; } }
    @media screen and (max-width: 767px) {
      .h-instgram-row .eapps-instagram-feed-posts-item-visible.eapps-instagram-feed-posts-item-loaded {
        padding: 0 10px; } }
    .h-instgram-row .eapps-instagram-feed-posts-item-visible.eapps-instagram-feed-posts-item-loaded .eapps-instagram-feed-posts-item-link {
      position: relative; }

[data-content-region="home_top_brands"] {
  width: 100%;
  display: flex; }
  [data-content-region="home_top_brands"] [data-layout-id] {
    width: 100%; }

@media screen and (max-width: 1023px) {
  .product-row .container, .h-product-row .container {
    padding: 0; } }

.productCarousel {
  margin: 0 auto; }
  .productCarousel:after, .productCarousel:before {
    display: none; }
  .productCarousel .slick-next, .productCarousel .slick-prev {
    border: 0px;
    background: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px 16px;
    width: 22px;
    height: 16px;
    padding: 0;
    opacity: 0.5;
    border-radius: 0px; }
    @media screen and (min-width: 1280px) {
      .productCarousel .slick-next, .productCarousel .slick-prev {
        background-size: 1.52778vw 1.11111vw;
        width: 1.52778vw;
        height: 1.11111vw; } }
    .productCarousel .slick-next:before, .productCarousel .slick-prev:before {
      display: none; }
    .productCarousel .slick-next:hover, .productCarousel .slick-prev:hover {
      opacity: 1; }
  .productCarousel .slick-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 7.24967L3.81066 7.24966L9.53005 1.53028L8.46939 0.469622L0.939353 7.99965L8.46966 15.5303L9.53034 14.4696L3.81061 8.74966L22 8.74967L22 7.24967Z' fill='black' fill-opacity=''/%3E%3C/svg%3E%0A");
    left: -60px; }
    @media screen and (min-width: 1280px) {
      .productCarousel .slick-prev {
        left: -4.16667vw; } }
    @media screen and (max-width: 1279px) {
      .productCarousel .slick-prev {
        left: 0; } }
  .productCarousel .slick-next {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 8.75033L18.1893 8.75033L12.47 14.4697L13.5306 15.5304L21.0606 8.00034L13.5303 0.469727L12.4697 1.53036L18.1894 7.25033L0 7.25033L0 8.75033Z' fill='black'/%3E%3C/svg%3E%0A");
    right: -60px; }
    @media screen and (min-width: 1280px) {
      .productCarousel .slick-next {
        right: -4.16667vw; } }
    @media screen and (max-width: 1279px) {
      .productCarousel .slick-next {
        right: 0; } }
  .productCarousel .productCarousel-slide {
    padding: 0; }
    .productCarousel .productCarousel-slide .card {
      margin: 0; }

.card {
  padding: 0 25px; }
  @media screen and (min-width: 1280px) {
    .card {
      padding: 0 1.73611vw; } }
  @media screen and (max-width: 1023px) {
    .card {
      padding: 0 15px; } }
  .card .promo-message {
    color: #FF4954;
    text-align: center;
    letter-spacing: 0.02em;
    font-size: 9px;
    line-height: 13px;
    font-family: "gothammedium", sans-serif;
    font-weight: normal;
    margin: 0;
    flex: 1 auto;
    max-height: 15px;
    overflow: hidden; }
    @media screen and (min-width: 1280px) {
      .card .promo-message {
        font-size: 0.625vw;
        line-height: 0.90278vw;
        max-height: 1.04167vw; } }
  .card .card-figure {
    padding: 0 0; }
    .card .card-figure .card-img-container {
      width: 100%;
      height: 240px; }
      @media screen and (min-width: 1280px) {
        .card .card-figure .card-img-container {
          height: 16.66667vw; } }
      @media screen and (max-width: 1279px) {
        .card .card-figure .card-img-container {
          height: 16.667vw; } }
      @media screen and (max-width: 1023px) {
        .card .card-figure .card-img-container {
          height: 24.667vw; } }
      @media screen and (max-width: 767px) {
        .card .card-figure .card-img-container {
          height: 48.667vw; } }
      .card .card-figure .card-img-container:after {
        padding-bottom: 100%; }
      .card .card-figure .card-img-container .card-image {
        max-width: 180px;
        max-height: 220px; }
        @media screen and (min-width: 1280px) {
          .card .card-figure .card-img-container .card-image {
            max-height: 15.27778vw;
            max-width: 12.5vw; } }
        @media screen and (max-width: 1279px) {
          .card .card-figure .card-img-container .card-image {
            max-height: 15.278vw; } }
        @media screen and (max-width: 1023px) {
          .card .card-figure .card-img-container .card-image {
            max-height: 22.667vw; } }
        @media screen and (max-width: 767px) {
          .card .card-figure .card-img-container .card-image {
            max-height: 43.478vw; } }
  .card .card-img-container:after {
    padding-bottom: 100%; }

.card-body {
  text-align: center; }
  .card-body p.card-text {
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #656565;
    font-size: 9px;
    line-height: 13px;
    font-family: "gothammedium", sans-serif;
    font-weight: normal;
    margin-bottom: 7px; }
    @media screen and (min-width: 1280px) {
      .card-body p.card-text {
        font-size: 0.625vw;
        line-height: 0.90278vw;
        margin-bottom: 0.48611vw; } }
  .card-body .card-title {
    font-family: "gothambook", sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 15px; }
    @media screen and (min-width: 1280px) {
      .card-body .card-title {
        font-size: 0.90278vw;
        line-height: 1.18056vw;
        margin-bottom: 1.04167vw; } }
    .card-body .card-title a {
      color: black; }
      .card-body .card-title a:hover {
        color: #555555; }
  .card-body div.card-text .price-section {
    display: inline-block;
    letter-spacing: -0.01em;
    font-size: 11px;
    color: black;
    font-family: "gothammedium", sans-serif;
    font-weight: normal; }
    @media screen and (min-width: 1280px) {
      .card-body div.card-text .price-section {
        font-size: 0.76389vw; } }
    .card-body div.card-text .price-section .price-now-label {
      display: none !important; }
    .card-body div.card-text .price-section .price-label {
      display: none !important; }
  .card-body div.card-text .red-text {
    color: #FF4954; }
  .card-body div.card-text .b-red-text {
    color: #FF4954; }
  .card-body div.card-text .price-section.non-sale-price--withoutTax, .card-body div.card-text .rrp-price--withoutTax {
    color: #777777; }

.sale-flag-side, .sold-out-flag-side {
  border-radius: 0;
  top: auto;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 40px;
  height: 17px;
  padding: 0;
  text-align: center;
  font-size: 7px;
  font-family: "gothammedium", sans-serif;
  padding: 0;
  font-weight: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (min-width: 1280px) {
    .sale-flag-side, .sold-out-flag-side {
      width: 2.77778vw;
      height: 1.18056vw;
      font-size: 0.48611vw;
      bottom: 0.34722vw; } }

.card {
  position: relative; }
  .card .wishlist-icon {
    position: absolute;
    right: 5px;
    top: 0;
    opacity: 0;
    z-index: 1; }
    @media screen and (min-width: 1280px) {
      .card .wishlist-icon {
        right: 0.34722vw; } }
    @media screen and (max-width: 1023px) {
      .card .wishlist-icon {
        display: none; } }
    .card .wishlist-icon svg {
      width: 18px;
      height: 16px;
      fill: #fff7f1;
      stroke: black; }
      @media screen and (min-width: 1280px) {
        .card .wishlist-icon svg {
          width: 1.25vw;
          height: 1.11111vw; } }
    .card .wishlist-icon:hover svg {
      stroke: darkgray; }
  .card:hover .wishlist-icon {
    opacity: 1; }

.productGrid {
  margin: 0 -10px 20px;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  @media screen and (min-width: 1280px) {
    .productGrid {
      margin: 0 -0.69444vw 1.38889vw; } }
  .productGrid:before, .productGrid:after {
    display: none; }
  .productGrid .product {
    padding: 0 10px;
    float: none;
    height: auto; }
    @media screen and (min-width: 1280px) {
      .productGrid .product {
        padding: 0 0.69444vw; } }
  .productGrid .card {
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0 15px 40px; }
    @media screen and (min-width: 1280px) {
      .productGrid .card {
        padding: 0 1.04167vw 2.77778vw; } }
    @media screen and (max-width: 1023px) {
      .productGrid .card {
        padding-bottom: 30px; } }
    .productGrid .card .card-body {
      padding: 10px 10px 0; }
      @media screen and (min-width: 1280px) {
        .productGrid .card .card-body {
          padding: 0.69444vw 0.69444vw 0; } }
      @media screen and (max-width: 1023px) {
        .productGrid .card .card-body {
          padding: 10px 0 0; } }

.page-sidebar + .page-content .productGrid .product {
  width: 25%; }
  @media screen and (max-width: 767px) {
    .page-sidebar + .page-content .productGrid .product {
      width: 50%; } }

.price-label, .price-now-label {
  display: none !important; }

.card-body .login-for-price span {
  display: none; }

.brand-product-slider .login_msg_prod {
  font-size: 10px;
  line-height: 14px;
  letter-spacing: -0.01em;
  color: #868686;
  margin-bottom: 0px;
  font-family: "gothambook", sans-serif; }
  @media screen and (min-width: 1280px) {
    .brand-product-slider .login_msg_prod {
      font-size: 0.69444vw;
      line-height: 0.97222vw; } }
  .brand-product-slider .login_msg_prod a {
    text-decoration: underline;
    text-transform: uppercase;
    color: black;
    font-family: "gothammedium", sans-serif; }
    .brand-product-slider .login_msg_prod a:hover {
      color: #FF4954; }

.card-body div.card-text .price-section.rrp-price--withoutTax {
  display: none !important; }

.productView-price .price-section.rrp-price--withoutTax {
  display: none !important; }

body.customer_1 [data-test-id="product-widget-price"] {
  display: none !important; }

.category-banner-img {
  background: #8F4A2B;
  position: relative;
  margin-bottom: 25px;
  padding: 110px 0; }
  @media screen and (min-width: 1280px) {
    .category-banner-img {
      margin-bottom: 1.73611vw;
      padding: 7.63889vw 0; } }
  @media screen and (max-width: 1023px) {
    .category-banner-img {
      margin-bottom: 0;
      padding: 90px 0; } }
  .category-banner-img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 320px; }
    @media screen and (min-width: 1280px) {
      .category-banner-img img {
        height: 22.22222vw; } }
    @media screen and (max-width: 1279px) {
      .category-banner-img img {
        height: 22.222vw; } }
    @media screen and (max-width: 1023px) {
      .category-banner-img img {
        height: 28.222vw; } }
    @media screen and (max-width: 767px) {
      .category-banner-img img {
        height: 48.222vw; } }
  .category-banner-img .container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .category-banner-img .container .breadcrumb-row {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      padding: 0 130px; }
      @media screen and (min-width: 1280px) {
        .category-banner-img .container .breadcrumb-row {
          padding: 0 9.02778vw; } }
      @media screen and (max-width: 1279px) {
        .category-banner-img .container .breadcrumb-row {
          padding: 0 20px; } }
      .category-banner-img .container .breadcrumb-row ol.breadcrumbs .breadcrumb:not(:first-child)::before {
        background-image: url("data:image/svg+xml,%3Csvg width='5' height='9' viewBox='0 0 5 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8L4 4.5L1 1' stroke='white'/%3E%3C/svg%3E%0A"); }
      .category-banner-img .container .breadcrumb-row ol.breadcrumbs .breadcrumb a {
        color: white; }
        .category-banner-img .container .breadcrumb-row ol.breadcrumbs .breadcrumb a:hover {
          color: rgba(255, 255, 255, 0.7); }
  .category-banner-img .top-text {
    padding: 30px 0; }
    @media screen and (min-width: 1280px) {
      .category-banner-img .top-text {
        padding: 2.08333vw 0; } }
  .category-banner-img h1.page-heading {
    color: white;
    margin: 0 0 10px; }
    @media screen and (min-width: 1280px) {
      .category-banner-img h1.page-heading {
        margin-bottom: 0.69444vw; } }

.image-banner {
  padding: 0; }

.pro-show {
  color: white;
  font-size: 13px;
  line-height: 17px;
  font-family: "gothambook", sans-serif; }
  @media screen and (min-width: 1280px) {
    .pro-show {
      font-size: 0.90278vw;
      line-height: 1.18056vw; } }

.page-sidebar {
  padding: 12px 0 0;
  width: 236px; }
  @media screen and (min-width: 1280px) {
    .page-sidebar {
      width: 16.38889vw;
      padding-top: 0.83333vw; } }
  @media screen and (max-width: 1023px) {
    .page-sidebar {
      width: 100%;
      display: none; } }
  .page-sidebar .sidebarBlock-heading {
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 13px;
    color: black;
    font-family: "gothammedium", sans-serif;
    line-height: 17px;
    margin-bottom: 8px; }
    @media screen and (min-width: 1280px) {
      .page-sidebar .sidebarBlock-heading {
        font-size: 0.90278vw;
        line-height: 1.18056vw;
        margin-bottom: 0.55556vw; } }
  .page-sidebar .navList {
    margin-bottom: 12px; }
    @media screen and (min-width: 1280px) {
      .page-sidebar .navList {
        margin-bottom: 0.83333vw; } }
    .page-sidebar .navList .navList-item {
      padding: 7px 0;
      font-family: "gothambook", sans-serif;
      font-size: 13px;
      color: black;
      font-weight: normal;
      line-height: 17px; }
      @media screen and (min-width: 1280px) {
        .page-sidebar .navList .navList-item {
          font-size: 0.90278vw;
          padding: 0.48611vw 0;
          line-height: 1.18056vw; } }
      .page-sidebar .navList .navList-item a {
        color: black;
        padding: 0;
        font-family: "gothambook", sans-serif;
        font-size: 13px;
        color: black;
        font-weight: normal;
        line-height: 17px; }
        @media screen and (min-width: 1280px) {
          .page-sidebar .navList .navList-item a {
            font-size: 0.90278vw;
            line-height: 1.18056vw; } }
        .page-sidebar .navList .navList-item a:hover {
          color: black;
          text-decoration: underline; }
          @media screen and (max-width: 767px) {
            .page-sidebar .navList .navList-item a:hover {
              text-decoration: none; } }

.page-sidebar + .page-content {
  padding: 0 0 0 40px;
  width: calc(100% - 236px);
  min-height: 400px; }
  @media screen and (min-width: 1280px) {
    .page-sidebar + .page-content {
      padding-left: 2.77778vw;
      width: calc(100% - 16.38889vw);
      min-height: 27.77778vw; } }
  @media screen and (max-width: 767px) {
    .page-sidebar + .page-content {
      min-height: inherit; } }
  @media screen and (max-width: 1023px) {
    .page-sidebar + .page-content {
      padding-left: 0;
      width: 100%; } }

.sidebarBlock + .sidebarBlock {
  margin-top: 0;
  padding-top: 20px;
  border-top: 1px solid #ddd; }
  @media screen and (min-width: 1280px) {
    .sidebarBlock + .sidebarBlock {
      padding-top: 1.38889vw; } }

.facetedSearch-toggle + .facetedSearch-navList,
.sidebarBlock + .facetedSearch-navList {
  margin-top: 20px; }
  @media screen and (min-width: 1280px) {
    .facetedSearch-toggle + .facetedSearch-navList,
    .sidebarBlock + .facetedSearch-navList {
      margin-top: 1.38889vw; } }

.accordion--navList .accordion-block {
  border-top: 1px solid #ddd;
  padding: 20px 0;
  margin-top: 0px; }
  @media screen and (min-width: 1280px) {
    .accordion--navList .accordion-block {
      padding: 1.38889vw 0; } }
  .accordion--navList .accordion-block .accordion-navigation {
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 13px;
    color: black;
    font-family: "gothammedium", sans-serif;
    line-height: 17px;
    margin-bottom: 0px;
    text-decoration: none; }
    @media screen and (min-width: 1280px) {
      .accordion--navList .accordion-block .accordion-navigation {
        font-size: 0.90278vw;
        line-height: 1.18056vw; } }
    .accordion--navList .accordion-block .accordion-navigation .accordion-title {
      letter-spacing: 0.06em;
      text-transform: uppercase;
      font-size: 13px;
      color: black;
      font-family: "gothammedium", sans-serif;
      line-height: 17px;
      margin-bottom: 0px; }
      @media screen and (min-width: 1280px) {
        .accordion--navList .accordion-block .accordion-navigation .accordion-title {
          font-size: 0.90278vw;
          line-height: 1.18056vw; } }

.accordion--navList .icon {
  width: 15px;
  height: 15px; }
  @media screen and (min-width: 1280px) {
    .accordion--navList .icon {
      width: 1.04167vw;
      height: 1.04167vw; } }

.accordion--navList .accordion-indicator {
  fill: black;
  stroke: none; }

.toggleLink-text {
  font-size: 13px;
  font-family: "gothambook", sans-serif; }
  @media screen and (min-width: 1280px) {
    .toggleLink-text {
      font-size: 0.90278vw; } }
  .toggleLink-text:hover {
    text-decoration: underline; }

.form-minMaxRow {
  margin-top: 10px; }
  @media screen and (min-width: 1280px) {
    .form-minMaxRow {
      margin-top: 0.69444vw; } }
  .form-minMaxRow .form-field {
    width: 50%; }
    .form-minMaxRow .form-field .form-input--small {
      height: 42px; }
      @media screen and (min-width: 1280px) {
        .form-minMaxRow .form-field .form-input--small {
          height: 2.91667vw; } }
    .form-minMaxRow .form-field:last-child {
      width: 100%;
      margin-top: 15px;
      margin-bottom: 5px; }
      @media screen and (min-width: 1280px) {
        .form-minMaxRow .form-field:last-child {
          margin-top: 1.04167vw;
          margin-bottom: 0.34722vw; } }

.cat-discription {
  border-top: 1px solid #ddd; }
  .cat-discription .container {
    text-align: center;
    padding: 60px 170px 50px;
    font-size: 14px;
    line-height: 24px; }
    @media screen and (min-width: 1280px) {
      .cat-discription .container {
        padding: 4.16667vw 11.80556vw 3.47222vw;
        font-size: 0.97222vw;
        line-height: 1.66667vw; } }
    @media screen and (max-width: 1023px) {
      .cat-discription .container {
        padding: 40px 30px 30px; } }

.pagination .pagination-list {
  margin-bottom: 60px; }
  @media screen and (min-width: 1280px) {
    .pagination .pagination-list {
      margin-bottom: 4.16667vw; } }
  @media screen and (max-width: 1023px) {
    .pagination .pagination-list {
      position: relative;
      margin-bottom: 40px; } }
  @media screen and (max-width: 767px) {
    .pagination .pagination-list {
      margin-bottom: 30px; } }
  .pagination .pagination-list .pagination-item {
    margin: 0 8px; }
    @media screen and (min-width: 1280px) {
      .pagination .pagination-list .pagination-item {
        margin: 0 0.55556vw; } }
    .pagination .pagination-list .pagination-item .pagination-link {
      width: 45px;
      height: 45px;
      border: 0px solid #fafafa;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 0;
      font-family: "gothammedium", sans-serif;
      font-weight: normal;
      font-size: 13px;
      color: black;
      padding: 10px; }
      @media screen and (min-width: 1280px) {
        .pagination .pagination-list .pagination-item .pagination-link {
          width: 3.125vw;
          height: 3.125vw;
          font-size: 0.90278vw;
          padding: 0.69444vw; } }
      .pagination .pagination-list .pagination-item .pagination-link:hover {
        background: black;
        color: white;
        border-color: black; }
  .pagination .pagination-list li.pagination-item--current .pagination-link {
    background: black;
    color: white; }
  .pagination .pagination-list .pagination-item--previous {
    margin-left: 0; }
  .pagination .pagination-list .pagination-item--next {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .pagination .pagination-list .pagination-item--next, .pagination .pagination-list .pagination-item--previous {
      position: relative;
      z-index: 1; } }
  .pagination .pagination-list .pagination-item--next .pagination-link .icon, .pagination .pagination-list .pagination-item--previous .pagination-link .icon {
    margin: 0;
    width: 22px;
    height: 16px; }
    @media screen and (min-width: 1280px) {
      .pagination .pagination-list .pagination-item--next .pagination-link .icon, .pagination .pagination-list .pagination-item--previous .pagination-link .icon {
        width: 1.52778vw;
        height: 1.11111vw; } }
    .pagination .pagination-list .pagination-item--next .pagination-link .icon svg, .pagination .pagination-list .pagination-item--previous .pagination-link .icon svg {
      fill: black;
      opacity: 1; }
  .pagination .pagination-list .pagination-item--next .pagination-link:hover, .pagination .pagination-list .pagination-item--previous .pagination-link:hover {
    background: none; }
    .pagination .pagination-list .pagination-item--next .pagination-link:hover .icon svg, .pagination .pagination-list .pagination-item--previous .pagination-link:hover .icon svg {
      fill: black;
      opacity: 1; }
  .pagination .pagination-list .pagination-item--current {
    border: 0px; }
  @media screen and (max-width: 1023px) {
    .pagination .pagination-list .pagination-item.desktop {
      display: none; } }
  .pagination .pagination-list .pagination-item-mobile {
    display: none; }
    @media screen and (max-width: 1023px) {
      .pagination .pagination-list .pagination-item-mobile {
        display: block;
        position: absolute;
        width: 100%;
        top: 0px;
        bottom: 0;
        left: 0;
        margin: 0;
        text-align: center;
        line-height: 48px;
        color: black;
        font-weight: 600; } }

.actionBar {
  margin: 0 0 40px; }
  @media screen and (min-width: 1280px) {
    .actionBar {
      margin-bottom: 2.77778vw; } }
  .actionBar .actionBar-section {
    float: right; }
    .actionBar .actionBar-section .form-field {
      margin: 0;
      border: 0;
      border-radius: 0;
      background: none;
      width: 340px;
      display: flex;
      align-items: center; }
      @media screen and (min-width: 1280px) {
        .actionBar .actionBar-section .form-field {
          width: 23.61111vw; } }
      @media screen and (max-width: 767px) {
        .actionBar .actionBar-section .form-field {
          width: 100%; } }
    .actionBar .actionBar-section .form-label {
      width: 90px;
      margin: 0;
      padding: 0;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      font-family: "gothammedium", sans-serif;
      font-size: 13px;
      line-height: 17px;
      color: black;
      text-align: left; }
      @media screen and (min-width: 1280px) {
        .actionBar .actionBar-section .form-label {
          width: 6.25vw;
          font-size: 0.90278vw;
          line-height: 1.18056vw; } }
    .actionBar .actionBar-section .select2 {
      width: calc(100% - 90px) !important; }
      @media screen and (min-width: 1280px) {
        .actionBar .actionBar-section .select2 {
          width: calc(100% - 6.25vw) !important; } }
    .actionBar .actionBar-section .select2-results {
      max-height: 100%; }

.sidebarBlock .accordion-content .navList .navList-item .navList-action--checkbox {
  padding-left: 25px;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 13px;
  font-family: "gothambook", sans-serif; }
  @media screen and (min-width: 1280px) {
    .sidebarBlock .accordion-content .navList .navList-item .navList-action--checkbox {
      padding-left: 1.73611vw;
      font-size: 0.90278vw; } }
  .sidebarBlock .accordion-content .navList .navList-item .navList-action--checkbox span {
    display: none; }
  .sidebarBlock .accordion-content .navList .navList-item .navList-action--checkbox:before {
    border: 1px solid #dddddd;
    background: white;
    width: 13px;
    height: 13px;
    margin: 0;
    top: 2px;
    border-radius: 0; }
    @media screen and (min-width: 1280px) {
      .sidebarBlock .accordion-content .navList .navList-item .navList-action--checkbox:before {
        width: 0.90278vw;
        height: 0.90278vw;
        top: 0.13889vw; } }
  .sidebarBlock .accordion-content .navList .navList-item .navList-action--checkbox:after {
    height: 13px;
    width: 13px;
    top: 2.5px;
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='6' viewBox='0 0 7 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 2.5L2.66667 4L6 1' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E%0A");
    background-size: 7px 6px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    left: 0; }
    @media screen and (min-width: 1280px) {
      .sidebarBlock .accordion-content .navList .navList-item .navList-action--checkbox:after {
        width: 0.90278vw;
        height: 0.90278vw;
        top: 0.17361vw;
        background-size: 0.48611vw 0.41667vw; } }

.sidebarBlock .accordion-content .navList .navList-item .navList-action--checkbox.is-selected:before {
  background: black;
  border-color: black; }

.toggleLink {
  color: black;
  font-family: "gothambook", sans-serif;
  font-size: 13px; }
  @media screen and (min-width: 1280px) {
    .toggleLink {
      font-size: 0.90278vw; } }
  .toggleLink:hover {
    text-decoration: underline; }

.inlineList--labels {
  margin: 0 -5px;
  padding-top: 10px; }
  @media screen and (min-width: 1280px) {
    .inlineList--labels {
      margin: 0 -0.34722vw;
      padding-top: 0.69444vw; } }
  @media screen and (max-width: 767px) {
    .inlineList--labels {
      padding-top: 5px; } }
  .inlineList--labels > li {
    padding: 0 5px 10px;
    margin: 0; }
    @media screen and (min-width: 1280px) {
      .inlineList--labels > li {
        padding: 0 0.34722vw 0.69444vw; } }
    .inlineList--labels > li .facetLabel {
      background: black;
      border-radius: 0;
      padding: 8px 10px;
      font-size: 11px;
      color: white;
      font-family: "gothambook", sans-serif;
      font-weight: normal;
      line-height: 14px; }
      @media screen and (min-width: 1280px) {
        .inlineList--labels > li .facetLabel {
          padding: 0.55556vw 0.69444vw;
          line-height: 0.97222vw;
          font-size: 0.76389vw; } }
      .inlineList--labels > li .facetLabel .icon {
        width: 12px;
        height: 12px;
        margin-left: 5px;
        fill: #999; }
        @media screen and (min-width: 1280px) {
          .inlineList--labels > li .facetLabel .icon {
            width: 0.83333vw;
            height: 0.83333vw;
            margin-left: 0.34722vw; } }
      .inlineList--labels > li .facetLabel:hover {
        color: darkgray; }
        .inlineList--labels > li .facetLabel:hover .icon {
          fill: darkgray; }

.facetedSearch-clearLink {
  display: none !important; }

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

.accordion--navList .accordion-navigation {
  margin-bottom: 0px !important; }

.accordion--navList .accordion-content {
  padding-top: 10px; }
  @media screen and (min-width: 1280px) {
    .accordion--navList .accordion-content {
      padding-top: 0.69444vw; } }

.product-list-mobile-top-bar {
  display: none; }
  @media screen and (max-width: 1023px) {
    .product-list-mobile-top-bar {
      display: flex;
      align-items: center;
      background: #fafafa;
      padding: 0;
      margin-bottom: 20px;
      min-height: 40px;
      border-bottom: 1px solid #ddd; } }
  .product-list-mobile-top-bar .mobile-filter-box {
    width: 50%;
    padding-left: 20px; }
    .product-list-mobile-top-bar .mobile-filter-box .filter-by {
      cursor: pointer;
      position: relative;
      font-size: 13px;
      color: #333333;
      font-family: "gothambook", sans-serif;
      font-weight: normal; }
      .product-list-mobile-top-bar .mobile-filter-box .filter-by:after {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L4 4L7 1' stroke='black'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-size: 8px 5px;
        background-position: center;
        width: 8px;
        height: 5px;
        position: absolute;
        right: 20px;
        top: 7px; }
    .product-list-mobile-top-bar .mobile-filter-box .filter-by.active:after {
      transform: rotate(180deg);
      top: 7px; }
  .product-list-mobile-top-bar .mobile-sort-box {
    width: 50%;
    border-left: 1px solid rgba(200, 207, 217, 0.5);
    padding: 1px 0 1px 0px; }
    .product-list-mobile-top-bar .mobile-sort-box .actionBar {
      padding: 0;
      margin: 0; }
      .product-list-mobile-top-bar .mobile-sort-box .actionBar .actionBar-section {
        float: none; }
        .product-list-mobile-top-bar .mobile-sort-box .actionBar .actionBar-section .select2-dropdown {
          margin-top: 0; }
        .product-list-mobile-top-bar .mobile-sort-box .actionBar .actionBar-section .select2 {
          width: 100% !important; }
        .product-list-mobile-top-bar .mobile-sort-box .actionBar .actionBar-section .form-field {
          margin: 0px;
          border: 0;
          border-radius: 0;
          min-width: 100%;
          padding-left: 0px;
          padding-right: 0;
          position: relative; }
          .product-list-mobile-top-bar .mobile-sort-box .actionBar .actionBar-section .form-field .form-label {
            display: none; }
          @media screen and (max-width: 767px) {
            .product-list-mobile-top-bar .mobile-sort-box .actionBar .actionBar-section .form-field .select2-container {
              width: 100% !important;
              max-width: 100%;
              min-width: 100px;
              padding-right: 20px; } }
          @media screen and (max-width: 1023px) {
            .product-list-mobile-top-bar .mobile-sort-box .actionBar .actionBar-section .form-field .select2-container--default .select2-selection--single .select2-selection__arrow {
              right: 20px; } }
          .product-list-mobile-top-bar .mobile-sort-box .actionBar .actionBar-section .form-field .select2-container .select2-selection--single {
            border: 0px;
            padding-left: 20px; }
            .product-list-mobile-top-bar .mobile-sort-box .actionBar .actionBar-section .form-field .select2-container .select2-selection--single .select2-selection__arrow {
              justify-content: flex-end; }

@media screen and (max-width: 1023px) {
  .facetedSearch-toggle {
    display: none; } }

@media screen and (max-width: 1023px) {
  .facetedSearch-navList {
    display: block; } }

@media screen and (max-width: 1023px) {
  .accordion-navigation {
    border: 0px;
    padding: 0px; } }

@media screen and (max-width: 1023px) {
  .accordion {
    border: 0;
    border-radius: 0; } }

@media screen and (max-width: 1023px) {
  .accordion--navList .accordion-title {
    padding: 0px; } }

@media screen and (max-width: 1023px) {
  .accordion--navList .accordion-content {
    padding: 10px 0 0; } }

@media screen and (max-width: 1023px) {
  .facetedSearch-refineFilters {
    display: block; } }

.facetedSearch-refineFilters p {
  margin-bottom: 0;
  font-size: 13px; }
  @media screen and (min-width: 1280px) {
    .facetedSearch-refineFilters p {
      font-size: 0.90278vw; } }
  @media screen and (max-width: 1023px) {
    .facetedSearch-refineFilters p {
      margin-bottom: 20px; } }

@media screen and (max-width: 1023px) {
  .facetedSearch-refineFilters .inlineList + a {
    margin-bottom: 5px;
    display: inline-block;
    text-decoration: underline; } }

@media screen and (max-width: 767px) {
  .navList.facetedSearch-optionColumns {
    -moz-column-count: 2;
         column-count: 2; } }

p[data-no-products-notification] {
  text-align: left;
  margin: 20px 0; }
  @media screen and (min-width: 1280px) {
    p[data-no-products-notification] {
      margin: 1.38889vw 0; } }

.modal h1.facet-quick-heading {
  margin-top: -10px;
  line-height: 36px; }
  @media screen and (min-width: 1280px) {
    .modal h1.facet-quick-heading {
      line-height: 2.5vw;
      margin-top: -0.69444vw; } }

.facetedSearch-toggle + .facetedSearch-navList.is-open,
.sidebarBlock + .facetedSearch-navList.is-open {
  margin-top: 20px; }
  @media screen and (min-width: 1280px) {
    .facetedSearch-toggle + .facetedSearch-navList.is-open,
    .sidebarBlock + .facetedSearch-navList.is-open {
      margin-top: 1.38889vw; } }

.type-brands .body {
  margin-bottom: 50px;
  padding-bottom: 0px; }
  @media screen and (min-width: 1280px) {
    .type-brands .body {
      margin-bottom: 3.47222vw; } }
  @media screen and (max-width: 767px) {
    .type-brands .body {
      margin-bottom: 30px; } }

.type-brands .pagination {
  margin-top: 40px; }
  @media screen and (min-width: 1280px) {
    .type-brands .pagination {
      margin-top: 2.77778vw; } }

.brandGrid {
  margin: 0 -6px; }
  @media screen and (min-width: 1280px) {
    .brandGrid {
      margin: 0 -0.41667vw; } }
  .brandGrid .brand {
    padding: 0 6px 12px; }
    @media screen and (min-width: 1280px) {
      .brandGrid .brand {
        padding: 0 0.41667vw 0.83333vw; } }
    .brandGrid .brand .card {
      background: white;
      margin-bottom: 0;
      border: 1px solid #dddddd;
      border-radius: 0px;
      overflow: hidden;
      padding: 0; }
      @media screen and (min-width: 1280px) {
        .brandGrid .brand .card {
          border-width: 0.06944vw; } }
      .brandGrid .brand .card a {
        text-decoration: none; }
        .brandGrid .brand .card a:hover .card-body .card-title {
          color: darkgray; }
      .brandGrid .brand .card .card-body {
        padding-top: 0; }
        .brandGrid .brand .card .card-body .card-title {
          margin-bottom: 0;
          width: 100%;
          padding: 20px;
          text-transform: uppercase;
          font-family: "gothammedium", sans-serif; }
          @media screen and (min-width: 1280px) {
            .brandGrid .brand .card .card-body .card-title {
              padding: 1.38889vw; } }
      .brandGrid .brand .card .card-figure {
        border-bottom: 1px solid #dddddd; }
        .brandGrid .brand .card .card-figure .card-img-container {
          max-width: 100%;
          height: 150px; }
          @media screen and (min-width: 1280px) {
            .brandGrid .brand .card .card-figure .card-img-container {
              height: 10.41667vw; } }
          .brandGrid .brand .card .card-figure .card-img-container .card-image {
            max-height: 120px;
            max-width: 140px; }
            @media screen and (min-width: 1280px) {
              .brandGrid .brand .card .card-figure .card-img-container .card-image {
                max-height: 8.33333vw;
                max-width: 9.72222vw; } }
          @media screen and (max-width: 1023px) {
            .brandGrid .brand .card .card-figure .card-img-container img {
              padding: 10px; } }
          .brandGrid .brand .card .card-figure .card-img-container.default-image-brands img {
            filter: grayscale(1);
            opacity: 0.3; }
    .brandGrid .brand:hover .card-body .card-title a {
      color: darkgray; }

.body div.snize div.snize-main-panel {
  border-color: #ddd;
  min-height: 40px;
  background: none;
  border: 0; }
  @media screen and (min-width: 1280px) {
    .body div.snize div.snize-main-panel {
      min-height: 2.77778vw; } }

.body div.snize div.snize-main-panel-dropdown ul.snize-main-panel-dropdown-content {
  box-shadow: none;
  min-width: 160px;
  padding: 15px;
  border-radius: 0;
  margin: 0;
  text-align: left; }
  @media screen and (min-width: 1280px) {
    .body div.snize div.snize-main-panel-dropdown ul.snize-main-panel-dropdown-content {
      min-width: 11.11111vw;
      padding: 1.04167vw; } }
  .body div.snize div.snize-main-panel-dropdown ul.snize-main-panel-dropdown-content li a {
    line-height: 18px;
    padding: 0 10px 0 20px;
    font-family: "gothambook", sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: black; }
    @media screen and (min-width: 1280px) {
      .body div.snize div.snize-main-panel-dropdown ul.snize-main-panel-dropdown-content li a {
        line-height: 1.25vw;
        padding: 0 0 0 1.38889vw;
        font-size: 0.83333vw; } }

.body div.snize div.snize-filters-dropdown-content {
  min-width: 220px;
  box-shadow: none; }
  @media screen and (min-width: 1280px) {
    .body div.snize div.snize-filters-dropdown-content {
      min-width: 15.27778vw;
      padding-top: 0.69444vw; } }
  .body div.snize div.snize-filters-dropdown-content ul.snize-product-filters-list {
    text-align: left;
    color: black;
    font-family: "gothambook", sans-serif; }
    @media screen and (min-width: 1280px) {
      .body div.snize div.snize-filters-dropdown-content ul.snize-product-filters-list {
        margin-bottom: 0.69444vw;
        padding: 0 0.69444vw 0 0.69444vw;
        font-size: 0.90278vw; } }
    .body div.snize div.snize-filters-dropdown-content ul.snize-product-filters-list li {
      margin: 0;
      padding: 7px 0; }
      @media screen and (min-width: 1280px) {
        .body div.snize div.snize-filters-dropdown-content ul.snize-product-filters-list li {
          padding: 0.48611vw 0; } }
      .body div.snize div.snize-filters-dropdown-content ul.snize-product-filters-list li .snize-filter-checkbox {
        left: 1px;
        width: 13px;
        height: 13px;
        border: 0px;
        margin: 0;
        top: 0px; }
        @media screen and (min-width: 1280px) {
          .body div.snize div.snize-filters-dropdown-content ul.snize-product-filters-list li .snize-filter-checkbox {
            left: 0.06944vw;
            width: 0.90278vw;
            height: 0.90278vw; } }
        .body div.snize div.snize-filters-dropdown-content ul.snize-product-filters-list li .snize-filter-checkbox span {
          padding-left: 0;
          border: 1px solid #dddddd;
          background: white;
          width: 13px;
          height: 13px;
          margin: 0;
          border-radius: 0;
          box-shadow: none; }
          @media screen and (min-width: 1280px) {
            .body div.snize div.snize-filters-dropdown-content ul.snize-product-filters-list li .snize-filter-checkbox span {
              width: 0.90278vw;
              height: 0.90278vw; } }
      .body div.snize div.snize-filters-dropdown-content ul.snize-product-filters-list li label {
        font-size: 13px;
        font-family: "gothambook", sans-serif;
        color: black;
        position: relative; }
        @media screen and (min-width: 1280px) {
          .body div.snize div.snize-filters-dropdown-content ul.snize-product-filters-list li label {
            padding-left: 1.73611vw;
            font-size: 0.90278vw; } }
        .body div.snize div.snize-filters-dropdown-content ul.snize-product-filters-list li label span {
          font-size: 13px;
          font-family: "gothambook", sans-serif;
          color: black;
          padding-left: 0; }
          @media screen and (min-width: 1280px) {
            .body div.snize div.snize-filters-dropdown-content ul.snize-product-filters-list li label span {
              font-size: 0.90278vw; } }
          .body div.snize div.snize-filters-dropdown-content ul.snize-product-filters-list li label span .snize-filter-variant-count {
            display: none; }

.body div.snize div.snize-main-panel-view-mode {
  margin: 0 0 0 10px; }
  @media screen and (min-width: 1280px) {
    .body div.snize div.snize-main-panel-view-mode {
      margin-left: 0.69444vw; } }
  .body div.snize div.snize-main-panel-view-mode a.snize-view-mode-icon {
    width: 35px;
    height: 35px;
    background-size: 35px;
    margin-left: 4px; }
    @media screen and (min-width: 1280px) {
      .body div.snize div.snize-main-panel-view-mode a.snize-view-mode-icon {
        width: 2.43056vw;
        height: 2.43056vw;
        background-size: 2.43056vw;
        margin-left: 0.27778vw; } }

.body div.snize div.snize-search-results-header {
  text-align: left;
  font-size: 15px;
  font-family: "gothambook", sans-serif;
  color: black;
  margin: 10px 0; }
  @media screen and (min-width: 1280px) {
    .body div.snize div.snize-search-results-header {
      font-size: 1.04167vw;
      margin: 0.69444vw 0; } }

.body div.snize div.snize-filters-dropdown-title {
  border: 1px solid black;
  color: black;
  cursor: pointer;
  font-size: 12px;
  line-height: 24px;
  padding: 3px 15px;
  border-radius: 0px;
  font-family: "gothambook", sans-serif; }
  @media screen and (min-width: 1280px) {
    .body div.snize div.snize-filters-dropdown-title {
      font-size: 0.83333vw;
      line-height: 1.66667vw;
      padding: 0.20833vw 1.04167vw; } }
  @media screen and (min-width: 1280px) {
    .body div.snize div.snize-filters-dropdown-title .caret {
      border-left-width: 0.20833vw;
      border-right-width: 0.20833vw;
      border-top-width: 0.20833vw; } }

.body div.snize div.snize-header {
  margin: 20px 0; }
  @media screen and (min-width: 1280px) {
    .body div.snize div.snize-header {
      margin: 1.38889vw 0; } }

.body div.snize div.snize-main-panel-controls ul li {
  height: 28px;
  font-family: "gothambook", sans-serif;
  font-weight: normal; }
  @media screen and (min-width: 1280px) {
    .body div.snize div.snize-main-panel-controls ul li {
      height: 1.94444vw; } }
  .body div.snize div.snize-main-panel-controls ul li a, .body div.snize div.snize-main-panel-controls ul li a.active, .body div.snize div.snize-main-panel-controls ul li a:hover {
    color: black;
    line-height: 28px;
    padding: 0;
    font-size: 15px;
    margin-right: 15px;
    background: none; }
    @media screen and (min-width: 1280px) {
      .body div.snize div.snize-main-panel-controls ul li a, .body div.snize div.snize-main-panel-controls ul li a.active, .body div.snize div.snize-main-panel-controls ul li a:hover {
        line-height: 1.94444vw;
        font-size: 1.04167vw;
        margin-right: 1.04167vw; } }
  .body div.snize div.snize-main-panel-controls ul li a.active, .body div.snize div.snize-main-panel-controls ul li a:hover {
    background: white;
    text-decoration: underline !important;
    -webkit-text-underline-position: under;
    -ms-text-underline-position: below;
    text-underline-position: under; }

.body div.snize div.snize-main-panel-dropdown > a {
  border: 0px solid #fafafa;
  background: #fafafa;
  margin: 0;
  padding: 10px 20px;
  min-width: 150px;
  font-size: 13px;
  font-family: "gothambook", sans-serif;
  color: black;
  text-align: left; }
  @media screen and (min-width: 1280px) {
    .body div.snize div.snize-main-panel-dropdown > a {
      padding: 0.69444vw 1.38889vw;
      min-width: 10.41667vw;
      font-size: 0.90278vw; } }
  .body div.snize div.snize-main-panel-dropdown > a .caret {
    float: right;
    height: 6px;
    width: 8px;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L4 4L7 1' stroke='black'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 8px 5px;
    background-position: center;
    border: 0px;
    margin-top: 5px; }
    @media screen and (min-width: 1280px) {
      .body div.snize div.snize-main-panel-dropdown > a .caret {
        height: 0.41667vw;
        width: 0.55556vw;
        background-size: 0.55556vw 0.34722vw;
        margin-top: 0.34722vw; } }

.body div.snize .snize-price-range input.snize-price-range-input {
  border-radius: 0;
  font-size: 13px;
  padding: 12px 15px;
  font-family: "gothambook", sans-serif;
  font-weight: 400;
  line-height: 17px;
  color: black;
  background: #fafafa;
  border: 0px;
  height: auto; }
  @media screen and (min-width: 1280px) {
    .body div.snize .snize-price-range input.snize-price-range-input {
      font-size: 0.90278vw;
      padding: 0.83333vw 1.04167vw;
      line-height: 1.18056vw; } }

.body div.snize .snize-price-range-slider {
  padding: 24px 0; }
  @media screen and (min-width: 1280px) {
    .body div.snize .snize-price-range-slider {
      padding: 1.66667vw 0; } }

.body div.snize div.slider-container.snize-theme .scale ins {
  font-size: 10px;
  color: black;
  top: 17px; }
  @media screen and (min-width: 1280px) {
    .body div.snize div.slider-container.snize-theme .scale ins {
      font-size: 0.69444vw;
      top: 1.18056vw; } }

.body div.snize div.slider-container.snize-theme .back-bar {
  height: 4px; }
  @media screen and (min-width: 1280px) {
    .body div.snize div.slider-container.snize-theme .back-bar {
      height: 0.27778vw; } }
  .body div.snize div.slider-container.snize-theme .back-bar .pointer {
    background-color: black;
    height: 16px;
    width: 8px;
    top: -6px; }
    @media screen and (min-width: 1280px) {
      .body div.snize div.slider-container.snize-theme .back-bar .pointer {
        height: 1.11111vw;
        width: 0.55556vw;
        top: -0.41667vw; } }

.body div.snize div.snize-search-results#snize_results a {
  display: none !important; }

.body div.snize ul.snize-product-filters-list {
  max-height: 250px; }
  @media screen and (min-width: 1280px) {
    .body div.snize ul.snize-product-filters-list {
      max-height: 17.36111vw; } }

.body div.snize div.snize-product-filters-title.open i.snize-product-filters-close, .body div.snize div.snize-product-filters-wrapper-title.open i.snize-product-filters-close {
  float: right;
  margin: 0; }

.body div.snize i.snize-product-filters-close, .body div.snize i.snize-product-filters-open {
  float: right;
  margin: 1px 0 0;
  height: 15px;
  width: 15px; }
  @media screen and (min-width: 1280px) {
    .body div.snize i.snize-product-filters-close, .body div.snize i.snize-product-filters-open {
      height: 1.04167vw;
      width: 1.04167vw;
      margin-top: 0.06944vw; } }

.body div.snize i.snize-product-filters-open {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: center; }
  @media screen and (min-width: 1280px) {
    .body div.snize i.snize-product-filters-open {
      background-size: 1.04167vw 1.04167vw; } }

.body div.snize i.snize-product-filters-close, .body div.snize div.snize-product-filters-title.open i.snize-product-filters-close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 13H5v-2h14v2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: center;
  height: 15px;
  width: 15px;
  margin-top: 2px; }
  @media screen and (min-width: 1280px) {
    .body div.snize i.snize-product-filters-close, .body div.snize div.snize-product-filters-title.open i.snize-product-filters-close {
      background-size: 1.04167vw 1.04167vw;
      height: 1.04167vw;
      width: 1.04167vw;
      margin-top: 0.06944vw; } }

.body div.snize ul.snize-product-filters-list li .snize-filter-checkbox input[type="checkbox"]:checked + span {
  background: black;
  border-color: black; }

.body div.snize ul.snize-product-filters-list li .snize-filter-checkbox input[type="checkbox"]:checked + span::after {
  opacity: 1;
  width: 8px;
  height: 5px;
  border-color: white;
  top: 3px;
  left: 3px; }
  @media screen and (min-width: 1280px) {
    .body div.snize ul.snize-product-filters-list li .snize-filter-checkbox input[type="checkbox"]:checked + span::after {
      width: 0.55556vw;
      height: 0.34722vw;
      top: 0.20833vw;
      left: 0.20833vw; } }

.body div.snize div.snize-filters-sidebar {
  border: 0;
  width: 236px;
  margin: 0; }
  @media screen and (min-width: 1280px) {
    .body div.snize div.snize-filters-sidebar {
      width: 16.38889vw; } }
  .body div.snize div.snize-filters-sidebar div.snize-product-filters-title {
    text-align: left;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 13px;
    color: black;
    font-family: "gothammedium", sans-serif;
    line-height: 17px;
    margin-bottom: 8px;
    padding: 10px 0; }
    @media screen and (min-width: 1280px) {
      .body div.snize div.snize-filters-sidebar div.snize-product-filters-title {
        font-size: 0.90278vw;
        line-height: 1.18056vw;
        margin-bottom: 0.55556vw;
        padding: 0.69444vw 0; } }
    .body div.snize div.snize-filters-sidebar div.snize-product-filters-title a {
      display: none !important; }
    .body div.snize div.snize-filters-sidebar div.snize-product-filters-title span {
      text-transform: uppercase; }
  .body div.snize div.snize-filters-sidebar .snize-product-filters-block {
    background: none !important;
    padding: 10px 0; }
    @media screen and (min-width: 1280px) {
      .body div.snize div.snize-filters-sidebar .snize-product-filters-block {
        padding: 0.69444vw 0; } }
  .body div.snize div.snize-filters-sidebar ul.snize-product-filters-list {
    padding: 0;
    text-align: left;
    max-height: 250px; }
    @media screen and (min-width: 1280px) {
      .body div.snize div.snize-filters-sidebar ul.snize-product-filters-list {
        max-height: 17.36111vw; } }
    .body div.snize div.snize-filters-sidebar ul.snize-product-filters-list li {
      margin: 0;
      padding: 7px 0; }
      @media screen and (min-width: 1280px) {
        .body div.snize div.snize-filters-sidebar ul.snize-product-filters-list li {
          padding: 0.48611vw 0; } }
      .body div.snize div.snize-filters-sidebar ul.snize-product-filters-list li .snize-filter-checkbox {
        left: 1px;
        width: 13px;
        height: 13px;
        border: 0px;
        margin: 0;
        top: 0px; }
        @media screen and (min-width: 1280px) {
          .body div.snize div.snize-filters-sidebar ul.snize-product-filters-list li .snize-filter-checkbox {
            left: 0.06944vw;
            width: 0.90278vw;
            height: 0.90278vw; } }
        .body div.snize div.snize-filters-sidebar ul.snize-product-filters-list li .snize-filter-checkbox span {
          padding-left: 0;
          border: 1px solid #dddddd;
          background: white;
          width: 13px;
          height: 13px;
          margin: 0;
          border-radius: 0;
          box-shadow: none; }
          @media screen and (min-width: 1280px) {
            .body div.snize div.snize-filters-sidebar ul.snize-product-filters-list li .snize-filter-checkbox span {
              width: 0.90278vw;
              height: 0.90278vw; } }
      .body div.snize div.snize-filters-sidebar ul.snize-product-filters-list li label {
        font-size: 13px;
        font-family: "gothambook", sans-serif;
        color: black;
        position: relative; }
        @media screen and (min-width: 1280px) {
          .body div.snize div.snize-filters-sidebar ul.snize-product-filters-list li label {
            padding-left: 1.73611vw;
            font-size: 0.90278vw; } }
        .body div.snize div.snize-filters-sidebar ul.snize-product-filters-list li label span {
          font-size: 13px;
          font-family: "gothambook", sans-serif;
          color: black;
          padding-left: 0; }
          @media screen and (min-width: 1280px) {
            .body div.snize div.snize-filters-sidebar ul.snize-product-filters-list li label span {
              font-size: 0.90278vw; } }
          .body div.snize div.snize-filters-sidebar ul.snize-product-filters-list li label span .snize-filter-variant-count {
            display: none; }

.body div.snize-filters-sidebar + .snize-search-results-main-content {
  width: calc(100% - 236px);
  border: 0;
  margin: 0;
  padding: 0 0 0 40px;
  float: left;
  box-sizing: border-box; }
  @media screen and (min-width: 1280px) {
    .body div.snize-filters-sidebar + .snize-search-results-main-content {
      width: calc(100% - 16.38889vw);
      padding-left: 2.77778vw; } }
  @media screen and (max-width: 767px) {
    .body div.snize-filters-sidebar + .snize-search-results-main-content {
      width: 100%;
      padding-left: 0; } }
  .body div.snize-filters-sidebar + .snize-search-results-main-content #snize-search-results-grid-mode {
    max-width: 100%; }

.body #snize-search-results-grid-mode ul {
  margin: 0 -10px; }
  @media screen and (min-width: 1280px) {
    .body #snize-search-results-grid-mode ul {
      margin: 0 -0.69444vw; } }
  @media screen and (max-width: 767px) {
    .body #snize-search-results-grid-mode ul {
      margin: 0 !important;
      width: 100% !important; } }
  .body #snize-search-results-grid-mode ul li.snize-product {
    border: 0;
    margin: 0 0 50px; }
    @media screen and (min-width: 1280px) {
      .body #snize-search-results-grid-mode ul li.snize-product {
        margin-bottom: 3.47222vw; } }
    @media screen and (max-width: 767px) {
      .body #snize-search-results-grid-mode ul li.snize-product {
        border: 0px !important; } }
    .body #snize-search-results-grid-mode ul li.snize-product .snize-item {
      padding: 0 25px; }
      @media screen and (min-width: 1280px) {
        .body #snize-search-results-grid-mode ul li.snize-product .snize-item {
          padding: 0 1.73611vw; } }
      @media screen and (max-width: 767px) {
        .body #snize-search-results-grid-mode ul li.snize-product .snize-item {
          padding: 0 10px; } }
    .body #snize-search-results-grid-mode ul li.snize-product span.snize-thumbnail {
      border: 0px;
      height: 200px; }
      @media screen and (min-width: 1280px) {
        .body #snize-search-results-grid-mode ul li.snize-product span.snize-thumbnail {
          height: 13.88889vw; } }
      .body #snize-search-results-grid-mode ul li.snize-product span.snize-thumbnail img {
        max-width: 150px;
        max-height: 200px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
        @media screen and (min-width: 1280px) {
          .body #snize-search-results-grid-mode ul li.snize-product span.snize-thumbnail img {
            max-height: 10.41667vw;
            max-width: 13.88889vw; } }
    .body #snize-search-results-grid-mode ul li.snize-product span.snize-overhidden {
      background: none; }
    .body #snize-search-results-grid-mode ul li.snize-product span.snize-title {
      font-family: "gothambook", sans-serif;
      font-weight: normal;
      font-size: 13px;
      line-height: 17px;
      margin-bottom: 15px;
      color: black; }
      @media screen and (min-width: 1280px) {
        .body #snize-search-results-grid-mode ul li.snize-product span.snize-title {
          font-size: 0.90278vw;
          line-height: 1.18056vw;
          margin-bottom: 1.04167vw; } }
      @media screen and (max-width: 767px) {
        .body #snize-search-results-grid-mode ul li.snize-product span.snize-title {
          text-align: center; } }
    .body #snize-search-results-grid-mode ul li.snize-product span.snize-description {
      color: black;
      font-size: 11px;
      font-family: "gothamlight", sans-serif;
      line-height: 15px; }
      @media screen and (min-width: 1280px) {
        .body #snize-search-results-grid-mode ul li.snize-product span.snize-description {
          font-size: 0.76389vw;
          line-height: 1.04167vw; } }
    .body #snize-search-results-grid-mode ul li.snize-product .snize-price-list {
      letter-spacing: -0.01em;
      font-size: 11px;
      color: black;
      font-family: "gothammedium", sans-serif;
      font-weight: normal; }
      @media screen and (min-width: 1280px) {
        .body #snize-search-results-grid-mode ul li.snize-product .snize-price-list {
          font-size: 0.76389vw; } }
    .body #snize-search-results-grid-mode ul li.snize-product .snize-discounted-price {
      font-size: 11px;
      color: #777777; }
      @media screen and (min-width: 1280px) {
        .body #snize-search-results-grid-mode ul li.snize-product .snize-discounted-price {
          font-size: 0.76389vw; } }
    .body #snize-search-results-grid-mode ul li.snize-product .snize-price-with-discount {
      color: #FF4954; }
    .body #snize-search-results-grid-mode ul li.snize-product .snize-button {
      display: none !important; }
    .body #snize-search-results-grid-mode ul li.snize-product:hover span.snize-title {
      color: #555555; }

.body div.snize div.snize-pagination ul li:first-child a, .body div.snize div.snize-pagination ul li:first-child span {
  border-radius: 0;
  border: 0; }

.body div.snize div.snize-pagination {
  margin-top: 0; }
  .body div.snize div.snize-pagination ul li {
    margin: 0 8px; }
    .body div.snize div.snize-pagination ul li span, .body div.snize div.snize-pagination ul li a {
      width: 45px;
      height: 45px;
      border: 0px solid #fafafa;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 0;
      font-family: "gothammedium", sans-serif;
      font-weight: normal;
      font-size: 13px;
      color: black;
      padding: 10px; }
      @media screen and (min-width: 1280px) {
        .body div.snize div.snize-pagination ul li span, .body div.snize div.snize-pagination ul li a {
          width: 3.125vw;
          height: 3.125vw;
          font-size: 0.90278vw;
          padding: 0.69444vw; } }
      .body div.snize div.snize-pagination ul li span:hover, .body div.snize div.snize-pagination ul li a:hover {
        background: black;
        color: white;
        border-color: black; }
    .body div.snize div.snize-pagination ul li .active {
      background: black;
      color: white; }
    .body div.snize div.snize-pagination ul li .snize-pagination-prev {
      background-image: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 8.75033L3.81066 8.75033L9.53004 14.4697L8.46938 15.5304L0.939352 8.00034L8.46966 0.469727L9.53034 1.53036L3.81061 7.25033L22 7.25033V8.75033Z' fill='black'/%3E%3C/svg%3E%0A"); }
      .body div.snize div.snize-pagination ul li .snize-pagination-prev:hover {
        background-image: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 8.75033L3.81066 8.75033L9.53004 14.4697L8.46938 15.5304L0.939352 8.00034L8.46966 0.469727L9.53034 1.53036L3.81061 7.25033L22 7.25033V8.75033Z' fill='black'/%3E%3C/svg%3E%0A"); }
    .body div.snize div.snize-pagination ul li .snize-pagination-next {
      background-image: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 8.75033L18.1893 8.75033L12.47 14.4697L13.5306 15.5304L21.0606 8.00034L13.5303 0.469727L12.4697 1.53036L18.1894 7.25033L0 7.25033L0 8.75033Z' fill='black'/%3E%3C/svg%3E%0A"); }
      .body div.snize div.snize-pagination ul li .snize-pagination-next:hover {
        background-image: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 8.75033L18.1893 8.75033L12.47 14.4697L13.5306 15.5304L21.0606 8.00034L13.5303 0.469727L12.4697 1.53036L18.1894 7.25033L0 7.25033L0 8.75033Z' fill='black'/%3E%3C/svg%3E%0A"); }
    .body div.snize div.snize-pagination ul li .snize-pagination-prev, .body div.snize div.snize-pagination ul li .snize-pagination-next {
      background-repeat: no-repeat;
      background-position: center;
      background-size: 22px 16px;
      font-size: 0;
      opacity: 0.7; }
      @media screen and (min-width: 1280px) {
        .body div.snize div.snize-pagination ul li .snize-pagination-prev, .body div.snize div.snize-pagination ul li .snize-pagination-next {
          background-size: 1.52778vw 1.11111vw; } }
      .body div.snize div.snize-pagination ul li .snize-pagination-prev:hover, .body div.snize div.snize-pagination ul li .snize-pagination-next:hover {
        opacity: 1;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 22px 16px;
        font-size: 0; }
        @media screen and (min-width: 1280px) {
          .body div.snize div.snize-pagination ul li .snize-pagination-prev:hover, .body div.snize div.snize-pagination ul li .snize-pagination-next:hover {
            background-size: 1.52778vw 1.11111vw; } }

.type-page.search_results .page-content {
  max-width: 100%;
  padding: 0; }

.body div.snize div.snize-main-panel-view-mode {
  display: none; }

.body #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode li.snize-product span.snize-title {
  text-align: center;
  font-weight: normal;
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 15px;
  color: black; }

.body #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode li.snize-product .snize-description {
  text-align: center; }

.body #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode li.snize-product .snize-price-list {
  letter-spacing: -0.01em;
  font-size: 11px;
  color: black;
  font-family: "gothammedium", sans-serif;
  font-weight: normal;
  text-align: center; }

.body #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode li.snize-product .snize-price {
  color: black; }

.body #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode li.snize-product .snize-discounted-price {
  font-size: 11px;
  color: #777777; }

.body #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode li.snize-product .snize-price-with-discount {
  color: #FF4954; }

.body #snize_results.snize-mobile-design.snize-new-version div.snize-pagination {
  margin-top: 30px; }
  .body #snize_results.snize-mobile-design.snize-new-version div.snize-pagination .snize-current-page {
    font-size: 13px;
    color: black;
    font-family: "gothammedium", sans-serif;
    font-weight: normal;
    max-width: 50%;
    order: 2; }
  .body #snize_results.snize-mobile-design.snize-new-version div.snize-pagination .snize-pagination-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 8.75033L3.81066 8.75033L9.53004 14.4697L8.46938 15.5304L0.939352 8.00034L8.46966 0.469727L9.53034 1.53036L3.81061 7.25033L22 7.25033V8.75033Z' fill='black'/%3E%3C/svg%3E%0A");
    order: 1; }
    .body #snize_results.snize-mobile-design.snize-new-version div.snize-pagination .snize-pagination-prev:hover {
      background-image: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 8.75033L3.81066 8.75033L9.53004 14.4697L8.46938 15.5304L0.939352 8.00034L8.46966 0.469727L9.53034 1.53036L3.81061 7.25033L22 7.25033V8.75033Z' fill='black'/%3E%3C/svg%3E%0A"); }
  .body #snize_results.snize-mobile-design.snize-new-version div.snize-pagination .snize-pagination-next {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 8.75033L18.1893 8.75033L12.47 14.4697L13.5306 15.5304L21.0606 8.00034L13.5303 0.469727L12.4697 1.53036L18.1894 7.25033L0 7.25033L0 8.75033Z' fill='black'/%3E%3C/svg%3E%0A");
    order: 3; }
    .body #snize_results.snize-mobile-design.snize-new-version div.snize-pagination .snize-pagination-next:hover {
      background-image: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 8.75033L18.1893 8.75033L12.47 14.4697L13.5306 15.5304L21.0606 8.00034L13.5303 0.469727L12.4697 1.53036L18.1894 7.25033L0 7.25033L0 8.75033Z' fill='black'/%3E%3C/svg%3E%0A"); }
  .body #snize_results.snize-mobile-design.snize-new-version div.snize-pagination .snize-pagination-prev, .body #snize_results.snize-mobile-design.snize-new-version div.snize-pagination .snize-pagination-next {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px 16px;
    font-size: 0;
    opacity: 0.7;
    border: 0px;
    max-width: 25%;
    margin: 0;
    padding: 0; }
    @media screen and (min-width: 1280px) {
      .body #snize_results.snize-mobile-design.snize-new-version div.snize-pagination .snize-pagination-prev, .body #snize_results.snize-mobile-design.snize-new-version div.snize-pagination .snize-pagination-next {
        background-size: 1.52778vw 1.11111vw; } }
    .body #snize_results.snize-mobile-design.snize-new-version div.snize-pagination .snize-pagination-prev:hover, .body #snize_results.snize-mobile-design.snize-new-version div.snize-pagination .snize-pagination-next:hover {
      opacity: 1;
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 22px 16px;
      font-size: 0; }
      @media screen and (min-width: 1280px) {
        .body #snize_results.snize-mobile-design.snize-new-version div.snize-pagination .snize-pagination-prev:hover, .body #snize_results.snize-mobile-design.snize-new-version div.snize-pagination .snize-pagination-next:hover {
          background-size: 1.52778vw 1.11111vw; } }

.body #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-controls > ul {
  border-radius: 0px;
  box-shadow: none; }

.body #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-dropdown > a {
  border-radius: 0;
  color: black;
  background: none; }
  .body #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-dropdown > a .caret {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L4 4L7 1' stroke='black'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 8px 5px;
    background-position: center;
    width: 8px;
    height: 5px;
    border: 0;
    transform: none;
    top: 9px; }

.body #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-mobile-filters {
  margin-right: 0px; }

.body #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-mobile-filters > a {
  border-radius: 0;
  color: black;
  background: none; }

.body div.snize #snize-search-results-list-mode ul li.snize-category {
  text-align: left;
  padding: 20px 0; }
  @media screen and (min-width: 1280px) {
    .body div.snize #snize-search-results-list-mode ul li.snize-category {
      padding: 1.38889vw 0; } }
  .body div.snize #snize-search-results-list-mode ul li.snize-category .snize-view-link .snize-title {
    font-family: "gothammedium", sans-serif;
    font-weight: 500;
    color: black;
    font-size: 16px; }
    @media screen and (min-width: 1280px) {
      .body div.snize #snize-search-results-list-mode ul li.snize-category .snize-view-link .snize-title {
        font-size: 1.11111vw; } }
  .body div.snize #snize-search-results-list-mode ul li.snize-category .snize-view-link span.snize-thumbnail {
    width: 140px;
    height: 140px;
    margin-right: 20px; }
    @media screen and (min-width: 1280px) {
      .body div.snize #snize-search-results-list-mode ul li.snize-category .snize-view-link span.snize-thumbnail {
        width: 9.72222vw;
        height: 9.72222vw;
        margin-right: 1.38889vw; } }
    .body div.snize #snize-search-results-list-mode ul li.snize-category .snize-view-link span.snize-thumbnail img {
      top: 0;
      bottom: 0;
      margin: auto;
      max-width: 138px;
      max-height: 138px; }
      @media screen and (min-width: 1280px) {
        .body div.snize #snize-search-results-list-mode ul li.snize-category .snize-view-link span.snize-thumbnail img {
          max-width: 9.58333vw;
          max-height: 9.58333vw; } }
  .body div.snize #snize-search-results-list-mode ul li.snize-category .snize-view-link .snize-thumbnail + span.snize-overhidden {
    width: calc(100% - 160px); }
    @media screen and (min-width: 1280px) {
      .body div.snize #snize-search-results-list-mode ul li.snize-category .snize-view-link .snize-thumbnail + span.snize-overhidden {
        width: calc(100% - 11.11111vw); } }
  .body div.snize #snize-search-results-list-mode ul li.snize-category:hover {
    background: none; }

.body div.snize div.snize-filters-sidebar.snize-hidden + .snize-search-results-main-content {
  padding-left: 0;
  width: 100%; }
  .body div.snize div.snize-filters-sidebar.snize-hidden + .snize-search-results-main-content #snize-search-results-list-mode ul li.snize-page {
    text-align: left;
    padding: 20px 0; }
    @media screen and (min-width: 1280px) {
      .body div.snize div.snize-filters-sidebar.snize-hidden + .snize-search-results-main-content #snize-search-results-list-mode ul li.snize-page {
        padding: 1.38889vw 0; } }
    .body div.snize div.snize-filters-sidebar.snize-hidden + .snize-search-results-main-content #snize-search-results-list-mode ul li.snize-page a.snize-view-link .snize-title {
      font-family: "gothammedium", sans-serif;
      font-weight: 500;
      color: black;
      font-size: 16px; }
      @media screen and (min-width: 1280px) {
        .body div.snize div.snize-filters-sidebar.snize-hidden + .snize-search-results-main-content #snize-search-results-list-mode ul li.snize-page a.snize-view-link .snize-title {
          font-size: 1.11111vw; } }
    .body div.snize div.snize-filters-sidebar.snize-hidden + .snize-search-results-main-content #snize-search-results-list-mode ul li.snize-page a.snize-view-link .snize-description {
      font-size: 12px;
      font-family: "gothambook", sans-serif;
      line-height: 18px;
      color: black;
      margin-top: 15px; }
      @media screen and (min-width: 1280px) {
        .body div.snize div.snize-filters-sidebar.snize-hidden + .snize-search-results-main-content #snize-search-results-list-mode ul li.snize-page a.snize-view-link .snize-description {
          font-size: 0.83333vw;
          line-height: 1.25vw;
          margin-top: 1.04167vw; } }
    .body div.snize div.snize-filters-sidebar.snize-hidden + .snize-search-results-main-content #snize-search-results-list-mode ul li.snize-page:hover {
      background: none; }
      .body div.snize div.snize-filters-sidebar.snize-hidden + .snize-search-results-main-content #snize-search-results-list-mode ul li.snize-page:hover a.snize-view-link .snize-title {
        color: darkgray; }
      .body div.snize div.snize-filters-sidebar.snize-hidden + .snize-search-results-main-content #snize-search-results-list-mode ul li.snize-page:hover a.snize-view-link .snize-description {
        color: darkgray; }
    .body div.snize div.snize-filters-sidebar.snize-hidden + .snize-search-results-main-content #snize-search-results-list-mode ul li.snize-page:first-child {
      padding-top: 0; }

body div.snize-ac-results.snize-ac-results-mobile {
  border: 0px !important;
  margin-left: 0px !important;
  width: 100% !important;
  margin-top: 95px !important;
  background: white !important; }
  body div.snize-ac-results.snize-ac-results-mobile li.snize-mobile-top-panel button.snize-clear-button {
    background: url(../img/dh-custom/menu-close-icon.svg) no-repeat center !important; }
  body div.snize-ac-results.snize-ac-results-mobile li.snize-close-area {
    margin-top: 0px !important; }
  body div.snize-ac-results.snize-ac-results-mobile li.snize-mobile-top-panel {
    border-bottom: 1px solid black !important; }
  body div.snize-ac-results.snize-ac-results-mobile li.snize-mobile-top-panel input.snize-mobile-input-style {
    font-size: 14px;
    color: black !important;
    font-family: "gothambook", sans-serif !important; }
  body div.snize-ac-results.snize-ac-results-mobile li.snize-mobile-top-panel button.snize-close-button-arrow {
    background-size: 5px 9px !important;
    height: 16px !important;
    background-image: url("data:image/svg+xml,%3Csvg width='5' height='9' viewBox='0 0 5 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L1 4.5L4 1' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E%0A") !important;
    background-repeat: no-repeat;
    background-position: center !important;
    background-size: 12px 12px !important; }

/* ========== BLOG LISTING STYLE ========== */
.type-blog .body,
.type-blog_post .body {
  padding-bottom: 0; }

.type-blog .page,
.type-blog_post .page {
  margin: 0; }

.template-blog .page {
  margin-left: 0;
  margin-right: 0; }
  .template-blog .page .pagination {
    margin: 40px 0 10px; }
    @media screen and (min-width: 1280px) {
      .template-blog .page .pagination {
        margin: 2.77778vw 0 0.69444vw; } }
    @media screen and (max-width: 767px) {
      .template-blog .page .pagination {
        margin: 40px 0 0px; } }

.blog-post-figure {
  width: 100%; }

/* ========== BLOG GRID STYLE ========== */
.blog-grid-style {
  display: flex;
  margin: 0 -6px 50px;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  @media screen and (min-width: 1280px) {
    .blog-grid-style {
      margin: 0 -0.41667vw 3.47222vw; } }
  .blog-grid-style .blog-inner {
    height: auto;
    transition: all 0.3s linear;
    padding: 0 6px;
    width: 33.33%;
    margin: 0 0 12px 0;
    float: none; }
    @media screen and (min-width: 1280px) {
      .blog-grid-style .blog-inner {
        margin: 0 0 0.83333vw 0;
        padding: 0 0.41667vw; } }
    @media screen and (max-width: 1023px) {
      .blog-grid-style .blog-inner {
        width: 50%; } }
    @media screen and (max-width: 767px) {
      .blog-grid-style .blog-inner {
        width: 100%; } }
  .blog-grid-style .blog {
    background: white;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    border: 1px solid #eeeeee; }
    @media screen and (min-width: 1280px) {
      .blog-grid-style .blog {
        border-width: 0.06944vw; } }
    .blog-grid-style .blog .blog-post-figure {
      margin: 0;
      border-bottom: 1px solid #eeeeee;
      padding: 0; }
      @media screen and (min-width: 1280px) {
        .blog-grid-style .blog .blog-post-figure {
          border-bottom-width: 0.06944vw; } }
    .blog-grid-style .blog .bottom-section {
      display: none; }
    .blog-grid-style .blog .blog-thumbnail {
      width: 100%;
      margin: 0;
      max-width: 100%; }
      .blog-grid-style .blog .blog-thumbnail a {
        padding: 0;
        border: none;
        display: block;
        overflow: hidden; }
      .blog-grid-style .blog .blog-thumbnail img {
        max-height: 250px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        height: 250px;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }
        @media screen and (min-width: 1280px) {
          .blog-grid-style .blog .blog-thumbnail img {
            border-top-left-radius: 0.69444vw;
            border-top-right-radius: 0.69444vw;
            max-height: 17.36111vw;
            height: 17.36111vw; } }
        @media screen and (max-width: 1023px) {
          .blog-grid-style .blog .blog-thumbnail img {
            height: 30.864vw; } }
        @media screen and (max-width: 767px) {
          .blog-grid-style .blog .blog-thumbnail img {
            height: 56.864vw; } }
    .blog-grid-style .blog .blog-post-body {
      padding: 30px;
      text-align: left;
      display: flex;
      flex-direction: column;
      height: 100%; }
      @media screen and (min-width: 1280px) {
        .blog-grid-style .blog .blog-post-body {
          padding: 2.08333vw; } }
      @media screen and (max-width: 1023px) {
        .blog-grid-style .blog .blog-post-body {
          padding: 15px; } }
      .blog-grid-style .blog .blog-post-body .blog-header {
        flex: 1 0 auto; }
    .blog-grid-style .blog .blog-post-body {
      width: 100%;
      background: #fafafa; }
    .blog-grid-style .blog .blog-title {
      margin: 0 0 15px 0;
      font-size: 16px;
      line-height: 22px;
      text-transform: uppercase;
      font-family: "Cinzel";
      letter-spacing: -0.025em;
      font-weight: normal; }
      @media screen and (min-width: 1280px) {
        .blog-grid-style .blog .blog-title {
          margin: 0 0 1.04167vw 0;
          font-size: 1.11111vw;
          line-height: 1.52778vw; } }
      .blog-grid-style .blog .blog-title a {
        color: black;
        transform: perspective(1px) translateZ(0);
        overflow: hidden;
        transition-duration: 0.3s;
        transition-property: color; }
        .blog-grid-style .blog .blog-title a:hover {
          color: darkgray; }
    .blog-grid-style .blog .blog-date {
      font-weight: normal;
      font-size: 12px;
      line-height: 18px;
      color: black;
      text-align: left;
      margin: 0 0 10px 0; }
      @media screen and (min-width: 1280px) {
        .blog-grid-style .blog .blog-date {
          font-size: 0.83333vw;
          line-height: 1.25vw;
          margin: 0 0 0.69444vw 0; } }
    .blog-grid-style .blog .blog-post {
      text-align: left;
      font-size: 12px;
      line-height: 22px;
      font-family: "gothambook", sans-serif; }
      @media screen and (min-width: 1280px) {
        .blog-grid-style .blog .blog-post {
          font-size: 0.83333vw;
          line-height: 1.52778vw; } }
      @media screen and (max-width: 1023px) {
        .blog-grid-style .blog .blog-post {
          font-size: 16px;
          line-height: 24px; } }
      .blog-grid-style .blog .blog-post p {
        font-size: 14px;
        line-height: 22px; }
        @media screen and (min-width: 1280px) {
          .blog-grid-style .blog .blog-post p {
            font-size: 0.97222vw;
            line-height: 1.52778vw; } }
        @media screen and (max-width: 1023px) {
          .blog-grid-style .blog .blog-post p {
            font-size: 16px;
            line-height: 24px; } }
        @media screen and (max-width: 767px) {
          .blog-grid-style .blog .blog-post p {
            padding-right: 0; } }
      .blog-grid-style .blog .blog-post .read-more {
        text-transform: capitalize;
        color: black;
        text-decoration: underline;
        display: block;
        width: -moz-max-content;
        width: max-content;
        margin-top: 15px;
        font-family: "gothambook", sans-serif; }
        @media screen and (min-width: 1280px) {
          .blog-grid-style .blog .blog-post .read-more {
            margin-top: 1.04167vw; } }
        .blog-grid-style .blog .blog-post .read-more:hover {
          color: darkgray; }
    .blog-grid-style .blog + .blog {
      padding-top: 0;
      margin-top: 0;
      border: 0; }
      @media screen and (max-width: 767px) {
        .blog-grid-style .blog + .blog {
          margin-top: 30px; } }
    .blog-grid-style .blog:hover .blog-inner {
      background: #EDEDED; }
  .blog-grid-style:after, .blog-grid-style:before {
    display: none; }

.type-blog_post .blog {
  margin-bottom: 0px; }

.type-blog_post .blog-post-figure {
  max-width: 800px;
  background: white;
  border-radius: 10px; }
  @media screen and (min-width: 1280px) {
    .type-blog_post .blog-post-figure {
      max-width: 55.55556vw;
      border-radius: 0.69444vw; } }

.type-blog_post .blog-header {
  max-width: 680px;
  margin: 34px auto 0; }
  @media screen and (min-width: 1280px) {
    .type-blog_post .blog-header {
      max-width: 47.22222vw;
      margin: 2.36111vw auto 0; } }
  @media screen and (max-width: 767px) {
    .type-blog_post .blog-header {
      margin-top: 20px; } }
  .type-blog_post .blog-header .blog-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 19px;
    color: black; }
    @media screen and (min-width: 1280px) {
      .type-blog_post .blog-header .blog-title {
        font-size: 1.66667vw;
        line-height: 1.94444vw;
        margin-bottom: 1.31944vw; } }
    @media screen and (max-width: 1023px) {
      .type-blog_post .blog-header .blog-title {
        font-size: 22px;
        line-height: 24px; } }
    @media screen and (max-width: 767px) {
      .type-blog_post .blog-header .blog-title {
        font-size: 20px;
        margin: 0 0 20px; } }
    .type-blog_post .blog-header .blog-title a {
      color: black; }
      .type-blog_post .blog-header .blog-title a:hover {
        color: darkgray; }
  .type-blog_post .blog-header .blog-date {
    font-weight: normal;
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    color: black;
    margin-bottom: 20px; }
    @media screen and (min-width: 1280px) {
      .type-blog_post .blog-header .blog-date {
        font-size: 0.83333vw;
        line-height: 1.31944vw;
        margin-bottom: 1.38889vw; } }
    @media screen and (max-width: 767px) {
      .type-blog_post .blog-header .blog-date {
        margin-bottom: 20px; } }

.type-blog_post .blog-thumbnail {
  max-width: 100%;
  margin: 0 0 50px; }
  @media screen and (min-width: 1280px) {
    .type-blog_post .blog-thumbnail {
      margin-bottom: 3.47222vw; } }
  @media screen and (max-width: 1023px) {
    .type-blog_post .blog-thumbnail {
      margin-bottom: 30px; } }
  .type-blog_post .blog-thumbnail img {
    height: 500px;
    padding: 0px;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
    @media screen and (min-width: 1280px) {
      .type-blog_post .blog-thumbnail img {
        height: 34.72222vw; } }
    @media screen and (max-width: 1023px) {
      .type-blog_post .blog-thumbnail img {
        height: 49.383vw; } }
    @media screen and (max-width: 767px) {
      .type-blog_post .blog-thumbnail img {
        height: 65.464vw; } }

.type-blog_post .blog-post-body {
  max-width: 800px;
  margin: 0 auto;
  width: 100%; }
  @media screen and (min-width: 1280px) {
    .type-blog_post .blog-post-body {
      max-width: 55.55556vw; } }
  @media screen and (max-width: 767px) {
    .type-blog_post .blog-post-body {
      overflow: hidden; } }
  .type-blog_post .blog-post-body .blog-post {
    font-size: 15px;
    line-height: 24px;
    border-bottom: 1px solid black;
    padding-bottom: 23px; }
    @media screen and (min-width: 1280px) {
      .type-blog_post .blog-post-body .blog-post {
        font-size: 1.04167vw;
        line-height: 1.66667vw;
        padding-bottom: 1.59722vw;
        border-bottom: 0.06944vw solid black; } }
    @media screen and (max-width: 1023px) {
      .type-blog_post .blog-post-body .blog-post {
        font-size: 16px;
        line-height: 24px; } }
    @media screen and (max-width: 767px) {
      .type-blog_post .blog-post-body .blog-post {
        padding-bottom: 0px; } }
    .type-blog_post .blog-post-body .blog-post p:empty {
      display: none; }
    .type-blog_post .blog-post-body .blog-post h2 {
      font-size: 34px;
      line-height: 38px; }
      @media screen and (min-width: 1280px) {
        .type-blog_post .blog-post-body .blog-post h2 {
          font-size: 2.36111vw;
          line-height: 2.63889vw; } }
    .type-blog_post .blog-post-body .blog-post ul {
      list-style: none;
      margin-left: 0;
      margin-bottom: 28px; }
      @media screen and (min-width: 1280px) {
        .type-blog_post .blog-post-body .blog-post ul {
          margin-bottom: 1.94444vw; } }
      .type-blog_post .blog-post-body .blog-post ul li {
        position: relative;
        padding-left: 18px;
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 7px; }
        @media screen and (min-width: 1280px) {
          .type-blog_post .blog-post-body .blog-post ul li {
            padding-left: 1.25vw;
            font-size: 1.04167vw;
            line-height: 1.66667vw;
            margin-bottom: 0.48611vw; } }
        @media screen and (max-width: 1023px) {
          .type-blog_post .blog-post-body .blog-post ul li {
            font-size: 16px;
            line-height: 24px; } }
        .type-blog_post .blog-post-body .blog-post ul li:before {
          position: absolute;
          content: "";
          background: darkgray;
          width: 5px;
          height: 5px;
          border-radius: 100%;
          left: 0px;
          top: 10px; }
          @media screen and (min-width: 1280px) {
            .type-blog_post .blog-post-body .blog-post ul li:before {
              width: 0.34722vw;
              height: 0.34722vw;
              top: 0.69444vw; } }
    .type-blog_post .blog-post-body .blog-post ol {
      margin-left: 16px;
      margin-bottom: 28px; }
      @media screen and (min-width: 1280px) {
        .type-blog_post .blog-post-body .blog-post ol {
          margin-left: 1.11111vw;
          margin-bottom: 1.94444vw; } }
      .type-blog_post .blog-post-body .blog-post ol li {
        padding-left: 15px;
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 7px; }
        @media screen and (min-width: 1280px) {
          .type-blog_post .blog-post-body .blog-post ol li {
            padding-left: 1.04167vw;
            font-size: 1.04167vw;
            line-height: 1.66667vw;
            margin-bottom: 0.48611vw; } }
        @media screen and (max-width: 1023px) {
          .type-blog_post .blog-post-body .blog-post ol li {
            font-size: 16px;
            line-height: 24px; } }
    .type-blog_post .blog-post-body .blog-post p {
      font-size: 15px;
      line-height: 24px; }
      @media screen and (min-width: 1280px) {
        .type-blog_post .blog-post-body .blog-post p {
          font-size: 1.04167vw;
          line-height: 1.66667vw; } }
      @media screen and (max-width: 1023px) {
        .type-blog_post .blog-post-body .blog-post p {
          font-size: 16px;
          line-height: 24px; } }
      .type-blog_post .blog-post-body .blog-post p img {
        margin: 0 auto;
        width: 100%; }

.blog-default-img {
  opacity: 0.7;
  -o-object-fit: contain;
     object-fit: contain; }

.bottom-section {
  display: flex;
  align-items: flex-start;
  padding: 50px 0; }
  @media screen and (min-width: 1280px) {
    .bottom-section {
      padding: 3.47222vw 0; } }
  @media screen and (max-width: 1023px) {
    .bottom-section {
      padding: 30px 0;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      justify-content: center; } }
  @media screen and (max-width: 767px) {
    .bottom-section {
      padding: 30px 0 50px; } }
  .bottom-section .tag-info {
    width: calc(100% - 255px);
    text-align: left;
    padding-right: 30px; }
    @media screen and (min-width: 1280px) {
      .bottom-section .tag-info {
        width: calc(100% - 17.70833vw);
        padding-right: 2.08333vw; } }
    @media screen and (max-width: 767px) {
      .bottom-section .tag-info {
        width: 100%;
        text-align: center;
        padding-right: 0;
        margin-bottom: 25px; } }
    .bottom-section .tag-info .tags {
      margin: 0 -6px;
      text-align: left; }
      @media screen and (min-width: 1280px) {
        .bottom-section .tag-info .tags {
          margin: 0 -0.41667vw; } }
    .bottom-section .tag-info .tag {
      padding: 0 6px 6px; }
      @media screen and (min-width: 1280px) {
        .bottom-section .tag-info .tag {
          padding: 0 0.41667vw 0.41667vw; } }
      @media screen and (max-width: 767px) {
        .bottom-section .tag-info .tag {
          padding: 0 5px; } }
      .bottom-section .tag-info .tag a {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        color: white;
        border: 1px solid darkgray;
        border-radius: 100px;
        padding: 6px 25px; }
        @media screen and (min-width: 1280px) {
          .bottom-section .tag-info .tag a {
            font-size: 0.83333vw;
            line-height: 1.11111vw;
            padding: 0.41667vw 1.73611vw;
            border-width: 0.06944vw; } }
        @media screen and (max-width: 767px) {
          .bottom-section .tag-info .tag a {
            padding: 6px 15px; } }
        .bottom-section .tag-info .tag a:hover {
          background: white;
          color: darkgray;
          border-color: darkgray; }
  .bottom-section .social-icon {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .bottom-section .social-icon {
        justify-content: flex-start;
        width: 100%; } }
    .bottom-section .social-icon .socialLinks {
      margin: 0 -6px;
      line-height: normal; }
      @media screen and (min-width: 1280px) {
        .bottom-section .social-icon .socialLinks {
          margin: 0 -0.41667vw; } }
      .bottom-section .social-icon .socialLinks .socialLinks-item {
        margin: 0;
        padding: 0 6px; }
        @media screen and (min-width: 1280px) {
          .bottom-section .social-icon .socialLinks .socialLinks-item {
            padding: 0 0.41667vw; } }
        .bottom-section .social-icon .socialLinks .socialLinks-item .icon {
          height: 37px;
          width: 37px;
          border-radius: 50%;
          border: 1px solid black;
          padding: 9px; }
          @media screen and (min-width: 1280px) {
            .bottom-section .social-icon .socialLinks .socialLinks-item .icon {
              width: 2.56944vw;
              height: 2.56944vw;
              border-width: 0.06944vw;
              padding: 0.625vw; } }
          .bottom-section .social-icon .socialLinks .socialLinks-item .icon svg {
            fill: black; }
          .bottom-section .social-icon .socialLinks .socialLinks-item .icon:hover {
            background: black;
            border-color: black; }
            .bottom-section .social-icon .socialLinks .socialLinks-item .icon:hover svg {
              fill: white; }

.socialLinks__link:before, .socialLinks__link:after {
  display: none !important; }

.author_page_loader {
  margin: 0 auto; }

/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-pointer-events {
  touch-action: pan-y; }

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden; }

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0); }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important; }

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-lock {
  display: none; }

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */ }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

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

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube {
  overflow: visible; }

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px); }

.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden; }

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height; }

.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  min-width: 170px; }
  @media screen and (min-width: 1280px) {
    .select2-container {
      min-width: 11.80556vw; } }
  .select2-container.select-disabled {
    pointer-events: none;
    filter: opacity(0.7) grayscale(1); }

.select2 {
  width: 100% !important; }

.select2-container .select2-selection--single {
  background-repeat: no-repeat;
  background-size: 8px auto;
  background-position: right 20px center;
  font-size: 13px;
  line-height: 18px;
  padding: 12px 15px;
  border: 0px solid #8f8f8f;
  border-radius: 0;
  color: black;
  outline: none;
  display: block;
  background-color: #fafafa;
  font-family: "gothambook", sans-serif; }
  @media screen and (min-width: 1280px) {
    .select2-container .select2-selection--single {
      font-size: 0.90278vw;
      line-height: 1.25vw;
      background-size: 0.55556vw auto;
      background-position: right 1.38889vw center;
      padding: 0.83333vw 1.04167vw; } }
  @media only screen and (max-width: 413px) {
    .select2-container .select2-selection--single {
      padding: 12px 20px; } }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left; }

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 14px; }
  @media screen and (min-width: 1280px) {
    .select2-container .select2-selection--single .select2-selection__clear {
      font-size: get(28px); } }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
  @media screen and (min-width: 1280px) {
    .select2-container .select2-selection--multiple {
      min-height: 2.15278vw; } }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0; }

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 14px; }
  @media screen and (min-width: 1280px) {
    .select2-container .select2-selection--multiple .select2-selection__clear {
      font-size: 0.97222vw; } }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 0px;
  margin-left: 0px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all; }
  @media screen and (min-width: 1280px) {
    .select2-container .select2-search--inline .select2-search__field {
      height: get(36px); } }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  min-width: 100px;
  text-align: left;
  border-radius: 0px;
  margin-top: 5px;
  overflow: hidden; }
  @media screen and (min-width: 1280px) {
    .select2-dropdown {
      border: 0.06944vw solid #ddd;
      margin-top: 0.34722vw; } }

.select2-results {
  display: block;
  max-height: 250px;
  overflow: auto;
  border-radius: 0px; }
  @media screen and (min-width: 1280px) {
    .select2-results {
      max-height: 17.36111vw; } }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }
  .select2-results__options li {
    margin: 0; }
    .select2-results__options li:before {
      display: none; }

.select2-results__option {
  padding: 7px 10px !important;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  font-size: 12px;
  line-height: 20px; }
  @media screen and (min-width: 1280px) {
    .select2-results__option {
      font-size: 0.90278vw;
      line-height: 1.38889vw;
      padding: 0.48611vw 0.69444vw !important; } }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--default .select2-results__option--selected {
  background-color: black;
  color: white; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: black;
  color: white; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  @media screen and (min-width: 1280px) {
    .select2-search--dropdown {
      padding: 0.27778vw; } }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }
  @media screen and (min-width: 1280px) {
    .select2-search--dropdown .select2-search__field {
      padding: 0.27778vw; } }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #000; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 30px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  @media screen and (min-width: 1280px) {
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      width: 2.08333vw;
      height: 2.77778vw; } }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  height: 6px;
  width: 11px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L4 4L7 1' stroke='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 8px 5px;
  background-position: center; }
  @media screen and (min-width: 1280px) {
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      height: 0.41667vw;
      width: 0.76389vw;
      background-size: 0.55556vw 0.34722vw; } }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  cursor: not-allowed;
  background-color: #e0e0e0; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg); }

.select2-search--dropdown .select2-search__field {
  border-radius: 0;
  border: 0px solid #dddddd;
  padding: 10px 15px;
  outline: none;
  color: black;
  font-size: 13px;
  margin: 0;
  font-family: "gothambook", sans-serif;
  background: #fafafa; }
  @media screen and (min-width: 1280px) {
    .select2-search--dropdown .select2-search__field {
      padding: 0.69444vw 1.04167vw;
      font-size: 0.90278vw; } }

.select2-container--open .show-dropdown + .select2-results {
  border-radius: 0px; }
  .select2-container--open .show-dropdown + .select2-results .select2-results__options {
    border-radius: 0px; }

@media screen and (max-width: 1023px) {
  .page-content {
    padding: 0; } }

.loadingOverlay {
  position: fixed; }

@media screen and (max-width: 1023px) {
  .cart .cart-list {
    border-top: 0; } }

@media screen and (max-width: 767px) {
  .cart {
    margin-bottom: 0; } }

.cart .cart-header .cart-header-item {
  color: black;
  text-align: center;
  font-family: "gothammedium", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 10px; }
  @media screen and (min-width: 1280px) {
    .cart .cart-header .cart-header-item {
      padding-bottom: 0.69444vw; } }
  .cart .cart-header .cart-header-item:first-child {
    text-align: left; }
  .cart .cart-header .cart-header-item:last-child {
    text-align: right; }

.cart .cart-list {
  border-color: #eeeeee; }

.cart .cart-item {
  border-bottom: 1px solid #eeeeee; }
  @media screen and (min-width: 1280px) {
    .cart .cart-item {
      border-bottom: 0.06944vw solid #eeeeee; } }
  @media screen and (max-width: 1023px) {
    .cart .cart-item {
      position: relative; } }
  @media screen and (max-width: 767px) {
    .cart .cart-item {
      padding: 15px 0;
      width: 100%;
      display: inline-block; } }
  @media screen and (max-width: 1023px) {
    .cart .cart-item:first-child {
      border-top: 1px solid #ddd; } }

.cart .cart-item-figure {
  padding: 15px 0; }
  @media screen and (min-width: 1280px) {
    .cart .cart-item-figure {
      padding: 1.04167vw 0; } }
  @media screen and (max-width: 767px) {
    .cart .cart-item-figure {
      margin-left: 0;
      width: 25%;
      position: absolute;
      padding: 0px; } }
  .cart .cart-item-figure .gift-img {
    width: 90%; }
    @media screen and (max-width: 1023px) {
      .cart .cart-item-figure .gift-img {
        width: 60%; } }
  .cart .cart-item-figure .cart-item-image {
    max-height: inherit;
    width: 100px;
    padding: 12px;
    background: white;
    max-width: none;
    border: 1px solid #eeeeee;
    border-radius: 0px; }
    @media screen and (min-width: 1280px) {
      .cart .cart-item-figure .cart-item-image {
        width: 6.94444vw;
        padding: 0.83333vw; } }
    @media screen and (max-width: 767px) {
      .cart .cart-item-figure .cart-item-image {
        width: 80px; } }
  .cart .cart-item-figure:after {
    display: none; }

@media screen and (max-width: 1023px) {
  .cart .cart-item-block .custom-plus-minus {
    margin: 0; } }

.cart .cart-item-block .custom-plus-minus .value-button {
  width: 42px; }
  @media screen and (min-width: 1280px) {
    .cart .cart-item-block .custom-plus-minus .value-button {
      width: 2.91667vw; } }

.cart .cart-item-block .cart-item-label {
  font-size: 14px;
  font-weight: 500;
  color: black;
  margin-bottom: 5px; }
  @media screen and (min-width: 1280px) {
    .cart .cart-item-block .cart-item-label {
      margin-bottom: 0.34722vw;
      font-size: 0.97222vw; } }
  @media screen and (max-width: 1023px) {
    .cart .cart-item-block .cart-item-label {
      padding-left: 15px;
      margin-bottom: 0;
      font-family: "gothammedium", sans-serif;
      font-weight: 500;
      font-size: 12px; } }
  @media screen and (max-width: 767px) {
    .cart .cart-item-block .cart-item-label {
      margin-bottom: 0px; } }

.cart .cart-item-block.unit-block .form-increment {
  width: -moz-max-content;
  width: max-content; }
  @media screen and (max-width: 1023px) {
    .cart .cart-item-block.unit-block .form-increment {
      margin: 0;
      padding-left: 10px; } }

.cart .cart-item-block.unit-block .select2.select2-container {
  width: -moz-fit-content !important;
  width: fit-content !important; }
  @media screen and (max-width: 1023px) {
    .cart .cart-item-block.unit-block .select2.select2-container {
      margin: 0;
      padding-left: 15px;
      min-width: 130px; }
      .cart .cart-item-block.unit-block .select2.select2-container .select2-selection--single {
        padding: 16px 20px 16px 15px; } }
  @media screen and (max-width: 413px) {
    .cart .cart-item-block.unit-block .select2.select2-container {
      padding-left: 0; } }

.cart .cart-item-title {
  padding: 20px 15px;
  text-align: left; }
  @media screen and (min-width: 1280px) {
    .cart .cart-item-title {
      padding: 1.38889vw 1.04167vw; } }
  @media screen and (max-width: 1023px) {
    .cart .cart-item-title {
      padding: 0 25px 0 15px;
      margin-bottom: 10px; } }
  @media screen and (max-width: 767px) {
    .cart .cart-item-title {
      margin-bottom: 15px;
      width: calc(100% - 25%);
      float: right;
      height: auto; } }
  @media screen and (max-width: 767px) {
    .cart .cart-item-title {
      padding-left: 20px; } }
  .cart .cart-item-title .clickAndCollectCartHTML {
    padding: 5px 0px 6px;
    margin-bottom: 10px;
    background: none; }
    @media screen and (min-width: 1280px) {
      .cart .cart-item-title .clickAndCollectCartHTML {
        padding: 0.34722vw 0 0.41667vw;
        margin-bottom: 0.69444vw; } }
    .cart .cart-item-title .clickAndCollectCartHTML .onlineAvailability {
      font-size: 12px;
      font-family: "gothambook", sans-serif;
      font-weight: normal; }
      @media screen and (min-width: 1280px) {
        .cart .cart-item-title .clickAndCollectCartHTML .onlineAvailability {
          font-size: 0.83333vw; } }
    @media screen and (max-width: 767px) {
      .cart .cart-item-title .clickAndCollectCartHTML .onlineAvailability + span {
        display: none !important; } }
    @media screen and (max-width: 767px) {
      .cart .cart-item-title .clickAndCollectCartHTML .availability {
        display: none !important; } }
    .cart .cart-item-title .clickAndCollectCartHTML .onlineAvailability.notAvailable {
      font-size: 12px; }
      @media screen and (min-width: 1280px) {
        .cart .cart-item-title .clickAndCollectCartHTML .onlineAvailability.notAvailable {
          font-size: 0.83333vw; } }
  .cart .cart-item-title .cart-item-brand {
    display: none; }
  .cart .cart-item-title .cart-item-name {
    margin-bottom: 8px;
    text-align: left; }
    @media screen and (min-width: 1280px) {
      .cart .cart-item-title .cart-item-name {
        margin-bottom: 0.55556vw; } }
    @media screen and (max-width: 1023px) {
      .cart .cart-item-title .cart-item-name {
        display: block; } }
  .cart .cart-item-title .cart-item-name,
  .cart .cart-item-title .cart-item-name a {
    font-size: 13px;
    font-weight: normal;
    color: black;
    text-transform: uppercase;
    line-height: 17px;
    text-decoration: none;
    font-family: "gothammedium", sans-serif; }
    @media screen and (min-width: 1280px) {
      .cart .cart-item-title .cart-item-name,
      .cart .cart-item-title .cart-item-name a {
        font-size: 0.90278vw;
        line-height: 1.18056vw; } }
    @media screen and (max-width: 1023px) {
      .cart .cart-item-title .cart-item-name,
      .cart .cart-item-title .cart-item-name a {
        max-width: 85%; } }
    @media screen and (max-width: 767px) {
      .cart .cart-item-title .cart-item-name,
      .cart .cart-item-title .cart-item-name a {
        line-height: 21px; } }
    .cart .cart-item-title .cart-item-name:hover,
    .cart .cart-item-title .cart-item-name a:hover {
      color: darkgray; }
  .cart .cart-item-title .definitionList {
    margin: 0; }
    @media screen and (max-width: 1023px) {
      .cart .cart-item-title .definitionList {
        max-width: 85%; } }
    .cart .cart-item-title .definitionList + a {
      text-decoration: underline;
      font-family: "gothammedium", sans-serif;
      font-size: 12px; }
      @media screen and (min-width: 1280px) {
        .cart .cart-item-title .definitionList + a {
          font-size: 0.83333vw; } }
    .cart .cart-item-title .definitionList .definitionList-key {
      margin: 0 6px 4px 0;
      font-size: 12px;
      line-height: 18px;
      font-weight: 400;
      font-family: "gothammedium", sans-serif;
      float: left;
      clear: both; }
      @media screen and (min-width: 1280px) {
        .cart .cart-item-title .definitionList .definitionList-key {
          font-size: 0.83333vw;
          line-height: 1.25vw;
          margin: 0 0.41667vw 0.27778vw 0; } }
    .cart .cart-item-title .definitionList .definitionList-value {
      margin: 0;
      font-size: 12px;
      font-weight: 500;
      float: left;
      color: black;
      line-height: 19px; }
      @media screen and (min-width: 1280px) {
        .cart .cart-item-title .definitionList .definitionList-value {
          font-size: 0.83333vw;
          line-height: 1.31944vw; } }
      @media screen and (max-width: 1279px) {
        .cart .cart-item-title .definitionList .definitionList-value {
          font-size: 14px; } }
      @media screen and (max-width: 767px) {
        .cart .cart-item-title .definitionList .definitionList-value {
          margin-bottom: 5px; } }
  .cart .cart-item-title .change {
    font-size: 12px;
    line-height: 18px;
    color: black;
    text-decoration: underline;
    display: block;
    width: -moz-max-content;
    width: max-content; }
    @media screen and (min-width: 1280px) {
      .cart .cart-item-title .change {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }
    @media screen and (max-width: 1279px) {
      .cart .cart-item-title .change {
        font-size: 14px; } }
    .cart .cart-item-title .change:hover {
      color: darkgray; }

.cart .cart-item-info {
  text-align: center; }
  @media screen and (max-width: 1023px) {
    .cart .cart-item-info {
      width: 20%;
      text-align: left; } }
  @media screen and (max-width: 767px) {
    .cart .cart-item-info {
      clear: both;
      width: calc(100% - 25%);
      float: right;
      margin-bottom: 10px;
      padding: 0 15px; }
      .cart .cart-item-info .cart-item-label {
        width: auto;
        padding: 0; }
      .cart .cart-item-info:last-child {
        margin-bottom: 0; } }
  @media only screen and (max-width: 567px) {
    .cart .cart-item-info {
      padding-left: 1.5rem; }
      .cart .cart-item-info .cart-item-label {
        width: 32% !important;
        text-align: left;
        padding-left: 0; } }
  @media only screen and (max-width: 374px) {
    .cart .cart-item-info {
      width: 100%;
      padding: 0; }
      .cart .cart-item-info .cart-item-label {
        width: 34% !important; } }
  .cart .cart-item-info .cart-item-value {
    font-size: 13px;
    font-weight: normal;
    font-family: "gothammedium", sans-serif; }
    @media screen and (min-width: 1280px) {
      .cart .cart-item-info .cart-item-value {
        font-size: 0.90278vw; } }
    @media screen and (max-width: 1023px) {
      .cart .cart-item-info .cart-item-value {
        padding-left: 15px; } }
    @media screen and (max-width: 767px) {
      .cart .cart-item-info .cart-item-value {
        padding-left: 0; } }
    @media only screen and (max-width: 666px) {
      .cart .cart-item-info .cart-item-value {
        width: 80%; } }
    @media only screen and (max-width: 374px) {
      .cart .cart-item-info .cart-item-value {
        padding-left: 0px;
        font-size: 14px; } }
  .cart .cart-item-info .form-increment {
    margin: 0;
    width: 178px;
    display: flex;
    margin: auto;
    border-radius: 5em;
    justify-content: center; }
    @media screen and (min-width: 1280px) {
      .cart .cart-item-info .form-increment {
        width: 12.36111vw; } }
    @media screen and (max-width: 1023px) {
      .cart .cart-item-info .form-increment {
        margin-top: 5px;
        margin-left: auto; } }
    @media only screen and (max-width: 666px) {
      .cart .cart-item-info .form-increment {
        margin-left: 1.5rem;
        margin-top: 0; } }
    @media only screen and (max-width: 479px) {
      .cart .cart-item-info .form-increment {
        width: 150px; } }
    @media only screen and (max-width: 413px) {
      .cart .cart-item-info .form-increment {
        margin-left: 15px;
        width: 140px; } }
    .cart .cart-item-info .form-increment .button {
      background: none;
      border: none; }
    .cart .cart-item-info .form-increment .form-input {
      color: black;
      padding: 8px; }
      @media screen and (min-width: 1280px) {
        .cart .cart-item-info .form-increment .form-input {
          padding: 0.55556vw; } }
  .cart .cart-item-info .gift-input {
    width: 149px;
    text-align: center; }
    @media screen and (min-width: 1280px) {
      .cart .cart-item-info .gift-input {
        width: 10.34722vw; } }
    @media only screen and (max-width: 735px) {
      .cart .cart-item-info .gift-input {
        width: 111px; } }
  .cart .cart-item-info .cart-remove {
    width: 24px;
    height: 24px;
    background: black;
    padding: 1px;
    margin: 1px 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px; }
    @media screen and (min-width: 1280px) {
      .cart .cart-item-info .cart-remove {
        width: 1.66667vw;
        height: 1.66667vw;
        padding: 0.06944vw;
        margin: 0.06944vw 0 0 0.69444vw; } }
    @media only screen and (max-width: 1023px) {
      .cart .cart-item-info .cart-remove {
        margin: 0px;
        position: absolute;
        right: 0;
        top: 23px; } }
    @media only screen and (max-width: 666px) {
      .cart .cart-item-info .cart-remove {
        margin: 0px;
        position: absolute;
        right: 0;
        top: 15px; } }
    .cart .cart-item-info .cart-remove svg {
      fill: white;
      height: 10px;
      width: 10px;
      position: relative;
      left: 0px;
      stroke: none; }
      @media screen and (min-width: 1280px) {
        .cart .cart-item-info .cart-remove svg {
          height: 0.69444vw;
          width: 0.69444vw; } }
    .cart .cart-item-info .cart-remove:hover {
      background: darkgray; }
  @media screen and (max-width: 1023px) {
    .cart .cart-item-info.cart-item-quantity {
      width: 35%; } }
  @media screen and (max-width: 1023px) {
    .cart .cart-item-info.cart-item-quantity .cart-item-label {
      padding: 0;
      margin-top: 0; } }
  @media screen and (max-width: 767px) {
    .cart .cart-item-info.cart-item-quantity {
      width: calc(100% - 25%); }
      .cart .cart-item-info.cart-item-quantity .cart-item-label {
        padding: 0 15px 0 0;
        line-height: 42px;
        margin: 0; } }
  @media only screen and (max-width: 567px) {
    .cart .cart-item-info.cart-item-quantity .cart-item-label {
      padding-left: 0; } }
  @media only screen and (max-width: 374px) {
    .cart .cart-item-info.cart-item-quantity {
      width: 100%;
      padding: 0; } }
  @media screen and (max-width: 1023px) {
    .cart .cart-item-info.unit-block {
      width: 25%; } }
  @media only screen and (max-width: 735px) {
    .cart .cart-item-info.unit-block {
      width: 28%; } }
  @media only screen and (max-width: 666px) {
    .cart .cart-item-info.unit-block {
      width: calc(100% - 25%); }
      .cart .cart-item-info.unit-block .cart-item-label {
        line-height: 52px; } }
    @media only screen and (max-width: 666px) and (min-width: 1280px) {
      .cart .cart-item-info.unit-block .cart-item-label {
        line-height: 3.61111vw; } }
  @media only screen and (max-width: 374px) {
    .cart .cart-item-info.unit-block {
      width: 100%;
      padding: 0; }
      .cart .cart-item-info.unit-block .form-increment {
        padding: 0; } }
  @media screen and (max-width: 1023px) {
    .cart .cart-item-info.unit-block .select2-dropdown {
      margin-left: 15px;
      width: 116px !important; } }
  @media only screen and (max-width: 374px) {
    .cart .cart-item-info.unit-block .select2-dropdown {
      margin-left: 0;
      width: 130px !important; } }
  .cart .cart-item-info.total {
    text-align: right; }
    @media screen and (max-width: 1023px) {
      .cart .cart-item-info.total {
        text-align: left; } }
    .cart .cart-item-info.total .cart-item-value {
      font-weight: bold; }

@media screen and (max-width: 1023px) {
  .cart-totals {
    width: 60%; } }

@media screen and (max-width: 767px) {
  .cart-totals {
    width: 100%; } }

.cart-totals .cart-total .cart-total-label {
  color: black;
  padding: 20px 0;
  font-family: "gothammedium", sans-serif;
  font-size: 13px; }
  @media screen and (min-width: 1280px) {
    .cart-totals .cart-total .cart-total-label {
      padding: 1.38889vw 0;
      font-size: 0.90278vw; } }
  @media only screen and (max-width: 1023px) {
    .cart-totals .cart-total .cart-total-label {
      text-align: left;
      padding: 12px 0; } }
  @media screen and (max-width: 767px) {
    .cart-totals .cart-total .cart-total-label {
      width: 50%; } }
  .cart-totals .cart-total .cart-total-label strong {
    font-weight: normal; }

.cart-totals .cart-total .cart-total-value {
  padding: 20px 0;
  font-family: "gothammedium", sans-serif;
  font-size: 13px; }
  @media screen and (min-width: 1280px) {
    .cart-totals .cart-total .cart-total-value {
      padding: 1.38889vw 0;
      font-size: 0.90278vw; } }
  @media only screen and (max-width: 1023px) {
    .cart-totals .cart-total .cart-total-value {
      text-align: right;
      width: 50%;
      padding: 12px 0; } }
  .cart-totals .cart-total .cart-total-value .shipping-estimate-show .shipping-estimate-value:hover {
    color: darkgray; }

.cart-totals .cart-total .cart-total-grandTotal {
  font-family: "gothambold", sans-serif;
  font-size: 15px;
  font-weight: normal; }
  @media screen and (min-width: 1280px) {
    .cart-totals .cart-total .cart-total-grandTotal {
      font-size: 1.04167vw; } }
  .cart-totals .cart-total .cart-total-grandTotal span {
    font-weight: normal; }

.cart-totals .cart-total .cart-total-value,
.cart-totals .cart-total .shipping-estimate-show {
  color: black; }
  .cart-totals .cart-total .cart-total-value span,
  .cart-totals .cart-total .shipping-estimate-show span {
    font-style: normal; }

.cart-totals .cart-total .coupon-form .form-input,
.cart-totals .cart-total .cart-gift-certificate-form .form-input {
  padding: 17px 15px;
  line-height: 17.5px; }
  @media screen and (min-width: 1280px) {
    .cart-totals .cart-total .coupon-form .form-input,
    .cart-totals .cart-total .cart-gift-certificate-form .form-input {
      padding: 1.18056vw 1.04167vw;
      line-height: 1.21528vw; } }

@media only screen and (max-width: 567px) {
  .cart-totals .cart-total .coupon-form .form-input,
  .cart-totals .cart-total .cart-gift-certificate-form .form-input {
    width: 100%; }
  .cart-totals .cart-total .coupon-form .button,
  .cart-totals .cart-total .cart-gift-certificate-form .button {
    width: 100%;
    margin: 15px 0 0 0; } }

.cart-totals .cart-total .coupon-form .button,
.cart-totals .cart-total .cart-gift-certificate-form .button {
  justify-content: center; }

.cart-totals .cart-total .coupon-code {
  margin-bottom: 25px; }
  @media screen and (min-width: 1280px) {
    .cart-totals .cart-total .coupon-code {
      margin-bottom: 1.73611vw; } }

.cart-totals .cart-total .coupon-code-cancel,
.cart-totals .cart-total .coupon-code-add,
.cart-totals .cart-total .gift-certificate-add,
.cart-totals .cart-total .gift-certificate-cancel {
  color: black;
  font-style: normal; }
  .cart-totals .cart-total .coupon-code-cancel:hover,
  .cart-totals .cart-total .coupon-code-add:hover,
  .cart-totals .cart-total .gift-certificate-add:hover,
  .cart-totals .cart-total .gift-certificate-cancel:hover {
    color: darkgray; }

.cart-totals .cart-total + .cart-total {
  border-top: 1px solid #eeeeee; }
  @media screen and (min-width: 1280px) {
    .cart-totals .cart-total + .cart-total {
      border-top: 0.06944vw solid #eeeeee; } }

.cart-totals .form-select {
  height: auto;
  padding: 12px 30px;
  font-size: 14px;
  line-height: 18px; }
  @media screen and (min-width: 1280px) {
    .cart-totals .form-select {
      padding: 0.83333vw 2.08333vw;
      font-size: 0.97222vw;
      line-height: 1.25vw; } }
  @media only screen and (max-width: 1023px) {
    .cart-totals .form-select {
      padding: 11px 11px;
      background-position: right 15px center; } }

.cart-totals .form-input {
  padding: 12px 15px;
  height: auto; }
  @media screen and (min-width: 1280px) {
    .cart-totals .form-input {
      padding: 0.83333vw 1.04167vw; } }

.cart-totals .cart-total-grandTotal {
  font-size: 22px; }
  @media screen and (min-width: 1280px) {
    .cart-totals .cart-total-grandTotal {
      font-size: 1.52778vw; } }
  @media only screen and (max-width: 1023px) {
    .cart-totals .cart-total-grandTotal {
      padding: 12px 0 !important; } }
  .cart-totals .cart-total-grandTotal span {
    font-weight: bold;
    color: black; }

.gift-certificate-code {
  margin-bottom: 25px; }
  @media screen and (min-width: 1280px) {
    .gift-certificate-code {
      margin-bottom: 1.80556vw; } }
  .gift-certificate-code .form {
    margin-bottom: 0; }

.shipping-estimator {
  display: inline-block;
  width: 100%; }
  .shipping-estimator .estimator-form-label {
    font-size: 12px;
    text-transform: none; }
    @media screen and (min-width: 1280px) {
      .shipping-estimator .estimator-form-label {
        font-size: 0.83333vw; } }
    @media only screen and (max-width: 567px) {
      .shipping-estimator .estimator-form-label {
        line-height: normal;
        width: 100%;
        float: none;
        text-align: left; } }
    .shipping-estimator .estimator-form-label .form-label {
      font-size: 12px;
      line-height: 44px;
      margin: 0;
      color: black;
      font-weight: 400;
      text-transform: none; }
      @media screen and (min-width: 1280px) {
        .shipping-estimator .estimator-form-label .form-label {
          font-size: 0.83333vw;
          line-height: 3.05556vw; } }
      @media only screen and (max-width: 567px) {
        .shipping-estimator .estimator-form-label .form-label {
          line-height: normal;
          margin-bottom: 5px; } }
  .shipping-estimator .estimator-form-input {
    margin-bottom: 15px; }
    @media screen and (min-width: 1280px) {
      .shipping-estimator .estimator-form-input {
        margin-bottom: 1.04167vw; } }
  @media only screen and (max-width: 767px) {
    .shipping-estimator .estimator-form-input {
      width: 70%; } }
  @media only screen and (max-width: 767px) and (max-width: 567px) {
    .shipping-estimator .estimator-form-input {
      width: 100%;
      margin-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    .shipping-estimator .button {
      width: 70%; } }
  @media only screen and (max-width: 767px) and (max-width: 567px) {
    .shipping-estimator .button {
      width: 100%; } }

.estimator-form {
  display: inline-block;
  width: 100%; }
  .estimator-form dl {
    margin-bottom: 5px; }
    @media screen and (min-width: 1280px) {
      .estimator-form dl {
        margin-bottom: 0.34722vw; } }
  .estimator-form .button--primary {
    margin-bottom: 0; }

.cart-actions .checkout-btn {
  margin-bottom: 20px;
  min-width: 250px;
  justify-content: space-between; }
  @media screen and (min-width: 1280px) {
    .cart-actions .checkout-btn {
      margin-bottom: 1.38889vw;
      min-width: 17.36111vw; } }
  @media only screen and (max-width: 567px) {
    .cart-actions .checkout-btn {
      width: 100%;
      justify-content: space-between; } }

.cart-actions #qn-cart-to-quote {
  min-width: 250px;
  margin-top: 0;
  margin-bottom: 20px;
  justify-content: center; }
  @media screen and (min-width: 1280px) {
    .cart-actions #qn-cart-to-quote {
      min-width: 17.36111vw;
      margin-bottom: 1.38889vw; } }
  @media only screen and (max-width: 567px) {
    .cart-actions #qn-cart-to-quote {
      width: 100%;
      justify-content: space-between; } }

.type-cart .page {
  margin: 0; }

.type-cart .cart-actions .button {
  padding-left: 50px;
  padding-right: 50px;
  min-width: 284px; }
  @media screen and (min-width: 1280px) {
    .type-cart .cart-actions .button {
      padding-left: 3.47222vw;
      padding-right: 3.47222vw;
      min-width: 19.72222vw; } }

.type-cart .alertBox {
  background: #737373;
  margin-bottom: 20px; }
  @media screen and (min-width: 1280px) {
    .type-cart .alertBox {
      margin-bottom: 1.38889vw; } }

.type-cart .alertBox-message {
  color: white; }

.swal2-actions .swal2-confirm {
  background: black;
  color: white; }
  .swal2-actions .swal2-confirm:focus {
    background: black;
    color: white; }
    .swal2-actions .swal2-confirm:focus:hover {
      background: darkgray;
      color: white;
      box-shadow: none; }
  .swal2-actions .swal2-confirm:before {
    display: none; }
  .swal2-actions .swal2-confirm:hover {
    background: darkgray;
    box-shadow: none; }

.swal2-actions .swal2-cancel {
  background: darkgray;
  color: white;
  box-shadow: none; }
  .swal2-actions .swal2-cancel:before {
    display: none; }
  .swal2-actions .swal2-cancel:hover {
    background: black;
    color: white; }

@media screen and (min-width: 1280px) {
  .modal {
    width: 62.5vw; } }

@media screen and (min-width: 1280px) {
  .modal--large {
    width: 88.88889vw; } }

.modal-close .aria-description--hidden {
  display: none; }

.modal-close:before, .modal-close:after {
  display: none !important; }

.shipping-quotes {
  margin-bottom: 20px; }
  @media screen and (min-width: 1280px) {
    .shipping-quotes {
      margin-bottom: 1.38889vw; } }
  .shipping-quotes .button {
    margin-bottom: 0;
    width: 60%; }
  .shipping-quotes input:focus + label {
    outline: none !important; }

.estimator-form-label-text,
.estimator-form-label {
  outline: none !important; }

.empty-cart {
  border-top: 1px solid #ccc;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0; }
  @media screen and (min-width: 1280px) {
    .empty-cart {
      min-height: 13.88889vw;
      border-top: 0.06944vw solid #ccc; } }
  @media only screen and (max-width: 567px) {
    .empty-cart {
      min-height: 100px; } }

.modal-header-title {
  line-height: 30px;
  font-size: 25px;
  color: black; }
  @media screen and (min-width: 1280px) {
    .modal-header-title {
      line-height: 2.08333vw;
      font-size: 1.73611vw; } }
  @media screen and (max-width: 1023px) {
    .modal-header-title {
      font-size: 20px;
      line-height: 24px; } }
  @media only screen and (max-width: 567px) {
    .modal-header-title {
      font-size: 20px;
      line-height: 24px; } }

.modal-close {
  font-size: 40px;
  color: black;
  width: 32px;
  right: 20px; }
  @media screen and (min-width: 1280px) {
    .modal-close {
      font-size: 2.77778vw;
      width: 2.22222vw;
      right: 1.38889vw; } }
  @media screen and (max-width: 1023px) {
    .modal-close {
      font-size: 34px;
      line-height: 20px;
      margin-top: -5px !important; } }
  .modal-close:hover {
    color: darkgray; }

.swal2-popup .swal2-actions .swal2-confirm.swal2-styled {
  background: darkgray;
  color: white;
  border-color: darkgray; }
  .swal2-popup .swal2-actions .swal2-confirm.swal2-styled:focus {
    background: darkgray;
    color: white;
    border-color: darkgray; }
    .swal2-popup .swal2-actions .swal2-confirm.swal2-styled:focus:hover {
      color: white; }
  .swal2-popup .swal2-actions .swal2-confirm.swal2-styled:hover {
    color: white; }

.swal2-popup .swal2-actions .swal2-cancel.swal2-styled {
  border-color: black;
  color: black; }
  .swal2-popup .swal2-actions .swal2-cancel.swal2-styled:hover {
    background: darkgray;
    color: white;
    border-color: darkgray; }

#CartEditProductFieldsForm {
  padding-top: 0; }
  #CartEditProductFieldsForm .form-actions {
    padding-top: 30px; }
    @media screen and (min-width: 1280px) {
      #CartEditProductFieldsForm .form-actions {
        padding-top: 2.08333vw; } }
    #CartEditProductFieldsForm .form-actions .button {
      margin: 0 auto; }
  #CartEditProductFieldsForm .select2-results {
    max-height: 100px; }
    @media screen and (min-width: 1280px) {
      #CartEditProductFieldsForm .select2-results {
        max-height: 6.94444vw; } }
  #CartEditProductFieldsForm .sizeChart {
    display: none; }
  #CartEditProductFieldsForm .form-label small {
    display: none; }
  #CartEditProductFieldsForm [data-product-attributes-wrapper] {
    height: auto !important; }

.modal-body #CartEditProductFieldsForm .form-field .form-radio + .form-label::after,
.modal-body #CartEditProductFieldsForm .form-field .form-checkbox + .form-label::after {
  left: 3px; }
  @media screen and (min-width: 1280px) {
    .modal-body #CartEditProductFieldsForm .form-field .form-radio + .form-label::after,
    .modal-body #CartEditProductFieldsForm .form-field .form-checkbox + .form-label::after {
      left: 0.24306vw; } }

.type-cart .page .page-content .empty {
  margin-top: 0; }

.type-cart .page .page-content .select2-container .select2-selection--single .select2-selection__rendered {
  text-align: left;
  color: black;
  font-weight: normal; }

.type-cart .page .page-content .estimator-form-input {
  color: black; }
  .type-cart .page .page-content .estimator-form-input .form-input::-moz-placeholder {
    color: #686868 !important;
    opacity: 1; }
  .type-cart .page .page-content .estimator-form-input .form-input::placeholder {
    color: #686868 !important;
    opacity: 1; }

#contact-us-page p {
  text-align: center; }

#contact-us-page .form-actions .button {
  margin: 0 auto; }

.cart-additionalCheckoutButtons .braintree-paypal-button {
  margin-top: 0;
  width: 182px;
  max-width: 182px; }
  @media screen and (min-width: 1280px) {
    .cart-additionalCheckoutButtons .braintree-paypal-button {
      width: 12.63889vw;
      max-width: 12.63889vw; } }
  .cart-additionalCheckoutButtons .braintree-paypal-button .paypal-buttons {
    margin-bottom: 20px; }
    @media screen and (min-width: 1280px) {
      .cart-additionalCheckoutButtons .braintree-paypal-button .paypal-buttons {
        margin-bottom: 1.38889vw; } }

.cart-additionalCheckoutButtons .paypal-buttons {
  width: 182px !important;
  max-width: 182px; }
  @media screen and (min-width: 1280px) {
    .cart-additionalCheckoutButtons .paypal-buttons {
      width: 12.63889vw !important;
      max-width: 12.63889vw; } }

input:focus + label {
  outline: none !important; }

#CartEditProductFieldsForm [data-product-attribute="swatch"] .form-option-wrapper .form-option {
  box-shadow: 0 0 1px #ccc; }

.modal {
  min-height: 240px; }
  @media screen and (min-width: 1280px) {
    .modal {
      min-height: 16.66667vw; } }
  .modal .modal-content {
    font-size: 16px;
    line-height: 24px; }
    @media screen and (min-width: 1280px) {
      .modal .modal-content {
        font-size: 1.11111vw;
        line-height: 1.66667vw; } }

.modal--alert {
  padding: 40px 20px 40px; }
  @media screen and (min-width: 1280px) {
    .modal--alert {
      padding: 2.77778vw 1.38889vw 2.77778vw; } }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    @media screen and (min-width: 1280px) {
      .modal--alert .button-container {
        margin: 1.73611vw 0 0; } }
    .modal--alert .button-container .confirm {
      background-color: black; }
      .modal--alert .button-container .confirm:hover {
        background-color: darkgray;
        border-color: darkgray; }
      .modal--alert .button-container .confirm:focus {
        background: black;
        border-color: black; }

.cart-total-grandTotal {
  font-family: "Karla", Arial, Helvetica, sans-serif; }

.cart-total-label,
.cart-total-value {
  font-family: "Karla", Arial, Helvetica, sans-serif; }

.shipping-quotes {
  padding-top: 10px; }
  @media screen and (min-width: 1280px) {
    .shipping-quotes {
      padding-top: 0.69444vw; } }

@media screen and (max-width: 1023px) {
  .cart .cart-item-figure .cart-item-fixed-image {
    max-width: 100px; } }

@media screen and (max-width: 1023px) {
  .cart .cart-item-info.cart-item-quantity .cart-item-label {
    text-align: center;
    padding-bottom: 5px;
    text-transform: none; } }

@media screen and (max-width: 767px) {
  .cart .cart-item-info.cart-item-quantity .cart-item-label {
    text-align: left;
    padding-bottom: 0; } }

@media screen and (max-width: 413px) {
  .checkout-form .form-actions {
    flex-wrap: wrap; } }

@media screen and (max-width: 413px) {
  #checkout-customer-create {
    width: 100%; } }

.definitionList-key {
  color: black; }

.modal .modal-content {
  color: black; }

.cart-change-option-btn {
  text-decoration: none;
  font-size: 12px; }
  @media screen and (min-width: 1280px) {
    .cart-change-option-btn {
      font-size: 0.83333vw; } }
  .cart-change-option-btn:focus {
    color: black; }

.shipping-quotes ul {
  margin-left: 0; }

@media screen and (max-width: 767px) {
  .shipping-quotes .estimator-form-label {
    width: auto;
    float: left; } }

.shipping-quotes .estimator-form-label .form-label {
  line-height: 24px; }
  @media screen and (min-width: 1280px) {
    .shipping-quotes .estimator-form-label .form-label {
      line-height: 1.66667vw; } }

@media screen and (max-width: 767px) {
  .shipping-quotes .estimator-form-input {
    width: auto; } }

@media screen and (max-width: 666px) {
  .shipping-quotes .button {
    width: 100%; } }

.cart-additionalCheckoutButtons .or-use-label {
  display: none; }

.cart-additionalCheckoutButtons .PaypalCommerceButton {
  width: 284px;
  margin-top: 15px;
  margin-bottom: 0; }
  @media screen and (min-width: 1280px) {
    .cart-additionalCheckoutButtons .PaypalCommerceButton {
      width: 19.72222vw;
      margin-top: 1.04167vw; } }
  @media screen and (max-width: 767px) {
    .cart-additionalCheckoutButtons .PaypalCommerceButton {
      width: 100%; } }
  .cart-additionalCheckoutButtons .PaypalCommerceButton .paypal-buttons {
    width: 100% !important; }

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

.modal--alert .button-container .confirm:focus:hover {
  background: darkgray;
  border-color: darkgray; }

@media screen and (max-width: 1279px) {
  .previewCartCheckout .button {
    padding: 14px 20px 16px; } }

.cart .cart-item-quantity .form-increment {
  border-radius: 0;
  width: 120px;
  border: 1px solid black; }
  @media screen and (min-width: 1280px) {
    .cart .cart-item-quantity .form-increment {
      width: 8.33333vw; } }
  .cart .cart-item-quantity .form-increment .button {
    width: 30px;
    border: 0;
    background-color: transparent;
    display: flex;
    align-items: center; }
    @media screen and (min-width: 1280px) {
      .cart .cart-item-quantity .form-increment .button {
        width: 2.08333vw; } }
    .cart .cart-item-quantity .form-increment .button .icon {
      width: 9px;
      height: 9px; }
      @media screen and (min-width: 1280px) {
        .cart .cart-item-quantity .form-increment .button .icon {
          width: 0.625vw;
          height: 0.625vw; } }
    .cart .cart-item-quantity .form-increment .button svg {
      fill: black; }
    .cart .cart-item-quantity .form-increment .button:hover svg {
      fill: #eeeeee; }
  .cart .cart-item-quantity .form-increment [data-action="dec"] {
    justify-content: flex-end; }
  .cart .cart-item-quantity .form-increment [data-action="inc"] {
    justify-content: flex-start; }
  .cart .cart-item-quantity .form-increment .form-input {
    width: 60px;
    height: 42px;
    font-family: "gothambold", sans-serif;
    letter-spacing: -0.03em;
    font-size: 11px;
    line-height: 13px;
    color: black;
    background-color: white; }
    @media screen and (min-width: 1280px) {
      .cart .cart-item-quantity .form-increment .form-input {
        width: 4.16667vw;
        height: 2.91667vw;
        font-size: 0.76389vw;
        line-height: 0.90278vw; } }

.cart-content-padding-right {
  padding-right: 0; }
  .cart-content-padding-right .CheckoutButton {
    margin-top: 10px; }

#CartEditProductFieldsForm .form-option-variant {
  padding: 2px 10px;
  font-size: 12px; }
  @media screen and (min-width: 1280px) {
    #CartEditProductFieldsForm .form-option-variant {
      padding: 0.13889vw 0.69444vw;
      font-size: 0.83333vw; } }

#CartEditProductFieldsForm [data-product-attribute="swatch"] .form-option-wrapper .form-option {
  line-height: normal; }

.type-cart .modal-header {
  padding: 20px 30px; }
  @media screen and (min-width: 1280px) {
    .type-cart .modal-header {
      padding: 1.38889vw 2.08333vw; } }
  @media screen and (max-width: 767px) {
    .type-cart .modal-header {
      padding: 17px 40px; } }

.type-cart .body .BraintreePaypalCreditContainer .BraintreePaypalCreditButton, .type-cart .body .BraintreePaypalCreditContainer .BraintreePaypalButton, .type-cart .body .BraintreePaypalContainer .BraintreePaypalCreditButton, .type-cart .body .BraintreePaypalContainer .BraintreePaypalButton {
  width: 284px;
  max-width: 284px;
  max-height: 40px; }
  @media screen and (min-width: 1280px) {
    .type-cart .body .BraintreePaypalCreditContainer .BraintreePaypalCreditButton, .type-cart .body .BraintreePaypalCreditContainer .BraintreePaypalButton, .type-cart .body .BraintreePaypalContainer .BraintreePaypalCreditButton, .type-cart .body .BraintreePaypalContainer .BraintreePaypalButton {
      width: 19.72222vw;
      max-width: 19.72222vw;
      max-height: 2.77778vw; } }
  .type-cart .body .BraintreePaypalCreditContainer .BraintreePaypalCreditButton .paypal-buttons, .type-cart .body .BraintreePaypalCreditContainer .BraintreePaypalButton .paypal-buttons, .type-cart .body .BraintreePaypalContainer .BraintreePaypalCreditButton .paypal-buttons, .type-cart .body .BraintreePaypalContainer .BraintreePaypalButton .paypal-buttons {
    min-height: 50px !important;
    min-width: 284px !important;
    max-width: 284px !important; }
    @media screen and (min-width: 1280px) {
      .type-cart .body .BraintreePaypalCreditContainer .BraintreePaypalCreditButton .paypal-buttons, .type-cart .body .BraintreePaypalCreditContainer .BraintreePaypalButton .paypal-buttons, .type-cart .body .BraintreePaypalContainer .BraintreePaypalCreditButton .paypal-buttons, .type-cart .body .BraintreePaypalContainer .BraintreePaypalButton .paypal-buttons {
        min-height: 3.47222vw !important;
        min-width: 19.72222vw !important;
        max-width: 19.72222vw !important; } }
    @media screen and (max-width: 767px) {
      .type-cart .body .BraintreePaypalCreditContainer .BraintreePaypalCreditButton .paypal-buttons, .type-cart .body .BraintreePaypalCreditContainer .BraintreePaypalButton .paypal-buttons, .type-cart .body .BraintreePaypalContainer .BraintreePaypalCreditButton .paypal-buttons, .type-cart .body .BraintreePaypalContainer .BraintreePaypalButton .paypal-buttons {
        min-width: 100% !important;
        max-width: 100% !important; } }

.type-cart .body .gpay-button.black.short.new_style, .type-cart .body .gpay-button.black.plain.new_style {
  margin: 0;
  min-width: 284px;
  width: 284px;
  border-radius: 0px !important;
  border: 0px; }
  @media screen and (min-width: 1280px) {
    .type-cart .body .gpay-button.black.short.new_style, .type-cart .body .gpay-button.black.plain.new_style {
      min-width: 19.72222vw;
      width: 19.72222vw; } }
  @media screen and (max-width: 767px) {
    .type-cart .body .gpay-button.black.short.new_style, .type-cart .body .gpay-button.black.plain.new_style {
      width: 100%;
      margin-top: 10px; } }

.type-cart .cart-additionalCheckoutButtons .FloatRight div, .type-cart .previewCart-additionalCheckoutButtons .FloatRight div {
  max-height: 45px; }
  @media screen and (min-width: 1280px) {
    .type-cart .cart-additionalCheckoutButtons .FloatRight div, .type-cart .previewCart-additionalCheckoutButtons .FloatRight div {
      max-height: 3.125vw; } }
  @media screen and (max-width: 767px) {
    .type-cart .cart-additionalCheckoutButtons .FloatRight div, .type-cart .previewCart-additionalCheckoutButtons .FloatRight div {
      width: 100%; } }

.type-cart .clickAndCollectCartHTML .availability {
  padding-left: 7px; }
  @media screen and (min-width: 1280px) {
    .type-cart .clickAndCollectCartHTML .availability {
      padding-left: 0.48611vw; } }

.type-cart .cart-item .availability, .type-cart .cart-item .onlineAvailability {
  font-size: 12px; }
  @media screen and (min-width: 1280px) {
    .type-cart .cart-item .availability, .type-cart .cart-item .onlineAvailability {
      font-size: 0.83333vw; } }

@media screen and (max-width: 767px) {
  .type-cart .cart-content-padding-right {
    position: relative;
    z-index: 0; } }

@media screen and (max-width: 767px) {
  .type-cart .FloatRight.GooglePayCheckout.RemoteCheckout.CheckoutButton {
    margin-bottom: 20px; } }

#CartEditProductFieldsForm [data-product-attribute="swatch"] .form-option-wrapper .form-option {
  box-shadow: none;
  border-color: transparent; }
  #CartEditProductFieldsForm [data-product-attribute="swatch"] .form-option-wrapper .form-option .form-option-variant--color, #CartEditProductFieldsForm [data-product-attribute="swatch"] .form-option-wrapper .form-option .form-option-variant--pattern {
    width: 33px;
    height: 25px;
    padding: 0px; }
    @media screen and (min-width: 1280px) {
      #CartEditProductFieldsForm [data-product-attribute="swatch"] .form-option-wrapper .form-option .form-option-variant--color, #CartEditProductFieldsForm [data-product-attribute="swatch"] .form-option-wrapper .form-option .form-option-variant--pattern {
        width: 2.29167vw;
        height: 1.73611vw; } }

#CartEditProductFieldsForm [data-product-attribute="swatch"] input[aria-label="White"] + .form-option {
  border-color: #dddddd;
  border: 1px solid #ddd; }

body .cart-list .cart-item .availability.available {
  color: black !important; }

body .cart-list .cart-item-title .onlineAvailability.available {
  color: black !important; }

body .cart-list .cart-item-title .onlineAvailability svg {
  width: 12px;
  height: 12px;
  top: 2px;
  margin-right: 6px; }
  @media screen and (min-width: 1280px) {
    body .cart-list .cart-item-title .onlineAvailability svg {
      width: 0.83333vw;
      height: 0.83333vw;
      top: 0.13889vw;
      margin-right: 0.41667vw; } }

body .cart-list .cart-item .availability.notAvailable {
  color: red !important; }

.previewCartCheckout .GooglePayCheckout .GooglePayContainer .GooglePayInnerContainer .gpay-button.black.short.new_style {
  border-radius: 0px !important; }

.form-label {
  font-size: 13px;
  line-height: 21px;
  color: black;
  font-weight: normal;
  margin-bottom: 10px;
  font-family: "gothammedium", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em; }
  @media screen and (min-width: 1280px) {
    .form-label {
      font-size: 0.90278vw;
      line-height: 1.45833vw;
      margin-bottom: 0.69444vw; } }
  @media screen and (max-width: 767px) {
    .form-label {
      font-size: 14px; } }
  .form-label small {
    font-size: 14px;
    text-transform: capitalize;
    color: Red;
    opacity: 1;
    float: none; }
    @media screen and (min-width: 1280px) {
      .form-label small {
        font-size: 0.97222vw; } }

.form-field {
  margin-bottom: 20px; }
  @media screen and (min-width: 1280px) {
    .form-field {
      margin-bottom: 1.38889vw; } }

textarea {
  border-color: #fafafa; }

.panel-title {
  color: black;
  font-size: 22px;
  line-height: 24px;
  padding-bottom: 10px; }
  @media screen and (min-width: 1280px) {
    .panel-title {
      font-size: 1.52778vw;
      line-height: 1.66667vw;
      padding-bottom: 0.69444vw; } }

.panel-header {
  padding: 25px 30px 0;
  border-radius: 0;
  background: #fafafa; }
  @media screen and (min-width: 1280px) {
    .panel-header {
      padding: 1.73611vw 2.08333vw 0; } }

.panel-body {
  padding: 10px 30px 30px;
  border-radius: 0;
  background: #fafafa; }
  @media screen and (min-width: 1280px) {
    .panel-body {
      padding: 0.69444vw 2.08333vw 2.08333vw; } }
  .panel-body p {
    line-height: 21px;
    margin-bottom: 10px; }
    @media screen and (min-width: 1280px) {
      .panel-body p {
        line-height: 1.45833vw;
        margin-bottom: 0.69444vw; } }

.new-customer-fact-list {
  margin: 0 0 20px 30px; }
  @media screen and (min-width: 1280px) {
    .new-customer-fact-list {
      margin: 0 0 1.38889vw 2.08333vw; } }
  .new-customer-fact-list li {
    margin: 7px 0; }
    @media screen and (min-width: 1280px) {
      .new-customer-fact-list li {
        margin: 0.48611vw 0; } }

.login {
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (min-width: 1280px) {
    .login {
      max-width: 69.44444vw; } }
  .login .login-row {
    max-width: 100%;
    margin-top: 50px; }
    @media screen and (min-width: 1280px) {
      .login .login-row {
        margin-top: 3.47222vw; } }
    @media screen and (max-width: 1023px) {
      .login .login-row {
        margin-top: 30px; } }
    @media screen and (max-width: 767px) {
      .login .login-row {
        margin-top: 0; } }
  .login .form-actions {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center; }
    .login .form-actions .button + a.forgot-password {
      margin-left: 15px; }
      @media screen and (min-width: 1280px) {
        .login .form-actions .button + a.forgot-password {
          margin-left: 1.04167vw; } }
  .login .forgot-password {
    color: black;
    text-decoration: none; }
    .login .forgot-password:hover {
      color: darkgray; }

.login-form {
  padding: 0 10px;
  margin: 30px 0 20px; }
  @media screen and (min-width: 1280px) {
    .login-form {
      padding: 0 0.69444vw;
      margin: 2.08333vw 0 1.38889vw; } }
  @media screen and (max-width: 767px) {
    .login-form {
      margin-top: 0;
      padding: 0; } }

.new-customer {
  padding: 0 10px; }
  @media screen and (min-width: 1280px) {
    .new-customer {
      padding: 0 0.69444vw; } }
  @media screen and (max-width: 1023px) {
    .new-customer {
      margin-top: 10px; } }
  @media screen and (max-width: 767px) {
    .new-customer {
      padding: 0;
      margin-top: 0; } }

.account--fixedSmall {
  max-width: 650px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 1280px) {
    .account--fixedSmall {
      max-width: 45.13889vw; } }
  .account--fixedSmall .page-heading {
    text-align: center; }
  .account--fixedSmall .form {
    margin-bottom: 0; }

.body .form-prefixPostfix .button {
  margin: 15px 0 0;
  height: auto; }
  @media screen and (min-width: 1280px) {
    .body .form-prefixPostfix .button {
      margin-top: 1.04167vw; } }

.body .form-prefixPostfix .form-input {
  flex: auto;
  height: 50px; }
  @media screen and (min-width: 1280px) {
    .body .form-prefixPostfix .form-input {
      height: 3.47222vw; } }

.account--fixed {
  max-width: 80%;
  width: 100%; }
  @media screen and (max-width: 1023px) {
    .account--fixed {
      max-width: 100%; } }
  .account--fixed .form {
    margin-bottom: 0; }
  .account--fixed .form-row .form-field {
    padding: 0 10px;
    margin-bottom: 20px; }
    @media screen and (min-width: 1280px) {
      .account--fixed .form-row .form-field {
        padding: 0 0.69444vw;
        margin-bottom: 1.38889vw; } }
  .account--fixed .form-actions {
    margin-top: 10px; }
    @media screen and (min-width: 1280px) {
      .account--fixed .form-actions {
        margin-top: 0.69444vw; } }
  .account--fixed .account-body {
    margin: 0 -10px; }
    @media screen and (min-width: 1280px) {
      .account--fixed .account-body {
        margin: 0 -0.69444vw; } }
    @media screen and (max-width: 1023px) {
      .account--fixed .account-body {
        margin: 0; } }

.g-recaptcha {
  text-align: center; }
  .g-recaptcha > div {
    margin: 0 auto; }

.form-field--error .form-field-error,
.form-field--error .form-inlineMessage {
  font-size: 14px;
  line-height: 16px;
  margin: 5px 0 0; }
  @media screen and (min-width: 1280px) {
    .form-field--error .form-field-error,
    .form-field--error .form-inlineMessage {
      font-size: 0.97222vw;
      line-height: 1.11111vw;
      margin-top: 0.34722vw; } }
  @media screen and (max-width: 767px) {
    .form-field--error .form-field-error,
    .form-field--error .form-inlineMessage {
      font-size: 12px; } }

.form-field--error .form-inlineMessage:before {
  height: 14px;
  width: 14px;
  margin-right: 5px; }
  @media screen and (min-width: 1280px) {
    .form-field--error .form-inlineMessage:before {
      height: 0.97222vw;
      width: 0.97222vw;
      margin-right: 0.34722vw; } }

.navBar--sub {
  margin-bottom: 40px; }
  @media screen and (min-width: 1280px) {
    .navBar--sub {
      margin-bottom: 2.77778vw; } }
  @media screen and (max-width: 767px) {
    .navBar--sub {
      margin-bottom: 30px; } }
  .navBar--sub .navBar-item {
    margin: 0 10px;
    font-family: "gothambook", sans-serif; }
    @media screen and (min-width: 1280px) {
      .navBar--sub .navBar-item {
        margin: 0 0.69444vw; } }
    @media screen and (max-width: 1023px) {
      .navBar--sub .navBar-item {
        display: inline-block;
        width: auto;
        margin-top: 5px; } }
    .navBar--sub .navBar-item .navBar-action {
      color: black;
      font-size: 16px;
      font-weight: normal; }
      @media screen and (min-width: 1280px) {
        .navBar--sub .navBar-item .navBar-action {
          font-size: 1.11111vw; } }
      .navBar--sub .navBar-item .navBar-action:hover {
        color: darkgray; }
  .navBar--sub .navBar-item.is-active {
    border-bottom-color: black;
    font-family: "gothammedium", sans-serif; }
    @media screen and (max-width: 767px) {
      .navBar--sub .navBar-item.is-active {
        font-size: 16px; } }
    .navBar--sub .navBar-item.is-active .navBar-action {
      color: black; }

p.alertBox-message {
  font-size: 12px;
  line-height: 15px; }
  @media screen and (min-width: 1280px) {
    p.alertBox-message {
      font-size: 0.83333vw;
      line-height: 1.04167vw; } }

.alertBox-icon .icon {
  height: 20px;
  width: 20px; }
  @media screen and (min-width: 1280px) {
    .alertBox-icon .icon {
      height: 1.38889vw;
      width: 1.38889vw; } }

.alertBox-icon {
  padding-right: 10px; }
  @media screen and (min-width: 1280px) {
    .alertBox-icon {
      padding-right: 0.69444vw; } }

.alertBox {
  padding: 10px; }
  @media screen and (min-width: 1280px) {
    .alertBox {
      padding: 0.69444vw; } }

.addressList {
  margin: 0 -10px; }
  @media screen and (min-width: 1280px) {
    .addressList {
      margin: 0 -0.69444vw; } }
  @media screen and (max-width: 1023px) {
    .addressList {
      margin: 0; } }
  .addressList .address {
    padding: 0 10px; }
    @media screen and (min-width: 1280px) {
      .addressList .address {
        padding: 0 0.69444vw; } }
    .addressList .address .panel--address {
      font-size: 14px;
      color: black; }
      @media screen and (min-width: 1280px) {
        .addressList .address .panel--address {
          font-size: 0.97222vw; } }
      .addressList .address .panel--address .panel-body {
        padding: 20px 20px 50px;
        min-height: 250px;
        margin: 10px 0;
        border: 1px solid #dddddd;
        border-radius: 0px;
        background: #fafafa; }
        @media screen and (min-width: 1280px) {
          .addressList .address .panel--address .panel-body {
            padding: 1.38889vw 1.38889vw 3.47222vw;
            min-height: 17.36111vw;
            border-radius: 0.55556vw;
            margin: 0.69444vw 0 0.69444vw; } }
        @media screen and (max-width: 767px) {
          .addressList .address .panel--address .panel-body {
            min-height: 150px;
            padding-bottom: 20px; } }
        .addressList .address .panel--address .panel-body .address-title {
          font-size: 18px;
          line-height: 20px;
          margin-bottom: 10px;
          color: black;
          font-family: "gothammedium", sans-serif; }
          @media screen and (min-width: 1280px) {
            .addressList .address .panel--address .panel-body .address-title {
              font-size: 1.25vw;
              line-height: 1.38889vw;
              margin-bottom: 0.69444vw; } }
        .addressList .address .panel--address .panel-body .form-actions {
          margin-top: 0px;
          bottom: 20px; }
          @media screen and (min-width: 1280px) {
            .addressList .address .panel--address .panel-body .form-actions {
              bottom: 1.38889vw; } }
          @media screen and (max-width: 767px) {
            .addressList .address .panel--address .panel-body .form-actions {
              bottom: 0; } }
        .addressList .address .panel--address .panel-body .button {
          font-size: 11px;
          padding: 7px 20px; }
          @media screen and (min-width: 1280px) {
            .addressList .address .panel--address .panel-body .button {
              font-size: 0.76389vw;
              padding: 0.48611vw 1.38889vw; } }
          @media screen and (max-width: 767px) {
            .addressList .address .panel--address .panel-body .button {
              width: auto; } }
      .addressList .address .panel--address.panel--newAddress:hover {
        color: darkgray; }
        .addressList .address .panel--address.panel--newAddress:hover .address-title {
          color: darkgray; }

.type-wishlists .page-heading,
.type-add-wishlist .page-heading,
.type-account_recentitems .page-heading,
.type-editaccount .page-heading,
.type-account_order .page-heading {
  text-align: center; }

.table thead tr th,
.table thead tr td {
  font-size: 14px; }
  @media screen and (min-width: 1280px) {
    .table thead tr th,
    .table thead tr td {
      font-size: 0.97222vw; } }

.table-actions .button {
  height: 32px;
  font-size: 9px;
  padding: 8px 20px;
  line-height: 14px; }
  @media screen and (min-width: 1280px) {
    .table-actions .button {
      height: 2.22222vw;
      font-size: 0.625vw;
      padding: 0.55556vw 1.38889vw;
      line-height: 0.97222vw; } }
  @media screen and (max-width: 767px) {
    .table-actions .button + .button {
      margin-top: 10px; } }

.table tr th,
.table tr td {
  padding: 10px; }
  @media screen and (min-width: 1280px) {
    .table tr th,
    .table tr td {
      padding: 0.69444vw; } }

.form-checkbox + .form-label,
.form-radio + .form-label {
  font-size: 14px; }
  @media screen and (min-width: 1280px) {
    .form-checkbox + .form-label,
    .form-radio + .form-label {
      font-size: 0.97222vw; } }

.account-product-title a {
  font-size: 16px;
  color: darkgray; }
  @media screen and (min-width: 1280px) {
    .account-product-title a {
      font-size: 1.11111vw; } }
  .account-product-title a:hover {
    color: black; }

.account-product-figure {
  width: 70px;
  border-radius: 8px;
  padding-left: 10px;
  margin-right: 25px; }
  @media screen and (min-width: 1280px) {
    .account-product-figure {
      width: 4.86111vw;
      padding-left: 0.69444vw;
      margin-right: 1.73611vw; } }
  @media screen and (max-width: 767px) {
    .account-product-figure {
      padding-left: 0; } }
  .account-product-figure img {
    border-radius: 8px;
    border: 1px solid black;
    padding: 5px;
    background: white; }
    @media screen and (min-width: 1280px) {
      .account-product-figure img {
        padding: 0.34722vw; } }

.account-product-detail-heading {
  font-size: 14px;
  color: black;
  margin-bottom: 10px; }
  @media screen and (min-width: 1280px) {
    .account-product-detail-heading {
      font-size: 0.97222vw;
      margin-bottom: 0.69444vw; } }

.account-orderStatus-label {
  color: black;
  padding: 3px 7px;
  background: #f8f8f8; }
  @media screen and (min-width: 1280px) {
    .account-orderStatus-label {
      font-size: 0.83333vw;
      line-height: 1.04167vw;
      padding: 0.20833vw 0.48611vw; } }

.account .pagination {
  margin: 40px 0 0; }
  @media screen and (min-width: 1280px) {
    .account .pagination {
      margin: 2.77778vw 0 0; } }
  .account .pagination .pagination-list {
    margin-bottom: 0; }
    .account .pagination .pagination-list .pagination-item {
      font-size: 12px;
      color: black; }
      @media screen and (min-width: 1280px) {
        .account .pagination .pagination-list .pagination-item {
          font-size: 0.83333vw; } }

.account-listShipping {
  padding: 20px 0 30px; }
  @media screen and (min-width: 1280px) {
    .account-listShipping {
      padding: 1.38889vw 0 2.08333vw; } }
  .account-listShipping .account-listShipping-title {
    font-size: 18px;
    line-height: 22px; }
    @media screen and (min-width: 1280px) {
      .account-listShipping .account-listShipping-title {
        font-size: 1.25vw;
        line-height: 1.52778vw; } }

.account-product--alignMiddle .account-product-checkItem {
  left: 0; }

.account-product--alignMiddle .account-product-figure {
  left: 0; }
  .account-product--alignMiddle .account-product-figure:after {
    display: none; }

.account-product--alignMiddle .account-product-body {
  padding-left: 20px; }
  @media screen and (min-width: 1280px) {
    .account-product--alignMiddle .account-product-body {
      padding-left: 1.38889vw; } }
  @media screen and (max-width: 767px) {
    .account-product--alignMiddle .account-product-body {
      padding-bottom: 20px; } }
  .account-product--alignMiddle .account-product-body .account-product-title {
    font-size: 16px;
    line-height: 22px; }
    @media screen and (min-width: 1280px) {
      .account-product--alignMiddle .account-product-body .account-product-title {
        font-size: 1.11111vw;
        line-height: 1.52778vw; } }

@media screen and (max-width: 767px) {
  .type-account_inbox .account-listItem {
    padding-bottom: 40px; } }

@media screen and (max-width: 767px) {
  .type-account_inbox .account-listItem .account-orderStatus {
    bottom: 20px; } }

.account-listItem {
  padding: 20px 0; }
  @media screen and (min-width: 1280px) {
    .account-listItem {
      padding: 1.38889vw 0; } }

.account-product-price {
  font-size: 16px; }
  @media screen and (min-width: 1280px) {
    .account-product-price {
      font-size: 1.11111vw; } }

.account-orderTotal-key {
  color: black; }
  .account-orderTotal-key:last-of-type {
    top: 0; }

.account-orderTotal-key,
.account-orderTotal-value {
  padding: 20px 0; }
  @media screen and (min-width: 1280px) {
    .account-orderTotal-key,
    .account-orderTotal-value {
      padding: 1.38889vw 0; } }

.account-orderTotal-value:last-child {
  font-size: 1.38889vw; }

.account-orderTotal {
  color: black;
  font-size: 16px; }
  @media screen and (min-width: 1280px) {
    .account-orderTotal {
      font-size: 1.11111vw; } }

.account-sidebar-block {
  font-size: 15px; }
  @media screen and (min-width: 1280px) {
    .account-sidebar-block {
      font-size: 1.04167vw; } }

.account-heading {
  padding-bottom: 15px; }
  @media screen and (min-width: 1280px) {
    .account-heading {
      padding-bottom: 1.04167vw; } }

.account-sidebar-block .account-heading {
  margin-bottom: 20px;
  padding-bottom: 15px; }
  @media screen and (min-width: 1280px) {
    .account-sidebar-block .account-heading {
      margin-bottom: 1.38889vw;
      padding-bottom: 1.04167vw; } }

.account-product--alignMiddle .account-product-checkItem .form-label {
  width: 21px;
  height: 21px; }
  @media screen and (min-width: 1280px) {
    .account-product--alignMiddle .account-product-checkItem .form-label {
      width: 1.45833vw;
      height: 1.45833vw; } }

.form-checkbox + .form-label,
.form-radio + .form-label {
  padding-left: 20px;
  line-height: 24px;
  outline: none !important;
  box-shadow: none !important; }
  @media screen and (min-width: 1280px) {
    .form-checkbox + .form-label,
    .form-radio + .form-label {
      padding-left: 1.38889vw;
      line-height: 1.66667vw; } }

.form-radio + .form-label {
  display: flex;
  padding-left: 28px; }
  @media screen and (min-width: 1280px) {
    .form-radio + .form-label {
      padding-left: 1.94444vw; } }
  .form-radio + .form-label:before {
    border: 1px solid black;
    height: 14px;
    width: 14px;
    top: 5px;
    margin-top: 0px;
    background-color: white; }
    @media screen and (min-width: 1280px) {
      .form-radio + .form-label:before {
        height: 0.97222vw;
        width: 0.97222vw;
        top: 0.34722vw; } }
  .form-radio + .form-label::after {
    border-width: 2px;
    border-radius: 50%; }
    @media screen and (min-width: 1280px) {
      .form-radio + .form-label::after {
        border-width: 0.13889vw; } }

.form-radio:checked + .form-label:before {
  background: black; }

.form-radio:checked + .form-label:after {
  width: 10px;
  height: 10px;
  background: black;
  border-color: white;
  top: 7px;
  left: 2px;
  margin-top: 0; }
  @media screen and (min-width: 1280px) {
    .form-radio:checked + .form-label:after {
      width: 0.69444vw;
      height: 0.69444vw;
      top: 0.48611vw;
      left: 0.13889vw; } }

.form-checkbox + .form-label:before {
  height: 13px;
  width: 13px;
  background: white;
  top: 5px;
  border-radius: 0;
  border-color: black; }
  @media screen and (min-width: 1280px) {
    .form-checkbox + .form-label:before {
      height: 0.90278vw;
      width: 0.90278vw;
      top: 0.34722vw; } }

.form-checkbox:checked + .form-label:after {
  width: 13px;
  height: 13px;
  top: 5px; }
  @media screen and (min-width: 1280px) {
    .form-checkbox:checked + .form-label:after {
      width: 0.90278vw;
      height: 0.90278vw;
      top: 0.34722vw; } }

.form-checkbox:checked + .form-label:before {
  background: black; }

.form-checkbox:checked + .form-label:after {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='5' viewBox='0 0 7 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 2L3 4L6 1' stroke='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px 5px;
  margin-top: 0px;
  left: 0; }
  @media screen and (min-width: 1280px) {
    .form-checkbox:checked + .form-label:after {
      background-size: 0.48611vw 0.34722vw; } }

.form-field--success .form-checkbox + .form-label::before,
.form-field--success .form-radio + .form-label::before,
.form-field--success .form-prefixPostfix-label {
  border-color: black; }

textarea.form-input {
  border-radius: 2em;
  resize: none; }

.account-message .account-product-title.is-read {
  font-size: 18px;
  color: black;
  line-height: 23px;
  margin-bottom: 20px; }
  @media screen and (min-width: 1280px) {
    .account-message .account-product-title.is-read {
      font-size: 1.25vw;
      line-height: 1.59722vw;
      margin-bottom: 1.38889vw; } }

.account-message p.is-read {
  color: black; }

.account-orderStatus {
  font-size: 12px; }
  @media screen and (min-width: 1280px) {
    .account-orderStatus {
      font-size: 0.83333vw; } }

.account--fixed .form-row .form-field {
  border: 0px; }

@media screen and (max-width: 1023px) {
  .navBar--account {
    display: block; } }

.alertBox.alertBox--success p.alertBox-message {
  color: black; }

.addressList .address .panel--address .panel-body {
  background: #fafafa;
  border-radius: 0; }

.type-sitemap .body ul.link-listing {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex; }
  @media screen and (max-width: 767px) {
    .type-sitemap .body ul.link-listing {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  .type-sitemap .body ul.link-listing > li {
    width: 33.33%; }
    @media screen and (max-width: 767px) {
      .type-sitemap .body ul.link-listing > li {
        width: 100%; } }
    .type-sitemap .body ul.link-listing > li a {
      color: black; }
      .type-sitemap .body ul.link-listing > li a:hover {
        color: darkgray; }
    .type-sitemap .body ul.link-listing > li ul {
      list-style-type: disc; }
      .type-sitemap .body ul.link-listing > li ul li {
        font-size: 14px; }
        @media screen and (min-width: 1280px) {
          .type-sitemap .body ul.link-listing > li ul li {
            font-size: 0.97222vw; } }
        .type-sitemap .body ul.link-listing > li ul li ul {
          list-style-type: circle; }

.type-sitemap a {
  text-decoration: none; }

.type-sitemap h2 {
  margin: 20px 0;
  font-size: 22px; }
  @media screen and (min-width: 1280px) {
    .type-sitemap h2 {
      margin: 1.38889vw 0;
      font-size: 1.52778vw; } }

.navBar--sub .account-navigation .navBar-item.is-active {
  color: darkgray;
  border-bottom-color: darkgray; }

.type-giftcertificates_redeem ol {
  margin-left: 15px;
  margin-bottom: 0; }
  @media screen and (min-width: 1280px) {
    .type-giftcertificates_redeem ol {
      margin-left: 1.04167vw; } }
  .type-giftcertificates_redeem ol li:not(:first-child) {
    margin-top: 10px; }
    @media screen and (min-width: 1280px) {
      .type-giftcertificates_redeem ol li:not(:first-child) {
        margin-top: 0.69444vw; } }

@media screen and (max-width: 666px) {
  .type-giftcertificates_redeem .account > p,
  .type-giftcertificates_redeem .account > h3 {
    text-align: center; } }

.type-giftcertificates_balance .form-prefixPostfix .form-input {
  width: auto; }
  @media screen and (max-width: 666px) {
    .type-giftcertificates_balance .form-prefixPostfix .form-input {
      width: 100%; } }

.type-giftcertificates_balance .form-prefixPostfix .button {
  margin-top: 0;
  margin-left: 15px;
  width: auto; }
  @media screen and (min-width: 1280px) {
    .type-giftcertificates_balance .form-prefixPostfix .button {
      margin-left: 1.04167vw; } }
  @media screen and (max-width: 666px) {
    .type-giftcertificates_balance .form-prefixPostfix .button {
      width: 100%;
      margin-top: 15px;
      margin-left: 0; } }

.account {
  margin-bottom: 0px; }

.page-content--centered {
  width: 100%;
  max-width: 1000px; }
  @media screen and (min-width: 1280px) {
    .page-content--centered {
      max-width: 69.44444vw; } }

.body .new-customer-intro {
  color: black; }

.body .new-customer-fact-list {
  list-style: none;
  padding: 0;
  margin-left: 0; }
  .body .new-customer-fact-list li {
    position: relative;
    padding-left: 15px; }
    @media screen and (min-width: 1280px) {
      .body .new-customer-fact-list li {
        padding-left: 1.04167vw; } }
    .body .new-customer-fact-list li:before {
      content: "";
      height: 4px;
      width: 4px;
      background: black;
      border-radius: 0;
      top: 7px;
      left: 0;
      position: absolute; }
      @media screen and (min-width: 1280px) {
        .body .new-customer-fact-list li:before {
          height: 0.27778vw;
          width: 0.27778vw;
          top: 0.48611vw; } }

.form-row.form-row--half + .form-row .form-column {
  padding-left: 0;
  padding-right: 0px; }
  .form-row.form-row--half + .form-row .form-column > .form-field + .form-label {
    clear: both;
    padding: 0 10px; }
    @media screen and (min-width: 1280px) {
      .form-row.form-row--half + .form-row .form-column > .form-field + .form-label {
        padding: 0 0.69444vw; } }

.type-newsletter_subscribe .body .alertBox {
  text-align: center; }
  .type-newsletter_subscribe .body .alertBox .alertBox-icon {
    display: inline-block; }
  .type-newsletter_subscribe .body .alertBox p.alertBox-message {
    width: auto;
    display: inline-block; }

@media screen and (max-width: 767px) {
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 20px; } }

.address-label {
  color: black; }

.type-createaccount_thanks .page {
  padding: 50px 0; }
  @media screen and (min-width: 1280px) {
    .type-createaccount_thanks .page {
      padding: 3.47222vw 0; } }

@media screen and (min-width: 1280px) {
  .address-symbol {
    font-size: 3.47222vw; } }

.address-details {
  margin-bottom: 10px; }
  @media screen and (min-width: 1280px) {
    .address-details {
      margin-bottom: 0.69444vw; } }

.address-details--postal {
  font-size: 15px; }
  @media screen and (min-width: 1280px) {
    .address-details--postal {
      font-size: 1.04167vw; } }

.address-label,
.address-description {
  font-size: 14px;
  line-height: 21px; }
  @media screen and (min-width: 1280px) {
    .address-label,
    .address-description {
      font-size: 0.97222vw;
      line-height: 1.45833vw; } }

.wishlists-table {
  max-width: 100%; }
  .wishlists-table.table thead {
    background: transparent;
    border-bottom: 1px solid black; }

.type-forgotpassword .form-prefixPostfix {
  flex-direction: row; }
  .type-forgotpassword .form-prefixPostfix .form-label {
    width: 100%;
    order: 1; }
  .type-forgotpassword .form-prefixPostfix .form-input {
    width: auto;
    order: 2; }
    @media screen and (max-width: 666px) {
      .type-forgotpassword .form-prefixPostfix .form-input {
        width: 100%; } }
  .type-forgotpassword .form-prefixPostfix .button {
    order: 3;
    margin-top: 0;
    margin-left: 15px;
    width: auto; }
    @media screen and (min-width: 1280px) {
      .type-forgotpassword .form-prefixPostfix .button {
        margin-left: 1.04167vw; } }
    @media screen and (max-width: 666px) {
      .type-forgotpassword .form-prefixPostfix .button {
        width: 100%;
        margin-top: 15px;
        margin-left: 0;
        order: 4; } }
  .type-forgotpassword .form-prefixPostfix .form-inlineMessage {
    order: 4; }
    @media screen and (max-width: 666px) {
      .type-forgotpassword .form-prefixPostfix .form-inlineMessage {
        order: 3; } }

.type-account_orderstatus .account-product-figure {
  padding-left: 0; }

.wishlist-add .wishlist-form {
  margin: 0 auto;
  max-width: 550px; }
  @media screen and (min-width: 1280px) {
    .wishlist-add .wishlist-form {
      max-width: 38.19444vw; } }

.table tr td.table-actions {
  padding: 20px 0; }
  @media screen and (min-width: 1280px) {
    .table tr td.table-actions {
      padding: 1.38889vw 0; } }

.wishlists-table {
  border-color: #fafafa; }

.share-wishlist .panel-body {
  padding: 30px 30px 40px;
  margin-bottom: 40px; }
  @media screen and (min-width: 1280px) {
    .share-wishlist .panel-body {
      padding: 2.08333vw 2.08333vw 2.77778vw;
      margin-bottom: 2.77778vw; } }
  @media screen and (max-width: 767px) {
    .share-wishlist .panel-body {
      padding: 30px 20px 40px; } }
  .share-wishlist .panel-body h5 {
    margin-bottom: 20px; }
    @media screen and (min-width: 1280px) {
      .share-wishlist .panel-body h5 {
        margin-bottom: 1.38889vw; } }
  .share-wishlist .panel-body .form-input[readonly] {
    background: white;
    border-color: #fafafa;
    color: black; }

.type-wishlist .productGrid .product .card .card-body {
  align-items: flex-start; }

.type-wishlist .productGrid .product .form {
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: -7px; }
  @media screen and (min-width: 1280px) {
    .type-wishlist .productGrid .product .form {
      top: -0.48611vw; } }

.GiftCertificateBody .StoreInfo h1 {
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Cinzel";
  font-size: 22px;
  line-height: 25px; }
  @media screen and (min-width: 1280px) {
    .GiftCertificateBody .StoreInfo h1 {
      font-size: 1.52778vw;
      line-height: 1.73611vw; } }

.GiftCertificateBody .GiftCertificateDetails {
  font-size: 12px; }
  @media screen and (min-width: 1280px) {
    .GiftCertificateBody .GiftCertificateDetails {
      font-size: 0.83333vw; } }

.type-404 .body .form-prefixPostfix .button {
  margin-top: 0;
  background: black;
  color: white; }
  @media screen and (max-width: 1279px) {
    .type-404 .body .form-prefixPostfix .button {
      margin-top: 20px; } }

.type-wishlist .body .pagination {
  display: none; }

.type-wishlist .body .productGrid .card {
  height: auto; }

@media screen and (max-width: 767px) {
  .type-login .body .form-actions .button, .type-login .body .form-actions input, .type-login .body .form-actions a {
    width: auto; } }

#FormField_29, #FormField_29_input {
  display: none; }

.emailVerificationMessageFailure {
  color: #cc4749; }

.emailVerificationMessageSuccess {
  color: #008a06; }

.spinner {
  border: 6px solid #f3f3f3;
  /* Light grey */
  border-top: 6px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  margin: 0 auto; }

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

.new-account-alert {
  border-style: none;
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0.78571rem;
  padding-top: 0.78571rem;
  padding-bottom: 0.01rem;
  padding-right: 1.14286rem;
  padding-left: 1.14286rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #666666;
  border-color: #666666;
  color: white; }

.type-default .newsletter-panel .socialLinks {
  display: none; }

.type-default .footer .socialLinks {
  display: flex; }
  @media screen and (max-width: 767px) {
    .type-default .footer .socialLinks {
      margin-top: 25px; } }

@media screen and (max-width: 767px) {
  .type-default .footer .container .footer-info {
    padding-bottom: 25px; } }

.newsletter-panel {
  background: black;
  padding: 55px 0 60px; }
  @media screen and (min-width: 1280px) {
    .newsletter-panel {
      padding: 3.81944vw 0 4.16667vw; } }
  @media screen and (max-width: 1279px) {
    .newsletter-panel {
      padding: 35px 0 40px; } }
  .newsletter-panel .socialLinks {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    line-height: normal; }
    @media screen and (min-width: 1280px) {
      .newsletter-panel .socialLinks {
        margin-top: 1.38889vw; } }
    .newsletter-panel .socialLinks .socialLinks-item {
      margin: 0 12px; }
      @media screen and (min-width: 1280px) {
        .newsletter-panel .socialLinks .socialLinks-item {
          margin: 0 0.83333vw; } }
      .newsletter-panel .socialLinks .socialLinks-item .icon {
        width: 36px;
        height: 36px;
        background: white;
        border-radius: 50%; }
        @media screen and (min-width: 1280px) {
          .newsletter-panel .socialLinks .socialLinks-item .icon {
            width: 2.5vw;
            height: 2.5vw; } }
        .newsletter-panel .socialLinks .socialLinks-item .icon svg {
          fill: black; }
        .newsletter-panel .socialLinks .socialLinks-item .icon:hover {
          background: #fff7f1; }
  .newsletter-panel .col1, .newsletter-panel .col2 {
    max-width: 475px;
    margin: 0 auto;
    text-align: center; }
    @media screen and (min-width: 1280px) {
      .newsletter-panel .col1, .newsletter-panel .col2 {
        max-width: 32.98611vw; } }
  @media screen and (max-width: 767px) {
    .newsletter-panel .col1 {
      padding: 0 20px; } }
  .newsletter-panel .col1 .footer-info-heading {
    margin: 0 0 7px;
    color: white;
    font-size: 26px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal; }
    @media screen and (min-width: 1280px) {
      .newsletter-panel .col1 .footer-info-heading {
        margin-bottom: 0.48611vw;
        font-size: 1.80556vw;
        line-height: 2.36111vw; } }
    @media screen and (max-width: 767px) {
      .newsletter-panel .col1 .footer-info-heading {
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 15px; } }
  .newsletter-panel .col1 p {
    text-align: center;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 10px;
    color: white;
    line-height: 15px;
    margin-bottom: 20px; }
    @media screen and (min-width: 1280px) {
      .newsletter-panel .col1 p {
        font-size: 0.69444vw;
        line-height: 1.04167vw;
        margin-bottom: 1.38889vw; } }
    @media screen and (max-width: 767px) {
      .newsletter-panel .col1 p {
        max-width: 280px;
        margin: 0 auto 25px; } }
  .newsletter-panel .col1 .form {
    margin: 0; }
  .newsletter-panel .col1 .form-field {
    margin: 0; }
  .newsletter-panel .col1 .form-prefixPostfix.wrap {
    flex-wrap: nowrap;
    border: 0.5px solid white;
    padding: 10px 10px 10px 23px; }
    @media screen and (min-width: 1280px) {
      .newsletter-panel .col1 .form-prefixPostfix.wrap {
        border-width: 0.03472vw;
        padding: 0.69444vw 0.69444vw 0.69444vw 1.59722vw; } }
    @media screen and (max-width: 767px) {
      .newsletter-panel .col1 .form-prefixPostfix.wrap {
        padding-right: 0; } }
    .newsletter-panel .col1 .form-prefixPostfix.wrap .form-input:-webkit-autofill,
    .newsletter-panel .col1 .form-prefixPostfix.wrap .form-input:-webkit-autofill:hover,
    .newsletter-panel .col1 .form-prefixPostfix.wrap .form-input:-webkit-autofill:focus,
    .newsletter-panel .col1 .form-prefixPostfix.wrap .form-input:-webkit-autofill:active {
      -webkit-transition: background-color 5000s ease-in-out 0s;
      transition: background-color 5000s ease-in-out 0s;
      -webkit-text-fill-color: white;
      background: transparent; }
    .newsletter-panel .col1 .form-prefixPostfix.wrap .form-input {
      width: calc(100% - 120px);
      padding: 0;
      height: 24px;
      background: none;
      color: white;
      font-size: 12px;
      font-family: "gothambook", sans-serif;
      border: 0;
      border-radius: 0;
      border-right: 0.5px solid white; }
      @media screen and (min-width: 1280px) {
        .newsletter-panel .col1 .form-prefixPostfix.wrap .form-input {
          width: calc(100% - 8.33333vw);
          font-size: 0.83333vw;
          height: 1.66667vw;
          border-width: 0.03472vw; } }
      @media screen and (max-width: 767px) {
        .newsletter-panel .col1 .form-prefixPostfix.wrap .form-input {
          width: calc(100% - 110px); } }
    .newsletter-panel .col1 .form-prefixPostfix.wrap .button {
      width: 120px;
      margin-left: 0;
      padding: 0;
      height: 24px;
      line-height: 24px;
      color: white;
      text-align: left;
      padding-left: 35px;
      margin: 0px;
      position: relative;
      top: -1px; }
      @media screen and (min-width: 1280px) {
        .newsletter-panel .col1 .form-prefixPostfix.wrap .button {
          width: 8.33333vw;
          height: 1.66667vw;
          line-height: 1.66667vw;
          padding-left: 2.43056vw;
          top: -0.06944vw; } }
      @media screen and (max-width: 767px) {
        .newsletter-panel .col1 .form-prefixPostfix.wrap .button {
          width: 110px; } }
      .newsletter-panel .col1 .form-prefixPostfix.wrap .button:hover {
        color: #999999; }

.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 60px 0 0; }
  @media screen and (min-width: 1280px) {
    .footer {
      padding-top: 4.16667vw; } }
  @media screen and (max-width: 1279px) {
    .footer {
      padding-top: 40px; } }
  .footer .socialLinks {
    display: none; }

.footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 15px 0;
  text-align: center; }
  @media screen and (min-width: 1280px) {
    .footer-copyright {
      padding: 1.04167vw 0; } }
  .footer-copyright .powered-by {
    font-size: 8px;
    color: white;
    margin: 0;
    text-align: center;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    line-height: 11px;
    font-family: "gothambook", sans-serif; }
    @media screen and (min-width: 1280px) {
      .footer-copyright .powered-by {
        font-size: 0.55556vw;
        line-height: 0.76389vw; } }
    @media screen and (max-width: 767px) {
      .footer-copyright .powered-by {
        max-width: 300px;
        margin: auto; } }
    .footer-copyright .powered-by a {
      color: white; }
      .footer-copyright .powered-by a:hover {
        color: #999999; }

.footer .container {
  padding: 0; }
  .footer .container .footer-info {
    margin: 0;
    padding-bottom: 50px; }
    @media screen and (min-width: 1280px) {
      .footer .container .footer-info {
        padding-bottom: 3.47222vw; } }
    @media screen and (max-width: 1279px) {
      .footer .container .footer-info {
        padding-bottom: 40px; } }
    @media screen and (max-width: 767px) {
      .footer .container .footer-info {
        padding-bottom: 30px; } }
    .footer .container .footer-info .footer-info-col {
      padding: 0 60px;
      width: 22%;
      margin: 0;
      text-align: center; }
      @media screen and (min-width: 1280px) {
        .footer .container .footer-info .footer-info-col {
          padding: 0 4.16667vw; } }
      @media screen and (max-width: 1279px) {
        .footer .container .footer-info .footer-info-col {
          padding: 0 20px; } }
      @media screen and (max-width: 1023px) {
        .footer .container .footer-info .footer-info-col {
          width: 100%;
          text-align: center; } }
      .footer .container .footer-info .footer-info-col .footer-info-heading {
        font-size: 17px;
        font-weight: normal;
        color: white;
        margin: 0;
        margin-bottom: 20px;
        text-transform: uppercase;
        line-height: 22px; }
        @media screen and (min-width: 1280px) {
          .footer .container .footer-info .footer-info-col .footer-info-heading {
            font-size: 1.18056vw;
            margin-bottom: 1.38889vw;
            line-height: 1.52778vw; } }
        @media screen and (max-width: 1279px) {
          .footer .container .footer-info .footer-info-col .footer-info-heading {
            font-size: 16px; } }
        @media screen and (max-width: 1023px) {
          .footer .container .footer-info .footer-info-col .footer-info-heading {
            font-size: 17px;
            cursor: pointer;
            position: relative;
            margin-bottom: 30px; } }
  @media screen and (max-width: 1023px) and (max-width: 767px) {
    .footer .container .footer-info .footer-info-col .footer-info-heading {
      margin-bottom: 20px; } }
        @media screen and (max-width: 1023px) {
            .footer .container .footer-info .footer-info-col .footer-info-heading:after {
              content: "";
              background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='white'/%3E%3C/svg%3E");
              width: 10px;
              height: 6px;
              background-repeat: no-repeat;
              background-position: center;
              background-size: 10px 6px;
              position: absolute;
              right: 0;
              top: 9px; } }
      .footer .container .footer-info .footer-info-col .footer-info-heading.active:after {
        transform: rotate(180deg); }
      .footer .container .footer-info .footer-info-col .content p {
        color: white;
        font-size: 13px;
        font-family: "gothamlight", sans-serif;
        text-align: center;
        margin-bottom: 20px; }
        @media screen and (min-width: 1280px) {
          .footer .container .footer-info .footer-info-col .content p {
            font-size: 0.90278vw;
            margin-bottom: 1.38889vw; } }
      .footer .container .footer-info .footer-info-col .content .img {
        display: flex;
        justify-content: center;
        align-items: center; }
        .footer .container .footer-info .footer-info-col .content .img .img1 {
          margin-right: 10px; }
          @media screen and (min-width: 1280px) {
            .footer .container .footer-info .footer-info-col .content .img .img1 {
              margin-right: 0.69444vw; } }
          .footer .container .footer-info .footer-info-col .content .img .img1 img {
            width: auto;
            height: 29px; }
            @media screen and (min-width: 1280px) {
              .footer .container .footer-info .footer-info-col .content .img .img1 img {
                height: 2.01389vw; } }
        .footer .container .footer-info .footer-info-col .content .img .img2 {
          margin-left: 10px; }
          @media screen and (min-width: 1280px) {
            .footer .container .footer-info .footer-info-col .content .img .img2 {
              margin-left: 0.69444vw; } }
          .footer .container .footer-info .footer-info-col .content .img .img2 img {
            width: auto;
            height: 29px; }
            @media screen and (min-width: 1280px) {
              .footer .container .footer-info .footer-info-col .content .img .img2 img {
                height: 2.01389vw; } }
      @media screen and (max-width: 1023px) {
        .footer .container .footer-info .footer-info-col .footer-info-list {
          display: none;
          margin-bottom: 30px; } }
      .footer .container .footer-info .footer-info-col .footer-info-list li + li {
        padding-top: 10px; }
        @media screen and (min-width: 1280px) {
          .footer .container .footer-info .footer-info-col .footer-info-list li + li {
            padding-top: 0.69444vw; } }
      .footer .container .footer-info .footer-info-col .footer-info-list li {
        font-size: 13px;
        color: white;
        line-height: 17px;
        font-family: "gothambook", sans-serif;
        font-weight: normal; }
        @media screen and (min-width: 1280px) {
          .footer .container .footer-info .footer-info-col .footer-info-list li {
            font-size: 0.90278vw;
            line-height: 1.18056vw; } }
        .footer .container .footer-info .footer-info-col .footer-info-list li a {
          color: white; }
          .footer .container .footer-info .footer-info-col .footer-info-list li a:hover {
            color: #999999; }
    .footer .container .footer-info .col2 {
      width: 16%;
      padding: 0 30px; }
      @media screen and (min-width: 1280px) {
        .footer .container .footer-info .col2 {
          padding: 0 2.08333vw; } }
      @media screen and (max-width: 1023px) {
        .footer .container .footer-info .col2 {
          width: 100%;
          padding: 0 20px; } }
    .footer .container .footer-info .col3 {
      width: 15%; }
      @media screen and (max-width: 1023px) {
        .footer .container .footer-info .col3 {
          width: 100%; } }
    .footer .container .footer-info .col4 {
      width: 25%; }
      @media screen and (max-width: 1023px) {
        .footer .container .footer-info .col4 {
          width: 100%; } }
    @media screen and (max-width: 1023px) {
      .footer .container .footer-info .col5 .footer-info-heading {
        cursor: default; } }
    @media screen and (max-width: 1023px) {
      .footer .container .footer-info .col5 .footer-info-heading:after {
        display: none; } }

.footer .socialLinks {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  display: none; }
  @media screen and (min-width: 1280px) {
    .footer .socialLinks {
      margin-top: 1.38889vw; } }
  .footer .socialLinks .socialLinks-item {
    margin: 0 12px; }
    @media screen and (min-width: 1280px) {
      .footer .socialLinks .socialLinks-item {
        margin: 0 0.83333vw; } }
    .footer .socialLinks .socialLinks-item .icon {
      width: 27px;
      height: 27px;
      background: white;
      border-radius: 50%; }
      @media screen and (min-width: 1280px) {
        .footer .socialLinks .socialLinks-item .icon {
          width: 1.875vw;
          height: 1.875vw; } }
      .footer .socialLinks .socialLinks-item .icon svg {
        fill: black; }
      .footer .socialLinks .socialLinks-item .icon:hover {
        background: #fff7f1; }

.f-top-links {
  clear: both;
  background: #fff7f1;
  padding: 14px 20px 13px; }
  @media screen and (min-width: 1280px) {
    .f-top-links {
      padding: 0.97222vw 1.38889vw 0.90278vw; } }
  .f-top-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 1023px) {
      .f-top-links ul {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        padding: 10px 0; } }
    .f-top-links ul li {
      padding: 0 50px;
      font-size: 10px;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      line-height: 13px;
      font-family: "gothambook", sans-serif; }
      @media screen and (min-width: 1280px) {
        .f-top-links ul li {
          padding: 0 3.47222vw;
          font-size: 0.69444vw;
          line-height: 0.90278vw; } }
      @media screen and (max-width: 1279px) {
        .f-top-links ul li {
          padding: 0 15px; } }
      @media screen and (max-width: 1023px) {
        .f-top-links ul li {
          width: 50%; } }
      @media screen and (max-width: 767px) {
        .f-top-links ul li {
          width: 100%; } }
      @media screen and (max-width: 1023px) {
        .f-top-links ul li:nth-child(3), .f-top-links ul li:nth-child(4) {
          padding-top: 20px; } }
      @media screen and (max-width: 767px) {
        .f-top-links ul li + li {
          padding-top: 20px; } }
      .f-top-links ul li a {
        display: flex;
        align-items: center; }
        @media screen and (max-width: 1023px) {
          .f-top-links ul li a {
            justify-content: center; } }
        .f-top-links ul li a svg {
          fill: none;
          width: 14px;
          height: 13px;
          margin-right: 10px;
          stroke: none; }
          @media screen and (min-width: 1280px) {
            .f-top-links ul li a svg {
              width: 0.97222vw;
              height: 0.90278vw;
              margin-right: 0.69444vw; } }
        .f-top-links ul li a:hover svg {
          opacity: 0.7; }
      .f-top-links ul li:nth-child(2) a svg {
        width: 12px; }
        @media screen and (min-width: 1280px) {
          .f-top-links ul li:nth-child(2) a svg {
            width: 0.83333vw; } }
      .f-top-links ul li:nth-child(3) a svg {
        width: 16px;
        height: 12px; }
        @media screen and (min-width: 1280px) {
          .f-top-links ul li:nth-child(3) a svg {
            width: 1.11111vw;
            height: 0.83333vw; } }
      .f-top-links ul li:nth-child(4) a svg {
        width: 12px;
        height: 12px; }
        @media screen and (min-width: 1280px) {
          .f-top-links ul li:nth-child(4) a svg {
            width: 0.83333vw;
            height: 0.83333vw; } }

.type-product .body .container {
  padding: 0 130px; }
  @media screen and (min-width: 1280px) {
    .type-product .body .container {
      padding: 0 9.02778vw; } }
  @media screen and (max-width: 1279px) {
    .type-product .body .container {
      padding: 0 20px; } }

@media screen and (max-width: 1023px) {
  .type-product .body .product-row .container {
    padding: 0; } }

.productView {
  padding-top: 0px;
  margin: 0px;
  border-bottom: 0.5px solid #eeeeee; }

.product-view-wrap {
  display: flex; }
  @media screen and (max-width: 1023px) {
    .product-view-wrap {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  .product-view-wrap .productView-images, .product-view-wrap .productView-details {
    width: 100%;
    float: none;
    padding: 0px; }
  .product-view-wrap .product-view-left {
    width: calc(100% - 487px); }
    @media screen and (min-width: 1280px) {
      .product-view-wrap .product-view-left {
        width: calc(100% - 33.81944vw); } }
    @media screen and (max-width: 1279px) {
      .product-view-wrap .product-view-left {
        width: calc(100% - 420px); } }
    @media screen and (max-width: 1023px) {
      .product-view-wrap .product-view-left {
        width: 100%; } }
  .product-view-wrap .product-view-right {
    width: 487px;
    padding-left: 90px;
    padding-top: 36px;
    border-left: 1px solid #eeeeee; }
    @media screen and (min-width: 1280px) {
      .product-view-wrap .product-view-right {
        width: 33.81944vw;
        padding-left: 6.25vw;
        padding-top: 2.5vw; } }
    @media screen and (max-width: 1279px) {
      .product-view-wrap .product-view-right {
        padding-left: 40px;
        width: 420px; } }
    @media screen and (max-width: 1023px) {
      .product-view-wrap .product-view-right {
        width: 100%;
        padding-left: 0;
        border-left: 0; } }
    @media screen and (max-width: 767px) {
      .product-view-wrap .product-view-right {
        padding-top: 25px; } }
  .product-view-wrap .productView-images-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    text-align: center; }
    .product-view-wrap .productView-images-wrap .productView-image {
      width: calc(100% - 60px);
      order: 1; }
      @media screen and (min-width: 1280px) {
        .product-view-wrap .productView-images-wrap .productView-image {
          width: calc(100% - 4.16667vw); } }
      @media screen and (max-width: 1023px) {
        .product-view-wrap .productView-images-wrap .productView-image {
          pointer-events: auto; } }
      @media screen and (max-width: 767px) {
        .product-view-wrap .productView-images-wrap .productView-image {
          width: 100%;
          pointer-events: auto; } }
    .product-view-wrap .productView-images-wrap .productView-thumbnails {
      order: 0;
      margin-top: 58px;
      width: 60px; }
      @media screen and (min-width: 1280px) {
        .product-view-wrap .productView-images-wrap .productView-thumbnails {
          width: 4.16667vw;
          margin-top: 4.02778vw; } }
      @media screen and (max-width: 767px) {
        .product-view-wrap .productView-images-wrap .productView-thumbnails {
          display: none; } }

.productView-img-container {
  height: 540px; }
  @media screen and (min-width: 1280px) {
    .productView-img-container {
      height: 37.5vw; } }
  @media screen and (max-width: 767px) {
    .productView-img-container {
      height: 85.111vw; } }
  .productView-img-container:after {
    display: none; }
  .productView-img-container img {
    position: inherit;
    padding: 0;
    max-width: 340px;
    max-height: 540px; }
    @media screen and (min-width: 1280px) {
      .productView-img-container img {
        max-height: 37.5vw;
        max-width: 23.61111vw; } }
    @media screen and (max-width: 767px) {
      .productView-img-container img {
        max-width: 100%;
        max-height: 82.111vw; } }
  .productView-img-container .slick-dots li {
    height: auto;
    width: auto;
    padding: 0;
    margin: 0 7px; }
    .productView-img-container .slick-dots li button {
      width: 6px;
      height: 6px;
      border: 0px;
      border-radius: 0px;
      background: #D9D9D9; }
      .productView-img-container .slick-dots li button:before {
        display: none; }
  .productView-img-container .slick-dots .slick-active button {
    background: black; }

.productView-thumbnails {
  margin-top: 0px; }
  .productView-thumbnails .productView-thumbnail {
    width: 100%; }
  .productView-thumbnails .slick-arrow {
    height: 22px;
    width: 18px;
    padding: 0px;
    border: 0px;
    margin-top: 0px; }
    @media screen and (min-width: 1280px) {
      .productView-thumbnails .slick-arrow {
        height: 1.52778vw;
        width: 1.25vw; } }
    .productView-thumbnails .slick-arrow:before {
      display: none; }
    .productView-thumbnails .slick-arrow svg {
      height: 22px;
      width: 18px; }
      @media screen and (min-width: 1280px) {
        .productView-thumbnails .slick-arrow svg {
          height: 1.52778vw;
          width: 1.25vw; } }
    .productView-thumbnails .slick-arrow.slick-next {
      top: auto;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    .productView-thumbnails .slick-arrow.slick-prev {
      top: 0;
      bottom: auto;
      left: 50%;
      transform: translateX(-50%); }
  .productView-thumbnails .slick-list {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 25px;
    margin-bottom: 25px; }
    @media screen and (min-width: 1280px) {
      .productView-thumbnails .slick-list {
        margin-bottom: 1.73611vw;
        margin-top: 1.73611vw; } }
  .productView-thumbnails.slick-slider img {
    opacity: .5; }
  .productView-thumbnails.slick-slider .slick-current img {
    opacity: 1; }
  .productView-thumbnails img {
    width: 88px; }
    @media screen and (min-width: 1280px) {
      .productView-thumbnails img {
        width: 6.11111vw; } }
  .productView-thumbnails.slick-vertical .slick-slide {
    border: 0px;
    padding: 15px 0; }
    @media screen and (min-width: 1280px) {
      .productView-thumbnails.slick-vertical .slick-slide {
        padding: 1.04167vw 0; } }

.productView-thumbnail-link {
  height: 88px;
  max-width: 60px;
  padding: 0px;
  border: 0px; }
  @media screen and (min-width: 1280px) {
    .productView-thumbnail-link {
      height: 6.11111vw;
      max-width: 4.16667vw; } }

.productView-title {
  margin: 0px 0 13px 0;
  font-family: "gothambook", sans-serif;
  font-size: 24px;
  line-height: 31px;
  color: black;
  text-transform: none; }
  @media screen and (min-width: 1280px) {
    .productView-title {
      margin: 0 0 0.90278vw 0;
      font-size: 1.66667vw;
      line-height: 2.15278vw; } }
  @media screen and (max-width: 767px) {
    .productView-title {
      font-size: 22px;
      line-height: 28px; } }

.productView-brand {
  text-align: center; }

.productView-price {
  font-family: "gothammedium", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: black;
  letter-spacing: -0.01em;
  display: flex;
  margin: 0 -2px; }
  @media screen and (min-width: 1280px) {
    .productView-price {
      font-size: 0.97222vw;
      line-height: 1.38889vw;
      margin: 0 -0.13889vw; } }
  .productView-price .price-section {
    padding: 0 2px; }
    @media screen and (min-width: 1280px) {
      .productView-price .price-section {
        padding: 0 0.13889vw; } }
  .productView-price .b-red-text, .productView-price .red-text {
    color: #FF4954; }
  .productView-price .rrp-price--withoutTax, .productView-price .non-sale-price--withoutTax {
    color: #777777; }
  .productView-price .price-section--saving.price {
    display: none !important; }

.productView-info-name,
.productView-info-value {
  font-size: 13px;
  line-height: 20px;
  color: black;
  font-family: "gothambook", sans-serif; }
  @media screen and (min-width: 1280px) {
    .productView-info-name,
    .productView-info-value {
      font-size: 0.90278vw;
      line-height: 1.38889vw; } }

.productView-info-name {
  font-family: "gothammedium", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: normal; }

.productView-rating {
  font-size: 12px;
  line-height: 16px;
  font-family: "gothambook", sans-serif;
  display: flex;
  position: relative;
  margin-top: 2px; }
  @media screen and (min-width: 1280px) {
    .productView-rating {
      font-size: 0.83333vw;
      line-height: 1.11111vw;
      margin-top: 0.13889vw; } }
  .productView-rating .icon {
    width: 14px;
    height: 14px; }
    @media screen and (min-width: 1280px) {
      .productView-rating .icon {
        width: 0.97222vw;
        height: 0.97222vw; } }
    .productView-rating .icon + .icon {
      margin-left: 5px; }
      @media screen and (min-width: 1280px) {
        .productView-rating .icon + .icon {
          margin-left: 0.34722vw; } }
    .productView-rating .icon.icon--ratingEmpty svg {
      fill: #D9D9D9; }
    .productView-rating .icon.icon--ratingFull svg {
      fill: #FF541E; }
  .productView-rating span[role="img"] {
    display: flex; }
    .productView-rating span[role="img"] + span, .productView-rating span[role="img"] + a {
      margin-left: 7px; }
      @media screen and (min-width: 1280px) {
        .productView-rating span[role="img"] + span, .productView-rating span[role="img"] + a {
          margin-left: 0.48611vw; } }

.price-block {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .price-block .productView-price {
    margin-bottom: 0px; }
  .price-block .productView-reviewLink--new {
    display: none; }
  .price-block .left-block {
    display: flex;
    align-items: center; }
    .price-block .left-block .sale-flag-side {
      position: relative;
      margin-left: 11px;
      bottom: 0; }
      @media screen and (min-width: 1280px) {
        .price-block .left-block .sale-flag-side {
          margin-left: 0.76389vw; } }

.login-for-price {
  font-size: 10px;
  line-height: 14px;
  letter-spacing: -0.01em;
  color: #868686;
  margin-bottom: 0px;
  font-family: "gothambook", sans-serif; }
  @media screen and (min-width: 1280px) {
    .login-for-price {
      font-size: 0.69444vw;
      line-height: 0.97222vw; } }
  .login-for-price a {
    text-decoration: underline;
    text-transform: uppercase;
    color: black;
    font-family: "gothammedium", sans-serif; }
    .login-for-price a:hover {
      color: #FF4954; }

.price-block-main {
  border-bottom: 0.5px solid #eeeeee;
  padding-bottom: 16px;
  margin-bottom: 19px; }
  @media screen and (min-width: 1280px) {
    .price-block-main {
      padding-bottom: 1.11111vw;
      margin-bottom: 1.31944vw; } }

.product-promo-msg {
  color: #FF4954;
  font-size: 12px;
  line-height: 17px;
  font-family: "gothammedium", sans-serif;
  font-weight: 500;
  display: block;
  margin-top: 13px; }
  @media screen and (min-width: 1280px) {
    .product-promo-msg {
      font-size: 0.83333vw;
      line-height: 1.18056vw; } }

.productView-info > :first-child {
  margin-top: 0px; }

.productView-info-item {
  display: flex; }
  .productView-info-item + .productView-info-item {
    margin-top: 10px; }
    @media screen and (min-width: 1280px) {
      .productView-info-item + .productView-info-item {
        margin-top: 0.69444vw; } }
  .productView-info-item .productView-info-name {
    width: 151px;
    margin: 0px;
    padding-right: 15px; }
    @media screen and (min-width: 1280px) {
      .productView-info-item .productView-info-name {
        width: 10.48611vw;
        padding-right: 1.04167vw; } }
  .productView-info-item .productView-info-value {
    width: calc(100% - 151px);
    margin: 0px; }
    @media screen and (min-width: 1280px) {
      .productView-info-item .productView-info-value {
        width: calc(100% - 10.48611vw); } }

.productView-product {
  border-color: #eeeeee;
  padding-bottom: 21px; }
  @media screen and (min-width: 1280px) {
    .productView-product {
      padding-bottom: 1.45833vw; } }
  @media screen and (max-width: 1023px) {
    .productView-product {
      border-bottom: 1px solid #eee; } }

.stock-block {
  display: flex;
  margin-top: 24px;
  padding-bottom: 21px;
  margin-bottom: 19px;
  border-bottom: 0.5px solid #EEEEEE; }
  @media screen and (min-width: 1280px) {
    .stock-block {
      margin-top: 1.66667vw;
      padding-bottom: 1.45833vw;
      margin-bottom: 1.31944vw; } }
  .stock-block.no-border {
    margin-bottom: 0px;
    border-bottom: 0px; }
  .stock-block .storeSection {
    width: 100%; }
  .stock-block .right-block {
    padding-left: 16px;
    margin-left: 15px;
    border-left: 0.5px solid #eeeeee; }
    @media screen and (min-width: 1280px) {
      .stock-block .right-block {
        padding-left: 1.11111vw;
        margin-left: 1.04167vw; } }
  .stock-block p {
    font-size: 13px;
    line-height: 17px;
    color: black;
    margin-bottom: 0px;
    font-family: "gothambook", sans-serif;
    display: flex;
    align-items: center; }
    @media screen and (min-width: 1280px) {
      .stock-block p {
        font-size: 0.90278vw;
        line-height: 1.18056vw; } }
  .stock-block strong {
    color: #339E00;
    padding-left: 5px; }
    @media screen and (min-width: 1280px) {
      .stock-block strong {
        padding-left: 0.34722vw; } }
  .stock-block .green-icon {
    width: 13px;
    height: 13px;
    background-color: #339E00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px; }
    @media screen and (min-width: 1280px) {
      .stock-block .green-icon {
        width: 0.90278vw;
        height: 0.90278vw;
        margin-right: 0.34722vw; } }
    .stock-block .green-icon .icon {
      width: 8px;
      height: 8px; }
      @media screen and (min-width: 1280px) {
        .stock-block .green-icon .icon {
          width: 0.55556vw;
          height: 0.55556vw; } }
      .stock-block .green-icon .icon svg {
        fill: white; }

.form-label--alternate {
  letter-spacing: 0.06em;
  font-size: 13px;
  line-height: 20px;
  color: black;
  font-family: "gothammedium", sans-serif;
  text-transform: uppercase; }
  @media screen and (min-width: 1280px) {
    .form-label--alternate {
      font-size: 0.90278vw;
      line-height: 1.38889vw; } }
  .form-label--alternate small {
    font-size: 16px;
    margin-left: 0px;
    color: #FF4954; }
    @media screen and (min-width: 1280px) {
      .form-label--alternate small {
        font-size: 1.11111vw; } }
  .form-label--alternate span {
    font-size: 13px;
    line-height: 20px;
    color: black;
    font-family: "gothambook", sans-serif;
    text-transform: none; }
    @media screen and (min-width: 1280px) {
      .form-label--alternate span {
        font-size: 0.90278vw;
        line-height: 1.38889vw; } }

.productView-options {
  margin-bottom: 52px; }
  @media screen and (min-width: 1280px) {
    .productView-options {
      margin-bottom: 3.61111vw; } }
  @media screen and (max-width: 767px) {
    .productView-options {
      text-align: left;
      margin-bottom: 40px; } }
  .productView-options .form-field {
    margin-bottom: 22px; }
    @media screen and (min-width: 1280px) {
      .productView-options .form-field {
        margin-bottom: 1.52778vw; } }
  .productView-options [data-product-attribute="set-rectangle"] {
    margin-bottom: 11px; }
    @media screen and (min-width: 1280px) {
      .productView-options [data-product-attribute="set-rectangle"] {
        margin-bottom: 0.76389vw; } }
    .productView-options [data-product-attribute="set-rectangle"] .form-option {
      border-color: #eeeeee;
      margin-bottom: 10px;
      margin-right: 10px;
      display: flex; }
      @media screen and (min-width: 1280px) {
        .productView-options [data-product-attribute="set-rectangle"] .form-option {
          margin-right: 0.69444vw;
          margin-bottom: 0.69444vw; } }
      .productView-options [data-product-attribute="set-rectangle"] .form-option .form-option-variant {
        font-size: 12px;
        line-height: 18px;
        padding: 7px 14px;
        color: black;
        font-family: "gothambook", sans-serif; }
        @media screen and (min-width: 1280px) {
          .productView-options [data-product-attribute="set-rectangle"] .form-option .form-option-variant {
            font-size: 0.83333vw;
            line-height: 1.25vw;
            padding: 0.48611vw 0.97222vw; } }
  .productView-options input:focus + label {
    outline: none !important; }
  .productView-options [data-product-attribute="swatch"] {
    margin-bottom: 11px; }
    @media screen and (min-width: 1280px) {
      .productView-options [data-product-attribute="swatch"] {
        margin-bottom: 0.76389vw; } }
    .productView-options [data-product-attribute="swatch"] .form-option {
      border-color: transparent;
      margin-bottom: 10px;
      margin-right: 10px;
      display: flex;
      padding: 0px;
      box-shadow: none;
      overflow: hidden; }
      @media screen and (min-width: 1280px) {
        .productView-options [data-product-attribute="swatch"] .form-option {
          margin-right: 0.69444vw;
          margin-bottom: 0.69444vw; } }
    .productView-options [data-product-attribute="swatch"] input[aria-label="White"] + .form-option {
      border-color: #dddddd; }
    .productView-options [data-product-attribute="swatch"] .form-radio:checked + .form-option {
      position: relative; }
      .productView-options [data-product-attribute="swatch"] .form-radio:checked + .form-option:before {
        width: auto;
        height: auto;
        position: absolute;
        content: "";
        border: 1px solid white;
        left: 2px;
        right: 2px;
        top: 2px;
        bottom: 2px; }
    .productView-options [data-product-attribute="swatch"] .form-radio[aria-label="White"]:checked + .form-option {
      border-color: black; }
      .productView-options [data-product-attribute="swatch"] .form-radio[aria-label="White"]:checked + .form-option:before {
        border-color: #dddddd; }
    .productView-options [data-product-attribute="swatch"] .form-option-variant--color {
      width: 33px;
      height: 25px; }
      @media screen and (min-width: 1280px) {
        .productView-options [data-product-attribute="swatch"] .form-option-variant--color {
          width: 2.29167vw;
          height: 1.73611vw; } }
  .productView-options .form .add-to-cart-wrapper {
    border-top: 0.5px solid #eee;
    display: block;
    padding-top: 27px; }
    @media screen and (min-width: 1280px) {
      .productView-options .form .add-to-cart-wrapper {
        padding-top: 1.875vw; } }
  .productView-options .form.form-wishlist {
    float: none;
    display: block;
    margin: 0px; }
    @media screen and (max-width: 1023px) {
      .productView-options .form.form-wishlist {
        width: 100%; } }
    .productView-options .form.form-wishlist #wishlist-dropdown.is-open {
      max-width: 250px !important;
      width: 250px !important;
      right: 0;
      padding: 10px;
      border: 1px solid black;
      margin-top: 5px; }
      @media screen and (min-width: 1280px) {
        .productView-options .form.form-wishlist #wishlist-dropdown.is-open {
          max-width: 17.36111vw !important;
          width: 17.36111vw !important;
          padding: 0.69444vw 0;
          margin-top: 0.34722vw; } }
      .productView-options .form.form-wishlist #wishlist-dropdown.is-open li .button {
        padding: 7px;
        border: 0px;
        margin: 0; }
        @media screen and (min-width: 1280px) {
          .productView-options .form.form-wishlist #wishlist-dropdown.is-open li .button {
            padding: 0.48611vw; } }
      .productView-options .form.form-wishlist #wishlist-dropdown.is-open li + li {
        border-top: 0px solid black; }
      .productView-options .form.form-wishlist #wishlist-dropdown.is-open .button {
        color: black;
        font-family: "gothambook", sans-serif; }
        .productView-options .form.form-wishlist #wishlist-dropdown.is-open .button:hover {
          color: #FF4954; }

.add-to-cart-block {
  display: flex; }
  .add-to-cart-block + .alertBox {
    margin-top: 15px; }
    @media screen and (min-width: 1280px) {
      .add-to-cart-block + .alertBox {
        margin-top: 1.04167vw; } }
  .add-to-cart-block .add-to-cart-buttons {
    margin: 0px;
    width: calc(100% - 172px);
    padding: 0 10px; }
    @media screen and (min-width: 1280px) {
      .add-to-cart-block .add-to-cart-buttons {
        width: calc(100% - 11.94444vw);
        padding: 0 0.69444vw; } }
    .add-to-cart-block .add-to-cart-buttons .form-action, .add-to-cart-block .add-to-cart-buttons .button {
      height: 100%; }
    .add-to-cart-block .add-to-cart-buttons .add-to-cart-wallet-buttons {
      display: none !important; }
  .add-to-cart-block .form-field--increments {
    width: 120px;
    margin-bottom: 0px; }
    @media screen and (min-width: 1280px) {
      .add-to-cart-block .form-field--increments {
        width: 8.33333vw; } }
  .add-to-cart-block .form-label {
    display: none; }
  .add-to-cart-block .form-increment {
    display: flex;
    border: 1px solid black; }
    .add-to-cart-block .form-increment .button {
      width: 30px;
      border: 0;
      background-color: transparent;
      display: flex;
      align-items: center; }
      @media screen and (min-width: 1280px) {
        .add-to-cart-block .form-increment .button {
          width: 2.08333vw; } }
      .add-to-cart-block .form-increment .button .icon {
        width: 9px;
        height: 9px; }
        @media screen and (min-width: 1280px) {
          .add-to-cart-block .form-increment .button .icon {
            width: 0.625vw;
            height: 0.625vw; } }
      .add-to-cart-block .form-increment .button svg {
        fill: black; }
      .add-to-cart-block .form-increment .button:hover svg {
        fill: #dddddd; }
    .add-to-cart-block .form-increment [data-action="dec"] {
      justify-content: flex-end; }
    .add-to-cart-block .form-increment [data-action="inc"] {
      justify-content: flex-start; }
    .add-to-cart-block .form-increment .form-input {
      width: 60px;
      height: 50px;
      font-family: "gothambold", sans-serif;
      letter-spacing: -0.03em;
      font-size: 11px;
      line-height: 13px;
      color: black;
      background-color: white; }
      @media screen and (min-width: 1280px) {
        .add-to-cart-block .form-increment .form-input {
          width: 4.16667vw;
          height: 3.47222vw;
          font-size: 0.76389vw;
          line-height: 0.90278vw; } }

.wishlist {
  width: 52px; }
  @media screen and (min-width: 1280px) {
    .wishlist {
      width: 3.61111vw; } }
  .wishlist a {
    background-color: white;
    padding: 0px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .wishlist a .icon {
      margin-left: 0px;
      width: 17px;
      height: 15px; }
      @media screen and (min-width: 1280px) {
        .wishlist a .icon {
          width: 1.18056vw;
          height: 1.04167vw; } }
      .wishlist a .icon svg {
        fill: #FFE9E9;
        stroke: black; }
    .wishlist a:hover {
      border-color: #dddddd; }
      .wishlist a:hover .icon {
        opacity: 0.5; }

.productView-description {
  float: none;
  width: 100%;
  padding: 0px;
  padding: 35px 0;
  font-family: "gothambook", sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: black; }
  @media screen and (min-width: 1280px) {
    .productView-description {
      padding: 2.43056vw 0; } }
  @media screen and (max-width: 1023px) {
    .productView-description {
      padding: 29px 0; } }
  @media screen and (min-width: 1280px) {
    .productView-description {
      font-size: 0.97222vw;
      line-height: 1.45833vw; } }
  .productView-description p {
    margin-bottom: 30px; }
    @media screen and (min-width: 1280px) {
      .productView-description p {
        margin-bottom: 2.08333vw; } }
  .productView-description h1, .productView-description h2, .productView-description h3, .productView-description h4, .productView-description h5, .productView-description h6 {
    font-family: "gothammedium", sans-serif;
    margin-bottom: 14px;
    color: black;
    text-transform: none;
    margin-top: 30px; }
    @media screen and (min-width: 1280px) {
      .productView-description h1, .productView-description h2, .productView-description h3, .productView-description h4, .productView-description h5, .productView-description h6 {
        margin-bottom: 0.97222vw;
        margin-top: 2.08333vw; } }
  .productView-description h4 {
    font-size: 22px;
    line-height: 30px; }
    @media screen and (min-width: 1280px) {
      .productView-description h4 {
        font-size: 1.52778vw;
        line-height: 2.08333vw; } }
  .productView-description h5 {
    font-size: 18px;
    line-height: 27px; }
    @media screen and (min-width: 1280px) {
      .productView-description h5 {
        font-size: 1.25vw;
        line-height: 1.875vw; } }
  .productView-description h6 {
    font-size: 14px;
    line-height: 21px; }
    @media screen and (min-width: 1280px) {
      .productView-description h6 {
        font-size: 0.97222vw;
        line-height: 1.45833vw; } }
  .productView-description ul {
    margin: 0px;
    list-style-type: none;
    margin-bottom: 30px; }
    @media screen and (min-width: 1280px) {
      .productView-description ul {
        margin-bottom: 2.08333vw; } }
    .productView-description ul li {
      padding-left: 13px;
      position: relative; }
      @media screen and (min-width: 1280px) {
        .productView-description ul li {
          padding-left: 0.90278vw; } }
      .productView-description ul li + li {
        margin-top: 9px; }
        @media screen and (min-width: 1280px) {
          .productView-description ul li + li {
            margin-top: 0.625vw; } }
      .productView-description ul li:before {
        position: absolute;
        width: 3px;
        height: 3px;
        background-color: black;
        content: "";
        left: 0;
        top: 9px; }
        @media screen and (min-width: 1280px) {
          .productView-description ul li:before {
            height: 0.20833vw;
            width: 0.20833vw;
            top: 0.625vw; } }

.toggle-content-custom > :first-child {
  margin-top: 0px !important; }

.toggle-content-custom > :last-child {
  margin-top: 0px !important; }

.productView-description-section {
  overflow: hidden; }
  .productView-description-section .productView-description + .toggle-block {
    border-top: 0.5px solid #eeeeee; }
  .productView-description-section .productView-description .toggle-block {
    position: relative; }
    .productView-description-section .productView-description .toggle-block:before {
      left: -50%;
      bottom: -1px;
      position: absolute;
      content: "";
      width: 100%;
      border-bottom: 0.5px solid #eeeeee; }
    .productView-description-section .productView-description .toggle-block:after {
      right: -50%;
      bottom: -1px;
      position: absolute;
      content: "";
      width: 100%;
      border-bottom: 0.5px solid #eeeeee; }
    .productView-description-section .productView-description .toggle-block:last-child {
      border-bottom: 0px; }
      .productView-description-section .productView-description .toggle-block:last-child:before, .productView-description-section .productView-description .toggle-block:last-child:after {
        display: none; }
      .productView-description-section .productView-description .toggle-block:last-child h3 {
        padding-bottom: 0px; }
        .productView-description-section .productView-description .toggle-block:last-child h3:before, .productView-description-section .productView-description .toggle-block:last-child h3:after {
          top: auto;
          transform: none;
          bottom: 7px; }
          @media screen and (min-width: 1280px) {
            .productView-description-section .productView-description .toggle-block:last-child h3:before, .productView-description-section .productView-description .toggle-block:last-child h3:after {
              bottom: 0.48611vw; } }
      .productView-description-section .productView-description .toggle-block:last-child .toggle-content-custom {
        margin-top: -24px; }
        @media screen and (min-width: 1280px) {
          .productView-description-section .productView-description .toggle-block:last-child .toggle-content-custom {
            margin-top: -1.66667vw; } }
        @media screen and (max-width: 1023px) {
          .productView-description-section .productView-description .toggle-block:last-child .toggle-content-custom {
            margin-top: 25px; } }
        .productView-description-section .productView-description .toggle-block:last-child .toggle-content-custom p:last-child {
          margin-bottom: 0; }
    .productView-description-section .productView-description .toggle-block:first-child h3 {
      padding-top: 0px; }
      .productView-description-section .productView-description .toggle-block:first-child h3:before, .productView-description-section .productView-description .toggle-block:first-child h3:after {
        top: 7px;
        transform: none; }
        @media screen and (min-width: 1280px) {
          .productView-description-section .productView-description .toggle-block:first-child h3:before, .productView-description-section .productView-description .toggle-block:first-child h3:after {
            top: 0.48611vw; } }
  .productView-description-section .toggle-block {
    border-bottom: 0.5px solid #eeeeee; }
    .productView-description-section .toggle-block h3 {
      margin: 0px;
      font-size: 18px;
      letter-spacing: 0.06em;
      color: black;
      line-height: 27px;
      font-family: "gothammedium", sans-serif;
      padding: 34px 0;
      cursor: pointer;
      position: relative;
      text-transform: uppercase; }
      @media screen and (min-width: 1280px) {
        .productView-description-section .toggle-block h3 {
          font-size: 1.25vw;
          line-height: 1.875vw;
          padding: 2.36111vw 0; } }
      @media screen and (max-width: 1023px) {
        .productView-description-section .toggle-block h3 {
          padding: 29px 0; } }
      .productView-description-section .toggle-block h3:before {
        background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 7.5H0V5.5H13V7.5Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.5 0L7.5 13H5.5L5.5 0H7.5Z' fill='black'/%3E%3C/svg%3E%0A");
        width: 13px;
        height: 13px;
        background-size: 13px 13px;
        position: absolute;
        content: "";
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background-repeat: no-repeat; }
        @media screen and (min-width: 1280px) {
          .productView-description-section .toggle-block h3:before {
            width: 0.90278vw;
            height: 0.90278vw;
            background-size: 0.90278vw 0.90278vw; } }
      .productView-description-section .toggle-block h3:after {
        background-image: url("data:image/svg+xml,%3Csvg width='13' height='3' viewBox='0 0 13 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 2.5H0V0.5H13V2.5Z' fill='black'/%3E%3C/svg%3E%0A");
        width: 13px;
        height: 13px;
        background-size: 13px 13px;
        position: absolute;
        content: "";
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background-repeat: no-repeat;
        display: none; }
        @media screen and (min-width: 1280px) {
          .productView-description-section .toggle-block h3:after {
            width: 0.90278vw;
            height: 0.90278vw;
            background-size: 0.90278vw 0.90278vw; } }
      .productView-description-section .toggle-block h3.active:before {
        display: none; }
      .productView-description-section .toggle-block h3.active:after {
        display: block; }
    .productView-description-section .toggle-block .toggle-content-custom {
      font-family: "gothambook", sans-serif;
      font-size: 14px;
      line-height: 21px;
      color: black;
      max-width: 763px;
      margin-right: 107px;
      margin-left: auto;
      margin-top: -58px;
      display: none;
      position: relative;
      z-index: 9;
      padding-bottom: 10px; }
      @media screen and (min-width: 1280px) {
        .productView-description-section .toggle-block .toggle-content-custom {
          font-size: 0.97222vw;
          line-height: 1.45833vw;
          max-width: 52.98611vw;
          margin-right: 7.43056vw;
          margin-top: -4.02778vw;
          padding-bottom: 0.69444vw; } }
      @media screen and (max-width: 1023px) {
        .productView-description-section .toggle-block .toggle-content-custom {
          margin-top: 0;
          margin-right: 0;
          max-width: 100%; } }
      .productView-description-section .toggle-block .toggle-content-custom p {
        margin-bottom: 30px; }
        @media screen and (min-width: 1280px) {
          .productView-description-section .toggle-block .toggle-content-custom p {
            margin-bottom: 2.08333vw; } }
      .productView-description-section .toggle-block .toggle-content-custom h1, .productView-description-section .toggle-block .toggle-content-custom h2, .productView-description-section .toggle-block .toggle-content-custom h3, .productView-description-section .toggle-block .toggle-content-custom h4, .productView-description-section .toggle-block .toggle-content-custom h5, .productView-description-section .toggle-block .toggle-content-custom h6 {
        font-family: "gothammedium", sans-serif;
        margin-bottom: 14px;
        color: black;
        text-transform: none;
        margin-top: 30px; }
        @media screen and (min-width: 1280px) {
          .productView-description-section .toggle-block .toggle-content-custom h1, .productView-description-section .toggle-block .toggle-content-custom h2, .productView-description-section .toggle-block .toggle-content-custom h3, .productView-description-section .toggle-block .toggle-content-custom h4, .productView-description-section .toggle-block .toggle-content-custom h5, .productView-description-section .toggle-block .toggle-content-custom h6 {
            margin-bottom: 0.97222vw;
            margin-top: 2.08333vw; } }
      .productView-description-section .toggle-block .toggle-content-custom h4 {
        font-size: 22px;
        line-height: 30px; }
        @media screen and (min-width: 1280px) {
          .productView-description-section .toggle-block .toggle-content-custom h4 {
            font-size: 1.52778vw;
            line-height: 2.08333vw; } }
      .productView-description-section .toggle-block .toggle-content-custom h5 {
        font-size: 18px;
        line-height: 27px; }
        @media screen and (min-width: 1280px) {
          .productView-description-section .toggle-block .toggle-content-custom h5 {
            font-size: 1.25vw;
            line-height: 1.875vw; } }
      .productView-description-section .toggle-block .toggle-content-custom h6 {
        font-size: 14px;
        line-height: 21px; }
        @media screen and (min-width: 1280px) {
          .productView-description-section .toggle-block .toggle-content-custom h6 {
            font-size: 0.97222vw;
            line-height: 1.45833vw; } }
      .productView-description-section .toggle-block .toggle-content-custom table {
        border-collapse: collapse;
        border: 1px solid #eee;
        margin-bottom: 30px; }
        @media screen and (min-width: 1280px) {
          .productView-description-section .toggle-block .toggle-content-custom table {
            margin-bottom: 2.08333vw; } }
        .productView-description-section .toggle-block .toggle-content-custom table th, .productView-description-section .toggle-block .toggle-content-custom table td {
          padding: 10px 20px;
          border: 1px solid #eee; }
          @media screen and (min-width: 1280px) {
            .productView-description-section .toggle-block .toggle-content-custom table th, .productView-description-section .toggle-block .toggle-content-custom table td {
              padding: 0.69444vw 1.38889vw; } }
      .productView-description-section .toggle-block .toggle-content-custom ul, .productView-description-section .toggle-block .toggle-content-custom ol {
        margin: 0px;
        list-style-type: none;
        margin-bottom: 30px; }
        @media screen and (min-width: 1280px) {
          .productView-description-section .toggle-block .toggle-content-custom ul, .productView-description-section .toggle-block .toggle-content-custom ol {
            margin-bottom: 2.08333vw; } }
        .productView-description-section .toggle-block .toggle-content-custom ul li, .productView-description-section .toggle-block .toggle-content-custom ol li {
          padding-left: 13px;
          position: relative; }
          @media screen and (min-width: 1280px) {
            .productView-description-section .toggle-block .toggle-content-custom ul li, .productView-description-section .toggle-block .toggle-content-custom ol li {
              padding-left: 0.90278vw; } }
          .productView-description-section .toggle-block .toggle-content-custom ul li + li, .productView-description-section .toggle-block .toggle-content-custom ol li + li {
            margin-top: 9px; }
            @media screen and (min-width: 1280px) {
              .productView-description-section .toggle-block .toggle-content-custom ul li + li, .productView-description-section .toggle-block .toggle-content-custom ol li + li {
                margin-top: 0.625vw; } }
          .productView-description-section .toggle-block .toggle-content-custom ul li:before, .productView-description-section .toggle-block .toggle-content-custom ol li:before {
            position: absolute;
            width: 3px;
            height: 3px;
            background-color: black;
            content: "";
            left: 0;
            top: 9px; }
            @media screen and (min-width: 1280px) {
              .productView-description-section .toggle-block .toggle-content-custom ul li:before, .productView-description-section .toggle-block .toggle-content-custom ol li:before {
                height: 0.20833vw;
                width: 0.20833vw;
                top: 0.625vw; } }
      .productView-description-section .toggle-block .toggle-content-custom .productReviews-list .productReview {
        padding-left: 0px;
        width: 100%;
        padding-right: 0px; }
        .productView-description-section .toggle-block .toggle-content-custom .productReviews-list .productReview:before {
          display: none; }
        .productView-description-section .toggle-block .toggle-content-custom .productReviews-list .productReview + .productReview {
          margin-top: 30px;
          padding-top: 30px;
          border-top: 0.5px solid #ddd; }
          @media screen and (min-width: 1280px) {
            .productView-description-section .toggle-block .toggle-content-custom .productReviews-list .productReview + .productReview {
              margin-top: 2.08333vw;
              padding-top: 2.08333vw; } }
        .productView-description-section .toggle-block .toggle-content-custom .productReviews-list .productReview .productReview-title {
          margin-top: 0px;
          font-size: 15px;
          line-height: 22px;
          margin-bottom: 10px; }
          @media screen and (min-width: 1280px) {
            .productView-description-section .toggle-block .toggle-content-custom .productReviews-list .productReview .productReview-title {
              font-size: 1.04167vw;
              line-height: 1.52778vw;
              margin-bottom: 0.69444vw; } }
        .productView-description-section .toggle-block .toggle-content-custom .productReviews-list .productReview .review-block {
          display: flex;
          line-height: normal;
          margin-bottom: 10px; }
          @media screen and (min-width: 1280px) {
            .productView-description-section .toggle-block .toggle-content-custom .productReviews-list .productReview .review-block {
              margin-bottom: 0.69444vw; } }
          .productView-description-section .toggle-block .toggle-content-custom .productReviews-list .productReview .review-block .productReview-rating {
            line-height: normal;
            margin-bottom: 0px; }
          .productView-description-section .toggle-block .toggle-content-custom .productReviews-list .productReview .review-block .productReview-author {
            margin-bottom: 0px;
            font-size: 12px;
            line-height: 16px;
            color: #555555; }
            @media screen and (min-width: 1280px) {
              .productView-description-section .toggle-block .toggle-content-custom .productReviews-list .productReview .review-block .productReview-author {
                font-size: 0.83333vw;
                line-height: 1.11111vw; } }
          .productView-description-section .toggle-block .toggle-content-custom .productReviews-list .productReview .review-block .right-block {
            margin-left: 7px; }
            @media screen and (min-width: 1280px) {
              .productView-description-section .toggle-block .toggle-content-custom .productReviews-list .productReview .review-block .right-block {
                margin-left: 0.48611vw; } }
          .productView-description-section .toggle-block .toggle-content-custom .productReviews-list .productReview .review-block span[role="img"] {
            display: flex; }
          .productView-description-section .toggle-block .toggle-content-custom .productReviews-list .productReview .review-block .icon {
            width: 14px;
            height: 14px;
            margin-top: 0px; }
            @media screen and (min-width: 1280px) {
              .productView-description-section .toggle-block .toggle-content-custom .productReviews-list .productReview .review-block .icon {
                width: 0.97222vw;
                height: 0.97222vw; } }
            .productView-description-section .toggle-block .toggle-content-custom .productReviews-list .productReview .review-block .icon + .icon {
              margin-left: 5px; }
              @media screen and (min-width: 1280px) {
                .productView-description-section .toggle-block .toggle-content-custom .productReviews-list .productReview .review-block .icon + .icon {
                  margin-left: 0.34722vw; } }
            .productView-description-section .toggle-block .toggle-content-custom .productReviews-list .productReview .review-block .icon.icon--ratingEmpty svg {
              fill: #D9D9D9; }
            .productView-description-section .toggle-block .toggle-content-custom .productReviews-list .productReview .review-block .icon.icon--ratingFull svg {
              fill: #FF541E; }
        .productView-description-section .toggle-block .toggle-content-custom .productReviews-list .productReview .productReview-body {
          font-size: 14px;
          line-height: 21px;
          color: black;
          margin-bottom: 15px; }
          @media screen and (min-width: 1280px) {
            .productView-description-section .toggle-block .toggle-content-custom .productReviews-list .productReview .productReview-body {
              font-size: 0.97222vw;
              line-height: 1.45833vw;
              margin-bottom: 1.04167vw; } }
        .productView-description-section .toggle-block .toggle-content-custom .productReviews-list .productReview .productReview-author {
          margin-bottom: 0px;
          font-size: 13px;
          line-height: 17px;
          color: #555555; }
          @media screen and (min-width: 1280px) {
            .productView-description-section .toggle-block .toggle-content-custom .productReviews-list .productReview .productReview-author {
              font-size: 0.90278vw;
              line-height: 1.18056vw; } }
    .productView-description-section .toggle-block.toggle-review-block {
      border-bottom: 0px; }
      .productView-description-section .toggle-block.toggle-review-block .toggle-content-custom {
        max-width: 644px;
        margin-right: 226px; }
        @media screen and (min-width: 1280px) {
          .productView-description-section .toggle-block.toggle-review-block .toggle-content-custom {
            max-width: 44.72222vw;
            margin-right: 15.69444vw; } }
        @media screen and (max-width: 1023px) {
          .productView-description-section .toggle-block.toggle-review-block .toggle-content-custom {
            max-width: 100%;
            margin-right: 0; } }
    .productView-description-section .toggle-block.toggle-video-block .toggle-content-custom {
      max-width: 100%;
      margin: 0px;
      margin-top: -9px; }
      @media screen and (min-width: 1280px) {
        .productView-description-section .toggle-block.toggle-video-block .toggle-content-custom {
          margin-top: -0.625vw; } }
    .productView-description-section .toggle-block.toggle-video-block .videoGallery-main {
      padding-bottom: 663px;
      margin-bottom: 40px; }
      @media screen and (min-width: 1280px) {
        .productView-description-section .toggle-block.toggle-video-block .videoGallery-main {
          padding-bottom: 46.04167vw;
          margin-bottom: 2.77778vw; } }
      @media screen and (max-width: 1279px) {
        .productView-description-section .toggle-block.toggle-video-block .videoGallery-main {
          padding-bottom: 54.55%; } }

.type-product .product-row {
  border-top: 0.5px solid #eeeeee;
  padding-top: 60px; }
  @media screen and (min-width: 1280px) {
    .type-product .product-row {
      padding-top: 4.16667vw; } }
  @media screen and (max-width: 1023px) {
    .type-product .product-row {
      padding-top: 40px; } }
  .type-product .product-row + .product-row {
    margin-top: 60px; }
    @media screen and (min-width: 1280px) {
      .type-product .product-row + .product-row {
        margin-top: 4.16667vw; } }
    @media screen and (max-width: 1023px) {
      .type-product .product-row + .product-row {
        margin-top: 40px; } }
  .type-product .product-row h2.page-heading {
    margin-bottom: 33px; }
    @media screen and (min-width: 1280px) {
      .type-product .product-row h2.page-heading {
        margin-bottom: 2.29167vw; } }
    @media screen and (max-width: 1023px) {
      .type-product .product-row h2.page-heading {
        margin-bottom: 25px; } }

#previewModal .modal-close {
  width: 30px;
  height: 30px;
  right: 30px;
  top: 22px; }
  @media screen and (min-width: 1280px) {
    #previewModal .modal-close {
      width: 2.08333vw;
      height: 2.08333vw;
      right: 2.08333vw;
      top: 1.52778vw; } }
  @media screen and (max-width: 767px) {
    #previewModal .modal-close {
      right: 10px; } }

#previewModal .modal-header {
  padding: 25px 30px 22px;
  border-bottom: 0.5px solid #dddddd; }
  @media screen and (min-width: 1280px) {
    #previewModal .modal-header {
      padding: 1.73611vw 2.08333vw 1.52778vw; } }
  @media screen and (max-width: 1023px) {
    #previewModal .modal-header {
      padding: 20px 30px; } }
  @media screen and (max-width: 767px) {
    #previewModal .modal-header {
      padding: 20px 30px; } }
  #previewModal .modal-header .modal-header-title {
    font-size: 22px;
    line-height: 30px; }
    @media screen and (min-width: 1280px) {
      #previewModal .modal-header .modal-header-title {
        font-size: 1.52778vw;
        line-height: 2.08333vw; } }
    @media screen and (max-width: 767px) {
      #previewModal .modal-header .modal-header-title {
        font-size: 18px;
        line-height: 24px; } }

#previewModal .modal-body {
  padding: 30px; }
  @media screen and (min-width: 1280px) {
    #previewModal .modal-body {
      padding: 2.08333vw; } }

.previewCart {
  max-width: 100%; }
  .previewCart .productView {
    padding: 0 15px;
    flex-direction: row; }
    @media screen and (min-width: 1280px) {
      .previewCart .productView {
        padding: 0 1.04167vw; } }
    .previewCart .productView .productView-image {
      padding-left: 15px;
      padding-right: 15px; }
      @media screen and (min-width: 1280px) {
        .previewCart .productView .productView-image {
          padding-left: 1.04167vw;
          padding-right: 1.04167vw; } }
      .previewCart .productView .productView-image .productView-img-container {
        display: flex;
        justify-content: center;
        align-items: center; }
    .previewCart .productView .productView-details {
      padding-left: 15px;
      padding-right: 15px; }
      @media screen and (min-width: 1280px) {
        .previewCart .productView .productView-details {
          padding-left: 1.04167vw;
          padding-right: 1.04167vw; } }
      .previewCart .productView .productView-details .productView-title {
        font-size: 22px;
        line-height: 26px; }
        @media screen and (min-width: 1280px) {
          .previewCart .productView .productView-details .productView-title {
            font-size: 1.52778vw;
            line-height: 1.80556vw; } }
      .previewCart .productView .productView-details .productView-brand {
        font-size: 18px;
        text-align: left; }
        @media screen and (min-width: 1280px) {
          .previewCart .productView .productView-details .productView-brand {
            font-size: 1.25vw; } }
      .previewCart .productView .productView-details .productView-price {
        margin-bottom: 15px; }
        @media screen and (min-width: 1280px) {
          .previewCart .productView .productView-details .productView-price {
            margin-bottom: 1.04167vw; } }
      .previewCart .productView .productView-details .productView-info {
        margin-bottom: 15px; }
        @media screen and (min-width: 1280px) {
          .previewCart .productView .productView-details .productView-info {
            margin-bottom: 1.04167vw; } }
  .previewCart .previewCartCheckout {
    background: #fafafa;
    padding: 30px; }
    @media screen and (min-width: 1280px) {
      .previewCart .previewCartCheckout {
        padding: 2.08333vw; } }
    .previewCart .previewCartCheckout .button {
      padding-left: 20px;
      padding-right: 20px; }
      @media screen and (min-width: 1280px) {
        .previewCart .previewCartCheckout .button {
          padding-left: 1.38889vw;
          padding-right: 1.38889vw; } }
    .previewCart .previewCartCheckout .previewCartCheckout-subtotal {
      margin-top: 15px;
      margin-bottom: 15px; }
      @media screen and (min-width: 1280px) {
        .previewCart .previewCartCheckout .previewCartCheckout-subtotal {
          margin-top: 1.04167vw;
          margin-bottom: 1.04167vw; } }
    .previewCart .previewCartCheckout .previewCartCheckout-price {
      margin-top: 10px;
      font-size: 22px; }
      @media screen and (min-width: 1280px) {
        .previewCart .previewCartCheckout .previewCartCheckout-price {
          margin-top: 0.69444vw;
          font-size: 1.52778vw; } }
    .previewCart .previewCartCheckout p[data-cart-quantity] {
      margin-bottom: 10px; }
      @media screen and (min-width: 1280px) {
        .previewCart .previewCartCheckout p[data-cart-quantity] {
          margin-bottom: 0.69444vw; } }
      .previewCart .previewCartCheckout p[data-cart-quantity] + .button--primary {
        margin-bottom: 15px; }
        @media screen and (min-width: 1280px) {
          .previewCart .previewCartCheckout p[data-cart-quantity] + .button--primary {
            margin-bottom: 1.04167vw; } }

.review-button-block {
  margin-bottom: 60px; }
  @media screen and (min-width: 1280px) {
    .review-button-block {
      margin-bottom: 4.16667vw; } }
  @media screen and (max-width: 767px) {
    .review-button-block {
      margin-bottom: 40px; } }
  .review-button-block .button {
    min-width: 200px;
    min-height: 52px; }
    @media screen and (min-width: 1280px) {
      .review-button-block .button {
        min-width: 13.88889vw;
        min-height: 3.61111vw; } }
    @media screen and (max-width: 767px) {
      .review-button-block .button {
        min-width: 150px;
        padding: 17px 20px;
        transition: none; } }
    @media screen and (max-width: 1023px) {
      .review-button-block .button + .button {
        margin-left: 10px; } }

#modal-review-form .modal-close {
  width: 30px;
  height: 30px;
  right: 30px;
  top: 22px; }
  @media screen and (min-width: 1280px) {
    #modal-review-form .modal-close {
      width: 2.08333vw;
      height: 2.08333vw;
      right: 2.08333vw;
      top: 1.52778vw; } }
  @media screen and (max-width: 767px) {
    #modal-review-form .modal-close {
      top: 25px;
      right: 15px; } }

#modal-review-form .modal-header {
  padding: 25px 30px 22px;
  border-bottom: 0.5px solid #dddddd; }
  @media screen and (min-width: 1280px) {
    #modal-review-form .modal-header {
      padding: 1.73611vw 2.08333vw 1.52778vw; } }
  @media screen and (max-width: 767px) {
    #modal-review-form .modal-header {
      padding: 20px 30px; } }
  #modal-review-form .modal-header .modal-header-title {
    font-size: 22px;
    line-height: 30px; }
    @media screen and (min-width: 1280px) {
      #modal-review-form .modal-header .modal-header-title {
        font-size: 1.52778vw;
        line-height: 2.08333vw; } }

#modal-review-form .modal-body {
  padding: 30px; }
  @media screen and (min-width: 1280px) {
    #modal-review-form .modal-body {
      padding: 2.08333vw; } }

#modal-review-form textarea {
  border-radius: 0px; }

#modal-review-form .writeReview-productImage-container:after {
  padding-bottom: 100%; }

#modal-review-form .writeReview-productDetails, #modal-review-form .writeReview-form {
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (min-width: 1280px) {
    #modal-review-form .writeReview-productDetails, #modal-review-form .writeReview-form {
      padding-left: 1.04167vw;
      padding-right: 1.04167vw; } }
  @media screen and (max-width: 767px) {
    #modal-review-form .writeReview-productDetails, #modal-review-form .writeReview-form {
      padding-left: 0;
      padding-right: 0; } }

@media screen and (max-width: 767px) {
  #modal-review-form .writeReview-form {
    margin-top: 20px; } }

#modal-review-form .product-brand {
  color: black;
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center; }
  @media screen and (min-width: 1280px) {
    #modal-review-form .product-brand {
      font-size: 1.25vw;
      margin-bottom: 0.69444vw; } }

#modal-review-form .product-title {
  font-size: 22px;
  line-height: 26px;
  font-family: "gothambook", sans-serif;
  text-transform: none;
  text-align: center; }
  @media screen and (min-width: 1280px) {
    #modal-review-form .product-title {
      font-size: 1.52778vw;
      line-height: 1.80556vw; } }

.productView-images {
  margin-bottom: 55px; }
  @media screen and (min-width: 1280px) {
    .productView-images {
      margin-bottom: 3.81944vw; } }
  @media screen and (max-width: 1023px) {
    .productView-images {
      margin-bottom: 0; } }
  .productView-images .brand-logo-img-row {
    text-align: center; }
    @media screen and (max-width: 1023px) {
      .productView-images .brand-logo-img-row {
        margin-top: 30px; } }
    .productView-images .brand-logo-img-row a {
      display: inline-block; }
      .productView-images .brand-logo-img-row a .brand-img {
        display: inline-block;
        width: auto;
        margin: 0 auto; }
        .productView-images .brand-logo-img-row a .brand-img img {
          max-width: 160px;
          height: auto; }
          @media screen and (min-width: 1280px) {
            .productView-images .brand-logo-img-row a .brand-img img {
              max-width: 11.11111vw; } }
        .productView-images .brand-logo-img-row a .brand-img .brand-image-container {
          max-width: 165px; }
          @media screen and (min-width: 1280px) {
            .productView-images .brand-logo-img-row a .brand-img .brand-image-container {
              max-width: 11.45833vw; } }
          .productView-images .brand-logo-img-row a .brand-img .brand-image-container img {
            position: relative; }
          .productView-images .brand-logo-img-row a .brand-img .brand-image-container:after {
            padding: 0; }

.loading_img {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.loading_img {
  width: 50px;
  color: #fff;
  max-height: 50px; }
  @media screen and (min-width: 1280px) {
    .loading_img {
      width: 3.47222vw;
      max-height: 3.47222vw; } }
  @media screen and (max-width: 767px) {
    .loading_img {
      width: 100%;
      background-color: white; } }
  @media screen and (max-width: 767px) {
    .loading_img img {
      max-width: 50px; } }

.productView .stock-block .storeSection {
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0; }
  .productView .stock-block .storeSection .onlineAvailability.notAvailable:before {
    width: 13px;
    height: 13px;
    background-size: 13px 13px;
    top: 2px; }
    @media screen and (min-width: 1280px) {
      .productView .stock-block .storeSection .onlineAvailability.notAvailable:before {
        width: 0.90278vw;
        height: 0.90278vw;
        background-size: 0.90278vw 0.90278vw;
        left: 0px !important;
        top: 0.13889vw; } }
    @media screen and (max-width: 1023px) {
      .productView .stock-block .storeSection .onlineAvailability.notAvailable:before {
        left: 0px !important; } }
    @media screen and (max-width: 767px) {
      .productView .stock-block .storeSection .onlineAvailability.notAvailable:before {
        left: 0px !important; } }
  .productView .stock-block .storeSection .onlineAvailability.available, .productView .stock-block .storeSection .onlineAvailability.notAvailable, .productView .stock-block .storeSection .availability.available {
    width: 100%;
    background: none;
    margin: 0;
    padding: 0 0 0 18px;
    font-size: 13px;
    font-family: "gothambook", sans-serif;
    font-weight: normal;
    color: black;
    line-height: 17px; }
    @media screen and (min-width: 1280px) {
      .productView .stock-block .storeSection .onlineAvailability.available, .productView .stock-block .storeSection .onlineAvailability.notAvailable, .productView .stock-block .storeSection .availability.available {
        padding-left: 1.25vw;
        font-size: 0.90278vw;
        line-height: 1.18056vw; } }
    .productView .stock-block .storeSection .onlineAvailability.available .current-stock, .productView .stock-block .storeSection .onlineAvailability.notAvailable .current-stock, .productView .stock-block .storeSection .availability.available .current-stock {
      border-left: 0.5px solid #CCCCCC;
      background: none;
      margin: 0 0 0 15px;
      padding: 0 0 0 15px;
      font-size: 13px;
      font-family: "gothambook", sans-serif;
      font-weight: normal;
      color: black;
      line-height: 17px; }
      @media screen and (min-width: 1280px) {
        .productView .stock-block .storeSection .onlineAvailability.available .current-stock, .productView .stock-block .storeSection .onlineAvailability.notAvailable .current-stock, .productView .stock-block .storeSection .availability.available .current-stock {
          margin-left: 1.04167vw;
          padding-left: 1.04167vw;
          font-size: 0.90278vw;
          line-height: 1.18056vw; } }
    .productView .stock-block .storeSection .onlineAvailability.available .click-and-collect-available-icon, .productView .stock-block .storeSection .onlineAvailability.notAvailable .click-and-collect-available-icon, .productView .stock-block .storeSection .availability.available .click-and-collect-available-icon {
      width: 13px;
      height: 13px;
      left: 0 !important;
      top: 2px; }
      @media screen and (min-width: 1280px) {
        .productView .stock-block .storeSection .onlineAvailability.available .click-and-collect-available-icon, .productView .stock-block .storeSection .onlineAvailability.notAvailable .click-and-collect-available-icon, .productView .stock-block .storeSection .availability.available .click-and-collect-available-icon {
          width: 0.90278vw;
          height: 0.90278vw;
          top: 0.13889vw; } }
      @media screen and (max-width: 1023px) {
        .productView .stock-block .storeSection .onlineAvailability.available .click-and-collect-available-icon, .productView .stock-block .storeSection .onlineAvailability.notAvailable .click-and-collect-available-icon, .productView .stock-block .storeSection .availability.available .click-and-collect-available-icon {
          left: 0px !important; } }
      @media screen and (max-width: 767px) {
        .productView .stock-block .storeSection .onlineAvailability.available .click-and-collect-available-icon, .productView .stock-block .storeSection .onlineAvailability.notAvailable .click-and-collect-available-icon, .productView .stock-block .storeSection .availability.available .click-and-collect-available-icon {
          left: 0px !important; } }

.fancybox-inner .fancybox-button.fancybox-button--play, .fancybox-inner .fancybox-button.fancybox-button--thumbs {
  display: none !important; }

@media screen and (max-width: 1023px) {
  .previewCart .productView {
    display: none; } }

.writeReview-productImage-container {
  max-height: 400px; }
  @media screen and (min-width: 1280px) {
    .writeReview-productImage-container {
      max-height: 27.77778vw; } }
  @media screen and (max-width: 1023px) {
    .writeReview-productImage-container {
      max-height: 300px; } }

@media screen and (max-width: 1023px) {
  .writeReview-form .form-field--submit {
    text-align: center; } }

@media screen and (max-width: 1023px) {
  .previewCart .previewCartCheckout {
    max-width: 300px;
    margin: 0 auto; } }

.productView .stock-block p.availability.notAvailable.click-and-collect-unavailable-text {
  width: 100%;
  background: none;
  margin: 0;
  padding: 0 0 0 18px;
  font-size: 13px;
  font-family: "gothambook", sans-serif;
  font-weight: normal;
  color: black;
  line-height: 17px; }
  @media screen and (min-width: 1280px) {
    .productView .stock-block p.availability.notAvailable.click-and-collect-unavailable-text {
      padding-left: 1.25vw;
      font-size: 0.90278vw;
      line-height: 1.18056vw; } }
  .productView .stock-block p.availability.notAvailable.click-and-collect-unavailable-text img {
    left: 0 !important;
    width: 13px;
    height: 13px; }
    @media screen and (min-width: 1280px) {
      .productView .stock-block p.availability.notAvailable.click-and-collect-unavailable-text img {
        width: 0.90278vw;
        height: 0.90278vw; } }

.productView .stock-block .storeSection .alternativeStores {
  margin: 25px 0 10px; }
  @media screen and (min-width: 1280px) {
    .productView .stock-block .storeSection .alternativeStores {
      margin: 1.73611vw 0 0.69444vw; } }
  .productView .stock-block .storeSection .alternativeStores p {
    width: 151px;
    font-size: 13px;
    color: black;
    font-family: "gothambook", sans-serif;
    font-weight: normal; }
    @media screen and (min-width: 1280px) {
      .productView .stock-block .storeSection .alternativeStores p {
        width: 10.48611vw;
        font-size: 0.90278vw; } }
  .productView .stock-block .storeSection .alternativeStores .allAltStores {
    width: calc(100% - 151px);
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    @media screen and (min-width: 1280px) {
      .productView .stock-block .storeSection .alternativeStores .allAltStores {
        width: calc(100% - 10.48611vw); } }
    .productView .stock-block .storeSection .alternativeStores .allAltStores li {
      margin: 5px 5px 5px 0; }
      @media screen and (min-width: 1280px) {
        .productView .stock-block .storeSection .alternativeStores .allAltStores li {
          margin: 0.34722vw 0.34722vw 0.34722vw 0; } }
      .productView .stock-block .storeSection .alternativeStores .allAltStores li .click-and-collect-primary-button {
        border-radius: 0;
        padding: 5px 10px;
        font-size: 11px;
        font-family: "gothambook", sans-serif;
        text-transform: none;
        border: 1px solid black;
        font-weight: normal; }
        @media screen and (min-width: 1280px) {
          .productView .stock-block .storeSection .alternativeStores .allAltStores li .click-and-collect-primary-button {
            padding: 0.34722vw 0.69444vw;
            font-size: 0.76389vw;
            border-width: 0.06944vw; } }
        .productView .stock-block .storeSection .alternativeStores .allAltStores li .click-and-collect-primary-button:hover {
          background: black;
          color: white; }

@media screen and (max-width: 767px) {
  #modal-review-form .writeReview-productDetails {
    padding-left: 0;
    padding-right: 0; } }

.productView .stock-block .storeSection .availability.available {
  margin-top: 15px; }
  @media screen and (min-width: 1280px) {
    .productView .stock-block .storeSection .availability.available {
      margin-top: 1.04167vw; } }
  @media screen and (max-width: 767px) {
    .productView .stock-block .storeSection .availability.available {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  @media screen and (max-width: 767px) {
    .productView .stock-block .storeSection .availability.available .current-stock {
      border-left: 0;
      padding-left: 0;
      margin: 5px 0 0 0;
      width: 100%; } }

#modal-review-form .g-recaptcha {
  text-align: left; }
  #modal-review-form .g-recaptcha > div {
    margin: 0; }

.previewCartCheckout-additionalCheckoutButtons .CheckoutButton .or-use-label {
  display: none; }

.previewCart .previewCartCheckout {
  width: 30%; }
  @media screen and (max-width: 1023px) {
    .previewCart .previewCartCheckout {
      width: 100%; } }

.previewCart .productView {
  width: 70%; }
  .previewCart .productView:after, .previewCart .productView:before {
    display: none; }

.previewCart .productView-image {
  width: 50%; }
  .previewCart .productView-image .productView-img-container {
    height: 450px; }
    @media screen and (min-width: 1280px) {
      .previewCart .productView-image .productView-img-container {
        height: 31.25vw; } }
    .previewCart .productView-image .productView-img-container img {
      max-height: 420px; }
      @media screen and (min-width: 1280px) {
        .previewCart .productView-image .productView-img-container img {
          max-height: 29.16667vw; } }

.previewCart .productView-details {
  width: 50%; }

.previewCartCheckout .button:not(:last-child) {
  margin-bottom: 10px; }
  @media screen and (min-width: 1280px) {
    .previewCartCheckout .button:not(:last-child) {
      margin-bottom: 0.69444vw; } }

.previewCart .previewCartCheckout .previewCartCheckout-subtotal + p[data-cart-quantity] {
  margin-bottom: 20px; }
  @media screen and (min-width: 1280px) {
    .previewCart .previewCartCheckout .previewCartCheckout-subtotal + p[data-cart-quantity] {
      margin-bottom: 1.38889vw; } }

.previewCart .previewCartCheckout .previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
  width: 100%; }
  .previewCart .previewCartCheckout .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:last-child {
    margin-bottom: 0px !important; }

.previewCart .previewCartCheckout .previewCartCheckout-additionalCheckoutButtons .FloatRight.BraintreePaypalCheckout {
  margin-top: 10px; }
  @media screen and (min-width: 1280px) {
    .previewCart .previewCartCheckout .previewCartCheckout-additionalCheckoutButtons .FloatRight.BraintreePaypalCheckout {
      margin-top: 0.69444vw; } }

body .productView .stock-block .storeSection .onlineAvailability + .notAvailable {
  margin-top: 10px; }
  @media screen and (min-width: 1280px) {
    body .productView .stock-block .storeSection .onlineAvailability + .notAvailable {
      margin-top: 0.69444vw; } }

.category-banner-img.brand-slider {
  padding: 0;
  margin: 0; }
  .category-banner-img.brand-slider .container {
    height: auto;
    bottom: auto; }
  .category-banner-img.brand-slider [data-content-region="brand_top_slider"] [data-layout-id] [data-sub-layout] {
    padding: 0px; }
    .category-banner-img.brand-slider [data-content-region="brand_top_slider"] [data-layout-id] [data-sub-layout] [data-widget-id] div {
      margin-bottom: 0px !important; }
    .category-banner-img.brand-slider [data-content-region="brand_top_slider"] [data-layout-id] [data-sub-layout] [data-widget-id] [data-test-id="carousel-bullets"] {
      display: none !important; }
    .category-banner-img.brand-slider [data-content-region="brand_top_slider"] [data-layout-id] [data-sub-layout] [data-widget-id] [data-test-id] > div {
      min-height: 424px; }
      @media screen and (min-width: 1280px) {
        .category-banner-img.brand-slider [data-content-region="brand_top_slider"] [data-layout-id] [data-sub-layout] [data-widget-id] [data-test-id] > div {
          min-height: 29.44444vw; } }
      @media screen and (max-width: 1279px) {
        .category-banner-img.brand-slider [data-content-region="brand_top_slider"] [data-layout-id] [data-sub-layout] [data-widget-id] [data-test-id] > div {
          min-height: 29.444vw; } }

@media screen and (max-width: 767px) and (max-width: 1279px) {
  .category-banner-img.brand-slider [data-content-region="brand_top_slider"] [data-layout-id] [data-sub-layout] [data-widget-id] [data-test-id] > div {
    min-height: 42.444vw; } }
  .category-banner-img.brand-slider [data-content-region="brand_top_slider"] .bc-carousel__arrow--left, .category-banner-img.brand-slider [data-content-region="brand_top_slider"] .bc-carousel__arrow--right {
    border: 0px;
    background: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px 16px;
    width: 22px;
    height: 16px;
    padding: 0;
    opacity: 0.5;
    border-radius: 0px; }
    @media screen and (min-width: 1280px) {
      .category-banner-img.brand-slider [data-content-region="brand_top_slider"] .bc-carousel__arrow--left, .category-banner-img.brand-slider [data-content-region="brand_top_slider"] .bc-carousel__arrow--right {
        background-size: 1.52778vw 1.11111vw;
        width: 1.52778vw;
        height: 1.11111vw; } }
    @media screen and (max-width: 767px) {
      .category-banner-img.brand-slider [data-content-region="brand_top_slider"] .bc-carousel__arrow--left, .category-banner-img.brand-slider [data-content-region="brand_top_slider"] .bc-carousel__arrow--right {
        display: none; } }
    .category-banner-img.brand-slider [data-content-region="brand_top_slider"] .bc-carousel__arrow--left:before, .category-banner-img.brand-slider [data-content-region="brand_top_slider"] .bc-carousel__arrow--left svg, .category-banner-img.brand-slider [data-content-region="brand_top_slider"] .bc-carousel__arrow--right:before, .category-banner-img.brand-slider [data-content-region="brand_top_slider"] .bc-carousel__arrow--right svg {
      display: none; }
    .category-banner-img.brand-slider [data-content-region="brand_top_slider"] .bc-carousel__arrow--left:hover, .category-banner-img.brand-slider [data-content-region="brand_top_slider"] .bc-carousel__arrow--right:hover {
      opacity: 1; }
  .category-banner-img.brand-slider [data-content-region="brand_top_slider"] .bc-carousel__arrow--left {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 7.24967L3.81066 7.24966L9.53005 1.53028L8.46939 0.469622L0.939353 7.99965L8.46966 15.5303L9.53034 14.4696L3.81061 8.74966L22 8.74967L22 7.24967Z' fill='white' fill-opacity=''/%3E%3C/svg%3E%0A");
    left: 70px; }
    @media screen and (min-width: 1280px) {
      .category-banner-img.brand-slider [data-content-region="brand_top_slider"] .bc-carousel__arrow--left {
        left: 4.86111vw; } }
  .category-banner-img.brand-slider [data-content-region="brand_top_slider"] .bc-carousel__arrow--right {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 8.75033L18.1893 8.75033L12.47 14.4697L13.5306 15.5304L21.0606 8.00034L13.5303 0.469727L12.4697 1.53036L18.1894 7.25033L0 7.25033L0 8.75033Z' fill='white'/%3E%3C/svg%3E%0A");
    right: 70px; }
    @media screen and (min-width: 1280px) {
      .category-banner-img.brand-slider [data-content-region="brand_top_slider"] .bc-carousel__arrow--right {
        right: 4.86111vw; } }

.need-more-information {
  background: #fff7f1; }

.brand-column3-row {
  display: flex; }
  .brand-column3-row [data-sub-layout-container] [data-sub-layout] [data-widget-id] {
    display: flex; }
    @media screen and (max-width: 767px) {
      .brand-column3-row [data-sub-layout-container] [data-sub-layout] [data-widget-id] {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
  .brand-column3-row .col {
    width: 33.33%;
    padding: 0 40px;
    text-align: center; }
    @media screen and (min-width: 1280px) {
      .brand-column3-row .col {
        padding: 0 2.77778vw; } }
    @media screen and (max-width: 1023px) {
      .brand-column3-row .col {
        padding: 0 20px; } }
    @media screen and (max-width: 767px) {
      .brand-column3-row .col {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .brand-column3-row .col + .col {
        padding-top: 30px; } }
    .brand-column3-row .col .img {
      background: #fff7f1;
      width: 82px;
      height: 82px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      margin: 0 auto; }
      @media screen and (min-width: 1280px) {
        .brand-column3-row .col .img {
          width: 5.69444vw;
          height: 5.69444vw; } }
      .brand-column3-row .col .img img {
        width: 82px;
        height: 82px; }
        @media screen and (min-width: 1280px) {
          .brand-column3-row .col .img img {
            width: 5.69444vw;
            height: 5.69444vw; } }
      .brand-column3-row .col .img svg {
        width: 100%;
        height: auto; }
    .brand-column3-row .col h4 {
      margin: 20px 0 10px;
      font-size: 16px;
      line-height: 23px;
      text-transform: uppercase;
      font-weight: normal;
      color: black; }
      @media screen and (min-width: 1280px) {
        .brand-column3-row .col h4 {
          margin: 1.38889vw 0 0.69444vw;
          font-size: 1.11111vw;
          line-height: 1.59722vw; } }
    .brand-column3-row .col p {
      font-size: 12px;
      line-height: 18px;
      margin: 0;
      font-weight: 300; }
      @media screen and (min-width: 1280px) {
        .brand-column3-row .col p {
          font-size: 0.83333vw;
          line-height: 1.25vw; } }

.brand-cat-banner {
  background: #fff7f1;
  padding: 50px 40px; }
  @media screen and (min-width: 1280px) {
    .brand-cat-banner {
      padding: 3.47222vw 2.77778vw; } }
  @media screen and (max-width: 1279px) {
    .brand-cat-banner {
      padding: 50px 20px; } }
  @media screen and (max-width: 1023px) {
    .brand-cat-banner {
      padding: 40px 10px; } }
  .brand-cat-banner [data-content-region="brand_category_banners"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] {
    padding: 0 20px;
    position: relative; }
    @media screen and (min-width: 1280px) {
      .brand-cat-banner [data-content-region="brand_category_banners"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] {
        padding: 0 1.38889vw; } }
    @media screen and (max-width: 1279px) {
      .brand-cat-banner [data-content-region="brand_category_banners"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] {
        padding: 0 10px; } }
    @media screen and (max-width: 1023px) {
      .brand-cat-banner [data-content-region="brand_category_banners"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] {
        flex-basis: 50%;
        max-width: 50%; } }
    @media screen and (max-width: 767px) {
      .brand-cat-banner [data-content-region="brand_category_banners"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] {
        flex-basis: 100%;
        max-width: 100%; } }
    @media screen and (max-width: 1023px) {
      .brand-cat-banner [data-content-region="brand_category_banners"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:nth-child(4), .brand-cat-banner [data-content-region="brand_category_banners"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:nth-child(5) {
        margin-top: 20px; } }
    @media screen and (max-width: 767px) {
      .brand-cat-banner [data-content-region="brand_category_banners"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout] {
        margin-top: 20px; } }
    .brand-cat-banner [data-content-region="brand_category_banners"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] div > img {
      height: 388px !important;
      width: 100% !important;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      opacity: 1 !important; }
      @media screen and (min-width: 1280px) {
        .brand-cat-banner [data-content-region="brand_category_banners"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] div > img {
          height: 26.94444vw !important; } }
    .brand-cat-banner [data-content-region="brand_category_banners"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: calc(100% - 40px);
      margin: 0 auto;
      display: flex;
      justify-content: center;
      align-items: center;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)); }
      @media screen and (min-width: 1280px) {
        .brand-cat-banner [data-content-region="brand_category_banners"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] {
          width: calc(100% - 2.77778vw); } }
      @media screen and (max-width: 1279px) {
        .brand-cat-banner [data-content-region="brand_category_banners"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] {
          width: calc(100% - 20px); } }
      .brand-cat-banner [data-content-region="brand_category_banners"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] .content {
        text-align: center; }
        .brand-cat-banner [data-content-region="brand_category_banners"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] .content h2 {
          font-size: 20px;
          font-family: "gothambold", sans-serif;
          text-transform: uppercase;
          font-weight: normal;
          line-height: 27px;
          margin: 0 0 20px;
          padding: 0;
          color: white; }
          @media screen and (min-width: 1280px) {
            .brand-cat-banner [data-content-region="brand_category_banners"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] .content h2 {
              font-size: 1.38889vw;
              line-height: 1.875vw;
              margin-bottom: 1.38889vw; } }
          @media screen and (max-width: 1279px) {
            .brand-cat-banner [data-content-region="brand_category_banners"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] .content h2 {
              font-size: 18px; } }
          @media screen and (max-width: 767px) {
            .brand-cat-banner [data-content-region="brand_category_banners"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] .content h2 {
              font-size: 20px; } }
      .brand-cat-banner [data-content-region="brand_category_banners"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id]:hover {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.ready-to-start-row {
  padding: 60px 150px 75px 110px; }
  @media screen and (min-width: 1280px) {
    .ready-to-start-row {
      padding: 4.16667vw 10.41667vw 5.20833vw 7.63889vw; } }
  @media screen and (max-width: 1279px) {
    .ready-to-start-row {
      padding: 40px 20px 40px; } }
  .ready-to-start-row h3.title {
    text-align: center;
    margin: 0 0 10px; }
    @media screen and (min-width: 1280px) {
      .ready-to-start-row h3.title {
        margin: 0 0 0.69444vw; } }
  .ready-to-start-row .sub-text {
    text-align: center;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 15px;
    font-family: "gothambook", sans-serif;
    margin-bottom: 50px; }
    @media screen and (min-width: 1280px) {
      .ready-to-start-row .sub-text {
        font-size: 0.69444vw;
        line-height: 1.04167vw;
        margin-bottom: 3.47222vw; } }
  .ready-to-start-row [data-content-region="brand_main_product"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] {
    padding: 0 70px 0 0;
    width: calc(100% - 440px);
    flex-basis: calc(100% - 440px);
    max-width: calc(100% - 440px); }
    @media screen and (min-width: 1280px) {
      .ready-to-start-row [data-content-region="brand_main_product"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] {
        width: calc(100% - 30.55556vw);
        max-width: calc(100% - 30.55556vw);
        flex-basis: calc(100% - 30.55556vw); } }
    @media screen and (max-width: 1023px) {
      .ready-to-start-row [data-content-region="brand_main_product"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] {
        padding-right: 40px;
        flex-basis: calc(100% - 350px);
        max-width: calc(100% - 350px); } }
    @media screen and (max-width: 767px) {
      .ready-to-start-row [data-content-region="brand_main_product"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] {
        flex-basis: 100%;
        max-width: 100%;
        padding-right: 0; } }
    .ready-to-start-row [data-content-region="brand_main_product"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .buttonLink {
      min-width: 237px; }
      @media screen and (min-width: 1280px) {
        .ready-to-start-row [data-content-region="brand_main_product"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .buttonLink {
          min-width: 16.45833vw; } }
      .ready-to-start-row [data-content-region="brand_main_product"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .buttonLink a {
        background: black;
        border-radius: 0;
        width: 100%;
        padding: 17px 20px;
        font-size: 11px;
        line-height: 12px;
        letter-spacing: -0.03em;
        text-transform: uppercase;
        font-family: "gothambold", sans-serif;
        font-weight: normal;
        border: 1px solid black; }
        @media screen and (min-width: 1280px) {
          .ready-to-start-row [data-content-region="brand_main_product"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .buttonLink a {
            font-size: 0.76389vw;
            line-height: 0.83333vw;
            padding: 1.18056vw 1.38889vw;
            border-width: 0.06944vw; } }
        .ready-to-start-row [data-content-region="brand_main_product"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .buttonLink a:hover {
          background: transparent;
          color: black; }
    .ready-to-start-row [data-content-region="brand_main_product"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .pro-body {
      text-align: center;
      margin: 25px 0; }
      @media screen and (min-width: 1280px) {
        .ready-to-start-row [data-content-region="brand_main_product"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .pro-body {
          margin: 1.73611vw 0; } }
      .ready-to-start-row [data-content-region="brand_main_product"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .pro-body h2 {
        font-size: 18px;
        line-height: 24px;
        font-family: "gothammedium", sans-serif;
        font-weight: normal;
        text-transform: uppercase;
        margin-bottom: 8px; }
        @media screen and (min-width: 1280px) {
          .ready-to-start-row [data-content-region="brand_main_product"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .pro-body h2 {
            font-size: 1.25vw;
            line-height: 1.66667vw;
            margin-bottom: 0.55556vw; } }
      .ready-to-start-row [data-content-region="brand_main_product"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .pro-body .text-price {
        font-family: "gothambold", sans-serif;
        font-size: 17px;
        color: #ff4954;
        font-weight: normal;
        letter-spacing: -0.01em;
        line-height: 24px; }
        @media screen and (min-width: 1280px) {
          .ready-to-start-row [data-content-region="brand_main_product"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .pro-body .text-price {
            font-size: 1.18056vw;
            line-height: 1.66667vw; } }
        .ready-to-start-row [data-content-region="brand_main_product"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .pro-body .text-price span {
          font-family: "gothambook", sans-serif;
          color: #797979;
          text-decoration-line: line-through; }
  .ready-to-start-row [data-content-region="brand_main_product"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout] {
    width: 440px;
    padding: 0;
    flex-basis: 440px;
    max-width: 440px;
    align-items: flex-start;
    justify-content: flex-start; }
    @media screen and (min-width: 1280px) {
      .ready-to-start-row [data-content-region="brand_main_product"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout] {
        width: 30.55556vw;
        flex-basis: 30.55556vw;
        max-width: 30.55556vw; } }
    @media screen and (max-width: 1023px) {
      .ready-to-start-row [data-content-region="brand_main_product"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout] {
        flex-basis: 350px;
        max-width: 350px; } }
    @media screen and (max-width: 767px) {
      .ready-to-start-row [data-content-region="brand_main_product"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout] {
        flex-basis: 100%;
        max-width: 100%;
        margin-top: 30px; } }
    .ready-to-start-row [data-content-region="brand_main_product"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout] [data-widget-id] {
      width: 100%; }
    .ready-to-start-row [data-content-region="brand_main_product"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout] .includes {
      padding: 50px;
      border: 1px solid #ddd; }
      @media screen and (min-width: 1280px) {
        .ready-to-start-row [data-content-region="brand_main_product"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout] .includes {
          padding: 3.47222vw;
          border-width: 0.06944vw; } }
      @media screen and (max-width: 1023px) {
        .ready-to-start-row [data-content-region="brand_main_product"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout] .includes {
          padding: 30px; } }
      .ready-to-start-row [data-content-region="brand_main_product"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout] .includes h4 {
        margin: 0 0 5px;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        font-size: 13px;
        font-family: "gothammedium", sans-serif;
        line-height: 20px;
        font-weight: normal;
        color: black; }
        @media screen and (min-width: 1280px) {
          .ready-to-start-row [data-content-region="brand_main_product"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout] .includes h4 {
            margin-bottom: 0.34722vw;
            font-size: 0.90278vw;
            line-height: 1.38889vw; } }
      .ready-to-start-row [data-content-region="brand_main_product"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout] .includes .content .row {
        display: flex;
        padding-top: 15px; }
        @media screen and (min-width: 1280px) {
          .ready-to-start-row [data-content-region="brand_main_product"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout] .includes .content .row {
            padding-top: 1.04167vw; } }
        .ready-to-start-row [data-content-region="brand_main_product"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout] .includes .content .row .col {
          width: calc(100% - 50px);
          font-size: 14px;
          line-height: 21px;
          font-family: "gothambook", sans-serif;
          font-weight: normal;
          padding-right: 10px; }
          @media screen and (min-width: 1280px) {
            .ready-to-start-row [data-content-region="brand_main_product"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout] .includes .content .row .col {
              width: calc(100% - 3.47222vw);
              padding-right: 0.69444vw;
              font-size: 0.97222vw;
              line-height: 1.45833vw; } }
          @media screen and (max-width: 1023px) {
            .ready-to-start-row [data-content-region="brand_main_product"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout] .includes .content .row .col {
              font-size: 12px;
              line-height: 18px; } }
        .ready-to-start-row [data-content-region="brand_main_product"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout] .includes .content .row .col + .col {
          width: 50px;
          text-align: right;
          padding-right: 0; }
          @media screen and (min-width: 1280px) {
            .ready-to-start-row [data-content-region="brand_main_product"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout] .includes .content .row .col + .col {
              width: 3.47222vw; } }

.brand-video-content {
  padding-top: 0; }
  .brand-video-content [data-content-region="brand_video_row"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] {
    padding: 0;
    flex-basis: calc(100% - 560px);
    max-width: calc(100% - 560px); }
    @media screen and (min-width: 1280px) {
      .brand-video-content [data-content-region="brand_video_row"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] {
        flex-basis: calc(100% - 38.88889vw);
        max-width: calc(100% - 38.88889vw); } }
    @media screen and (max-width: 1279px) {
      .brand-video-content [data-content-region="brand_video_row"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] {
        flex-basis: calc(100% - 450px);
        max-width: calc(100% - 450px); } }
    @media screen and (max-width: 1023px) {
      .brand-video-content [data-content-region="brand_video_row"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] {
        flex-basis: 100%;
        max-width: 100%; } }
    .brand-video-content [data-content-region="brand_video_row"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] > div {
      padding-bottom: 500px; }
      @media screen and (min-width: 1280px) {
        .brand-video-content [data-content-region="brand_video_row"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] > div {
          padding-bottom: 34.72222vw; } }
      @media screen and (max-width: 1279px) {
        .brand-video-content [data-content-region="brand_video_row"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] > div {
          padding-bottom: 450px; } }
      @media screen and (max-width: 1023px) {
        .brand-video-content [data-content-region="brand_video_row"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] > div {
          padding-bottom: 58.5%; } }
  .brand-video-content [data-content-region="brand_video_row"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout] {
    flex-basis: 560px;
    max-width: 560px;
    background: #fafafa;
    padding: 60px 80px; }
    @media screen and (min-width: 1280px) {
      .brand-video-content [data-content-region="brand_video_row"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout] {
        flex-basis: 38.88889vw;
        max-width: 38.88889vw;
        padding: 4.16667vw 5.55556vw; } }
    @media screen and (max-width: 1279px) {
      .brand-video-content [data-content-region="brand_video_row"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout] {
        padding: 40px;
        flex-basis: 450px;
        max-width: 450px; } }
    @media screen and (max-width: 1023px) {
      .brand-video-content [data-content-region="brand_video_row"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout] {
        flex-basis: 100%;
        max-width: 100%;
        padding: 30px; } }
    @media screen and (max-width: 767px) {
      .brand-video-content [data-content-region="brand_video_row"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout] {
        padding: 30px 20px 30px; } }
    .brand-video-content [data-content-region="brand_video_row"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout] [data-widget-id] > div {
      padding-bottom: 0; }
    .brand-video-content [data-content-region="brand_video_row"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout] .content h4 {
      margin: 0 0 20px;
      font-size: 22px;
      line-height: 31px;
      text-transform: uppercase;
      font-weight: normal;
      color: black; }
      @media screen and (min-width: 1280px) {
        .brand-video-content [data-content-region="brand_video_row"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout] .content h4 {
          margin-bottom: 1.38889vw;
          font-size: 1.52778vw;
          line-height: 2.15278vw; } }
      @media screen and (max-width: 767px) {
        .brand-video-content [data-content-region="brand_video_row"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout] .content h4 {
          font-size: 24px; } }
    .brand-video-content [data-content-region="brand_video_row"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout] .content .sub-text {
      font-size: 14px;
      font-family: "gothammedium", sans-serif;
      font-weight: normal;
      margin-bottom: 20px; }
      @media screen and (min-width: 1280px) {
        .brand-video-content [data-content-region="brand_video_row"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout] .content .sub-text {
          font-size: 0.97222vw;
          margin-bottom: 1.38889vw; } }
    .brand-video-content [data-content-region="brand_video_row"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout] .content p {
      font-size: 14px;
      line-height: 21px;
      margin-bottom: 20px; }
      @media screen and (min-width: 1280px) {
        .brand-video-content [data-content-region="brand_video_row"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout] .content p {
          font-size: 0.97222vw;
          line-height: 1.45833vw;
          margin-bottom: 1.38889vw; } }
      .brand-video-content [data-content-region="brand_video_row"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout] .content p:last-child {
        margin-bottom: 0px; }

.need-more-information ul {
  padding: 10px 0 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (min-width: 1280px) {
    .need-more-information ul {
      padding-top: 0.69444vw; } }
  .need-more-information ul li {
    max-width: 280px;
    width: 100%; }
    @media screen and (min-width: 1280px) {
      .need-more-information ul li {
        max-width: 19.44444vw; } }
    .need-more-information ul li a {
      display: inline-block; }
      .need-more-information ul li a span {
        text-align: center;
        display: block; }
      .need-more-information ul li a .img svg {
        width: 60px;
        height: 60px; }
        @media screen and (min-width: 1280px) {
          .need-more-information ul li a .img svg {
            width: 4.16667vw;
            height: 4.16667vw; } }
      .need-more-information ul li a .text {
        font-family: "gothammedium", sans-serif;
        font-size: 14px;
        line-height: 20px;
        color: black;
        text-transform: none; }
        @media screen and (min-width: 1280px) {
          .need-more-information ul li a .text {
            font-size: 0.97222vw;
            line-height: 1.38889vw; } }
        @media screen and (max-width: 767px) {
          .need-more-information ul li a .text {
            font-size: 12px; } }
      .need-more-information ul li a:hover .text {
        color: darkgray; }

[data-content-region="brand_product_slider"] [data-layout-id] [data-sub-layout-container] [data-sub-layout], [data-content-region="home_new_product_slider"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] {
  padding: 0; }
  [data-content-region="brand_product_slider"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id], [data-content-region="home_new_product_slider"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] {
    padding: 0 25px; }
    @media screen and (min-width: 1280px) {
      [data-content-region="brand_product_slider"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id], [data-content-region="home_new_product_slider"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] {
        padding: 0 1.73611vw; } }
    @media screen and (max-width: 1023px) {
      [data-content-region="brand_product_slider"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id], [data-content-region="home_new_product_slider"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] {
        padding: 0 15px; } }
    [data-content-region="brand_product_slider"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] [data-test-id="product-widget-image"] > div, [data-content-region="home_new_product_slider"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] [data-test-id="product-widget-image"] > div {
      height: 220px;
      background-size: contain; }
      @media screen and (min-width: 1280px) {
        [data-content-region="brand_product_slider"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] [data-test-id="product-widget-image"] > div, [data-content-region="home_new_product_slider"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] [data-test-id="product-widget-image"] > div {
          height: 15.27778vw; } }
      @media screen and (max-width: 767px) {
        [data-content-region="brand_product_slider"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] [data-test-id="product-widget-image"] > div, [data-content-region="home_new_product_slider"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] [data-test-id="product-widget-image"] > div {
          height: 43.478vw; } }
    [data-content-region="brand_product_slider"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] div [data-test-id="product-widget-brand"], [data-content-region="home_new_product_slider"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] div [data-test-id="product-widget-brand"] {
      padding: 0;
      font-size: 9px;
      text-align: center;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      color: #656565;
      font-size: "gothammedium", sans-serif;
      font-weight: normal; }
      @media screen and (min-width: 1280px) {
        [data-content-region="brand_product_slider"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] div [data-test-id="product-widget-brand"], [data-content-region="home_new_product_slider"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] div [data-test-id="product-widget-brand"] {
          font-size: 0.625vw; } }
    [data-content-region="brand_product_slider"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] div [data-test-id="product-widget-price"], [data-content-region="home_new_product_slider"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] div [data-test-id="product-widget-price"] {
      padding: 0;
      margin: 0;
      font-size: 11px;
      font-family: "gothammedium", sans-serif;
      letter-spacing: -0.01em;
      color: black; }
      @media screen and (min-width: 1280px) {
        [data-content-region="brand_product_slider"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] div [data-test-id="product-widget-price"], [data-content-region="home_new_product_slider"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] div [data-test-id="product-widget-price"] {
          font-size: 0.76389vw; } }
    [data-content-region="brand_product_slider"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] div [data-test-id="product-widget-name"], [data-content-region="home_new_product_slider"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] div [data-test-id="product-widget-name"] {
      font-size: 13px;
      font-family: "gothambook", sans-serif;
      font-weight: normal;
      line-height: 17px;
      color: black;
      padding: 5px 0 10px; }
      @media screen and (min-width: 1280px) {
        [data-content-region="brand_product_slider"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] div [data-test-id="product-widget-name"], [data-content-region="home_new_product_slider"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] div [data-test-id="product-widget-name"] {
          font-size: 0.90278vw;
          line-height: 1.18056vw;
          padding: 0.34722vw 0 0.69444vw; } }
      [data-content-region="brand_product_slider"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] div [data-test-id="product-widget-name"] a, [data-content-region="home_new_product_slider"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] div [data-test-id="product-widget-name"] a {
        color: black; }
        [data-content-region="brand_product_slider"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] div [data-test-id="product-widget-name"] a:hover, [data-content-region="home_new_product_slider"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] div [data-test-id="product-widget-name"] a:hover {
          color: darkgray; }

[data-content-region="brand_product_slider"] .slick-next, [data-content-region="brand_product_slider"] .slick-prev, [data-content-region="home_new_product_slider"] .slick-next, [data-content-region="home_new_product_slider"] .slick-prev {
  border: 0px;
  background: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 16px;
  width: 22px;
  height: 16px;
  padding: 0;
  opacity: 0.5;
  border-radius: 0px; }
  @media screen and (min-width: 1280px) {
    [data-content-region="brand_product_slider"] .slick-next, [data-content-region="brand_product_slider"] .slick-prev, [data-content-region="home_new_product_slider"] .slick-next, [data-content-region="home_new_product_slider"] .slick-prev {
      background-size: 1.52778vw 1.11111vw;
      width: 1.52778vw;
      height: 1.11111vw; } }
  [data-content-region="brand_product_slider"] .slick-next:before, [data-content-region="brand_product_slider"] .slick-prev:before, [data-content-region="home_new_product_slider"] .slick-next:before, [data-content-region="home_new_product_slider"] .slick-prev:before {
    display: none; }
  [data-content-region="brand_product_slider"] .slick-next:hover, [data-content-region="brand_product_slider"] .slick-prev:hover, [data-content-region="home_new_product_slider"] .slick-next:hover, [data-content-region="home_new_product_slider"] .slick-prev:hover {
    opacity: 1; }

[data-content-region="brand_product_slider"] .slick-prev, [data-content-region="home_new_product_slider"] .slick-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 7.24967L3.81066 7.24966L9.53005 1.53028L8.46939 0.469622L0.939353 7.99965L8.46966 15.5303L9.53034 14.4696L3.81061 8.74966L22 8.74967L22 7.24967Z' fill='black' fill-opacity=''/%3E%3C/svg%3E%0A");
  left: -60px; }
  @media screen and (min-width: 1280px) {
    [data-content-region="brand_product_slider"] .slick-prev, [data-content-region="home_new_product_slider"] .slick-prev {
      left: -4.16667vw; } }
  @media screen and (max-width: 1279px) {
    [data-content-region="brand_product_slider"] .slick-prev, [data-content-region="home_new_product_slider"] .slick-prev {
      left: 0; } }

[data-content-region="brand_product_slider"] .slick-next, [data-content-region="home_new_product_slider"] .slick-next {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 8.75033L18.1893 8.75033L12.47 14.4697L13.5306 15.5304L21.0606 8.00034L13.5303 0.469727L12.4697 1.53036L18.1894 7.25033L0 7.25033L0 8.75033Z' fill='black'/%3E%3C/svg%3E%0A");
  right: -60px; }
  @media screen and (min-width: 1280px) {
    [data-content-region="brand_product_slider"] .slick-next, [data-content-region="home_new_product_slider"] .slick-next {
      right: -4.16667vw; } }
  @media screen and (max-width: 1279px) {
    [data-content-region="brand_product_slider"] .slick-next, [data-content-region="home_new_product_slider"] .slick-next {
      right: 0; } }

.brand-product-slider {
  margin-bottom: 60px; }
  @media screen and (min-width: 1280px) {
    .brand-product-slider {
      margin-bottom: 4.16667vw; } }
  @media screen and (max-width: 1023px) {
    .brand-product-slider {
      margin-bottom: 40px; } }
  @media screen and (max-width: 1023px) {
    .brand-product-slider .container {
      padding: 0; } }

.page-content {
  width: 100%;
  text-align: center;
  max-width: 100%; }

.type-page .body p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 15px; }
  @media screen and (min-width: 1280px) {
    .type-page .body p {
      font-size: 0.97222vw;
      line-height: 1.45833vw;
      margin-bottom: 1.04167vw; } }

@media screen and (max-width: 767px) {
  .type-page ol.breadcrumbs {
    padding: 20px 0 10px;
    margin-bottom: 10px; } }

.type-page .page-content {
  min-height: 200px;
  padding: 0; }
  @media screen and (min-width: 1280px) {
    .type-page .page-content {
      min-height: 13.88889vw; } }

.type-page p:empty {
  display: none; }

.type-page .list-dec {
  list-style-type: decimal;
  margin-left: 20px;
  margin-bottom: 20px; }
  @media screen and (min-width: 1280px) {
    .type-page .list-dec {
      margin-left: 1.38889vw;
      margin-bottom: 1.38889vw; } }
  .type-page .list-dec p span {
    text-decoration: underline; }

.type-page .container {
  overflow: hidden; }

@media screen and (max-width: 767px) {
  .type-page h1.page-heading {
    font-size: 24px;
    line-height: 30px; } }

.type-page_contact_form .page-content {
  min-height: 200px; }
  @media screen and (min-width: 1280px) {
    .type-page_contact_form .page-content {
      min-height: 13.88889vw; } }

.about_us .breadcrumbs {
  display: block; }

.about_us h2 {
  margin-top: 0;
  margin-bottom: 30px; }
  @media screen and (min-width: 1280px) {
    .about_us h2 {
      margin-bottom: 2.08333vw; } }

.about_us h3 {
  margin-top: 0;
  margin-bottom: 30px; }
  @media screen and (min-width: 1280px) {
    .about_us h3 {
      margin-bottom: 2.08333vw; } }
  @media screen and (max-width: 767px) {
    .about_us h3 {
      margin-bottom: 20px; } }

.about-us {
  display: flex;
  align-items: center;
  text-align: left; }
  @media screen and (max-width: 767px) {
    .about-us {
      flex-direction: column; } }
  .about-us div {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .about-us div {
        width: 100%;
        text-align: center; } }
  .about-us h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
    color: black; }
    @media screen and (min-width: 1280px) {
      .about-us h2 {
        font-size: 1.94444vw;
        line-height: 2.5vw;
        margin-bottom: 1.38889vw; } }
    @media screen and (max-width: 1023px) {
      .about-us h2 {
        font-size: 24px;
        line-height: 30px; } }
    @media screen and (max-width: 767px) {
      .about-us h2 {
        margin-bottom: 20px; } }
  .about-us h4 {
    margin: 0 0 10px; }
    @media screen and (min-width: 1280px) {
      .about-us h4 {
        margin: 0 0 0.69444vw; } }
  .about-us p {
    max-width: 80%; }
    @media screen and (max-width: 767px) {
      .about-us p {
        max-width: none; } }

.type-page .company {
  position: relative;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0;
  margin-top: 60px; }
  @media screen and (min-width: 1280px) {
    .type-page .company {
      padding: 4.16667vw 0;
      margin-top: 4.16667vw; } }
  @media screen and (max-width: 1023px) {
    .type-page .company {
      margin-top: 40px; } }
  @media screen and (max-width: 767px) {
    .type-page .company {
      flex-direction: column;
      padding: 20px 0; } }
  .type-page .company::before {
    content: "";
    position: absolute;
    left: -50%;
    width: 50vw;
    background-color: black;
    height: 100%;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .type-page .company::before {
        top: 0;
        width: 50vw; } }
  .type-page .company::after {
    content: "";
    position: absolute;
    right: -50%;
    width: 50vw;
    background-color: black;
    height: 100%;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .type-page .company::after {
        top: 0;
        width: 50vw; } }
  .type-page .company div {
    width: 33.33%; }
    @media screen and (max-width: 767px) {
      .type-page .company div {
        width: 100%; } }
    .type-page .company div p {
      font-size: 35px;
      color: white;
      margin: 0;
      text-transform: capitalize;
      font-family: "gothambold", sans-serif;
      color: white; }
      @media screen and (min-width: 1280px) {
        .type-page .company div p {
          font-size: 2.43056vw; } }
      @media screen and (max-width: 767px) {
        .type-page .company div p {
          font-size: 25px;
          margin: 15px 0; } }
      .type-page .company div p span {
        font-size: 22px;
        display: block;
        font-family: "gothambook", sans-serif;
        margin-top: 10px; }
        @media screen and (min-width: 1280px) {
          .type-page .company div p span {
            font-size: 1.52778vw;
            margin-top: 0.69444vw; } }
        @media screen and (max-width: 1023px) {
          .type-page .company div p span {
            font-size: 20px; } }
        @media screen and (max-width: 767px) {
          .type-page .company div p span {
            margin-top: 5px; } }

.location ul {
  list-style-type: none;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: -20px; }
  @media screen and (max-width: 1023px) {
    .location ul {
      margin: -10px; } }
  @media screen and (max-width: 767px) {
    .location ul {
      margin: 0; } }
  .location ul li {
    width: 33.33%;
    padding: 20px;
    color: white;
    text-align: left; }
    @media screen and (min-width: 1280px) {
      .location ul li {
        padding: 1.38889vw; } }
    @media screen and (max-width: 1023px) {
      .location ul li {
        width: 50%;
        padding: 10px; } }
    @media screen and (max-width: 767px) {
      .location ul li {
        padding: 10px; } }
    @media screen and (max-width: 767px) {
      .location ul li {
        width: 100%;
        padding: 0 0 20px; } }
    @media screen and (max-width: 767px) {
      .location ul li:last-child {
        padding-bottom: 0; } }
    .location ul li div {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      height: 100%;
      padding: 25px;
      background: black;
      border-radius: 0px; }
      @media screen and (min-width: 1280px) {
        .location ul li div {
          padding: 1.73611vw; } }
    .location ul li h4 {
      color: white;
      margin-top: 15px; }
      @media screen and (min-width: 1280px) {
        .location ul li h4 {
          margin-top: 1.04167vw; } }
      .location ul li h4 span {
        font-size: 12px;
        line-height: 18px;
        display: block; }
        @media screen and (min-width: 1280px) {
          .location ul li h4 span {
            font-size: 0.83333vw;
            line-height: 1.25vw; } }
    .location ul li img {
      max-width: 50px;
      max-height: 50px; }
      @media screen and (min-width: 1280px) {
        .location ul li img {
          max-width: 3.47222vw;
          max-height: 3.47222vw; } }
    .location ul li a {
      color: white;
      text-decoration: underline; }
      .location ul li a:hover {
        text-decoration: none; }

.leaders h6 {
  font-weight: 400; }

.leaders ul {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  list-style-type: none;
  margin: 0; }
  @media screen and (max-width: 1023px) {
    .leaders ul {
      margin: 0 -10px; } }
  @media screen and (max-width: 767px) {
    .leaders ul {
      margin: 0; } }
  .leaders ul li {
    width: 25%;
    padding: 0 15px; }
    @media screen and (min-width: 1280px) {
      .leaders ul li {
        padding: 0 1.04167vw; } }
    @media screen and (max-width: 1023px) {
      .leaders ul li {
        width: 50%;
        padding: 10px 10px 0;
        margin-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      .leaders ul li {
        width: 100%;
        padding: 0; } }
    @media screen and (max-width: 767px) {
      .leaders ul li:last-child {
        margin: 0; } }
    .leaders ul li p:last-child {
      margin: 0; }

.brands ul {
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  margin: 0; }
  .brands ul li {
    width: 25%;
    padding: 20px 45px; }
    @media screen and (min-width: 1280px) {
      .brands ul li {
        padding: 1.38889vw 3.125vw; } }
    @media screen and (max-width: 1023px) {
      .brands ul li {
        padding: 0 45px 40px; } }
    @media screen and (max-width: 767px) {
      .brands ul li {
        width: 33.33%;
        padding: 0 35px 40px; } }
    @media screen and (max-width: 767px) {
      .brands ul li {
        width: 50%;
        padding: 0 20px 20px; } }
    .brands ul li:last-child {
      padding-bottom: 0; }

.image {
  padding-bottom: 30px; }
  @media screen and (min-width: 1280px) {
    .image {
      padding-bottom: 2.08333vw; } }
  @media screen and (max-width: 1023px) {
    .image {
      padding-bottom: 20px; } }
  .image img {
    max-height: 600px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top; }

.align-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px 0;
  text-align: left;
  margin: 0 -20px; }
  @media screen and (min-width: 1280px) {
    .align-content {
      padding: 2.08333vw 0;
      margin: 0 -1.38889vw; } }
  @media screen and (max-width: 1023px) {
    .align-content {
      padding: 15px 0 20px;
      margin: 0 -10px;
      align-items: flex-start; } }
  @media screen and (max-width: 767px) {
    .align-content {
      flex-direction: column;
      margin: 0; } }
  .align-content h2 {
    font-size: 28px;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 20px; }
    @media screen and (min-width: 1280px) {
      .align-content h2 {
        font-size: 1.94444vw;
        line-height: 2.5vw;
        margin-bottom: 1.38889vw; } }
    @media screen and (max-width: 1023px) {
      .align-content h2 {
        font-size: 24px;
        line-height: 30px; } }
    @media screen and (max-width: 767px) {
      .align-content h2 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px; } }
  .align-content:nth-child(2) {
    padding-top: 0; }
    @media screen and (max-width: 767px) {
      .align-content:nth-child(2) h3 {
        margin-top: 20px;
        text-align: center;
        margin-bottom: 0; } }
  .align-content:last-child {
    padding-bottom: 0; }
  .align-content .center {
    width: 100%;
    text-align: center; }
    @media screen and (max-width: 1023px) {
      .align-content .center {
        margin-top: 0; } }
  .align-content > div {
    width: 50%;
    padding: 0 20px; }
    @media screen and (min-width: 1280px) {
      .align-content > div {
        padding: 0 1.38889vw; } }
    @media screen and (max-width: 1023px) {
      .align-content > div {
        padding: 0 10px; } }
    @media screen and (max-width: 767px) {
      .align-content > div {
        width: 100%;
        order: 1; } }
    @media screen and (max-width: 767px) {
      .align-content > div.text {
        order: 0;
        padding-bottom: 40px; } }
  .align-content .text .content h3 {
    margin-top: 0; }
    @media screen and (max-width: 767px) {
      .align-content .text .content h3 {
        margin-bottom: 10px; } }
  .align-content .text .content p:last-child {
    margin-bottom: 0; }
  .align-content.why-work {
    text-align: center;
    padding-bottom: 0;
    width: 100%; }
    .align-content.why-work h3 {
      margin-top: 0;
      margin-bottom: 10px; }
      @media screen and (min-width: 1280px) {
        .align-content.why-work h3 {
          margin-bottom: 0.69444vw; } }
      @media screen and (max-width: 767px) {
        .align-content.why-work h3 {
          margin-bottom: 0; } }
    .align-content.why-work .content {
      display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      text-align: center;
      width: 100%; }
      .align-content.why-work .content > div {
        margin-top: 30px;
        padding: 0 40px;
        width: 50%; }
        @media screen and (min-width: 1280px) {
          .align-content.why-work .content > div {
            margin-top: 2.08333vw;
            padding: 0 2.77778vw; } }
        @media screen and (max-width: 767px) {
          .align-content.why-work .content > div {
            width: 100%;
            padding: 0; } }
        @media screen and (max-width: 767px) {
          .align-content.why-work .content > div:first-child {
            margin-top: 20px; } }
      .align-content.why-work .content div:nth-child(2n) {
        position: relative; }
        .align-content.why-work .content div:nth-child(2n)::before {
          content: "";
          position: absolute;
          left: 0;
          border-right: 0.5px solid #eeeeee;
          height: 100%;
          width: 1px; }
          @media screen and (max-width: 767px) {
            .align-content.why-work .content div:nth-child(2n)::before {
              display: none; } }
    .align-content.why-work h6 {
      margin-top: 0;
      margin-bottom: 10px;
      font-weight: 500; }
      @media screen and (min-width: 1280px) {
        .align-content.why-work h6 {
          margin-bottom: 0.69444vw; } }
      @media screen and (max-width: 767px) {
        .align-content.why-work h6 {
          margin: 30px 0 10px; } }
      .align-content.why-work h6:first-child {
        margin-top: 0; }
    .align-content.why-work p {
      margin: 0; }
  .align-content + .custom-bg {
    position: relative;
    background-color: black;
    margin: 40px 0 25px;
    padding: 60px 0; }
    @media screen and (min-width: 1280px) {
      .align-content + .custom-bg {
        margin: 2.77778vw 0 1.73611vw;
        padding: 4.16667vw 0; } }
    @media screen and (max-width: 1023px) {
      .align-content + .custom-bg {
        margin: 20px 0; } }
    @media screen and (max-width: 767px) {
      .align-content + .custom-bg {
        text-align: center;
        padding: 34px 0 40px; } }
    .align-content + .custom-bg::before {
      content: "";
      position: absolute;
      left: -50%;
      width: 50vw;
      background-color: black;
      height: 100%;
      z-index: -1;
      top: 0; }
    .align-content + .custom-bg::after {
      content: "";
      position: absolute;
      right: -50%;
      width: 50vw;
      background-color: black;
      height: 100%;
      z-index: -1;
      top: 0; }
    .align-content + .custom-bg .button {
      background-color: white;
      color: black; }
      .align-content + .custom-bg .button:hover {
        opacity: 0.8; }
    @media screen and (max-width: 767px) {
      .align-content + .custom-bg .left-align {
        margin-bottom: 20px; } }
    .align-content + .custom-bg .left-align h3 {
      font-size: 28px;
      color: white;
      margin: 0; }
      @media screen and (min-width: 1280px) {
        .align-content + .custom-bg .left-align h3 {
          font-size: 1.94444vw; } }
      @media screen and (max-width: 1023px) {
        .align-content + .custom-bg .left-align h3 {
          font-size: 19px; } }
    .align-content + .custom-bg .left-align p {
      color: white;
      margin: 0; }
    .align-content + .custom-bg .right-align {
      text-align: center; }

.type-page.return_policy .page-content {
  text-align: left; }
  .type-page.return_policy .page-content a {
    text-decoration: underline; }
  .type-page.return_policy .page-content p:nth-last-child(2) {
    margin-bottom: 0; }

@media screen and (max-width: 1023px) {
  .type-sitemap .body h1.page-heading {
    margin-bottom: 10px; } }

.type-sitemap .body ul.listing {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  .type-sitemap .body ul.listing li.first {
    width: 33.33%; }
    @media screen and (max-width: 767px) {
      .type-sitemap .body ul.listing li.first {
        width: 100%; } }
    .type-sitemap .body ul.listing li.first h2 {
      color: black; }
    .type-sitemap .body ul.listing li.first li {
      margin: 3px 0; }
      @media screen and (min-width: 1280px) {
        .type-sitemap .body ul.listing li.first li {
          margin: 0.20833vw 0; } }
      @media screen and (max-width: 1023px) {
        .type-sitemap .body ul.listing li.first li {
          font-size: 14px;
          margin: 8px 0; } }
      .type-sitemap .body ul.listing li.first li a {
        font-family: "gothambook", sans-serif;
        font-weight: normal; }
      .type-sitemap .body ul.listing li.first li li a {
        font-size: 11px;
        font-family: "gothamlight", sans-serif; }
        @media screen and (min-width: 1280px) {
          .type-sitemap .body ul.listing li.first li li a {
            font-size: 0.76389vw; } }
        @media screen and (max-width: 1023px) {
          .type-sitemap .body ul.listing li.first li li a {
            font-size: 13px; } }
  .type-sitemap .body ul.listing .shop-all a {
    text-decoration: underline; }

.type-page .banner-bottom-section .container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  text-align: center; }

.type-page .banner-bottom-section h2 {
  font-size: 16px;
  line-height: 22px;
  margin: 20px 0 10px;
  letter-spacing: 0; }
  @media screen and (min-width: 1280px) {
    .type-page .banner-bottom-section h2 {
      font-size: 1.11111vw;
      line-height: 1.52778vw;
      margin: 1.38889vw 0 0.69444vw; } }

.type-page .banner-bottom-section p {
  font-size: 12px; }
  @media screen and (min-width: 1280px) {
    .type-page .banner-bottom-section p {
      font-size: 0.83333vw; } }

.type-page .banner-bottom-section [data-content-region="banner-bottom-section"] [data-sub-layout] {
  justify-content: flex-start; }
  @media screen and (max-width: 767px) {
    .type-page .banner-bottom-section [data-content-region="banner-bottom-section"] [data-sub-layout] {
      flex-basis: 100%;
      max-width: 100%;
      margin: 0 0 30px; } }
  @media screen and (max-width: 767px) {
    .type-page .banner-bottom-section [data-content-region="banner-bottom-section"] [data-sub-layout]:last-child {
      margin: 0; } }
  .type-page .banner-bottom-section [data-content-region="banner-bottom-section"] [data-sub-layout] p {
    margin-bottom: 0; }

.type-page .banner-bottom-section .img {
  width: 82px;
  height: 82px;
  background-color: #fff7f1;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  @media screen and (min-width: 1280px) {
    .type-page .banner-bottom-section .img {
      width: 5.69444vw;
      height: 5.69444vw; } }

.type-page .banner-bottom-section .section-3 {
  padding: 0 38px; }
  @media screen and (min-width: 1280px) {
    .type-page .banner-bottom-section .section-3 {
      padding: 0 2.63889vw; } }
  @media screen and (max-width: 1279px) {
    .type-page .banner-bottom-section .section-3 {
      padding: 0 20px; } }
  @media screen and (max-width: 1023px) {
    .type-page .banner-bottom-section .section-3 {
      padding: 0 10px; } }
  @media screen and (max-width: 767px) {
    .type-page .banner-bottom-section .section-3 {
      padding: 0; } }
  .type-page .banner-bottom-section .section-3 p {
    padding: 0 10px; }
    @media screen and (min-width: 1280px) {
      .type-page .banner-bottom-section .section-3 p {
        padding: 0 0.69444vw; } }

.offer-section {
  text-align: center;
  padding-left: 38px;
  padding-right: 38px;
  background-color: #fff7f1; }
  @media screen and (min-width: 1280px) {
    .offer-section {
      padding-left: 2.63889vw;
      padding-right: 2.63889vw; } }
  @media screen and (max-width: 1279px) {
    .offer-section {
      padding-left: 10px;
      padding-right: 10px; } }
  .offer-section [data-content-region="offer-section"] [data-sub-layout-container] {
    display: flex; }
  .offer-section [data-sub-layout] {
    padding: 0 22px;
    justify-content: space-between; }
    @media screen and (min-width: 1280px) {
      .offer-section [data-sub-layout] {
        padding: 0 1.52778vw; } }
    @media screen and (max-width: 1279px) {
      .offer-section [data-sub-layout] {
        padding: 0 18px; } }
    @media screen and (max-width: 1023px) {
      .offer-section [data-sub-layout] {
        padding: 0 10px; } }
    @media screen and (max-width: 767px) {
      .offer-section [data-sub-layout] {
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 30px; } }
    @media screen and (max-width: 413px) {
      .offer-section [data-sub-layout] {
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      .offer-section [data-sub-layout]:last-child {
        margin-bottom: 0; } }
    .offer-section [data-sub-layout] [id^="sd-image"] {
      height: 220px; }
      @media screen and (min-width: 1280px) {
        .offer-section [data-sub-layout] [id^="sd-image"] {
          height: 15.27778vw !important; } }
      @media screen and (max-width: 767px) {
        .offer-section [data-sub-layout] [id^="sd-image"] {
          height: 48vw; } }
      .offer-section [data-sub-layout] [id^="sd-image"] img {
        width: 100% !important; }
    .offer-section [data-sub-layout] .buttonLink a {
      font-size: 11px;
      line-height: 13px;
      text-align: center;
      letter-spacing: -0.03em;
      text-transform: uppercase;
      background: black;
      font-family: "gothambold", sans-serif;
      font-weight: normal;
      padding: 17px 31px;
      color: white;
      border: 1px solid black;
      border-radius: 0;
      margin-bottom: 0; }
      @media screen and (min-width: 1280px) {
        .offer-section [data-sub-layout] .buttonLink a {
          font-size: 0.76389vw;
          line-height: 0.90278vw;
          padding: 1.18056vw 2.15278vw;
          border-width: 0.06944vw; } }
      @media screen and (max-width: 767px) {
        .offer-section [data-sub-layout] .buttonLink a {
          padding: 15px 30px; } }
      .offer-section [data-sub-layout] .buttonLink a:hover {
        background: none;
        color: black;
        border-color: black; }
  .offer-section h5 {
    font-size: 18px;
    line-height: 24px;
    margin: 25px 0 30px; }
    @media screen and (min-width: 1280px) {
      .offer-section h5 {
        font-size: 1.25vw;
        line-height: 1.66667vw;
        margin: 1.73611vw 0 2.08333vw; } }
    @media screen and (max-width: 1023px) {
      .offer-section h5 br {
        display: none; } }
    @media screen and (max-width: 1023px) {
      .offer-section h5 {
        font-size: 14px;
        margin: 15px 0 20px; } }

.become-a-member {
  text-align: center;
  background-color: #FAFAFA; }
  @media screen and (max-width: 767px) {
    .become-a-member {
      padding-top: 35px;
      padding-left: 20px;
      padding-right: 20px; } }
  .become-a-member h3 {
    margin: 0 0 10px; }
    @media screen and (min-width: 1280px) {
      .become-a-member h3 {
        margin: 0 0 0.69444vw; } }
    @media screen and (max-width: 1023px) {
      .become-a-member h3 {
        margin: 0 0 20px; } }
  .become-a-member p {
    margin: 0 0 30px; }
    @media screen and (min-width: 1280px) {
      .become-a-member p {
        margin: 0 0 2.08333vw; } }
    @media screen and (max-width: 767px) {
      .become-a-member p {
        margin-bottom: 20px; } }

.member-discount {
  text-align: center;
  padding-left: 86px;
  padding-right: 86px; }
  @media screen and (min-width: 1280px) {
    .member-discount {
      padding-left: 5.97222vw;
      padding-right: 5.97222vw; } }
  @media screen and (max-width: 1023px) {
    .member-discount {
      padding-left: 40px;
      padding-right: 40px; } }
  @media screen and (max-width: 767px) {
    .member-discount {
      padding-left: 20px;
      padding-right: 20px; } }
  .member-discount h3 {
    margin: 0 0 40px; }
    @media screen and (min-width: 1280px) {
      .member-discount h3 {
        margin: 0 0 2.77778vw; } }
    @media screen and (max-width: 1023px) {
      .member-discount h3 {
        margin-bottom: 20px; } }
  .member-discount .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    @media screen and (max-width: 1023px) {
      .member-discount .container {
        padding: 0; } }
  .member-discount [data-content-region="member-discount-section"] [data-layout-id] [data-sub-layout-container] + [data-sub-layout-container] [data-sub-layout] {
    flex-basis: 33.33%;
    max-width: 33.33%; }
    @media screen and (max-width: 767px) {
      .member-discount [data-content-region="member-discount-section"] [data-layout-id] [data-sub-layout-container] + [data-sub-layout-container] [data-sub-layout] {
        flex-basis: 100%;
        max-width: 100%;
        padding-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      .member-discount [data-content-region="member-discount-section"] [data-layout-id] [data-sub-layout-container] + [data-sub-layout-container] [data-sub-layout]:last-child {
        padding-bottom: 0; } }
    .member-discount [data-content-region="member-discount-section"] [data-layout-id] [data-sub-layout-container] + [data-sub-layout-container] [data-sub-layout]:before {
      content: "";
      position: absolute;
      right: 0;
      border-right: 0.5px solid #eeeeee;
      height: 100%;
      width: 1px; }
    @media screen and (max-width: 767px) {
      .member-discount [data-content-region="member-discount-section"] [data-layout-id] [data-sub-layout-container] + [data-sub-layout-container] [data-sub-layout]::before {
        display: none; } }
    .member-discount [data-content-region="member-discount-section"] [data-layout-id] [data-sub-layout-container] + [data-sub-layout-container] [data-sub-layout]:last-child::before {
      display: none; }
  .member-discount .section-3 {
    padding: 0 48px;
    position: relative; }
    @media screen and (min-width: 1280px) {
      .member-discount .section-3 {
        padding: 0 3.33333vw; } }
    @media screen and (max-width: 1023px) {
      .member-discount .section-3 {
        padding: 0 20px; } }
    @media screen and (max-width: 767px) {
      .member-discount .section-3 {
        padding: 0 10px; } }
    @media screen and (max-width: 413px) {
      .member-discount .section-3 {
        padding: 0; } }
    .member-discount .section-3 p {
      max-width: 248px;
      margin-bottom: 0; }
      @media screen and (min-width: 1280px) {
        .member-discount .section-3 p {
          max-width: 17.22222vw; } }
      @media screen and (max-width: 767px) {
        .member-discount .section-3 p {
          max-width: none; } }
      .member-discount .section-3 p span {
        text-transform: uppercase; }
      .member-discount .section-3 p:first-child {
        margin-bottom: 10px;
        font-family: "gothammedium", sans-serif; }
        @media screen and (min-width: 1280px) {
          .member-discount .section-3 p:first-child {
            margin-bottom: 0.69444vw; } }

.gifts-section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 150px 60px;
  background-color: #FAFAFA; }
  @media screen and (min-width: 1280px) {
    .gifts-section {
      margin: 0 10.41667vw 4.16667vw; } }
  @media screen and (max-width: 1279px) {
    .gifts-section {
      margin: 0 40px 40px; } }
  @media screen and (max-width: 767px) {
    .gifts-section {
      margin: 0 20px 40px; } }
  .gifts-section [data-content-region="gifts-section"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; }
    @media screen and (max-width: 666px) {
      .gifts-section [data-content-region="gifts-section"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] {
        align-items: center; } }
  .gifts-section h5 {
    margin: 0 0 20px; }
    @media screen and (min-width: 1280px) {
      .gifts-section h5 {
        margin: 0 0 1.38889vw; } }
  .gifts-section .img {
    width: 680px; }
    @media screen and (min-width: 1280px) {
      .gifts-section .img {
        width: 47.22222vw; } }
    @media screen and (max-width: 1279px) {
      .gifts-section .img {
        width: 60%; } }
    @media screen and (max-width: 666px) {
      .gifts-section .img {
        width: 100%; } }
    .gifts-section .img + div {
      padding-left: 80px;
      width: calc(100% - 680px);
      margin-right: auto; }
      @media screen and (min-width: 1280px) {
        .gifts-section .img + div {
          padding-left: 5.55556vw;
          width: calc(100% - 47.22222vw); } }
      @media screen and (max-width: 1279px) {
        .gifts-section .img + div {
          width: 40%; } }
      @media screen and (max-width: 1023px) {
        .gifts-section .img + div {
          padding-left: 40px; } }
      @media screen and (max-width: 666px) {
        .gifts-section .img + div {
          width: 100%;
          padding: 40px; } }
      .gifts-section .img + div p {
        max-width: 235px;
        margin-bottom: 31px; }
        @media screen and (min-width: 1280px) {
          .gifts-section .img + div p {
            max-width: 16.31944vw;
            margin-bottom: 2.15278vw; } }
        @media screen and (max-width: 767px) {
          .gifts-section .img + div p {
            margin-bottom: 20px; } }

.location-section {
  padding-left: 125px;
  padding-right: 125px;
  background-color: #FFF7F1;
  text-align: center; }
  @media screen and (min-width: 1280px) {
    .location-section {
      padding-left: 8.68056vw;
      padding-right: 8.68056vw; } }
  @media screen and (max-width: 1279px) {
    .location-section {
      padding-left: 40px;
      padding-right: 40px; } }
  @media screen and (max-width: 1023px) {
    .location-section [data-sub-layout-container] {
      margin: 0 -25px; } }
  .location-section [data-sub-layout] {
    padding: 0 25px; }
    @media screen and (min-width: 1280px) {
      .location-section [data-sub-layout] {
        padding: 0 1.73611vw; } }
    @media screen and (max-width: 767px) {
      .location-section [data-sub-layout] {
        padding: 20px 0; } }
    .location-section [data-sub-layout]:nth-child(2) {
      padding-top: 0; }
    .location-section [data-sub-layout]:last-child {
      padding-bottom: 0; }
  .location-section h5 {
    font-size: 18px;
    line-height: 16px;
    margin: 25px 0 0;
    text-align: center;
    letter-spacing: 0;
    border-bottom: 1px solid black;
    display: inline-block; }
    @media screen and (min-width: 1280px) {
      .location-section h5 {
        font-size: 1.25vw;
        line-height: 1.11111vw;
        margin: 1.73611vw 0 0; } }

.question {
  text-align: center;
  padding-left: 330px;
  padding-right: 330px; }
  @media screen and (min-width: 1280px) {
    .question {
      padding-left: 22.91667vw;
      padding-right: 22.91667vw; } }
  @media screen and (max-width: 1279px) {
    .question {
      padding-left: 200px;
      padding-right: 200px; } }
  @media screen and (max-width: 1023px) {
    .question {
      padding-left: 0;
      padding-right: 0; } }
  .question h3 {
    width: 100%;
    margin: 0; }
  .question .section-3:hover .img {
    border-color: #757575; }
  .question .section-3:hover a {
    color: #757575; }
  @media screen and (max-width: 413px) {
    .question p {
      margin-bottom: 0; } }
  .question .img {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0.6px solid black;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin: 53px 0 20px; }
    @media screen and (min-width: 1280px) {
      .question .img {
        width: 4.16667vw;
        height: 4.16667vw;
        margin: 3.68056vw 0 1.38889vw; } }
    @media screen and (max-width: 1023px) {
      .question .img {
        margin: 40px 0 20px 0; } }
    .question .img.contact-no svg {
      width: 14px;
      height: 24px; }
      @media screen and (min-width: 1280px) {
        .question .img.contact-no svg {
          width: 0.97222vw;
          height: 1.66667vw; } }
    .question .img.email-us svg {
      width: 22px;
      height: 20px; }
      @media screen and (min-width: 1280px) {
        .question .img.email-us svg {
          width: 1.52778vw;
          height: 1.38889vw; } }
    .question .img.chat-us svg {
      width: 26px;
      height: 22px; }
      @media screen and (min-width: 1280px) {
        .question .img.chat-us svg {
          width: 1.80556vw;
          height: 1.66667vw; } }
  .question .section-3 {
    padding: 0 10px;
    height: 100%; }
    @media screen and (min-width: 1280px) {
      .question .section-3 {
        padding: 0 0.69444vw; } }
    .question .section-3 p {
      font-family: "gothammedium", sans-serif;
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        .question .section-3 p {
          font-size: 11px; } }
  .question [data-sub-layout-container] + [data-sub-layout-container] [data-sub-layout] {
    flex-basis: 33.33%;
    max-width: 33.33%; }
    .question [data-sub-layout-container] + [data-sub-layout-container] [data-sub-layout]:last-child p {
      margin-bottom: 0; }

.business-banner {
  position: relative;
  background-color: #b19f91;
  min-height: 320px; }
  @media screen and (min-width: 1280px) {
    .business-banner {
      min-height: 22.22222vw; } }
  @media screen and (max-width: 1279px) {
    .business-banner {
      min-height: 295px; } }
  .business-banner .breadcrumbs {
    position: absolute;
    z-index: 1;
    padding: 20px 130px; }
    @media screen and (min-width: 1280px) {
      .business-banner .breadcrumbs {
        padding: 1.38889vw 9.02778vw; } }
    @media screen and (max-width: 1279px) {
      .business-banner .breadcrumbs {
        padding: 20px 20px; } }
    @media screen and (max-width: 767px) {
      .business-banner .breadcrumbs {
        position: relative;
        overflow: scroll;
        white-space: nowrap;
        margin: 0 20px 10px; } }
    .business-banner .breadcrumbs .breadcrumb a:hover {
      color: rgba(255, 255, 255, 0.7) !important; }
  .business-banner img {
    max-height: 320px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    @media screen and (min-width: 1280px) {
      .business-banner img {
        max-height: 22.22222vw; } }
  .business-banner h1 {
    text-align: left;
    margin-bottom: 10px; }
    @media screen and (min-width: 1280px) {
      .business-banner h1 {
        margin-bottom: 0.69444vw; } }
  .business-banner .banner-content {
    max-width: 705px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; }
    @media screen and (min-width: 1280px) {
      .business-banner .banner-content {
        max-width: 48.95833vw; } }
    .business-banner .banner-content p {
      font-size: 12px;
      margin-bottom: 0; }
      @media screen and (min-width: 1280px) {
        .business-banner .banner-content p {
          font-size: 0.83333vw; } }
  .business-banner [data-content-region="page_builder_content"] [data-sub-layout-container] {
    position: unset; }
    .business-banner [data-content-region="page_builder_content"] [data-sub-layout-container] [data-sub-layout] {
      position: unset; }
  .business-banner [data-content-region="page_builder_content"] [class^="sd-hero-image"] > div > div {
    padding: 0 130px;
    min-height: 320px;
    max-height: 320px;
    text-align: left;
    pointer-events: none;
    position: unset; }
    @media screen and (min-width: 1280px) {
      .business-banner [data-content-region="page_builder_content"] [class^="sd-hero-image"] > div > div {
        padding: 0 9.02778vw;
        min-height: 22.22222vw;
        max-height: 22.22222vw; } }
    @media screen and (max-width: 1279px) {
      .business-banner [data-content-region="page_builder_content"] [class^="sd-hero-image"] > div > div {
        padding: 20px 20px;
        min-height: 295px;
        max-height: 295px; } }
    @media screen and (max-width: 767px) {
      .business-banner [data-content-region="page_builder_content"] [class^="sd-hero-image"] > div > div {
        padding: 0 20px 40px;
        min-height: 233px;
        max-height: 233px; } }
    .business-banner [data-content-region="page_builder_content"] [class^="sd-hero-image"] > div > div > div {
      z-index: 1;
      width: auto;
      max-width: 705px;
      display: flex;
      flex-direction: column; }
      @media screen and (min-width: 1280px) {
        .business-banner [data-content-region="page_builder_content"] [class^="sd-hero-image"] > div > div > div {
          max-width: 48.95833vw; } }
      @media screen and (max-width: 1279px) {
        .business-banner [data-content-region="page_builder_content"] [class^="sd-hero-image"] > div > div > div {
          max-width: 600px; } }
    .business-banner [data-content-region="page_builder_content"] [class^="sd-hero-image"] > div > div + div {
      display: none; }
  .business-banner [data-content-region="page_builder_content"] [class^="sd-hero-image"] [data-test-id="hero-image-title"] {
    line-height: 41px;
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    font-family: "Cinzel";
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    max-width: 544px; }
    @media screen and (min-width: 1280px) {
      .business-banner [data-content-region="page_builder_content"] [class^="sd-hero-image"] [data-test-id="hero-image-title"] {
        font-size: 2.5vw;
        line-height: 2.84722vw;
        margin-bottom: 1.38889vw;
        max-width: 37.77778vw; } }
    @media screen and (max-width: 767px) {
      .business-banner [data-content-region="page_builder_content"] [class^="sd-hero-image"] [data-test-id="hero-image-title"] {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 5px; } }
  .business-banner [data-content-region="page_builder_content"] [class^="sd-hero-image"] [data-test-id="hero-image-title"] p {
    line-height: 41px;
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    font-family: "Cinzel";
    margin: 0; }
    @media screen and (min-width: 1280px) {
      .business-banner [data-content-region="page_builder_content"] [class^="sd-hero-image"] [data-test-id="hero-image-title"] p {
        font-size: 2.5vw;
        line-height: 2.84722vw; } }
    @media screen and (max-width: 767px) {
      .business-banner [data-content-region="page_builder_content"] [class^="sd-hero-image"] [data-test-id="hero-image-title"] p {
        font-size: 24px;
        line-height: 30px; } }
  .business-banner [data-content-region="page_builder_content"] [class^="sd-hero-image"] [data-test-id="hero-image-subtitle"] {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    font-family: "gothamlight", sans-serif; }
    @media screen and (min-width: 1280px) {
      .business-banner [data-content-region="page_builder_content"] [class^="sd-hero-image"] [data-test-id="hero-image-subtitle"] {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }
  .business-banner [data-content-region="page_builder_content"] [class^="sd-hero-image"] [data-test-id="hero-image-subtitle"] p {
    font-size: 12px;
    line-height: 18px;
    font-family: "gothamlight", sans-serif;
    margin-bottom: 0; }
    @media screen and (min-width: 1280px) {
      .business-banner [data-content-region="page_builder_content"] [class^="sd-hero-image"] [data-test-id="hero-image-subtitle"] p {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }

.brands-content .grid {
  padding: 60px 0; }
  @media screen and (min-width: 1280px) {
    .brands-content .grid {
      padding: 4.16667vw 0; } }
  @media screen and (max-width: 1279px) {
    .brands-content .grid {
      padding: 60px 0; } }
  @media screen and (max-width: 767px) {
    .brands-content .grid {
      padding: 40px 0; } }

.brands-content .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .brands-content .container {
      flex-direction: column; } }
  .brands-content .container:before, .brands-content .container:after {
    display: none; }
  .brands-content .container .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 200px;
    background-color: white;
    border: 0.5px solid #eeeeee;
    overflow: hidden;
    padding: 20px; }
    @media screen and (min-width: 1280px) {
      .brands-content .container .logo {
        width: 13.88889vw;
        height: 13.88889vw;
        padding: 1.38889vw; } }
    @media screen and (max-width: 1023px) {
      .brands-content .container .logo {
        width: 150px;
        height: 150px; } }
    @media screen and (max-width: 767px) {
      .brands-content .container .logo {
        width: 200px;
        height: 200px; } }
    .brands-content .container .logo a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 160px;
      height: 160px; }
      @media screen and (min-width: 1280px) {
        .brands-content .container .logo a {
          width: 11.11111vw;
          height: 11.11111vw; } }
      @media screen and (max-width: 1023px) {
        .brands-content .container .logo a {
          width: 110px;
          height: 110px; } }
      @media screen and (max-width: 767px) {
        .brands-content .container .logo a {
          width: 160px;
          height: 160px; } }
    .brands-content .container .logo img {
      max-width: 160px;
      max-height: 160px; }
      @media screen and (min-width: 1280px) {
        .brands-content .container .logo img {
          max-width: 11.11111vw;
          max-height: 11.11111vw; } }
      @media screen and (max-width: 1023px) {
        .brands-content .container .logo img {
          max-width: 110px;
          max-height: 110px; } }
      @media screen and (max-width: 767px) {
        .brands-content .container .logo img {
          max-width: 160px;
          max-height: 160px; } }
    .brands-content .container .logo:hover {
      border-color: black; }
  .brands-content .container .content {
    width: 572px;
    padding-left: 88px;
    padding-right: 84px; }
    @media screen and (min-width: 1280px) {
      .brands-content .container .content {
        width: 39.72222vw;
        padding-left: 5.97222vw;
        padding-right: 5.83333vw; } }
    @media screen and (max-width: 1279px) {
      .brands-content .container .content {
        width: 50%;
        padding-left: 40px;
        padding-right: 40px; } }
    @media screen and (max-width: 1023px) {
      .brands-content .container .content {
        width: 45%;
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (max-width: 767px) {
      .brands-content .container .content {
        width: 100%;
        padding: 20px 0; } }
    .brands-content .container .content h2 {
      font-size: 18px;
      line-height: 27px;
      color: black;
      font-family: "gothammedium", sans-serif;
      text-transform: uppercase;
      margin: 0 0 16px; }
      @media screen and (min-width: 1280px) {
        .brands-content .container .content h2 {
          font-size: 1.25vw;
          line-height: 1.875vw;
          margin: 0 0 1.11111vw; } }
    .brands-content .container .content p:last-child {
      margin: 0; }
  .brands-content .container .list {
    position: relative;
    width: calc(100% - 772px);
    padding-left: 79px; }
    @media screen and (min-width: 1280px) {
      .brands-content .container .list {
        width: calc(100% - 53.61111vw);
        padding-left: 5.48611vw; } }
    @media screen and (max-width: 1279px) {
      .brands-content .container .list {
        width: calc(50% - 200px);
        padding-left: 60px; } }
    @media screen and (max-width: 1023px) {
      .brands-content .container .list {
        width: calc(55% - 150px);
        padding-left: 30px; } }
    @media screen and (max-width: 767px) {
      .brands-content .container .list {
        width: 100%; } }
    @media screen and (max-width: 413px) {
      .brands-content .container .list {
        padding-left: 20px; } }
    .brands-content .container .list ul {
      margin-bottom: 30px;
      margin-left: 0; }
      @media screen and (min-width: 1280px) {
        .brands-content .container .list ul {
          margin-bottom: 2.08333vw; } }
    .brands-content .container .list li {
      list-style-type: none;
      padding: 0 0 10px; }
      @media screen and (min-width: 1280px) {
        .brands-content .container .list li {
          padding: 0 0 0.69444vw; } }
      .brands-content .container .list li:last-child {
        padding: 0; }
      .brands-content .container .list li p {
        display: inline-block;
        margin-bottom: 0;
        font-family: "gothambook", sans-serif;
        position: relative; }
        .brands-content .container .list li p:before {
          content: "";
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: -13px;
          bottom: 0;
          width: 3px;
          height: 3px;
          background-color: black; }
          @media screen and (min-width: 1280px) {
            .brands-content .container .list li p:before {
              left: -0.90278vw;
              width: 0.20833vw;
              height: 0.20833vw;
              display: inline-block; } }
    .brands-content .container .list::before {
      content: "";
      position: absolute;
      left: 0;
      height: 100%;
      width: 1px;
      background-color: #eeeeee;
      display: inline-block; }
      @media screen and (max-width: 767px) {
        .brands-content .container .list::before {
          display: none; } }
    .brands-content .container .list a {
      font-size: 11px;
      line-height: 13px;
      letter-spacing: -0.03em;
      text-transform: uppercase;
      font-family: "gothambold", sans-serif; }
      @media screen and (min-width: 1280px) {
        .brands-content .container .list a {
          font-size: 0.76389vw;
          line-height: 0.90278vw; } }
      .brands-content .container .list a:hover:after {
        background-image: url("https://store-78br25m0c4.mybigcommerce.com/product_images/uploaded_images/right-arrow-hover.svg"); }
      .brands-content .container .list a::after {
        content: "";
        background-image: url("https://store-78br25m0c4.mybigcommerce.com/product_images/uploaded_images/right-arrow.svg");
        background-size: 8px 8px;
        width: 8px;
        height: 8px;
        display: inline-block;
        margin-left: 10px; }
        @media screen and (min-width: 1280px) {
          .brands-content .container .list a::after {
            background-size: 0.55556vw 0.55556vw;
            width: 0.55556vw;
            height: 0.55556vw;
            margin-left: 0.69444vw; } }

.resource-banner {
  position: relative;
  background-color: #5a4339;
  min-height: 320px; }
  @media screen and (min-width: 1280px) {
    .resource-banner {
      min-height: 22.22222vw; } }
  @media screen and (max-width: 1279px) {
    .resource-banner {
      min-height: 295px; } }
  .resource-banner .breadcrumbs {
    position: absolute;
    padding: 20px 130px;
    z-index: 1; }
    @media screen and (min-width: 1280px) {
      .resource-banner .breadcrumbs {
        padding: 1.38889vw 9.02778vw; } }
    @media screen and (max-width: 1279px) {
      .resource-banner .breadcrumbs {
        padding: 20px 20px; } }
    @media screen and (max-width: 767px) {
      .resource-banner .breadcrumbs {
        position: relative;
        overflow: scroll;
        white-space: nowrap;
        margin: 0 20px 10px; } }
    .resource-banner .breadcrumbs .breadcrumb a {
      color: white; }
    .resource-banner .breadcrumbs .breadcrumb.is-active:before {
      background-image: url("data:image/svg+xml,%3Csvg width='5' height='9' viewBox='0 0 5 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.37937 8.3252L0.620117 7.6744L3.34121 4.4998L0.620117 1.3252L1.37937 0.674404L4.65828 4.4998L1.37937 8.3252Z' fill='white'/%3E%3C/svg%3E%0A"); }
    .resource-banner .breadcrumbs .breadcrumb.is-active a {
      color: white; }
      .resource-banner .breadcrumbs .breadcrumb.is-active a:hover {
        color: rgba(255, 255, 255, 0.7); }
  .resource-banner [data-content-region="page_builder_content"] [data-sub-layout-container] {
    position: unset; }
    .resource-banner [data-content-region="page_builder_content"] [data-sub-layout-container] [data-sub-layout] {
      position: unset; }
  .resource-banner [data-content-region="page_builder_content"] [class^="sd-hero-image"] > div > div {
    padding: 0 130px;
    min-height: 320px;
    max-height: 320px;
    pointer-events: none;
    position: unset; }
    @media screen and (min-width: 1280px) {
      .resource-banner [data-content-region="page_builder_content"] [class^="sd-hero-image"] > div > div {
        padding: 0 9.02778vw;
        min-height: 22.22222vw;
        max-height: 22.22222vw; } }
    @media screen and (max-width: 1279px) {
      .resource-banner [data-content-region="page_builder_content"] [class^="sd-hero-image"] > div > div {
        padding: 0;
        min-height: 295px;
        max-height: 295px; } }
    @media screen and (max-width: 767px) {
      .resource-banner [data-content-region="page_builder_content"] [class^="sd-hero-image"] > div > div {
        padding: 0 20px 40px;
        min-height: 233px;
        max-height: 233px; } }
    .resource-banner [data-content-region="page_builder_content"] [class^="sd-hero-image"] > div > div + div {
      display: none; }
    .resource-banner [data-content-region="page_builder_content"] [class^="sd-hero-image"] > div > div::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.3); }
    .resource-banner [data-content-region="page_builder_content"] [class^="sd-hero-image"] > div > div > div {
      z-index: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
  .resource-banner [data-content-region="page_builder_content"] [class^="sd-hero-image"] [data-test-id="hero-image-title"] {
    line-height: 41px;
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    font-family: "Cinzel";
    color: white;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px; }
    @media screen and (min-width: 1280px) {
      .resource-banner [data-content-region="page_builder_content"] [class^="sd-hero-image"] [data-test-id="hero-image-title"] {
        font-size: 2.5vw;
        line-height: 2.84722vw;
        margin-bottom: 0.69444vw; } }
    @media screen and (max-width: 767px) {
      .resource-banner [data-content-region="page_builder_content"] [class^="sd-hero-image"] [data-test-id="hero-image-title"] {
        font-size: 28px;
        line-height: 33px; } }
  .resource-banner [data-content-region="page_builder_content"] [class^="sd-hero-image"] [data-test-id="hero-image-title"] p {
    line-height: 41px;
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    font-family: "Cinzel";
    color: white;
    margin: 0; }
    @media screen and (min-width: 1280px) {
      .resource-banner [data-content-region="page_builder_content"] [class^="sd-hero-image"] [data-test-id="hero-image-title"] p {
        font-size: 2.5vw;
        line-height: 2.84722vw; } }
    @media screen and (max-width: 767px) {
      .resource-banner [data-content-region="page_builder_content"] [class^="sd-hero-image"] [data-test-id="hero-image-title"] p {
        font-size: 24px;
        line-height: 30px; } }
  .resource-banner [data-content-region="page_builder_content"] [class^="sd-hero-image"] [data-test-id="hero-image-subtitle"] {
    font-size: 14px;
    line-height: 20px;
    color: white;
    margin-bottom: 28px;
    font-family: "gothamlight", sans-serif;
    margin-top: 0;
    text-transform: uppercase; }
    @media screen and (min-width: 1280px) {
      .resource-banner [data-content-region="page_builder_content"] [class^="sd-hero-image"] [data-test-id="hero-image-subtitle"] {
        font-size: 0.97222vw;
        line-height: 1.38889vw;
        margin-bottom: 1.94444vw; } }
    @media screen and (max-width: 767px) {
      .resource-banner [data-content-region="page_builder_content"] [class^="sd-hero-image"] [data-test-id="hero-image-subtitle"] {
        margin-bottom: 20px; } }
  .resource-banner [data-content-region="page_builder_content"] [class^="sd-hero-image"] [data-test-id="hero-image-subtitle"] p {
    font-size: 14px;
    line-height: 20px;
    color: white;
    margin: 0; }
    @media screen and (min-width: 1280px) {
      .resource-banner [data-content-region="page_builder_content"] [class^="sd-hero-image"] [data-test-id="hero-image-subtitle"] p {
        font-size: 0.97222vw;
        line-height: 1.38889vw; } }
  .resource-banner [data-content-region="page_builder_content"] [class^="sd-hero-image"] [data-test-id="hero-image-button"] {
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    background: white;
    font-family: "gothambold", sans-serif;
    font-weight: normal;
    padding: 18px 36px;
    color: black;
    border: 1px solid white;
    border-radius: 0;
    margin-bottom: 0;
    margin-top: 0; }
    @media screen and (min-width: 1280px) {
      .resource-banner [data-content-region="page_builder_content"] [class^="sd-hero-image"] [data-test-id="hero-image-button"] {
        font-size: 0.76389vw;
        line-height: 0.90278vw;
        padding: 1.25vw 2.5vw;
        border-width: 0.06944vw; } }
    @media screen and (max-width: 767px) {
      .resource-banner [data-content-region="page_builder_content"] [class^="sd-hero-image"] [data-test-id="hero-image-button"] {
        padding: 16.5px 30px; } }
    .resource-banner [data-content-region="page_builder_content"] [class^="sd-hero-image"] [data-test-id="hero-image-button"]:hover {
      background: black;
      color: white;
      border-color: black; }
    .resource-banner [data-content-region="page_builder_content"] [class^="sd-hero-image"] [data-test-id="hero-image-button"] p {
      font-size: 11px;
      line-height: 13px;
      margin-bottom: 0; }
      @media screen and (min-width: 1280px) {
        .resource-banner [data-content-region="page_builder_content"] [class^="sd-hero-image"] [data-test-id="hero-image-button"] p {
          font-size: 0.76389vw;
          line-height: 0.90278vw; } }

.brands-content .breadcrumbs {
  padding: 20px 130px;
  z-index: 1; }
  @media screen and (min-width: 1280px) {
    .brands-content .breadcrumbs {
      padding: 1.38889vw 9.02778vw; } }

.brands-content [data-content-region="brands_content"] [data-sub-layout-container] [data-sub-layout] > div .grid {
  border-bottom: 1px solid #eeeeee; }
  .brands-content [data-content-region="brands_content"] [data-sub-layout-container] [data-sub-layout] > div .grid:last-child {
    border: 0; }

.brands-content [data-content-region="brands_content"] [data-sub-layout-container] [data-sub-layout] > div:nth-child(2n) .grid {
  background-color: #FBFBFB; }

.modal-background {
  background: rgba(0, 0, 0, 0.8); }

#modal-contact-form {
  width: 520px; }
  @media screen and (min-width: 1280px) {
    #modal-contact-form {
      width: 36.11111vw; } }
  #modal-contact-form .modal-header {
    padding: 30px 0;
    margin: 0; }
    @media screen and (min-width: 1280px) {
      #modal-contact-form .modal-header {
        padding: 2.08333vw 0; } }
    @media screen and (max-width: 767px) {
      #modal-contact-form .modal-header {
        padding: 20px 30px; } }
    #modal-contact-form .modal-header .modal-header-title {
      font-size: 26px;
      line-height: 34px;
      text-transform: uppercase; }
      @media screen and (min-width: 1280px) {
        #modal-contact-form .modal-header .modal-header-title {
          font-size: 1.80556vw;
          line-height: 2.36111vw; } }
      @media screen and (max-width: 767px) {
        #modal-contact-form .modal-header .modal-header-title {
          font-size: 18px;
          line-height: 24px; } }
    #modal-contact-form .modal-header .modal-close {
      font-size: 26px;
      line-height: 25px;
      top: 33px;
      right: 40px;
      width: 13px;
      height: 13px; }
      @media screen and (min-width: 1280px) {
        #modal-contact-form .modal-header .modal-close {
          font-size: 1.80556vw;
          line-height: 1.73611vw;
          top: 2.29167vw;
          right: 2.77778vw;
          width: 0.90278vw;
          height: 0.90278vw; } }
      @media screen and (max-width: 767px) {
        #modal-contact-form .modal-header .modal-close {
          top: 19px; } }
  #modal-contact-form .modal-body {
    padding: 35px 60px 40px; }
    @media screen and (min-width: 1280px) {
      #modal-contact-form .modal-body {
        padding: 2.43056vw 4.16667vw 2.77778vw; } }
    @media screen and (max-width: 767px) {
      #modal-contact-form .modal-body {
        padding: 20px 50px; } }
    #modal-contact-form .modal-body .WidgetBackground__Content-sc-1ho7q3r-2 {
      max-width: 400px !important; }
      @media screen and (min-width: 1280px) {
        #modal-contact-form .modal-body .WidgetBackground__Content-sc-1ho7q3r-2 {
          max-width: 27.77778vw !important; } }
    #modal-contact-form .modal-body .eapps-widget:before {
      display: none; }
    #modal-contact-form .modal-body .FormLayout__FieldsGrid-sc-2kg2eg-8 {
      margin: 0; }
    #modal-contact-form .modal-body .TextControlBase__TextControlBaseContainer-qtroj4-0 {
      padding: 0 0 12px !important; }
      @media screen and (min-width: 1280px) {
        #modal-contact-form .modal-body .TextControlBase__TextControlBaseContainer-qtroj4-0 {
          padding: 0 0 0.83333vw !important; } }
    #modal-contact-form .modal-body .FormLayout__Error-sc-2kg2eg-10 {
      font-size: 10px;
      line-height: 20px;
      text-align: center; }
      @media screen and (min-width: 1280px) {
        #modal-contact-form .modal-body .FormLayout__Error-sc-2kg2eg-10 {
          font-size: 0.69444vw !important;
          line-height: 1.38889vw !important; } }
    #modal-contact-form .modal-body .FormFieldLayout__Container-sc-5t8s6i-3 {
      margin: 15px 0;
      padding: 0; }
      @media screen and (min-width: 1280px) {
        #modal-contact-form .modal-body .FormFieldLayout__Container-sc-5t8s6i-3 {
          margin: 1.04167vw 0; } }
      #modal-contact-form .modal-body .FormFieldLayout__Container-sc-5t8s6i-3 .TextControlBase__TextControlBasePlaceholder-qtroj4-8 {
        font-size: 14px;
        line-height: 20px;
        height: auto; }
        @media screen and (min-width: 1280px) {
          #modal-contact-form .modal-body .FormFieldLayout__Container-sc-5t8s6i-3 .TextControlBase__TextControlBasePlaceholder-qtroj4-8 {
            font-size: 0.97222vw !important;
            line-height: 1.38889vw !important; } }
      #modal-contact-form .modal-body .FormFieldLayout__Container-sc-5t8s6i-3 .FormFieldLayout__Error-sc-5t8s6i-1 {
        font-size: 10px;
        line-height: 20px;
        height: auto; }
        @media screen and (min-width: 1280px) {
          #modal-contact-form .modal-body .FormFieldLayout__Container-sc-5t8s6i-3 .FormFieldLayout__Error-sc-5t8s6i-1 {
            font-size: 0.69444vw !important;
            line-height: 1.38889vw !important; } }
      @media screen and (min-width: 1280px) {
        #modal-contact-form .modal-body .FormFieldLayout__Container-sc-5t8s6i-3 input,
        #modal-contact-form .modal-body .FormFieldLayout__Container-sc-5t8s6i-3 textarea {
          font-size: 0.97222vw !important; } }
    #modal-contact-form .modal-body .FormLayout__ButtonsGroup-sc-2kg2eg-12 {
      margin: 25px 0 0; }
      @media screen and (min-width: 1280px) {
        #modal-contact-form .modal-body .FormLayout__ButtonsGroup-sc-2kg2eg-12 {
          margin: 1.73611vw 0 0; } }
      #modal-contact-form .modal-body .FormLayout__ButtonsGroup-sc-2kg2eg-12 button {
        text-transform: uppercase; }
        #modal-contact-form .modal-body .FormLayout__ButtonsGroup-sc-2kg2eg-12 button:hover {
          background-color: white !important;
          color: black !important;
          border-color: black !important; }
        @media screen and (min-width: 1280px) {
          #modal-contact-form .modal-body .FormLayout__ButtonsGroup-sc-2kg2eg-12 button {
            font-size: 0.76389vw;
            line-height: 0.90278vw; } }
        #modal-contact-form .modal-body .FormLayout__ButtonsGroup-sc-2kg2eg-12 button > span {
          padding: 18px 29px !important; }
          @media screen and (min-width: 1280px) {
            #modal-contact-form .modal-body .FormLayout__ButtonsGroup-sc-2kg2eg-12 button > span {
              padding: 1.25vw 2.01389vw !important; } }

body .elfsight-app-9a9e7327-1b1c-452a-ad42-ce3b8edbd72d .eapp-team-showcase-member-card-info-component > div {
  margin-bottom: 5px; }
  @media screen and (min-width: 1280px) {
    body .elfsight-app-9a9e7327-1b1c-452a-ad42-ce3b8edbd72d .eapp-team-showcase-member-card-info-component > div {
      margin-bottom: 0.34722vw; } }

body .elfsight-app-9a9e7327-1b1c-452a-ad42-ce3b8edbd72d .eapp-team-showcase-member-card-info-component > .jsx-983673239:not(:last-child):nth-child(2),
body .elfsight-app-9a9e7327-1b1c-452a-ad42-ce3b8edbd72d .eapp-team-showcase-member-card-info-component > *:not(:last-child):nth-child(2) {
  margin-bottom: 5px; }
  @media screen and (min-width: 1280px) {
    body .elfsight-app-9a9e7327-1b1c-452a-ad42-ce3b8edbd72d .eapp-team-showcase-member-card-info-component > .jsx-983673239:not(:last-child):nth-child(2),
    body .elfsight-app-9a9e7327-1b1c-452a-ad42-ce3b8edbd72d .eapp-team-showcase-member-card-info-component > *:not(:last-child):nth-child(2) {
      margin-bottom: 0.34722vw; } }

body .elfsight-app-9a9e7327-1b1c-452a-ad42-ce3b8edbd72d .eapp-team-showcase-tabs-tabs {
  margin: 30px 0; }
  @media screen and (min-width: 1280px) {
    body .elfsight-app-9a9e7327-1b1c-452a-ad42-ce3b8edbd72d .eapp-team-showcase-tabs-tabs {
      margin: 2.08333vw 0; } }
  @media screen and (max-width: 666px) {
    body .elfsight-app-9a9e7327-1b1c-452a-ad42-ce3b8edbd72d .eapp-team-showcase-tabs-tabs {
      margin: 10px 0 20px; } }
  body .elfsight-app-9a9e7327-1b1c-452a-ad42-ce3b8edbd72d .eapp-team-showcase-tabs-tabs .eapp-team-showcase-tabs-tabsCategory {
    border: 1px solid #dddddd; }
    body .elfsight-app-9a9e7327-1b1c-452a-ad42-ce3b8edbd72d .eapp-team-showcase-tabs-tabs .eapp-team-showcase-tabs-tabsCategory::before, body .elfsight-app-9a9e7327-1b1c-452a-ad42-ce3b8edbd72d .eapp-team-showcase-tabs-tabs .eapp-team-showcase-tabs-tabsCategory:after {
      display: none; }
    body .elfsight-app-9a9e7327-1b1c-452a-ad42-ce3b8edbd72d .eapp-team-showcase-tabs-tabs .eapp-team-showcase-tabs-tabsCategory:hover {
      background-color: black;
      border-color: black; }
      body .elfsight-app-9a9e7327-1b1c-452a-ad42-ce3b8edbd72d .eapp-team-showcase-tabs-tabs .eapp-team-showcase-tabs-tabsCategory:hover div {
        color: white; }
  body .elfsight-app-9a9e7327-1b1c-452a-ad42-ce3b8edbd72d .eapp-team-showcase-tabs-tabs .eapp-team-showcase-tabs-tabsCategoryText {
    font-size: 12px;
    line-height: 18px;
    font-family: "gothambook", sans-serif;
    color: black;
    opacity: 1; }
    @media screen and (min-width: 1280px) {
      body .elfsight-app-9a9e7327-1b1c-452a-ad42-ce3b8edbd72d .eapp-team-showcase-tabs-tabs .eapp-team-showcase-tabs-tabsCategoryText {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }
  @media screen and (min-width: 1280px) {
    body .elfsight-app-9a9e7327-1b1c-452a-ad42-ce3b8edbd72d .eapp-team-showcase-tabs-tabs > .jsx-3419325380 {
      padding: 0.55556vw 1.11111vw;
      margin: 0.34722vw; } }
  body .elfsight-app-9a9e7327-1b1c-452a-ad42-ce3b8edbd72d .eapp-team-showcase-tabs-tabs > .jsx-3419325380.eapp-team-showcase-tabs-active {
    background-color: black; }
    body .elfsight-app-9a9e7327-1b1c-452a-ad42-ce3b8edbd72d .eapp-team-showcase-tabs-tabs > .jsx-3419325380.eapp-team-showcase-tabs-active div {
      color: white; }
  body .elfsight-app-9a9e7327-1b1c-452a-ad42-ce3b8edbd72d .eapp-team-showcase-tabs-tabs > .jsx-3419325380:first-child {
    margin-left: 0; }

body .elfsight-app-9a9e7327-1b1c-452a-ad42-ce3b8edbd72d .eapp-team-showcase-grid-component .eapp-team-showcase-grid-item {
  width: 25% !important; }
  @media screen and (max-width: 1023px) {
    body .elfsight-app-9a9e7327-1b1c-452a-ad42-ce3b8edbd72d .eapp-team-showcase-grid-component .eapp-team-showcase-grid-item {
      width: 33.33% !important; } }
  @media screen and (max-width: 767px) {
    body .elfsight-app-9a9e7327-1b1c-452a-ad42-ce3b8edbd72d .eapp-team-showcase-grid-component .eapp-team-showcase-grid-item {
      width: 100% !important; } }

body .elfsight-app-9a9e7327-1b1c-452a-ad42-ce3b8edbd72d .eapp-team-showcase-grid-item .eapp-team-showcase-member-card-cards-infoContainer {
  text-align: left; }
  @media screen and (min-width: 1280px) {
    body .elfsight-app-9a9e7327-1b1c-452a-ad42-ce3b8edbd72d .eapp-team-showcase-grid-item .eapp-team-showcase-member-card-cards-infoContainer {
      padding: 0 1.66667vw 1.66667vw; } }

@media screen and (min-width: 1280px) {
  body .elfsight-app-9a9e7327-1b1c-452a-ad42-ce3b8edbd72d .RootLayout__Component-sc-1doisyz-0 .eapp-team-showcase-tabs-tabsCategories .eapp-team-showcase-grid-item {
    padding-right: 1.66667vw;
    padding-bottom: 1.66667vw; } }

body .elfsight-app-9a9e7327-1b1c-452a-ad42-ce3b8edbd72d .RootLayout__Component-sc-1doisyz-0 .eapp-team-showcase-tabs-tabsCategories .eapp-team-showcase-member-card-info-name {
  color: black;
  font-family: "gothammedium", sans-serif;
  font-weight: 500; }
  @media screen and (min-width: 1280px) {
    body .elfsight-app-9a9e7327-1b1c-452a-ad42-ce3b8edbd72d .RootLayout__Component-sc-1doisyz-0 .eapp-team-showcase-tabs-tabsCategories .eapp-team-showcase-member-card-info-name {
      font-size: 1.11111vw;
      line-height: 1.80556vw; } }

body .elfsight-app-9a9e7327-1b1c-452a-ad42-ce3b8edbd72d .RootLayout__Component-sc-1doisyz-0 .eapp-team-showcase-tabs-tabsCategories .eapp-team-showcase-member-card-info-job {
  color: black; }
  @media screen and (min-width: 1280px) {
    body .elfsight-app-9a9e7327-1b1c-452a-ad42-ce3b8edbd72d .RootLayout__Component-sc-1doisyz-0 .eapp-team-showcase-tabs-tabsCategories .eapp-team-showcase-member-card-info-job {
      font-size: 0.97222vw;
      line-height: 1.38889vw; } }
  body .elfsight-app-9a9e7327-1b1c-452a-ad42-ce3b8edbd72d .RootLayout__Component-sc-1doisyz-0 .eapp-team-showcase-tabs-tabsCategories .eapp-team-showcase-member-card-info-job + div {
    color: black; }
    @media screen and (min-width: 1280px) {
      body .elfsight-app-9a9e7327-1b1c-452a-ad42-ce3b8edbd72d .RootLayout__Component-sc-1doisyz-0 .eapp-team-showcase-tabs-tabsCategories .eapp-team-showcase-member-card-info-job + div {
        font-size: 0.97222vw;
        line-height: 1.38889vw; } }

body .elfsight-app-9a9e7327-1b1c-452a-ad42-ce3b8edbd72d .RootLayout__Component-sc-1doisyz-0 .eapp-team-showcase-tabs-tabsCategories a {
  color: black !important;
  text-decoration: underline;
  white-space: break-spaces; }
  body .elfsight-app-9a9e7327-1b1c-452a-ad42-ce3b8edbd72d .RootLayout__Component-sc-1doisyz-0 .eapp-team-showcase-tabs-tabsCategories a:hover {
    text-decoration: none; }
  @media screen and (min-width: 1280px) {
    body .elfsight-app-9a9e7327-1b1c-452a-ad42-ce3b8edbd72d .RootLayout__Component-sc-1doisyz-0 .eapp-team-showcase-tabs-tabsCategories a {
      font-size: 0.97222vw;
      line-height: 1.38889vw; } }

body .elfsight-app-9a9e7327-1b1c-452a-ad42-ce3b8edbd72d .eapp-team-showcase-member-card-socials-item::before {
  display: none; }

body .elfsight-app-9a9e7327-1b1c-452a-ad42-ce3b8edbd72d .eapp-team-showcase-member-card-socials-icon,
body .elfsight-app-9a9e7327-1b1c-452a-ad42-ce3b8edbd72d .eapp-team-showcase-member-card-socials-icon svg {
  opacity: 1;
  fill: black; }
  @media screen and (min-width: 1280px) {
    body .elfsight-app-9a9e7327-1b1c-452a-ad42-ce3b8edbd72d .eapp-team-showcase-member-card-socials-icon,
    body .elfsight-app-9a9e7327-1b1c-452a-ad42-ce3b8edbd72d .eapp-team-showcase-member-card-socials-icon svg {
      width: 1.38889vw;
      height: 1.38889vw; } }
  body .elfsight-app-9a9e7327-1b1c-452a-ad42-ce3b8edbd72d .eapp-team-showcase-member-card-socials-icon:hover,
  body .elfsight-app-9a9e7327-1b1c-452a-ad42-ce3b8edbd72d .eapp-team-showcase-member-card-socials-icon svg:hover {
    fill: darkgray; }

body .elfsight-app-9a9e7327-1b1c-452a-ad42-ce3b8edbd72d .eapp-team-showcase-cta-text {
  font-size: 24px;
  line-height: 28px;
  color: black !important;
  font-family: "Cinzel"; }
  @media screen and (min-width: 1280px) {
    body .elfsight-app-9a9e7327-1b1c-452a-ad42-ce3b8edbd72d .eapp-team-showcase-cta-text {
      font-size: 1.66667vw;
      line-height: 1.94444vw; } }

body .elfsight-app-9a9e7327-1b1c-452a-ad42-ce3b8edbd72d a .eapp-team-showcase-cta-button {
  font-size: 11px;
  line-height: 13px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  background: black;
  font-family: "gothambold", sans-serif;
  font-weight: normal;
  padding: 18px 30px;
  color: white;
  border: 1px solid black;
  border-radius: 0;
  margin-bottom: 0; }
  @media screen and (min-width: 1280px) {
    body .elfsight-app-9a9e7327-1b1c-452a-ad42-ce3b8edbd72d a .eapp-team-showcase-cta-button {
      font-size: 0.76389vw;
      line-height: 0.90278vw;
      padding: 1.25vw 2.08333vw;
      border-width: 0.06944vw; } }
  @media screen and (max-width: 767px) {
    body .elfsight-app-9a9e7327-1b1c-452a-ad42-ce3b8edbd72d a .eapp-team-showcase-cta-button {
      padding: 17px 30px; } }
  body .elfsight-app-9a9e7327-1b1c-452a-ad42-ce3b8edbd72d a .eapp-team-showcase-cta-button:hover {
    background: none;
    color: black;
    border-color: black; }

.resource-center {
  border: 2px solid black; }

@media screen and (min-width: 1280px) {
  .eapps-google-maps .eapps-google-maps-bar-search-wrapper {
    padding: 0.97222vw 0.83333vw; } }

.eapps-google-maps .eapps-google-maps-bar-search-inner .eapps-google-maps-bar-search-input {
  font-family: "gothamlight", sans-serif; }
  @media screen and (min-width: 1280px) {
    .eapps-google-maps .eapps-google-maps-bar-search-inner .eapps-google-maps-bar-search-input {
      font-size: 0.97222vw;
      height: 2.22222vw; } }

@media screen and (min-width: 1280px) {
  .eapps-google-maps .eapps-google-maps-bar-search-inner .eapps-google-maps-bar-search-buttons > div {
    padding: 0 0.55556vw;
    margin: 0.55556vw 0; } }

@media screen and (min-width: 1280px) {
  .eapps-google-maps .eapps-google-maps-bar-search-inner svg {
    width: 1.11111vw;
    height: 1.11111vw; } }

@media screen and (min-width: 1280px) {
  .eapps-google-maps .eapps-google-maps-bar-search-location {
    width: 2.22222vw;
    height: 2.22222vw;
    margin-left: 0.55556vw;
    padding: 0.55556vw; } }

@media screen and (min-width: 1280px) {
  .eapps-google-maps .eapps-google-maps-bar-search-location svg {
    width: 1.11111vw;
    height: 1.11111vw; } }

@media screen and (min-width: 1280px) {
  .eapps-google-maps .eapps-google-maps-bar-toggle {
    width: 1.66667vw;
    height: 2.77778vw;
    top: 0.69444vw;
    right: -1.66667vw; } }

@media screen and (min-width: 1280px) {
  .eapps-google-maps .eapps-google-maps-bar-toggle svg {
    width: 1.11111vw;
    height: 1.11111vw; } }

@media screen and (min-width: 1280px) {
  .eapps-google-maps .eapps-google-maps-bar-container {
    width: 22.22222vw; } }

@media screen and (min-width: 1280px) {
  .eapps-google-maps .eapps-google-maps-map-container {
    width: calc(100% - 22.22222vw);
    left: 22.22222vw; } }

@media screen and (min-width: 1280px) {
  .eapps-google-maps .eapps-google-maps-bar-list-item {
    padding: 0.83333vw; } }

.eapps-google-maps .eapps-google-maps-bar-list-item-info {
  text-align: left; }

.eapps-google-maps .eapps-google-maps-bar-list-item-info-item {
  font-family: "gothamlight", sans-serif; }
  @media screen and (min-width: 1280px) {
    .eapps-google-maps .eapps-google-maps-bar-list-item-info-item {
      font-size: 0.83333vw; } }

.eapps-google-maps .eapps-google-maps-bar-list-item-info-title {
  font-family: "gothambook", sans-serif; }
  @media screen and (min-width: 1280px) {
    .eapps-google-maps .eapps-google-maps-bar-list-item-info-title {
      font-size: 1.04167vw; } }

body.ltr.view-mode-site.fit2content.size-normal {
  display: block; }

@media screen and (max-width: 767px) {
  .type-page h1.page-heading,
  .type-page_contact_form h1.page-heading {
    margin-bottom: 20px; } }

#contact-us-page {
  text-align: left;
  padding: 0; }
  #contact-us-page iframe {
    height: 350px; }
    @media screen and (min-width: 1280px) {
      #contact-us-page iframe {
        height: 24.30556vw; } }
  #contact-us-page textarea {
    border-radius: 0; }
  #contact-us-page .form-label {
    cursor: auto; }
  #contact-us-page h3 {
    text-align: center;
    margin-top: 40px; }
    @media screen and (min-width: 1280px) {
      #contact-us-page h3 {
        margin-top: 2.77778vw; } }
    @media screen and (max-width: 767px) {
      #contact-us-page h3 {
        margin-top: 30px; } }
  #contact-us-page p:empty {
    display: none; }
  #contact-us-page form {
    margin-top: 40px;
    margin-bottom: 0; }
    @media screen and (min-width: 1280px) {
      #contact-us-page form {
        margin-top: 2.77778vw; } }
    @media screen and (max-width: 767px) {
      #contact-us-page form {
        margin: 20px 0 0; } }
    #contact-us-page form br {
      display: none; }
  #contact-us-page .contact-us-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding: 40px; }
    @media screen and (min-width: 1280px) {
      #contact-us-page .contact-us-content {
        padding: 2.77778vw; } }
    @media screen and (max-width: 767px) {
      #contact-us-page .contact-us-content {
        flex-direction: column;
        padding: 20px 0; } }
    #contact-us-page .contact-us-content a {
      font-weight: 700; }
      #contact-us-page .contact-us-content a:hover {
        color: #999999; }
    #contact-us-page .contact-us-content > div {
      width: 50%;
      padding: 0 10px; }
      @media screen and (min-width: 1280px) {
        #contact-us-page .contact-us-content > div {
          padding: 0 0.69444vw; } }
      @media screen and (max-width: 767px) {
        #contact-us-page .contact-us-content > div {
          width: 100%; } }
      #contact-us-page .contact-us-content > div h2 {
        font-size: 20px;
        line-height: 26px;
        font-weight: 500;
        margin: 0 0 10px; }
        @media screen and (min-width: 1280px) {
          #contact-us-page .contact-us-content > div h2 {
            font-size: 1.38889vw;
            line-height: 1.80556vw;
            margin: 0 0 0.69444vw; } }
      #contact-us-page .contact-us-content > div p {
        margin: 0; }
    #contact-us-page .contact-us-content .right {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-wrap: wrap; }
      @media screen and (max-width: 767px) {
        #contact-us-page .contact-us-content .right {
          margin-top: 30px; } }
      @media screen and (max-width: 767px) {
        #contact-us-page .contact-us-content .right {
          flex-direction: column; } }
      #contact-us-page .contact-us-content .right h2 {
        width: 100%; }
      #contact-us-page .contact-us-content .right > div {
        width: 50%;
        padding: 0 10px; }
        @media screen and (min-width: 1280px) {
          #contact-us-page .contact-us-content .right > div {
            padding: 0 0.69444vw; } }
        @media screen and (max-width: 767px) {
          #contact-us-page .contact-us-content .right > div {
            width: 100%; } }
        #contact-us-page .contact-us-content .right > div p {
          margin: 0; }
        @media screen and (max-width: 767px) {
          #contact-us-page .contact-us-content .right > div.email {
            margin-top: 10px; } }
  #contact-us-page .form-actions {
    margin-top: 20px; }
    @media screen and (min-width: 1280px) {
      #contact-us-page .form-actions {
        margin-top: 1.38889vw; } }
    #contact-us-page .form-actions .button {
      background-color: black;
      border-color: white;
      color: white; }
      #contact-us-page .form-actions .button:hover {
        background-color: white;
        border-color: black;
        color: black; }
      #contact-us-page .form-actions .button:focus {
        background-color: white;
        border-color: black;
        color: black; }
        #contact-us-page .form-actions .button:focus:hover {
          background-color: black;
          border-color: white;
          color: white; }
      @media screen and (max-width: 767px) {
        #contact-us-page .form-actions .button {
          width: auto; } }

#contact-us-error p {
  text-align: left; }

[data-content-region="brands_content"] .eapp-file-embed-widget-container .eapp-file-embed-title-component {
  font-size: 20px;
  font-family: "gothammedium", sans-serif; }
  @media screen and (min-width: 1280px) {
    [data-content-region="brands_content"] .eapp-file-embed-widget-container .eapp-file-embed-title-component {
      font-size: 1.38889vw; } }

.eapp-file-embed-grid-component {
  height: 100%; }
  .eapp-file-embed-grid-component .eapp-file-embed-grid-item .eapp-file-embed-item-component {
    margin: 0; }

.eapp-file-embed-grid-item {
  width: 20% !important; }
  @media screen and (max-width: 1023px) {
    .eapp-file-embed-grid-item {
      width: 25% !important; } }
  @media screen and (max-width: 767px) {
    .eapp-file-embed-grid-item {
      width: 33.33% !important;
      padding-right: 20px !important;
      padding-bottom: 20px !important; } }
  @media screen and (max-width: 666px) {
    .eapp-file-embed-grid-item {
      width: 50% !important; } }
  .eapp-file-embed-grid-item .eapp-file-embed-item-iconContainer {
    width: 100%;
    height: 100%;
    max-height: 200px;
    background-color: white;
    padding: 20px; }
    @media screen and (min-width: 1280px) {
      .eapp-file-embed-grid-item .eapp-file-embed-item-iconContainer {
        max-height: 13.88889vw;
        padding: 1.38889vw; } }
    @media screen and (max-width: 1023px) {
      .eapp-file-embed-grid-item .eapp-file-embed-item-iconContainer {
        max-height: 19.531vw; } }
    @media screen and (max-width: 767px) {
      .eapp-file-embed-grid-item .eapp-file-embed-item-iconContainer {
        max-height: 36.232vw;
        padding: 20px 0; } }
    .eapp-file-embed-grid-item .eapp-file-embed-item-iconContainer img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
      @media screen and (min-width: 1280px) {
        .eapp-file-embed-grid-item .eapp-file-embed-item-iconContainer img {
          max-width: 13.88889vw;
          max-height: 13.88889vw; } }
      @media screen and (max-width: 1023px) {
        .eapp-file-embed-grid-item .eapp-file-embed-item-iconContainer img {
          max-height: 150px; } }
  .eapp-file-embed-grid-item .eapp-file-embed-item-name {
    font-size: 14px !important;
    line-height: 21px;
    margin-bottom: 10px; }
    @media screen and (min-width: 1280px) {
      .eapp-file-embed-grid-item .eapp-file-embed-item-name {
        font-size: 0.97222vw !important;
        line-height: 1.45833vw;
        margin-bottom: 0.69444vw; } }
  .eapp-file-embed-grid-item .eapp-file-embed-item-linkWrapper {
    padding-top: 0 !important; }
  .eapp-file-embed-grid-item .eapp-file-embed-item-linkWrapper .eapp-file-embed-item-link {
    font-size: 12px;
    line-height: 18px;
    color: black;
    font-family: "gothammedium", sans-serif; }
    @media screen and (min-width: 1280px) {
      .eapp-file-embed-grid-item .eapp-file-embed-item-linkWrapper .eapp-file-embed-item-link {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }
    @media screen and (max-width: 767px) {
      .eapp-file-embed-grid-item .eapp-file-embed-item-linkWrapper .eapp-file-embed-item-link {
        padding-top: 5px; } }

.education_calendar .navBar-section.account-navigation {
  text-align: left; }
  @media screen and (max-width: 767px) {
    .education_calendar .navBar-section.account-navigation {
      text-align: center; } }
  .education_calendar .navBar-section.account-navigation .navBar-item {
    margin: 0; }
  .education_calendar .navBar-section.account-navigation .navBar-action {
    font-size: 12px;
    line-height: 18px;
    padding: 8px 12px;
    margin: 4px 2px;
    border: 1px solid #dddddd;
    font-family: "gothambook", sans-serif; }
    @media screen and (min-width: 1280px) {
      .education_calendar .navBar-section.account-navigation .navBar-action {
        font-size: 0.83333vw;
        line-height: 1.25vw;
        padding: 0.55556vw 0.83333vw;
        margin: 0.27778vw 0.13889vw; } }
    .education_calendar .navBar-section.account-navigation .navBar-action:hover {
      background: black;
      color: white;
      border-color: black; }

@media screen and (max-width: 666px) {
  .find_a_location h5 {
    margin-top: 0; } }

.hidden.shg-lightbox {
  display: none; }

[data-content-region="offer-section"] .slick-dots {
  bottom: -25px; }
  [data-content-region="offer-section"] .slick-dots li {
    height: auto;
    width: auto;
    padding: 0;
    margin: 0 7px; }
    [data-content-region="offer-section"] .slick-dots li button {
      width: 6px;
      height: 6px;
      border: 0px;
      border-radius: 0px;
      background: #D9D9D9; }
      [data-content-region="offer-section"] .slick-dots li button:before {
        display: none; }
  [data-content-region="offer-section"] .slick-dots .slick-active button {
    background: black; }

.business-banner [data-content-region="page_builder_content"] [class^="sd-hero-image"] [data-test-id="hero-image-button"] {
  margin-top: 30px;
  border-radius: 0;
  background: black;
  font-family: "gothammedium", sans-serif;
  font-weight: 500;
  color: white;
  border: 1px solid black;
  padding: 15px 30px;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 14px;
  text-align: center; }
  @media screen and (min-width: 1280px) {
    .business-banner [data-content-region="page_builder_content"] [class^="sd-hero-image"] [data-test-id="hero-image-button"] {
      padding: 1.04167vw 2.08333vw;
      margin-top: 2.08333vw;
      border-width: 0.06944vw;
      font-size: 0.76389vw;
      line-height: 0.97222vw; } }
  @media screen and (max-width: 767px) {
    .business-banner [data-content-region="page_builder_content"] [class^="sd-hero-image"] [data-test-id="hero-image-button"] {
      margin-top: 15px;
      padding: 12px 25px;
      width: auto; } }
  .business-banner [data-content-region="page_builder_content"] [class^="sd-hero-image"] [data-test-id="hero-image-button"] p {
    font-family: "gothammedium", sans-serif;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 14px;
    margin: 0; }
    @media screen and (min-width: 1280px) {
      .business-banner [data-content-region="page_builder_content"] [class^="sd-hero-image"] [data-test-id="hero-image-button"] p {
        font-size: 0.76389vw;
        line-height: 0.97222vw; } }
  .business-banner [data-content-region="page_builder_content"] [class^="sd-hero-image"] [data-test-id="hero-image-button"]:hover {
    background: transparent;
    border-color: black;
    color: black; }

[show-restrict-button="true"] [data-primary-checkout-now-action], [show-restrict-button="true"] .checkoutMultiple, [show-restrict-button="true"] .previewCartAction-checkoutMultiple, [show-restrict-button="true"] [data-cart-additional-checkout-buttons], [show-restrict-button="true"] .previewCart-additionalCheckoutButtons, [show-restrict-button="true"] .previewCartCheckout-additionalCheckoutButtons, [show-restrict-button="true"] [data-cart-accelerated-checkout-buttons] {
  display: none !important; }

[show-restrict-button="true"] [data-reveal-id="modal-restrict-data"] {
  display: block !important; }

#modal-restrict-data .modal-content {
  padding: 50px 70px 35px; }
