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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

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

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

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

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

a {
  color: #74685c;
  line-height: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #bd5b00; }

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

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

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

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

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

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

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

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

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

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

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


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

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

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


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

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

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

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

.table-tbody tr {
  border-bottom: 1px solid #ccbdae; }
  .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: "Volkhov", 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: #ccbdae;
  color: #74685c;
  font-size: 1rem;
  padding: 0.875rem 2.25rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: #917052;
    color: #4f3f2f; }
  .button:active {
    background-color: transparent;
    border: 1px solid #917052;
    color: #917052; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.75rem; } }

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

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

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

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

<button class="button button--action">Call-to-Action Button</button>
```
    */
.button--primary {
  background-color: #4f3f2f;
  border-color: #4f3f2f;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #7f5e3f;
    border-color: #7f5e3f;
    color: white; }
  .button--primary:active {
    background-color: #917052;
    border: 1px solid #917052;
    color: white; }

.button[disabled] {
  background-color: #ccbdae;
  border-color: #ccbdae;
  color: #999999;
  cursor: default; }

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

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

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

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

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

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

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

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

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

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

.button--tiny { }

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

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

/*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: #e8e8e8;
  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: #e8e8e8;
  font-size: 1rem;
  height: auto;
  padding: 0.75rem;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu--content.open {
    display: block; }
  .dropdown-menu--content > *:first-child {
    margin-top: 0; }
  .dropdown-menu--content > *:last-child {
    margin-bottom: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-input {
  appearance: none;
  background-color: white;
  border-color: #ccbdae;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #4f3f2f;
  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: #ccbdae;
    color: #a5a5a5;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #444444;
    border-color: #4f4f4f;
    color: #989898;
    cursor: text; }
  .form-input:focus {
    border-color: #917052;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder {
    color: #a5a5a5; }
  .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder {
    color: #a5a5a5; }
  .form-input:-ms-input-placeholder {
    color: #a5a5a5; }

/*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: #ccbdae;
  color: #4f3f2f;
  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: #917052; }
  .form-select:disabled {
    background-color: #ccbdae;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #917052; }

/*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 #4f4f4f;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
  margin-bottom: 1.5rem;
  max-width: none;
  padding: 1.5rem; }

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

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

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

```html_example
<div class="form-field">
</div>
```
*/
.form-field {
  display: block;
  margin: 0 0 2rem;
  max-width: none; }
  .form-field:before, .form-field:after {
    content: " ";
    display: table; }
  .form-field:after {
    clear: both; }

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

Styling of the select element with the multiple attribute

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

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

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

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

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

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

.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(145, 112, 82, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(145, 112, 82, 0.999);
  content: "";
  font-size: 0.875rem;
  line-height: 1;
  text-align: center; }

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

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

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

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

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

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

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

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

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

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

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

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

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

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

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

Switch

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

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

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

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

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

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

.switch-toggle {
  background-color: #989898;
  border: 1px solid #989898;
  border-radius: 1.75rem;
  cursor: pointer;
  display: inline-block;
  height: 1.75rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 3.75rem; }
  .switch--important .switch-toggle {
    background-color: #d4cb49;
    border-color: #d4cb49; }
  .switch--checked .switch-toggle {
    background-color: #69d66f;
    border-color: #69d66f; }
  .switch--disabled .switch-toggle {
    background-color: #e8e8e8;
    border-color: #a5a5a5;
    cursor: default; }

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

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

.switch-label--icon.icon {
  height: 1.625rem;
  width: 1.625rem; }
  .switch-label--icon.icon svg {
    height: 1.625rem;
    width: 1.625rem;
    fill: #4f3f2f; }
    .switch--disabled .switch-label--icon.icon svg {
      fill: #989898; }

.switch-description--off {
  color: #2d2d2d;
  margin-right: 5px; }
  .switch--checked .switch-description--off {
    color: #989898; }

.switch-description--on {
  color: #989898;
  margin-left: 5px; }
  .switch--checked .switch-description--on {
    color: #2d2d2d; }

.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 #4f4f4f;
    bottom: 0;
    left: 0;
    padding: 1.5rem 2rem;
    position: fixed;
    right: 0;
    text-align: right;
    z-index: 20; } }

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

Form inline errors

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #69d66f; }

.form-field--success .form-input-indicator > svg {
  fill: #69d66f; }

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

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

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

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

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

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

/*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: #f2eee9;
  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: #f2eee9; }
  .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: #917052;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #917052; }
  .breadcrumb.current {
    color: #917052;
    cursor: default; }
    .breadcrumb.current a {
      color: #917052;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #a5a5a5; }
    .breadcrumb.unavailable a {
      color: #a5a5a5; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #a5a5a5;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #917052;
    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: #bd5b00;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #917052;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #a5a5a5;
    cursor: default; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navBar:after {
  clear: both; }

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

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

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

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

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

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

.navBar-action {
  color: #2d2d2d;
  font-size: 15px;
  padding: 0.75rem; }

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

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

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

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

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

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

.navList:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alertBox--info {
  background-color: #757575;
  border-color: #757575;
  color: #4f4f4f; }
  .alertBox--info svg {
    fill: #bebebe; }

.alertBox--success {
  background-color: #d5ffd8;
  border-color: #d5ffd8;
  color: #f2eee9; }
  .alertBox--success svg {
    fill: #69d66f; }

.alertBox--warning {
  background-color: #fffdea;
  border-color: #fffdea;
  color: #f2eee9; }
  .alertBox--warning svg {
    fill: #d4cb49; }

.alertBox--error {
  background-color: #ffdddd;
  border-color: #ffdddd;
  color: #f2eee9; }
  .alertBox--error svg {
    fill: #ff7d7d; }

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

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

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

.alertBox-heading {
  margin: 0; }

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

/*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: #ccbdae 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: #ccbdae solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: #2d2d2d; }
  .accordion-navigation > a {
    background: white;
    color: #74685c;
    padding: 1.875rem;
    display: block;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #f2eee9; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.875rem; }

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: #2d2d2d;
  background: rgba(79, 63, 47, 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 #ccbdae;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 551px) {
    .modal {
      min-height: 100vh; } }
  .modal .column, .modal .columns {
    min-width: 0; }
  .modal > :first-child {
    margin-top: 0; }
  .modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 551px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 551px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 551px) {
    .modal {
      transform: translateY(-50%); } }

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

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

.modal-header {
  border-bottom: 1px solid #ccbdae;
  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 #ccbdae;
  padding: 0.75rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button {
        display: inline-block;
        margin-bottom: 0; } }

.modal-footer-link {
  display: inline-block;
  font-size: 15px;
  margin: 0 0 0.75rem; }
  @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.25rem;
    width: 1.25rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-figcaption-button {
  background-color: rgba(243, 182, 121, 0.9);
  color: #4f3f2f; }
  .card-figcaption-button:hover {
    background-color: #f3b679;
    color: #4f3f2f; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html,
body {
  height: auto; }

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

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

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

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

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

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: #917052;
  float: left;
  font-weight: 400;
  margin: 0 0.375rem 0 0; }

.definitionList-value {
  margin: 0; }

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

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

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

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

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

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

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

.dropdown-menu {
  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.75rem; }
  .dropdown-menu-item:last-child > a {
    padding-bottom: 1rem; }
  .dropdown-menu-item > a {
    margin: 0;
    padding: 0.25rem 1.125rem;
    text-decoration: none; }

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

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

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

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

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

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

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

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

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

.modal--alert {
  background-color: #f2eee9 !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;
    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: #74685c;
    font-size: 1.125rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #4f3f2f;
      border-color: #4f3f2f;
      color: white; }
    .modal--alert .button-container .confirm:focus,
    .modal--alert .button-container .confirm:hover {
      background-color: #7f5e3f;
      border-color: #7f5e3f;
      color: white; }
    .modal--alert .button-container .confirm:active {
      background-color: #917052;
      border-color: #917052;
      color: white; }

.hide-content {
  opacity: 0; }

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

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

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

.breadcrumb {
  display: inline-block;
  float: none;
  margin-right: 0.25rem; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: pointer;
    font-weight: 700; }
  .breadcrumb:not(:first-child)::before {
    border-right: 0.1em solid #e6a15c;
    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: #bd5b00; }
  .pagination-item.pagination-item--current {
    border-color: #ccbdae;
    border-radius: 4px;
    margin: 0 0.375rem 0 0.75rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #74685c; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #bd5b00; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #bd5b00; }

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

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

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

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

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

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

.button--icon svg {
  fill: #4f4f4f; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #917052;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%); }
  @media (min-width: 801px) {
    .facetedSearch-clearLink {
      right: 20px;
      top: 3px;
      transform: none; } }
  .facetedSearch-clearLink:hover {
    color: #bd5b00; }

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

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

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

.alertBox--info {
  background-color: #7d644a;
  color: #f2eee9; }
  .alertBox--info .alertBox-close svg {
    fill: #bebebe; }

.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(255, 125, 125, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 0.875rem;
  left: -0.125rem;
  margin-right: 0.0625rem;
  position: relative;
  top: 0.1875rem;
  width: 0.875rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-option {
  border: 1px solid #ccbdae;
  color: #74685c;
  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: #917052; }
  .form-radio:checked + .form-option {
    border-color: #917052;
    box-shadow: 0 0 0 1px #917052; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-title {
  font-size: 15px;
  margin: 0 0 0.25rem; }
  .card-title > a {
    color: #bd5b00;
    display: block;
    text-decoration: none; }
    .card-title > a:hover {
      color: #7f5e3f; }

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

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

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

.card--alternate {
  border: 3px solid white;
  transition: all 0.15s ease; }
  .card--alternate .card-body {
    background-color: white;
    padding: 0.75rem;
    transition: all 0.15s ease; }
    @media (min-width: 551px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: #e6a15c; }
    .card--alternate:hover .card-body {
      background-color: #e6a15c; }
      .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.375rem;
  padding-left: 1.875rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #ccbdae;
    border-width: 1px;
    height: 1rem;
    left: 0;
    top: 0;
    width: 1rem; }
  .navList-action--checkbox::after {
    height: 0.875rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 0.875rem; }
  .navList-action--checkbox::before {
    border-radius: 4px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(145, 112, 82, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(145, 112, 82, 0.999);
    content: "";
    font-size: 0.875rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    top: 50%; }
  .navList-action--checkbox::before {
    margin-top: -0.5rem; }
  .navList-action--checkbox::after {
    margin-top: -0.4375rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: #ccbdae; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

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

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

.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 #ccbdae;
  border-radius: 4px; }
  .actionBar-section .form-field:hover {
    border-color: #917052; }

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

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

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

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

.has-ribbon {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.countPill--alt {
  background-color: #dfdfdf;
  color: #454545; }

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

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

.navPages-container {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0;
  z-index: 10; }
  @media (min-width: 801px) {
    .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: #f2eee9;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  @media (min-width: 801px) {
    .navPages {
      margin: 0 auto;
      max-width: 75rem;
      width: 100%;
      background: none;
      font-size: 0;
      overflow-y: visible;
      padding: 0;
      text-align: center; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages ul,
      .navPages ol {
        list-style: none;
        margin-left: 0;
        margin: 0;
        padding: 0; }
        .navPages ul ul,
        .navPages ul ol,
        .navPages ol ul,
        .navPages ol ol {
          list-style: none;
          margin-bottom: 0; }
        .navPages ul li,
        .navPages ol li {
          margin: 0;
          padding: 0; }
      .navPages-section {
        float: left; }
        .navPages-section:before, .navPages-section:after {
          content: " ";
          display: table; }
        .navPages-section:after {
          clear: both; }
      .navPages-section--alt {
        float: right;
        margin-left: 1.5rem; }
      .navPages-section + .navPages-section {
        margin-left: 1.5rem; } }
  @media (min-width: 801px) and (min-width: 551px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 801px) {
      .navPages-item, .navPages-action {
        display: block; } }
  .navPages ul {
    list-style: none; }
  .navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    @media (min-width: 801px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 75rem;
        width: 100%;
        border-left: 0;
        margin: auto;
        padding-left: 0; }
        .navPages .navPage-subMenu-list:before, .navPages .navPage-subMenu-list:after {
          content: " ";
          display: table; }
        .navPages .navPage-subMenu-list:after {
          clear: both; } }

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

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

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

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

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

.navPages-action {
  color: #4f3f2f;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0.75rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 801px) {
    .navPages-action {
      display: inline-block;
      padding: 0.75rem 1.125rem 1.125rem; }
      .navPages-action.is-open {
        background-color: #f2eee9; } }
  .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: #917052;
    stroke: #917052; }
  .navPages-action:hover, .navPages-action.activePage {
    color: #917052; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #917052;
      stroke: #917052; }
  .navPages-action svg {
    fill: #4f3f2f;
    stroke: #4f3f2f;
    transition: all 0.15s ease; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 0.375rem;
    margin-right: 0.75rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }
  .socialLinks-item .socialLinks__link {
    height: 2rem;
    position: relative; }
    .socialLinks-item .socialLinks__link::before {
      border-color: transparent transparent #313440 transparent;
      border-style: solid;
      border-width: 0.625rem;
      content: " ";
      position: absolute;
      right: 0;
      top: 50%; }
    .socialLinks-item .socialLinks__link::after {
      background-color: #313440;
      border-radius: 0.5rem;
      color: white;
      content: attr(title);
      cursor: default;
      font-size: 1rem;
      padding: 0.25rem 0.375rem;
      position: absolute;
      right: 0;
      top: 100%;
      white-space: nowrap; }
    .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.3125rem;
  width: 1.3125rem; }

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

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

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

.heroCarousel-content {
  background-color: #f3b679;
  padding: 0.75rem 1.5rem 3rem;
  text-align: center; }
  @media (min-width: 551px) {
    .heroCarousel-content {
      background-color: #f3b679;
      background-color: rgba(243, 182, 121, 0.9);
      background-color: rgba(243, 182, 121, 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: 43.75rem;
      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: #4f3f2f;
  font-size: 20px;
  margin: 0; }
  @media (min-width: 801px) {
    .heroCarousel-title {
      font-size: 50px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quickView:after {
  clear: both; }

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

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

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

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

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

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

.productView {
  padding-top: 1rem; }

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

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

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

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

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

.productView-thumbnail-link {
  border: 1px solid #ccbdae;
  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: #454545; }

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

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

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

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

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

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

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

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

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

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

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
    .productView-options .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: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      text-align: justify; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  .productView-options .add-to-cart-buttons {
    display: inline-grid;
    float: left;
    margin-bottom: 1rem;
    width: 100%; }
    @media (min-width: 551px) {
      .productView-options .add-to-cart-buttons {
        padding: 0 0.625rem;
        width: 50%; } }
    @media (min-width: 801px) {
      .productView-options .add-to-cart-buttons {
        padding-right: 0.75rem;
        width: 50%; } }
    @media (min-width: 1261px) {
      .productView-options .add-to-cart-buttons {
        display: inline-block;
        margin-top: 1rem;
        padding-right: 0.75rem;
        width: 50%; } }
    .productView-options .add-to-cart-buttons .button {
      margin: 0;
      width: 100%; }
  .productView-options .add-to-cart-wallet-buttons {
    margin-top: 0.75rem; }
    .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] {
      line-height: 0;
      margin-top: 6px; }
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] button,
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] div {
        width: 100%; }
    .productView-options .add-to-cart-wallet-buttons button.show-more-button {
      color: #917052;
      display: block;
      margin-top: 0.375rem;
      padding: 0.375rem 0;
      text-align: center;
      text-decoration: underline;
      vertical-align: middle;
      width: 100%; }
      .productView-options .add-to-cart-wallet-buttons button.show-more-button:hover {
        color: #bd5b00; }

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

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

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

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

.shareProduct {
  text-align: center; }

.productView-image .easyzoom-flyout {
  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: #a5a5a5; }

.compareTable {
  border-top: 1px solid #ccbdae;
  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 #ccbdae; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

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

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

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

.compareTable-removeProduct {
  background-color: #f2eee9;
  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: #7f5e3f;
    height: 1.5rem;
    margin-top: 0.5rem;
    width: 1.5rem; }

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

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

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

.blocker-container {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  border: #ccbdae 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: 801px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }

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

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

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

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

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

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

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

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

.banners {
  background-color: #e6a15c;
  color: #4f3f2f;
  padding: 0.75rem 0;
  text-align: center; }
  .banners p:last-child {
    margin-bottom: 0; }
  .banners a {
    color: #4f3f2f; }

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

.facetLabel {
  background: #f2eee9;
  border-radius: 4px;
  padding: 0.1875rem 0.5rem 0.1875rem 0.6875rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.75rem;
    width: 0.75rem;
    display: inline-block;
    fill: #917052;
    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: 801px) {
    .cart {
      display: table; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.75rem;
    padding-right: 0.75rem;
    width: 20%; }

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

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

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

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

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

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

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

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

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

.cart-acceleratedCheckoutButtons {
  align-items: end;
  display: flex;
  flex-direction: column;
  width: 100%; }

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

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

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

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

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

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

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

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

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

.previewCartAction {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  border-top: 1px solid #ccbdae;
  display: block; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  @media (min-width: 320px) {
    .previewCartAction {
      padding: 0.75rem 0.375rem; } }
  @media (min-width: 481px) {
    .previewCartAction {
      padding: 1.5rem 0.75rem; } }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%; }

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

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

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

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

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

.previewCart-acceleratedCheckoutButtons {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.previewCartCheckout-acceleratedCheckoutButtons {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.advancedSearch-separator {
  display: none; }

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

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

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

.category-suggestion {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  float: left;
  font-size: 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: 801px) {
    .navBar--account {
      display: block; } }

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

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

.account-listItem {
  border-bottom: 1px solid #ccbdae;
  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 #ccbdae;
  font-weight: 700;
  padding: 2rem 0; }
  .account-listShipping .account-listShipping-title {
    margin: 0;
    text-transform: inherit; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #e6a15c;
  font-weight: 400;
  margin-top: 1.5rem; }

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

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

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

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

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

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

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

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

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

.icon--ratingFull svg {
  fill: #7f5e3f; }

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

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

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

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

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

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

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

.methodHeader {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between; }
  .methodHeader-icon {
    margin-right: 0.75rem;
    width: 1.75rem; }
    @media (min-width: 1261px) {
      .methodHeader-icon {
        width: 2.625rem; } }
  .methodHeader-title {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    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.75rem; }
  .methodHeader-default {
    fill: #666666;
    height: 1.125rem;
    margin-left: 0.75rem;
    width: 1.125rem; }
    @media (min-width: 1261px) {
      .methodHeader-default {
        height: 1.25rem;
        width: 1.25rem; } }
  .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: 11.625rem;
  text-decoration: none; }
  .newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 0.75rem; }
  .newPaymentMethod-title {
    margin: 0 auto auto;
    text-align: center; }

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

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

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

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

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

.paymentMethodForm-cards-icon {
  margin-right: 0.1875rem;
  width: 2.125rem; }

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

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

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

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

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

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

.category-header:has([data-content-region="category_custom_title"] .header-title) [data-content-region="category_custom_title"] {
  display: block; }

.category-header:has([data-content-region="category_custom_title"] .header-title) .page-heading {
  display: none; }

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

body, div, span, a, p, input, select, li, h1, h2, h3, h4, h5, h6, label {
  font-family: "Raleway", sans-serif; }

.skip-to-main-link {
  background: white;
  color: #74685c;
  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 #ccbdae;
  height: 55px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media (min-width: 801px) {
    .header {
      border-bottom: 1px solid #ccbdae;
      display: flex;
      flex-direction: column;
      height: auto;
      overflow: visible;
      position: relative; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 801px) {
      .header.is-open {
        height: auto; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer {
  background-color: white;
  border-top: 1px solid #ccbdae;
  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: #917052;
  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: 551px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 801px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.blog-date,
.blog-author {
  color: #917052;
  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: 801px) {
    .blog-post-figure {
      width: 66.66667%; } }

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

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

.sidebarBlock-heading {
  font-size: 0.9375rem;
  margin-top: 0;
  text-transform: inherit; }

.sidebarBlock .navList-item h2 {
  margin: 0;
  color: #74685c;
  font-family: "Karla", Arial, Helvetica, sans-serif; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.listItem-button {
  background-color: rgba(243, 182, 121, 0.9);
  color: #4f3f2f; }
  .listItem-button:hover, .listItem-button:focus {
    background-color: #f3b679;
    color: #4f3f2f; }

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

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

.listItem-image {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#modal-review-form .modal-header-title {
  color: #4f3f2f;
  font-family: Volkhov, Arial, Helvetica, sans-serif; }

.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.125rem;
  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.125rem;
  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: #007dc6; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.product {
  overflow: hidden; }

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

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

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

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

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

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

.account {
  margin-bottom: 1.5rem; }

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

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

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

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

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

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

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

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

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

.container {
  width: 100%;
  max-width: 1680px;
  padding: 0 10px;
  margin: 0 auto; }
  @media (min-width: 801px) {
    .container {
      padding: 0 30px; } }

.body {
  margin-top: 0;
  margin-bottom: 34px; }

body.page-default {
  background-color: #F7F7F7; }

body {
  background-color: #FFFFFF; }

.snize-ac-results-content {
  border-radius: 10px !important; }

.snize-ac-results .snize-button {
  border-radius: 10px; }

div#widget-EROCPQKqLjQi7feyCwMytP {
  display: none !important; }

div#widget-EROCPQKqLjQi7feyCwMytP {
  display: none !important; }

.reset-EROCPQKqLjQi7feyCwMytP.widget-container-EROCPQKqLjQi7feyCwMytP {
  display: none !important; }

.CarouselWidget-prefix .CarouselWidget .CarouselWidget__header .header__inner {
  border-radius: 10px !important; }

.CarouselWidget-prefix .R-ReviewsioLogo--sm {
  width: 120px;
  margin: 0 !important;
  display: flex !important;
  padding: 10px 20px !important; }

.CarouselWidget-prefix .CarouselWidget .R-ReviewsList .R-ReviewsList__item .item__inner {
  border-radius: 10px !important; }

.GuaranteBar.ForSmoothScroll {
  display: flex;
  overflow: hidden;
  user-select: none; }
  .GuaranteBar.ForSmoothScroll .GuaranteBarGroup {
    animation: scroll-left 30s linear infinite;
    display: flex;
    flex-shrink: 0;
    width: auto; }

@media (prefers-reduced-motion) {
  .GuaranteBarGroup {
    animation-play-state: paused; } }

.GuaranteBarGroup .GuaranteeText {
  width: auto; }

@keyframes scroll-left {
  0% {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }

.GuaranteBar {
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0 0 42px 0; }
  @media (min-width: 801px) {
    .GuaranteBar {
      margin: 0 0 67px 0; } }
  .GuaranteBar > .GuaranteeText:not(:first-child) {
    display: none; }
  .GuaranteBar .slick-arrow {
    background: transparent;
    border: 0;
    padding: 0;
    width: 20px;
    height: 32px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .GuaranteBar .slick-arrow.slick-prev {
      left: 10px; }
      .GuaranteBar .slick-arrow.slick-prev:before {
        background-image: url('data:image/svg+xml,<svg width="6" height="10" viewBox="0 0 6 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.219577 5.30325L4.46233 9.546L5.52283 8.4855L1.81033 4.773L5.52283 1.0605L4.46233 0L0.219577 4.24275C0.0789742 4.3834 -1.23978e-05 4.57413 -1.23978e-05 4.773C-1.23978e-05 4.97187 0.0789742 5.1626 0.219577 5.30325Z" fill="%23828282"/></svg>');
        width: 5.52px;
        height: 10px; }
    .GuaranteBar .slick-arrow.slick-next {
      right: 10px; }
      .GuaranteBar .slick-arrow.slick-next:before {
        background-image: url('data:image/svg+xml,<svg width="6" height="10" viewBox="0 0 6 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.30325 5.30325L1.0605 9.546L0 8.4855L3.7125 4.773L0 1.0605L1.0605 0L5.30325 4.24275C5.44385 4.3834 5.52284 4.57413 5.52284 4.773C5.52284 4.97187 5.44385 5.1626 5.30325 5.30325Z" fill="%23828282"/></svg>');
        width: 5.52px;
        height: 10px; }
  .GuaranteBar .GuaranteeText {
    margin: 0;
    color: #1F2123;
    font-family: Raleway;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center; }
    @media (min-width: 801px) {
      .GuaranteBar .GuaranteeText {
        font-size: 20px;
        width: auto !important; } }
    @media (min-width: 801px) {
      .GuaranteBar .GuaranteeText:after {
        content: "|";
        color: #D1D1D1;
        margin: 0 25px; } }
    .GuaranteBar .GuaranteeText span {
      background: url('data:image/svg+xml,<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.71319 4.30019C1.72819 5.05919 1.31519 6.08519 0.778193 6.62119C0.279899 7.11997 0 7.79616 0 8.50119C0 9.20623 0.279899 9.88242 0.778193 10.3812C1.30819 10.9092 1.69819 11.8252 1.71319 12.5732C1.72719 13.2352 1.98619 13.8932 2.49119 14.3972C2.95711 14.8641 3.58038 15.1404 4.23919 15.1722C5.03019 15.2122 6.06619 15.6722 6.62619 16.2322C7.12493 16.7302 7.8009 17.0099 8.50569 17.0099C9.21048 17.0099 9.88646 16.7302 10.3852 16.2322C10.9452 15.6722 11.9812 15.2122 12.7722 15.1722C13.431 15.1404 14.0543 14.8641 14.5202 14.3972C15.0059 13.9121 15.2845 13.2575 15.2972 12.5712C15.3122 11.8252 15.6972 10.9152 16.2262 10.3872C16.7264 9.88858 17.008 9.21169 17.0091 8.50543C17.0103 7.79918 16.7308 7.1214 16.2322 6.62119C15.6962 6.08619 15.2822 5.05919 15.2982 4.30119C15.3057 3.94331 15.2407 3.58761 15.107 3.25556C14.9732 2.9235 14.7736 2.62198 14.5202 2.36919C14.2575 2.10583 13.9424 1.90072 13.5952 1.76719C13.248 1.63367 12.8766 1.57472 12.5052 1.59419C11.7912 1.63019 10.8902 1.28419 10.3852 0.778193C9.88642 0.279899 9.21023 0 8.50519 0C7.80016 0 7.12397 0.279899 6.62519 0.778193C6.12119 1.28319 5.21919 1.63019 4.50519 1.59419C4.13391 1.57487 3.76271 1.63388 3.41573 1.7674C3.06875 1.90092 2.75375 2.10596 2.49119 2.36919C2.23787 2.62187 2.03834 2.92322 1.90463 3.25509C1.77092 3.58696 1.7058 3.94248 1.71319 4.30019ZM11.5412 5.12619C11.6561 5.18993 11.7572 5.27567 11.839 5.37852C11.9207 5.48136 11.9813 5.59931 12.0174 5.7256C12.0536 5.8519 12.0645 5.98407 12.0495 6.11458C12.0345 6.24508 11.994 6.37136 11.9302 6.48619L9.16219 11.4682C9.09049 11.6039 8.98853 11.7212 8.86419 11.8112C8.68351 11.9419 8.46432 12.0085 8.24145 12.0003C8.01858 11.9922 7.80484 11.9098 7.63419 11.7662L4.87519 9.55919C4.77263 9.47712 4.68724 9.37564 4.62389 9.26057C4.56055 9.14549 4.52049 9.01906 4.506 8.8885C4.49151 8.75794 4.50289 8.62581 4.53946 8.49964C4.57604 8.37348 4.63712 8.25575 4.71919 8.15319C4.80127 8.05063 4.90274 7.96524 5.01782 7.90189C5.1329 7.83855 5.25933 7.79849 5.38988 7.784C5.52044 7.76951 5.65258 7.78089 5.77874 7.81747C5.90491 7.85405 6.02263 7.91512 6.12519 7.99719L7.97819 9.48019L10.1812 5.51419C10.245 5.39941 10.3308 5.29833 10.4337 5.21671C10.5366 5.13509 10.6545 5.07454 10.7808 5.03851C10.9071 5.00248 11.0393 4.99168 11.1697 5.00673C11.3002 5.02177 11.4264 5.06237 11.5412 5.12619Z" fill="%237A8586"/></svg>') no-repeat left center;
      background-size: 14.46px;
      display: inline-block;
      width: 14.46px;
      height: 14.46px;
      margin-right: 12.5px;
      position: relative;
      top: 1px; }
      @media (min-width: 801px) {
        .GuaranteBar .GuaranteeText span {
          background-size: 17px;
          width: 17px;
          height: 17px; } }

.HomeHeroWrap .form-input::placeholder {
  color: #fff; }

.HomeHeroWrap .form-input::-webkit-input-placeholder {
  color: #fff; }

.HomeHeroWrap .form-input::-moz-placeholder {
  color: #fff; }

.HomeHeroWrap .form-input::-ms-input-placeholder {
  color: #fff; }

.carousel-tooltip, .skip-to-main-link {
  display: none !important; }

.HomeHeroWrap {
  position: relative;
  margin: 0 -10px 25px; }
  @media (min-width: 801px) {
    .HomeHeroWrap {
      margin: 0 0 30px 0; } }
  .HomeHeroWrap .HeroImages {
    margin: 0; }
    .HomeHeroWrap .HeroImages > .HeroImage:not(:first-child) {
      display: none; }
    .HomeHeroWrap .HeroImages .HeroImage {
      min-height: 466px;
      object-fit: cover;
      object-position: center right; }
      @media (min-width: 801px) {
        .HomeHeroWrap .HeroImages .HeroImage {
          border-radius: 20px;
          min-height: 545px; } }
    .HomeHeroWrap .HeroImages .slick-dots {
      position: absolute;
      bottom: 34px;
      z-index: 99; }
      .HomeHeroWrap .HeroImages .slick-dots li {
        height: 7px;
        width: 7px;
        margin: 0 6.5px;
        padding: 0; }
        .HomeHeroWrap .HeroImages .slick-dots li.slick-active {
          width: 16px; }
          .HomeHeroWrap .HeroImages .slick-dots li.slick-active button {
            border: 1px solid #E2B131;
            border-radius: 30px;
            width: 16px; }
            .HomeHeroWrap .HeroImages .slick-dots li.slick-active button:before {
              position: absolute;
              border-radius: 30px;
              background: #E2B131;
              height: 7px;
              width: 16px; }
        .HomeHeroWrap .HeroImages .slick-dots li button {
          border: 1px solid #fff;
          display: inline-block;
          margin: 0;
          padding: 0;
          position: relative;
          text-align: center;
          vertical-align: middle;
          height: 100%;
          width: 100%;
          border-radius: 50%; }
          .HomeHeroWrap .HeroImages .slick-dots li button:before {
            position: unset;
            height: 100%;
            width: 100%;
            border-radius: 50%; }
  .HomeHeroWrap .HeroContent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(31, 33, 35, 0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 26px 30px; }
    @media (min-width: 801px) {
      .HomeHeroWrap .HeroContent {
        border-radius: 20px;
        padding: 0;
        justify-content: center;
        padding: 0 10px; } }
    .HomeHeroWrap .HeroContent img {
      margin: 0 0 49px 0; }
      @media (min-width: 801px) {
        .HomeHeroWrap .HeroContent img {
          margin: 0 0 25px 0; } }
    .HomeHeroWrap .HeroContent h2 {
      color: #FFFFFF;
      font-family: "Raleway", sans-serif;
      font-weight: 600;
      font-size: 30px;
      line-height: 95%;
      letter-spacing: 0%;
      text-align: center;
      max-width: 800px;
      margin: 0 0 25px 0; }
      @media (min-width: 801px) {
        .HomeHeroWrap .HeroContent h2 {
          font-weight: 600;
          font-size: 49px; } }
    .HomeHeroWrap .HeroContent .form {
      margin: 0 0 27px 0;
      width: 100%;
      max-width: 788px; }
      @media (min-width: 801px) {
        .HomeHeroWrap .HeroContent .form {
          margin: 0 0 34px 0; } }
      .HomeHeroWrap .HeroContent .form .form-field {
        margin: 0; }
        .HomeHeroWrap .HeroContent .form .form-field .form-prefixPostfix.wrap {
          flex-wrap: unset;
          display: block;
          position: relative; }
          .HomeHeroWrap .HeroContent .form .form-field .form-prefixPostfix.wrap .form-input {
            background: rgba(255, 255, 255, 0.11);
            border: 1px solid rgba(255, 255, 255, 0.58);
            border-radius: 20px;
            backdrop-filter: blur(35.7px);
            height: 54px;
            width: 100%;
            color: #fff;
            font-family: "Raleway", sans-serif;
            font-weight: 500;
            font-size: 16px;
            line-height: 140%;
            letter-spacing: 0%;
            text-align: center; }
            @media (min-width: 801px) {
              .HomeHeroWrap .HeroContent .form .form-field .form-prefixPostfix.wrap .form-input {
                height: 70px;
                font-size: 18px;
                text-align: left;
                padding: 10px 210px 10px 31px; } }
          .HomeHeroWrap .HeroContent .form .form-field .form-prefixPostfix.wrap .button {
            width: 100%;
            max-width: 100%;
            margin: 10px 0 0 0;
            height: 54px;
            background: #E2B131;
            border-color: #E2B131;
            color: #1F2123;
            font-family: "Raleway", sans-serif;
            font-weight: 600;
            font-size: 15px;
            line-height: 120%;
            letter-spacing: 0%;
            text-align: center;
            position: unset;
            top: 7px;
            right: 8px;
            border-radius: 20px;
            padding: 10px; }
            @media (min-width: 801px) {
              .HomeHeroWrap .HeroContent .form .form-field .form-prefixPostfix.wrap .button {
                position: absolute;
                max-width: 193px;
                margin: 0; } }
            .HomeHeroWrap .HeroContent .form .form-field .form-prefixPostfix.wrap .button span {
              background: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_4_140)"><path d="M14 14L11.1047 11.1047M11.1047 11.1047C11.5999 10.6094 11.9928 10.0214 12.2608 9.37435C12.5289 8.72726 12.6668 8.03372 12.6668 7.33332C12.6668 6.63292 12.5289 5.93937 12.2608 5.29229C11.9928 4.6452 11.5999 4.05724 11.1047 3.56198C10.6094 3.06673 10.0215 2.67387 9.37438 2.40583C8.72729 2.1378 8.03375 1.99985 7.33335 1.99985C6.63295 1.99985 5.9394 2.1378 5.29232 2.40583C4.64523 2.67387 4.05727 3.06673 3.56202 3.56198C2.5618 4.5622 1.99988 5.91879 1.99988 7.33332C1.99988 8.74784 2.5618 10.1044 3.56202 11.1047C4.56224 12.1049 5.91882 12.6668 7.33335 12.6668C8.74787 12.6668 10.1045 12.1049 11.1047 11.1047Z" stroke="%231F2123" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_4_140"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>') no-repeat center;
              width: 16px;
              height: 16px;
              display: inline-block;
              background-size: 16px;
              margin-left: 10px;
              position: relative;
              top: 2px; }
            .HomeHeroWrap .HeroContent .form .form-field .form-prefixPostfix.wrap .button:hover {
              background-color: #EEC24E; }
    .HomeHeroWrap .HeroContent p {
      margin: 0;
      color: #fff;
      font-family: "Raleway", sans-serif;
      font-weight: 500;
      font-size: 14px;
      line-height: 140%;
      letter-spacing: 0%;
      text-align: center; }
      .HomeHeroWrap .HeroContent p a {
        color: #fff;
        font-weight: 700; }

.HomeTabs {
  margin: 0 0 52px 0; }
  @media (min-width: 801px) {
    .HomeTabs {
      margin: 0 0 78px 0; } }
  .HomeTabs .swiper-button--next {
    right: -25px;
    top: 40%;
    display: none;
    z-index: 9; }
    @media (min-width: 801px) {
      .HomeTabs .swiper-button--next {
        display: block; } }
    @media (min-width: 1261px) {
      .HomeTabs .swiper-button--next {
        right: -60px; } }
  .HomeTabs .swiper-button--prev {
    left: -25px;
    top: 40%;
    display: none;
    z-index: 9; }
    @media (min-width: 801px) {
      .HomeTabs .swiper-button--prev {
        display: block; } }
    @media (min-width: 1261px) {
      .HomeTabs .swiper-button--prev {
        left: -60px; } }
  .HomeTabs .ProductTabsSwiper {
    padding-bottom: 35px; }
    @media (min-width: 801px) {
      .HomeTabs .ProductTabsSwiper {
        padding-bottom: 71px; } }
  .HomeTabs .slider-scrollbar {
    position: relative;
    width: calc(100% - 114px);
    height: 2px;
    background: #eee;
    border-radius: 0px;
    margin: 35px auto 0;
    overflow: hidden; }
    @media (min-width: 801px) {
      .HomeTabs .slider-scrollbar {
        margin: 71px 0 0 0;
        width: 100%; } }
    .HomeTabs .slider-scrollbar .slider-thumb {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 40px;
      background: #333;
      border-radius: 0px;
      cursor: grab;
      user-select: none; }
      .HomeTabs .slider-scrollbar .slider-thumb:active {
        cursor: grabbing;
        background: #000; }
  .HomeTabs .no-select {
    user-select: none !important;
    -webkit-user-select: none !important;
    -ms-user-select: none !important; }
  .HomeTabs .slick-arrow {
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    padding: 0;
    box-shadow: 0px 1px 3px 0px #0000004D;
    display: flex;
    align-items: center;
    justify-content: center; }
    .HomeTabs .slick-arrow.slick-prev:before {
      background-image: url('data:image/svg+xml,<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.52603 0.848487L6.17001 0.204507C6.44269 -0.0681691 6.88361 -0.0681691 7.15339 0.204507L12.7926 5.84078C13.0652 6.11346 13.0652 6.55438 12.7926 6.82416L7.15629 12.4604C6.88361 12.7331 6.44269 12.7331 6.17291 12.4604L5.52893 11.8165C5.25336 11.5409 5.25916 11.0913 5.54054 10.8215L9.03311 7.49425H0.696182C0.310374 7.49425 -1.23978e-05 7.18386 -1.23978e-05 6.79805V5.86979C-1.23978e-05 5.48398 0.310374 5.1736 0.696182 5.1736H9.03311L5.53764 1.84347C5.25336 1.57369 5.24755 1.12406 5.52603 0.848487Z" fill="%234F4F4F"/></svg>');
      transform: rotate(180deg); }
    .HomeTabs .slick-arrow.slick-next:before {
      background-image: url('data:image/svg+xml,<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.52603 0.848487L6.17001 0.204507C6.44269 -0.0681691 6.88361 -0.0681691 7.15339 0.204507L12.7926 5.84078C13.0652 6.11346 13.0652 6.55438 12.7926 6.82416L7.15629 12.4604C6.88361 12.7331 6.44269 12.7331 6.17291 12.4604L5.52893 11.8165C5.25336 11.5409 5.25916 11.0913 5.54054 10.8215L9.03311 7.49425H0.696182C0.310374 7.49425 -1.23978e-05 7.18386 -1.23978e-05 6.79805V5.86979C-1.23978e-05 5.48398 0.310374 5.1736 0.696182 5.1736H9.03311L5.53764 1.84347C5.25336 1.57369 5.24755 1.12406 5.52603 0.848487Z" fill="%234F4F4F"/></svg>');
      transform: rotate(0deg); }
  .HomeTabs .tabs {
    border: 0;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 374px; }
    @media (min-width: 801px) {
      .HomeTabs .tabs {
        max-width: 551px;
        margin: 0 auto 48px; } }
    .HomeTabs .tabs .tab {
      border: 0;
      border-bottom: 2px solid #f2f2f2;
      float: none;
      width: 33.333%; }
      .HomeTabs .tabs .tab.is-active {
        border-color: #E2B131;
        margin-bottom: 0; }
        .HomeTabs .tabs .tab.is-active .tab-title {
          color: #1F2123;
          font-weight: 700; }
      .HomeTabs .tabs .tab .tab-title {
        padding: 5px;
        height: 47px;
        align-content: center;
        color: rgba(31, 33, 35, 0.5);
        font-family: Raleway;
        font-weight: 600;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center; }
        @media (min-width: 801px) {
          .HomeTabs .tabs .tab .tab-title {
            font-size: 22px;
            height: 54px; } }
  .HomeTabs .tabs-contents {
    padding: 0;
    margin: 0 -10px; }
    @media (min-width: 1261px) {
      .HomeTabs .tabs-contents {
        padding: 0 65px; } }
    @media (min-width: 801px) {
      .HomeTabs .tabs-contents {
        margin: 0; } }
    .HomeTabs .tabs-contents .tab-content {
      position: relative;
      padding: 0; }
    .HomeTabs .tabs-contents .productGrid .product {
      padding: 0 4.5px; }
      @media (min-width: 801px) {
        .HomeTabs .tabs-contents .productGrid .product {
          padding: 0 10px; } }
      .HomeTabs .tabs-contents .productGrid .product .card {
        margin-bottom: 16px; }
        .HomeTabs .tabs-contents .productGrid .product .card .card-figure {
          z-index: 99;
          padding: 3px;
          position: relative;
          border: 1px solid #E0E0E0;
          border-radius: 7px;
          min-height: 291px;
          align-content: center;
          box-shadow: 0px 5px 15px 0px transparent; }
          .HomeTabs .tabs-contents .productGrid .product .card .card-figure .card-img-container .card-image {
            width: 90%; }
          .HomeTabs .tabs-contents .productGrid .product .card .card-figure .card-img-container:after {
            padding-bottom: 100%; }
          .HomeTabs .tabs-contents .productGrid .product .card .card-figure .card-figcaption .card-figcaption-body .button {
            background: #E2B131;
            border-radius: 10px;
            height: 55px;
            align-content: center;
            width: 169px;
            color: #1F2123;
            font-family: Raleway;
            font-weight: 600;
            font-size: 15px;
            line-height: 120%;
            letter-spacing: 0%;
            text-align: center; }
            .HomeTabs .tabs-contents .productGrid .product .card .card-figure .card-figcaption .card-figcaption-body .button:hover {
              background-color: #EEC24E; }
        .HomeTabs .tabs-contents .productGrid .product .card .card-body {
          padding: 0;
          text-align: center; }
          .HomeTabs .tabs-contents .productGrid .product .card .card-body .DownloadBtn {
            display: block;
            text-decoration: none;
            background: #252C36;
            text-align: center;
            height: 42px;
            align-content: center;
            border-radius: 7px;
            position: relative;
            top: -7px;
            z-index: 1;
            padding-top: 7px;
            color: #fff;
            font-family: Raleway;
            font-weight: 700;
            font-size: 12px;
            line-height: 120%;
            letter-spacing: 0%;
            margin: 0 0 17px 0; }
            .HomeTabs .tabs-contents .productGrid .product .card .card-body .DownloadBtn span {
              background: url('data:image/svg+xml,<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.33333 8L2 4.66667L2.93333 3.7L4.66667 5.43333V0H6V5.43333L7.73333 3.7L8.66667 4.66667L5.33333 8ZM0 10.6667V7.33333H1.33333V9.33333H9.33333V7.33333H10.6667V10.6667H0Z" fill="white"/></svg>') no-repeat right center;
              background-size: 11px;
              display: inline-block;
              width: 11px;
              height: 11px;
              margin-left: 11px; }
          .HomeTabs .tabs-contents .productGrid .product .card .card-body .CardBrand {
            color: #252C36;
            font-family: Raleway;
            font-weight: 400;
            font-size: 12px;
            line-height: 120%;
            letter-spacing: 0%;
            text-align: center;
            min-height: 15px;
            margin: 0 0 12px 0; }
          .HomeTabs .tabs-contents .productGrid .product .card .card-body .card-title {
            font-size: unset;
            margin: 0 0 12px 0; }
            .HomeTabs .tabs-contents .productGrid .product .card .card-body .card-title a {
              color: #252C36;
              display: block;
              text-decoration: none;
              font-family: Raleway;
              font-weight: 600;
              font-size: 15px;
              line-height: 120%;
              letter-spacing: 0%;
              text-align: center;
              min-height: 36px; }
              .HomeTabs .tabs-contents .productGrid .product .card .card-body .card-title a:hover {
                color: #672C18;
                text-decoration: underline; }
          .HomeTabs .tabs-contents .productGrid .product .card .card-body .CardPrice {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px; }
            .HomeTabs .tabs-contents .productGrid .product .card .card-body .CardPrice .price-section.non-sale-price--withoutTax {
              display: none; }
            .HomeTabs .tabs-contents .productGrid .product .card .card-body .CardPrice .price-section span {
              display: none; }
              .HomeTabs .tabs-contents .productGrid .product .card .card-body .CardPrice .price-section span.price {
                display: block;
                color: #252C36;
                font-family: Raleway;
                font-weight: 800;
                font-size: 14px;
                line-height: 120%;
                letter-spacing: 0%;
                text-align: center; }
                .HomeTabs .tabs-contents .productGrid .product .card .card-body .CardPrice .price-section span.price.price--rrp {
                  color: #646464;
                  font-weight: 400; }
        .HomeTabs .tabs-contents .productGrid .product .card:hover .card-figure {
          box-shadow: 0px 5px 15px 0px #0000001A; }
  .HomeTabs .slick-initialized .slick-slide {
    display: inline-block; }

.footer-container {
  width: 100%;
  max-width: 1300px;
  padding: 0 30px;
  margin: 0 auto; }
  @media (min-width: 801px) {
    .footer-container {
      padding: 0 20px; } }

.footer {
  border: 0;
  background: #1F2123;
  padding: 0; }
  .footer .footer-info {
    margin: 0;
    padding: 12px 0 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column; }
    @media (min-width: 801px) {
      .footer .footer-info {
        padding: 63px 0 34px;
        flex-direction: row; } }
    .footer .footer-info .footer-info-col {
      padding: 0;
      margin: 0;
      width: 100%; }
      @media (min-width: 801px) {
        .footer .footer-info .footer-info-col {
          width: 22%;
          padding: 0 15px; } }
      @media (min-width: 1261px) {
        .footer .footer-info .footer-info-col {
          padding: 0; } }
      .footer .footer-info .footer-info-col.FooterLogo {
        order: 5;
        width: 100%;
        margin: 44px 0 0 0; }
        @media (min-width: 801px) {
          .footer .footer-info .footer-info-col.FooterLogo {
            width: 34%;
            order: unset;
            margin: 0; } }
        @media (min-width: 1261px) {
          .footer .footer-info .footer-info-col.FooterLogo {
            width: 292px;
            margin-right: 116px; } }
      @media (min-width: 1261px) {
        .footer .footer-info .footer-info-col.Information {
          max-width: 231px;
          margin-right: 55px; } }
      @media (min-width: 1261px) {
        .footer .footer-info .footer-info-col.Categories {
          max-width: 265px;
          margin-right: 98px; } }
      @media (min-width: 1261px) {
        .footer .footer-info .footer-info-col.Brands {
          max-width: 200px; } }
      .footer .footer-info .footer-info-col .FooterLogoInner .footer-logo {
        margin: 0 0 17px 0;
        max-width: 241px; }
        @media (min-width: 801px) {
          .footer .footer-info .footer-info-col .FooterLogoInner .footer-logo {
            max-width: 271px;
            margin: 0 0 22px 0; } }
        .footer .footer-info .footer-info-col .FooterLogoInner .footer-logo a {
          display: block; }
          .footer .footer-info .footer-info-col .FooterLogoInner .footer-logo a img {
            width: 100%; }
      .footer .footer-info .footer-info-col .FooterLogoInner .below-logo-desc {
        margin: 0 0 20px 0;
        font-family: "Raleway", sans-serif;
        font-weight: 500;
        font-size: 13px;
        line-height: 150%;
        letter-spacing: 0%;
        text-align: left;
        color: #fff; }
        @media (min-width: 801px) {
          .footer .footer-info .footer-info-col .FooterLogoInner .below-logo-desc {
            line-height: 160%;
            margin: 0 0 35px 0; } }
      .footer .footer-info .footer-info-col .FooterLogoInner .footerSocial {
        margin: 0 0 21px 0;
        list-style: none; }
        @media (min-width: 801px) {
          .footer .footer-info .footer-info-col .FooterLogoInner .footerSocial {
            margin: 0 0 60px 0; } }
        .footer .footer-info .footer-info-col .FooterLogoInner .footerSocial li {
          font-family: "Raleway", sans-serif;
          font-weight: 500;
          font-size: 15px;
          line-height: 160%;
          text-align: left;
          letter-spacing: 0%;
          color: #fff;
          margin: 0 0 10px 0;
          padding: 0 0 0 27px;
          background-repeat: no-repeat;
          background-position: top 4px left; }
          @media (min-width: 801px) {
            .footer .footer-info .footer-info-col .FooterLogoInner .footerSocial li {
              margin: 0 0 25px 0; } }
          .footer .footer-info .footer-info-col .FooterLogoInner .footerSocial li:last-child {
            margin: 0; }
          .footer .footer-info .footer-info-col .FooterLogoInner .footerSocial li.Footer-Address {
            background-image: url('data:image/svg+xml,<svg width="13" height="17" viewBox="0 0 13 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.90037 16.299C5.90037 16.299 0 11.3479 0 6.47619C0 4.7586 0.68482 3.11135 1.90381 1.89683C3.12279 0.682311 4.77609 0 6.5 0C8.22391 0 9.87721 0.682311 11.0962 1.89683C12.3152 3.11135 13 4.7586 13 6.47619C13 11.3479 7.09963 16.299 7.09963 16.299C6.77137 16.6001 6.23106 16.5969 5.90037 16.299ZM6.5 9.30952C6.87345 9.30952 7.24324 9.23624 7.58826 9.09385C7.93328 8.95146 8.24677 8.74276 8.51083 8.47966C8.7749 8.21656 8.98437 7.90422 9.12728 7.56046C9.27019 7.2167 9.34375 6.84827 9.34375 6.47619C9.34375 6.10411 9.27019 5.73568 9.12728 5.39192C8.98437 5.04817 8.7749 4.73582 8.51083 4.47272C8.24677 4.20962 7.93328 4.00092 7.58826 3.85853C7.24324 3.71614 6.87345 3.64286 6.5 3.64286C5.74579 3.64286 5.02247 3.94137 4.48917 4.47272C3.95586 5.00407 3.65625 5.72474 3.65625 6.47619C3.65625 7.22764 3.95586 7.94831 4.48917 8.47966C5.02247 9.01101 5.74579 9.30952 6.5 9.30952Z" fill="%237A8586"/></svg>'); }
          .footer .footer-info .footer-info-col .FooterLogoInner .footerSocial li.Footer-Call {
            background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.92929e-05 0H5.72002L6.71135 4.46L5.47135 5.7C6.20044 6.83468 7.16517 7.79918 8.30002 8.528L9.54002 7.28867L14 8.28V14H13.3334C10.7669 14.0044 8.25428 13.2643 6.10002 11.8693C4.5115 10.8413 3.15871 9.48852 2.13069 7.9C0.735767 5.74573 -0.00435669 3.23311 1.92929e-05 0.666667V0Z" fill="%237A8586"/></svg>'); }
            .footer .footer-info .footer-info-col .FooterLogoInner .footerSocial li.Footer-Call a {
              font-weight: 700; }
          .footer .footer-info .footer-info-col .FooterLogoInner .footerSocial li a {
            font-family: "Raleway", sans-serif;
            font-weight: 500;
            font-size: 15px;
            line-height: 160%;
            letter-spacing: 0%;
            color: #fff;
            text-decoration: none; }
            .footer .footer-info .footer-info-col .FooterLogoInner .footerSocial li a:hover {
              color: #E2B131; }
            .footer .footer-info .footer-info-col .FooterLogoInner .footerSocial li a br {
              display: none; }
              @media (min-width: 801px) {
                .footer .footer-info .footer-info-col .FooterLogoInner .footerSocial li a br {
                  display: block; } }
      .footer .footer-info .footer-info-col .FooterLogoInner .trustpilot-Wrap {
        max-width: 220px;
        margin: 0 auto 20px 0; }
        .footer .footer-info .footer-info-col .FooterLogoInner .trustpilot-Wrap a {
          display: block; }
          .footer .footer-info .footer-info-col .FooterLogoInner .trustpilot-Wrap a img {
            width: 100%; }
      .footer .footer-info .footer-info-col .footer-info-heading {
        margin: 0;
        padding: 25px 20px 31px 0;
        font-family: "Raleway", sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0%;
        color: #fff;
        text-align: left;
        cursor: pointer;
        border-bottom: 1px solid #626465;
        background-image: url('data:image/svg+xml,<svg width="18" height="11" viewBox="0 0 18 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.77835 9.72262L-2.10658e-05 1.94425L1.94423 -6.80007e-07L8.75048 6.80625L15.5567 -8.49859e-08L17.501 1.94425L9.7226 9.72262C9.46475 9.9804 9.11508 10.1252 8.75048 10.1252C8.38588 10.1252 8.0362 9.9804 7.77835 9.72262Z" fill="%237A8586"/></svg>');
        background-repeat: no-repeat;
        background-position: right center; }
        .footer .footer-info .footer-info-col .footer-info-heading.current {
          border-bottom: 0;
          background-image: url('data:image/svg+xml,<svg width="18" height="11" viewBox="0 0 18 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.77835 0.402377L-2.10658e-05 8.18075L1.94423 10.125L8.75048 3.31875L15.5567 10.125L17.501 8.18075L9.7226 0.402377C9.46475 0.144604 9.11508 -0.000204673 8.75048 -0.000204657C8.38588 -0.000204642 8.0362 0.144604 7.77835 0.402377Z" fill="%237A8586"/></svg>'); }
          .footer .footer-info .footer-info-col .footer-info-heading.current + .footer-info-list {
            padding: 0 0 31px 0;
            border-bottom: 1px solid #626465; }
        @media (min-width: 801px) {
          .footer .footer-info .footer-info-col .footer-info-heading {
            cursor: default;
            margin: 0 0 26px 0;
            padding: 0;
            border-bottom: none;
            background-image: none; } }
      .footer .footer-info .footer-info-col .footer-info-list li {
        margin: 0 0 17px 0;
        text-align: left; }
        .footer .footer-info .footer-info-col .footer-info-list li a {
          margin: 0;
          padding: 0;
          display: inline-block;
          font-family: "Raleway", sans-serif;
          font-weight: 500;
          font-size: 15px;
          line-height: 150%;
          letter-spacing: 0%;
          color: #fff; }
          .footer .footer-info .footer-info-col .footer-info-list li a:hover {
            color: #E2B131; }
  .footer .footer-copyright {
    width: 100%;
    background-color: #252C36;
    padding: 13px 0 15px 0; }
    .footer .footer-copyright .powered-by {
      margin: 0;
      text-align: center;
      font-family: "Raleway", sans-serif;
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 0%;
      color: #fff; }
      @media (min-width: 801px) {
        .footer .footer-copyright .powered-by {
          text-align: left; } }

.shop-manual-wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 0; }
  .shop-manual-wrap .container {
    padding: 0; }
    @media (min-width: 801px) {
      .shop-manual-wrap .container {
        padding: 0 20px; } }
  .shop-manual-wrap h2 {
    margin: 0;
    font-weight: 600;
    font-size: 26px;
    color: #1F2123;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    font-family: "Raleway", sans-serif; }
    @media (min-width: 801px) {
      .shop-manual-wrap h2 {
        font-size: 40px; } }
  .shop-manual-wrap .manualSwiper {
    margin-top: 24px;
    margin-bottom: 43px;
    padding-bottom: 41px; }
    @media (min-width: 801px) {
      .shop-manual-wrap .manualSwiper {
        margin-top: 35px;
        margin-bottom: 64px;
        padding-bottom: 82px; } }
  .shop-manual-wrap .manual-inner {
    border-radius: 30px;
    transition: .2s all ease;
    border: 1px solid transparent;
    box-shadow: 0px 5px 15px 0px transparent; }
    .shop-manual-wrap .manual-inner a {
      text-decoration: none; }
    .shop-manual-wrap .manual-inner .manual-figure {
      background: #EAECED;
      border-top-left-radius: 30px;
      border-top-right-radius: 30px;
      position: relative;
      z-index: 1; }
      .shop-manual-wrap .manual-inner .manual-figure:after {
        content: "";
        position: absolute;
        height: 28px;
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background-color: #fff; }
    .shop-manual-wrap .manual-inner .manual-body {
      padding: 0 10px 30px 10px;
      background-color: #fff;
      border-bottom-left-radius: 30px;
      border-bottom-right-radius: 30px;
      min-height: 74px; }
      @media (min-width: 801px) {
        .shop-manual-wrap .manual-inner .manual-body {
          min-height: unset; } }
      .shop-manual-wrap .manual-inner .manual-body h3 {
        margin: 0;
        font-weight: 600;
        font-size: 18px;
        line-height: 120%;
        letter-spacing: 0%;
        text-align: center;
        color: #1F2123;
        font-family: "Raleway", sans-serif; }
        @media (min-width: 801px) {
          .shop-manual-wrap .manual-inner .manual-body h3 {
            font-size: 21px; } }
        .shop-manual-wrap .manual-inner .manual-body h3 br {
          display: none; }
          @media (min-width: 801px) {
            .shop-manual-wrap .manual-inner .manual-body h3 br {
              display: inline-block; } }
    .shop-manual-wrap .manual-inner:hover {
      transition: .2s all ease;
      border: 1px solid #E0E0E0;
      box-shadow: 0px 5px 15px 0px #0000001A; }
      .shop-manual-wrap .manual-inner:hover .manual-body h3 {
        color: #672C18; }

.shop-brand-wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 13px; }
  .shop-brand-wrap .container {
    padding: 0; }
    @media (min-width: 801px) {
      .shop-brand-wrap .container {
        padding: 0 20px; } }
  .shop-brand-wrap h3 {
    margin: 0;
    font-weight: 600;
    font-size: 26px;
    color: #1F2123;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    font-family: "Raleway", sans-serif; }
    @media (min-width: 801px) {
      .shop-brand-wrap h3 {
        font-size: 40px; } }
  .shop-brand-wrap .brandSwiper {
    margin-top: 24px;
    margin-bottom: 43px;
    padding-bottom: 41px; }
    @media (min-width: 801px) {
      .shop-brand-wrap .brandSwiper {
        margin-top: 38px;
        margin-bottom: 64px;
        padding-bottom: 82px; } }
  .shop-brand-wrap .brand-inner {
    border-radius: 20px;
    transition: .2s all ease;
    border: 1px solid transparent;
    box-shadow: 0px 5px 15px 0px transparent; }
    .shop-brand-wrap .brand-inner a {
      text-decoration: none; }
    .shop-brand-wrap .brand-inner .brand-figure {
      background-color: #fff;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      padding: 14px 33px 18px 33px; }
      .shop-brand-wrap .brand-inner .brand-figure img {
        width: 100%;
        filter: grayscale(100%);
        transition: filter 0.3s ease; }
    .shop-brand-wrap .brand-inner .brand-body {
      padding: 17px 5px;
      background-color: #fff;
      border-top: 1px solid #E0E0E0;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px; }
      .shop-brand-wrap .brand-inner .brand-body h3 {
        margin: 0;
        font-weight: 700;
        font-size: 16px;
        line-height: 120%;
        letter-spacing: 0%;
        text-align: center;
        color: #3D4542;
        font-family: "Raleway", sans-serif; }
    .shop-brand-wrap .brand-inner:hover {
      transition: .2s all ease;
      border: 1px solid #E0E0E0;
      box-shadow: 0px 5px 15px 0px #0000001A; }
      .shop-brand-wrap .brand-inner:hover .brand-figure img {
        filter: grayscale(0%);
        transition: filter 0.3s ease; }
      .shop-brand-wrap .brand-inner:hover .brand-body h3 {
        color: #672C18; }

.dont-see-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  background: #252C36;
  border-radius: 20px;
  margin-bottom: 31px;
  justify-content: center;
  padding: 27px 10px 36px 10px;
  flex-direction: column; }
  @media (min-width: 801px) {
    .dont-see-wrap {
      gap: 10px;
      flex-direction: row;
      margin-bottom: 65px;
      justify-content: space-between;
      padding: 32px 72px 36px 69px; } }
  .dont-see-wrap .see-left {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    flex-direction: column; }
    @media (min-width: 801px) {
      .dont-see-wrap .see-left {
        gap: 27px;
        flex-direction: row;
        width: calc(100% - 205px); } }
    .dont-see-wrap .see-left h3 {
      margin: 0;
      color: #fff;
      font-weight: 600;
      font-size: 26px;
      text-align: center;
      line-height: 100%;
      letter-spacing: 0%;
      font-family: "Raleway", sans-serif; }
      @media (min-width: 801px) {
        .dont-see-wrap .see-left h3 {
          font-size: 30px;
          text-align: left; } }
      .dont-see-wrap .see-left h3 br {
        display: inline-block; }
        @media (min-width: 801px) {
          .dont-see-wrap .see-left h3 br {
            display: none; } }
    .dont-see-wrap .see-left p {
      margin: 0;
      color: #fff;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: 0%;
      text-align: center;
      font-family: "Raleway", sans-serif; }
      @media (min-width: 801px) {
        .dont-see-wrap .see-left p {
          font-size: 24px;
          text-align: left; } }
  .dont-see-wrap .see-right {
    width: 100%; }
    @media (min-width: 801px) {
      .dont-see-wrap .see-right {
        width: 193px; } }
    .dont-see-wrap .see-right a {
      color: #fff;
      display: block;
      width: 100%;
      max-width: 193px;
      margin: 0 auto;
      text-decoration: none;
      padding: 13.5px 10px;
      border-radius: 20px;
      border: 2px solid #fff;
      text-align: center;
      background: #252C36; }
      .dont-see-wrap .see-right a span {
        color: #fff;
        text-align: center;
        display: inline-block;
        font-weight: 700;
        font-size: 15px;
        line-height: 120%;
        text-transform: capitalize;
        letter-spacing: 0%;
        text-align: center;
        font-family: "Raleway", sans-serif;
        background-image: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.333293 6.70837L8.95371 6.70837L4.99413 10.668L5.99996 11.6667L11.6666 6.00004L5.99996 0.333374L5.00121 1.33212L8.95371 5.29171L0.333293 5.29171L0.333293 6.70837Z" fill="white"/></svg>');
        background-repeat: no-repeat;
        background-position: right center;
        padding-right: 22px; }
      .dont-see-wrap .see-right a:hover {
        background: #E2B131;
        border: 2px solid #E2B131; }
        .dont-see-wrap .see-right a:hover span {
          color: #1F2123;
          background-image: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.333293 6.70837L8.95371 6.70837L4.99413 10.668L5.99996 11.6667L11.6666 6.00004L5.99996 0.333374L5.00121 1.33212L8.95371 5.29171L0.333293 5.29171L0.333293 6.70837Z" fill="%231F2123"/></svg>');
          background-repeat: no-repeat;
          background-position: right center; }

.over-twenty-years {
  display: flex;
  gap: 33px;
  margin: 0 0 34px;
  flex-wrap: wrap;
  border-radius: 30px;
  align-items: center;
  background: #EAECED;
  justify-content: space-between;
  padding: 34px 20px 20px 20px;
  background-image: url(https://cdn11.bigcommerce.com/s-n3ls2tmhld/images/stencil/original/image-manager/motorcycle-bg.png?t=1761148724);
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 801px) {
    .over-twenty-years {
      margin: 0 0 76px;
      flex-wrap: nowrap;
      padding: 65px 69px;
      background-position: left; } }
  .over-twenty-years .over-inner {
    width: 100%; }
    @media (min-width: 801px) {
      .over-twenty-years .over-inner {
        width: 50%;
        max-width: 585px; } }
    .over-twenty-years .over-inner h4 {
      font-weight: 600;
      font-size: 26px;
      line-height: 110.00000000000001%;
      letter-spacing: 0%;
      color: #1F2123;
      margin: 0 0 22px;
      text-align: center;
      font-family: "Raleway", sans-serif; }
      @media (min-width: 801px) {
        .over-twenty-years .over-inner h4 {
          font-size: 40px;
          text-align: left;
          margin: 0 0 36px; } }
    .over-twenty-years .over-inner p {
      color: #1F2123;
      font-weight: 500;
      font-size: 14px;
      line-height: 160%;
      letter-spacing: 0%;
      margin: 0 0 24px;
      text-align: center;
      font-family: "Raleway", sans-serif; }
      @media (min-width: 801px) {
        .over-twenty-years .over-inner p {
          font-size: 16px;
          text-align: left;
          margin: 0 0 36px; } }
    .over-twenty-years .over-inner a {
      font-weight: 600;
      font-size: 15px;
      line-height: 120%;
      letter-spacing: 0%;
      text-align: center;
      display: block;
      width: 100%;
      padding: 18.5px 5px;
      text-decoration: none;
      color: #1F2123;
      border-radius: 20px;
      background-color: #E2B131;
      font-family: "Raleway", sans-serif; }
      @media (min-width: 801px) {
        .over-twenty-years .over-inner a {
          max-width: 139px; } }
      .over-twenty-years .over-inner a:hover {
        background-color: #EEC24E; }
    .over-twenty-years .over-inner img {
      width: 100%;
      display: block;
      max-width: 577px;
      margin: 0 auto; }
      @media (min-width: 801px) {
        .over-twenty-years .over-inner img {
          margin: 0 0 0 auto; } }

.customers-say-wrap {
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 801px) {
    .customers-say-wrap {
      margin: 0 auto 81px; } }
  .customers-say-wrap h3 {
    margin: 0 0 25px;
    font-weight: 600;
    font-size: 26px;
    color: #1F2123;
    line-height: 100%;
    padding: 0 20px;
    letter-spacing: 0%;
    text-align: center;
    font-family: "Raleway", sans-serif; }
    @media (min-width: 801px) {
      .customers-say-wrap h3 {
        font-size: 40px;
        padding: 0;
        margin: 0 0 40px; } }
  .customers-say-wrap .customersSwiper {
    margin-top: 24px;
    padding-bottom: 41px; }
    @media (min-width: 801px) {
      .customers-say-wrap .customersSwiper {
        margin-top: 38px;
        padding-bottom: 0; } }
    .customers-say-wrap .customersSwiper .swiper-wrapper {
      display: flex;
      align-items: stretch;
      margin-bottom: 42px;
      padding-bottom: 42px; }
      @media (min-width: 801px) {
        .customers-say-wrap .customersSwiper .swiper-wrapper {
          padding-bottom: 53px;
          margin-bottom: 0; } }
    .customers-say-wrap .customersSwiper .swiper-slide {
      display: flex;
      height: auto; }
    .customers-say-wrap .customersSwiper .swiper-scrollbar {
      bottom: 136px !important; }
      @media (min-width: 801px) {
        .customers-say-wrap .customersSwiper .swiper-scrollbar {
          display: none; } }
  .customers-say-wrap .customers-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    justify-content: space-between;
    border-radius: 20px;
    transition: .2s all ease;
    border: 1px solid transparent; }
    .customers-say-wrap .customers-inner .customers-figure {
      padding: 45px 20px;
      background-color: #fff;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px; }
      @media (min-width: 801px) {
        .customers-say-wrap .customers-inner .customers-figure {
          padding: 45px; } }
      .customers-say-wrap .customers-inner .customers-figure .rating {
        display: block;
        text-align: center;
        margin: 0 0 20px; }
        .customers-say-wrap .customers-inner .customers-figure .rating img {
          width: 100%;
          max-width: 110px;
          margin: 0 auto; }
      .customers-say-wrap .customers-inner .customers-figure p {
        margin: 0;
        color: #333333;
        font-weight: 600;
        font-size: 15px;
        line-height: 150%;
        letter-spacing: 0%;
        text-align: center;
        font-family: "Raleway", sans-serif; }
        @media (min-width: 801px) {
          .customers-say-wrap .customers-inner .customers-figure p {
            font-size: 16px; } }
    .customers-say-wrap .customers-inner .customers-body {
      padding: 22px 5px;
      background-color: #fff;
      border-top: 1px solid #E0E0E0;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px; }
      .customers-say-wrap .customers-inner .customers-body h3 {
        margin: 0;
        font-weight: 700;
        font-size: 16px;
        line-height: 120%;
        letter-spacing: 0%;
        text-align: center;
        color: #333333;
        font-family: "Raleway", sans-serif; }
  .customers-say-wrap a {
    font-weight: 600;
    font-size: 15px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    display: block;
    width: 100%;
    max-width: calc(100% - 40px);
    margin: 25px auto 40px;
    padding: 18.5px 5px;
    text-decoration: none;
    color: #1F2123;
    border-radius: 20px;
    background-color: #E2B131;
    font-family: "Raleway", sans-serif; }
    @media (min-width: 801px) {
      .customers-say-wrap a {
        max-width: 315px;
        margin: 0 auto 0; } }
    .customers-say-wrap a:hover {
      background-color: #EEC24E; }
    .customers-say-wrap a span {
      font-weight: 800; }

.faq-wrap {
  display: flex;
  justify-content: space-between;
  background: linear-gradient(0deg, #252C36 34.51%, rgba(37, 44, 54, 0) 100%), url("https://cdn11.bigcommerce.com/s-n3ls2tmhld/images/stencil/original/image-manager/faq-bg.png?t=1761152332");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 32px 20px 42px;
  border-radius: 20px;
  margin-bottom: 41px;
  flex-wrap: wrap;
  background-attachment: fixed; }
  @media (min-width: 801px) {
    .faq-wrap {
      flex-wrap: nowrap;
      margin-bottom: 35px;
      padding: 58px 40px 85px 40px; } }
  @media (min-width: 1261px) {
    .faq-wrap {
      padding: 58px 71px 85px 66px; } }
  .faq-wrap .faq-left {
    width: 100%;
    max-width: 336px; }
    @media (min-width: 801px) {
      .faq-wrap .faq-left {
        width: 30%;
        max-width: 336px;
        margin-top: 48px; } }
    .faq-wrap .faq-left h4 {
      font-weight: 600;
      font-size: 26px;
      line-height: 110.00000000000001%;
      letter-spacing: 0%;
      color: #ffffff;
      margin: 0 0 12px;
      text-align: center;
      font-family: "Raleway", sans-serif; }
      @media (min-width: 801px) {
        .faq-wrap .faq-left h4 {
          font-size: 40px;
          text-align: left;
          margin: 0 0 20px;
          line-height: 42px; } }
      .faq-wrap .faq-left h4 br {
        display: inline-block; }
        @media (min-width: 801px) {
          .faq-wrap .faq-left h4 br {
            display: none; } }
    .faq-wrap .faq-left p {
      color: #ffffff;
      font-weight: 500;
      font-size: 14px;
      line-height: 160%;
      letter-spacing: 0%;
      margin: 0 0 24px;
      text-align: center;
      font-family: "Raleway", sans-serif; }
      @media (min-width: 801px) {
        .faq-wrap .faq-left p {
          font-size: 16px;
          text-align: left;
          margin: 0 0 24px; } }
    .faq-wrap .faq-left a {
      display: none; }
      @media (min-width: 801px) {
        .faq-wrap .faq-left a {
          display: block; } }
  .faq-wrap a {
    font-weight: 600;
    font-size: 15px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    display: none;
    width: 100%;
    padding: 18.5px 5px;
    text-decoration: none;
    color: #1F2123;
    border-radius: 20px;
    background-color: #E2B131;
    font-family: "Raleway", sans-serif; }
    @media (min-width: 801px) {
      .faq-wrap a {
        display: block;
        max-width: 157px; } }
    .faq-wrap a:hover {
      background-color: #EEC24E; }
  .faq-wrap .faq-right {
    width: 100%; }
    @media (min-width: 801px) {
      .faq-wrap .faq-right {
        width: 66%; } }
    @media (min-width: 1261px) {
      .faq-wrap .faq-right {
        width: calc(100% - 336px - 84px); } }
    .faq-wrap .faq-right .pdp_accordion {
      margin-bottom: 20px; }
      .faq-wrap .faq-right .pdp_accordion .accordion-item {
        padding: 0;
        border: 1px solid #AEB0B4;
        border-radius: 20px;
        overflow: hidden;
        backdrop-filter: blur(35.7px);
        transition: all 0.3s ease;
        padding: 20px 21px 23px; }
        @media (min-width: 801px) {
          .faq-wrap .faq-right .pdp_accordion .accordion-item {
            padding: 30px 28px 30px 35px; } }
        .faq-wrap .faq-right .pdp_accordion .accordion-item.active {
          background-color: #fff; }
        .faq-wrap .faq-right .pdp_accordion .accordion-item .accordion-header {
          padding: 0;
          display: flex;
          justify-content: space-between;
          align-items: center;
          cursor: pointer;
          background-image: url('data:image/svg+xml,<svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_4_1195)"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.18741 8.05155L0.722267 1.68743L2.33827 0.0966791L7.99541 5.66543L13.6526 0.0966796L15.2686 1.68743L8.80341 8.05155C8.58909 8.26246 8.29846 8.38094 7.99541 8.38094C7.69237 8.38094 7.40173 8.26246 7.18741 8.05155Z" fill="%237A8586"/></g><defs><clipPath id="clip0_4_1195"><rect width="9" height="16" fill="white" transform="translate(16) rotate(90)"/></clipPath></defs></svg>');
          background-repeat: no-repeat;
          background-position: right 0 center; }
          .faq-wrap .faq-right .pdp_accordion .accordion-item .accordion-header h3 {
            margin: 0;
            font-weight: 600;
            font-size: 18px;
            color: #ffffff;
            line-height: 150%;
            letter-spacing: -2%;
            text-transform: none;
            padding-right: 20px;
            font-family: "Raleway", sans-serif; }
            @media (min-width: 801px) {
              .faq-wrap .faq-right .pdp_accordion .accordion-item .accordion-header h3 {
                font-size: 23px; } }
          .faq-wrap .faq-right .pdp_accordion .accordion-item .accordion-header.active {
            background-image: url('data:image/svg+xml,<svg width="20" height="11" viewBox="0 0 20 11" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_4_411)"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.9191 1.15921L1.14073 8.93759L3.08498 10.8818L9.89123 4.07559L16.6975 10.8818L18.6417 8.93759L10.8633 1.15921C10.6055 0.90144 10.2558 0.756631 9.89123 0.756631C9.52662 0.756631 9.17695 0.90144 8.9191 1.15921Z" fill="%23E2B131"/></g><defs><clipPath id="clip0_4_411"><rect width="11" height="19.25" fill="white" transform="matrix(-4.37114e-08 -1 -1 4.37114e-08 19.5217 11)"/></clipPath></defs></svg>');
            background-repeat: no-repeat;
            background-position: right 0 center; }
            .faq-wrap .faq-right .pdp_accordion .accordion-item .accordion-header.active h3 {
              color: #1F2123; }
          .faq-wrap .faq-right .pdp_accordion .accordion-item .accordion-header:hover h3 {
            color: #1F2123; }
        .faq-wrap .faq-right .pdp_accordion .accordion-item .accordion-content {
          display: none;
          overflow: hidden;
          background: #fff;
          font-weight: 600;
          font-family: "Raleway", sans-serif;
          font-size: 14px;
          line-height: 150%;
          letter-spacing: 0%;
          padding: 18px 0 0 0;
          color: #0A0A1E; }
          @media (min-width: 801px) {
            .faq-wrap .faq-right .pdp_accordion .accordion-item .accordion-content {
              font-size: 16px; } }
        .faq-wrap .faq-right .pdp_accordion .accordion-item + .accordion-item {
          margin-top: 10px; }
          @media (min-width: 801px) {
            .faq-wrap .faq-right .pdp_accordion .accordion-item + .accordion-item {
              margin-top: 28px; } }
        .faq-wrap .faq-right .pdp_accordion .accordion-item:hover {
          background-color: #fff;
          border-color: #fff; }
          .faq-wrap .faq-right .pdp_accordion .accordion-item:hover .accordion-header h3 {
            color: #1F2123; }
    .faq-wrap .faq-right a {
      display: block;
      margin-top: 30px; }
      @media (min-width: 801px) {
        .faq-wrap .faq-right a {
          display: none; } }

.why-us-wrap {
  margin: 0 0 34px; }
  .why-us-wrap .container {
    padding: 0; }
    @media (min-width: 801px) {
      .why-us-wrap .container {
        padding: 0 20px; } }
  .why-us-wrap h3 {
    margin: 0;
    font-weight: 600;
    font-size: 26px;
    color: #1F2123;
    line-height: 100%;
    text-align: center;
    font-family: "Raleway", sans-serif;
    padding: 0 20px; }
    @media (min-width: 801px) {
      .why-us-wrap h3 {
        font-size: 40px;
        padding: 0; } }
  .why-us-wrap .whyUsSwiper {
    margin-top: 28px;
    overflow: hidden;
    position: relative;
    padding-bottom: 41px; }
    @media (min-width: 801px) {
      .why-us-wrap .whyUsSwiper {
        margin-top: 48px;
        padding-bottom: 0; } }
    .why-us-wrap .whyUsSwiper .swiper-wrapper {
      display: flex;
      gap: 0; }
    .why-us-wrap .whyUsSwiper .swiper-slide {
      height: auto; }
    .why-us-wrap .whyUsSwiper .why-us-inner {
      background: #EAECED;
      border-radius: 20px;
      text-align: center;
      padding: 28px 10px;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start; }
      @media (min-width: 801px) {
        .why-us-wrap .whyUsSwiper .why-us-inner {
          padding: 35px 10px 32px 10px; } }
      .why-us-wrap .whyUsSwiper .why-us-inner .icon {
        display: inline-block;
        width: 30px;
        height: 30px;
        background-image: url('data:image/svg+xml,<svg width="28" height="30" viewBox="0 0 28 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14 19.9585C12.685 19.9585 11.4238 19.4361 10.4939 18.5062C9.56406 17.5764 9.04167 16.3152 9.04167 15.0002C9.04167 13.6851 9.56406 12.424 10.4939 11.4941C11.4238 10.5642 12.685 10.0418 14 10.0418C15.315 10.0418 16.5762 10.5642 17.5061 11.4941C18.4359 12.424 18.9583 13.6851 18.9583 15.0002C18.9583 16.3152 18.4359 17.5764 17.5061 18.5062C16.5762 19.4361 15.315 19.9585 14 19.9585ZM24.5258 16.3743C24.5825 15.921 24.625 15.4677 24.625 15.0002C24.625 14.5327 24.5825 14.0652 24.5258 13.5835L27.515 11.2743C27.7842 11.0618 27.855 10.6793 27.685 10.3677L24.8517 5.466C24.6817 5.15433 24.2992 5.02683 23.9875 5.15433L20.46 6.571C19.7233 6.0185 18.9583 5.53683 18.0658 5.18267L17.5417 1.4285C17.5129 1.26164 17.426 1.11035 17.2963 1.00145C17.1667 0.89254 17.0027 0.833043 16.8333 0.833499H11.1667C10.8125 0.833499 10.515 1.0885 10.4583 1.4285L9.93417 5.18267C9.04167 5.53683 8.27667 6.0185 7.54 6.571L4.0125 5.15433C3.70083 5.02683 3.31834 5.15433 3.14833 5.466L0.315001 10.3677C0.130835 10.6793 0.215835 11.0618 0.485002 11.2743L3.47417 13.5835C3.4175 14.0652 3.375 14.5327 3.375 15.0002C3.375 15.4677 3.4175 15.921 3.47417 16.3743L0.485002 18.726C0.215835 18.9385 0.130835 19.321 0.315001 19.6327L3.14833 24.5343C3.31834 24.846 3.70083 24.9593 4.0125 24.846L7.54 23.4152C8.27667 23.9818 9.04167 24.4635 9.93417 24.8177L10.4583 28.5718C10.515 28.9118 10.8125 29.1668 11.1667 29.1668H16.8333C17.1875 29.1668 17.485 28.9118 17.5417 28.5718L18.0658 24.8177C18.9583 24.4493 19.7233 23.9818 20.46 23.4152L23.9875 24.846C24.2992 24.9593 24.6817 24.846 24.8517 24.5343L27.685 19.6327C27.855 19.321 27.7842 18.9385 27.515 18.726L24.5258 16.3743Z" fill="%23672C18"/></svg>');
        background-size: 28px;
        background-repeat: no-repeat;
        background-position: center; }
        .why-us-wrap .whyUsSwiper .why-us-inner .icon--safe {
          background-image: url('data:image/svg+xml,<svg width="26" height="29" viewBox="0 0 26 29" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.7555 0.18027C12.3967 -0.0600898 13.1033 -0.0600898 13.7445 0.18027L23.6612 3.89902C24.2013 4.10151 24.6669 4.46406 24.9954 4.93822C25.324 5.41238 25.5001 5.97555 25.5 6.55244V14.15C25.5 16.5179 24.8407 18.839 23.5959 20.8532C22.3511 22.8674 20.5699 24.4952 18.4521 25.5542L13.7006 27.9285C13.4054 28.0761 13.08 28.153 12.75 28.153C12.42 28.153 12.0946 28.0761 11.7994 27.9285L7.04792 25.5528C4.93006 24.4938 3.14892 22.866 1.9041 20.8518C0.659276 18.8375 -5.05141e-05 16.5165 5.5273e-07 14.1486V6.55385C-0.000359847 5.97672 0.175533 5.41324 0.504147 4.9388C0.832761 4.46437 1.29842 4.10159 1.83883 3.89902L11.7555 0.18027ZM14.1667 13.691C14.7068 13.3791 15.1289 12.8978 15.3676 12.3216C15.6062 11.7453 15.6481 11.1065 15.4867 10.504C15.3252 9.90158 14.9695 9.36924 14.4747 8.98955C13.9799 8.60986 13.3737 8.40405 12.75 8.40402C12.1263 8.40405 11.5201 8.60986 11.0253 8.98955C10.5305 9.36924 10.1748 9.90158 10.0133 10.504C9.85191 11.1065 9.89378 11.7453 10.1324 12.3216C10.3711 12.8978 10.7932 13.3791 11.3333 13.691V18.3207C11.3333 18.6964 11.4826 19.0567 11.7483 19.3224C12.0139 19.5881 12.3743 19.7374 12.75 19.7374C13.1257 19.7374 13.4861 19.5881 13.7517 19.3224C14.0174 19.0567 14.1667 18.6964 14.1667 18.3207V13.691Z" fill="%23672C18"/></svg>'); }
        .why-us-wrap .whyUsSwiper .why-us-inner .icon--searchable {
          background-image: url('data:image/svg+xml,<svg width="27" height="31" viewBox="0 0 27 31" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.2917 14.1667C19.8333 14.1667 22.6667 17 22.6667 20.5417C22.6667 21.7883 22.3125 22.9642 21.6892 23.9417L26.0525 28.3333L24.0833 30.3025L19.6633 25.9533C18.6858 26.5625 17.5242 26.9167 16.2917 26.9167C12.75 26.9167 9.91667 24.0833 9.91667 20.5417C9.91667 17 12.75 14.1667 16.2917 14.1667ZM16.2917 17C15.3524 17 14.4515 17.3731 13.7873 18.0373C13.1231 18.7015 12.75 19.6024 12.75 20.5417C12.75 21.481 13.1231 22.3818 13.7873 23.046C14.4515 23.7102 15.3524 24.0833 16.2917 24.0833C17.231 24.0833 18.1318 23.7102 18.796 23.046C19.4602 22.3818 19.8333 21.481 19.8333 20.5417C19.8333 19.6024 19.4602 18.7015 18.796 18.0373C18.1318 17.3731 17.231 17 16.2917 17ZM2.83333 28.3333C2.08189 28.3333 1.36122 28.0348 0.829864 27.5035C0.298511 26.9721 0 26.2514 0 25.5V2.83333C0 2.08189 0.298511 1.36122 0.829864 0.829864C1.36122 0.298511 2.08189 0 2.83333 0H4.25V9.91667L7.79167 7.79167L11.3333 9.91667V0H19.8333C20.5848 0 21.3054 0.298511 21.8368 0.829864C22.3682 1.36122 22.6667 2.08189 22.6667 2.83333V13.8975C20.9537 12.2497 18.6685 11.3305 16.2917 11.3333C13.8495 11.3333 11.5073 12.3035 9.78039 14.0304C8.05349 15.7573 7.08333 18.0995 7.08333 20.5417C7.08333 23.8142 8.7975 26.7042 11.3758 28.3333H2.83333Z" fill="%23672C18"/></svg>'); }
      .why-us-wrap .whyUsSwiper .why-us-inner h4 {
        color: #1F2123;
        font-weight: 700;
        font-size: 20px;
        line-height: 120%;
        text-align: center;
        width: 100%;
        max-width: 288px;
        margin: 21px auto 11px; }
        @media (min-width: 801px) {
          .why-us-wrap .whyUsSwiper .why-us-inner h4 {
            max-width: 338px; } }
        .why-us-wrap .whyUsSwiper .why-us-inner h4 br {
          display: none; }
          @media (min-width: 801px) {
            .why-us-wrap .whyUsSwiper .why-us-inner h4 br {
              display: inline-block; } }
      .why-us-wrap .whyUsSwiper .why-us-inner p {
        margin: 0 auto;
        color: #1F2123;
        font-weight: 500;
        font-size: 14px;
        line-height: 140%;
        text-align: center;
        width: 100%;
        max-width: 274px; }
        @media (min-width: 801px) {
          .why-us-wrap .whyUsSwiper .why-us-inner p {
            max-width: 337px; } }
    .why-us-wrap .whyUsSwiper .swiper-scrollbar {
      background: #D4D6D7;
      border-radius: 10px;
      height: 5px;
      margin-top: 25px; }
      @media (min-width: 801px) {
        .why-us-wrap .whyUsSwiper .swiper-scrollbar {
          display: none; } }
    .why-us-wrap .whyUsSwiper .swiper-scrollbar-drag {
      background: #672C18;
      border-radius: 10px; }

.swiper-scrollbar {
  width: 100% !important;
  max-width: 300px;
  left: 0 !important;
  right: 0;
  cursor: grab;
  margin: 0 auto;
  background: #E0E0E0;
  height: 2px !important; }
  @media (min-width: 551px) {
    .swiper-scrollbar {
      max-width: 100%; } }
  .swiper-scrollbar .swiper-scrollbar-drag {
    background: #252C36;
    border-radius: 0; }

.swiper-button {
  cursor: grab;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 48%;
  border-radius: 100px;
  transform: translateY(-50%);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0px 1px 3px 0px #0000004D;
  display: none;
  transition: .2s all ease;
  z-index: 999; }
  @media (min-width: 801px) {
    .swiper-button {
      display: block; } }
  .swiper-button--next {
    right: 0;
    background-image: url('data:image/svg+xml,<svg width="15" height="13" viewBox="0 0 15 13" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_57_142)"><path d="M6.52823 1.01463L7.17221 0.370645C7.44489 0.0979686 7.88581 0.0979686 8.15558 0.370645L13.7948 6.00692C14.0674 6.2796 14.0674 6.72052 13.7948 6.9903L8.15848 12.6266C7.88581 12.8992 7.44488 12.8992 7.17511 12.6266L6.53113 11.9826C6.25555 11.707 6.26135 11.2574 6.54273 10.9876L10.0353 7.66038H1.69838C1.31257 7.66038 1.00218 7.35 1.00218 6.96419V6.03593C1.00218 5.65012 1.31257 5.33973 1.69838 5.33973H10.0353L6.53983 2.0096C6.25555 1.73983 6.24975 1.2902 6.52823 1.01463Z" fill="%234F4F4F"/></g><defs><clipPath id="clip0_57_142"><rect width="13" height="14.8522" fill="white" transform="matrix(0 1 -1 0 14.926 0)"/></clipPath></defs></svg>'); }
    @media (min-width: 1400px) {
      .swiper-button--next {
        right: -52px; } }
    .swiper-button--next:hover {
      background-image: url('data:image/svg+xml,<svg width="15" height="13" viewBox="0 0 15 13" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_57_142)"><path d="M6.52823 1.01463L7.17221 0.370645C7.44489 0.0979686 7.88581 0.0979686 8.15558 0.370645L13.7948 6.00692C14.0674 6.2796 14.0674 6.72052 13.7948 6.9903L8.15848 12.6266C7.88581 12.8992 7.44488 12.8992 7.17511 12.6266L6.53113 11.9826C6.25555 11.707 6.26135 11.2574 6.54273 10.9876L10.0353 7.66038H1.69838C1.31257 7.66038 1.00218 7.35 1.00218 6.96419V6.03593C1.00218 5.65012 1.31257 5.33973 1.69838 5.33973H10.0353L6.53983 2.0096C6.25555 1.73983 6.24975 1.2902 6.52823 1.01463Z" fill="%23672C18"/></g><defs><clipPath id="clip0_57_142"><rect width="13" height="14.8522" fill="white" transform="matrix(0 1 -1 0 14.926 0)"/></clipPath></defs></svg>'); }
  .swiper-button--prev {
    left: 0;
    background-image: url('data:image/svg+xml,<svg width="15" height="13" viewBox="0 0 15 13" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_57_308)"><path d="M8.47177 1.01463L7.82779 0.370645C7.55511 0.0979686 7.11419 0.0979686 6.84441 0.370645L1.20524 6.00692C0.93256 6.2796 0.93256 6.72052 1.20524 6.9903L6.84151 12.6266C7.11419 12.8992 7.55511 12.8992 7.82489 12.6266L8.46887 11.9826C8.74444 11.707 8.73864 11.2574 8.45726 10.9876L4.96469 7.66038H13.3016C13.6874 7.66038 13.9978 7.35 13.9978 6.96419V6.03593C13.9978 5.65012 13.6874 5.33973 13.3016 5.33973H4.96469L8.46016 2.0096C8.74444 1.73983 8.75024 1.2902 8.47177 1.01463Z" fill="%234F4F4F"/></g><defs><clipPath id="clip0_57_308"><rect width="13" height="14.8522" fill="white" transform="matrix(0 1 1 0 0.0739212 0)"/></clipPath></defs></svg>'); }
    @media (min-width: 1400px) {
      .swiper-button--prev {
        left: -52px; } }
    .swiper-button--prev:hover {
      background-image: url('data:image/svg+xml,<svg width="15" height="13" viewBox="0 0 15 13" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_57_308)"><path d="M8.47177 1.01463L7.82779 0.370645C7.55511 0.0979686 7.11419 0.0979686 6.84441 0.370645L1.20524 6.00692C0.93256 6.2796 0.93256 6.72052 1.20524 6.9903L6.84151 12.6266C7.11419 12.8992 7.55511 12.8992 7.82489 12.6266L8.46887 11.9826C8.74444 11.707 8.73864 11.2574 8.45726 10.9876L4.96469 7.66038H13.3016C13.6874 7.66038 13.9978 7.35 13.9978 6.96419V6.03593C13.9978 5.65012 13.6874 5.33973 13.3016 5.33973H4.96469L8.46016 2.0096C8.74444 1.73983 8.75024 1.2902 8.47177 1.01463Z" fill="%23672C18"/></g><defs><clipPath id="clip0_57_308"><rect width="13" height="14.8522" fill="white" transform="matrix(0 1 1 0 0.0739212 0)"/></clipPath></defs></svg>'); }
  .swiper-button.swiper-button-disabled {
    opacity: .5; }
  .swiper-button:hover {
    transition: .2s all ease;
    background-color: #EAECED; }

@media only screen and (max-width: 800px) {
  .GuaranteBar.ForSmoothScroll {
    display: none !important; }
  .GuaranteBarWrap {
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important; } }

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

.container {
  width: 100%;
  max-width: 1440px;
  padding: 0 10px;
  margin: 0 auto; }
  @media (min-width: 801px) {
    .container {
      padding: 0 30px; } }

.breadcrumbs {
  margin: 20px 0; }

body {
  /* Or the specific element with a scrollbar */
  scrollbar-color: #888 #f1f1f1;
  scrollbar-width: thin;
  /* Options: auto, thin, none */ }

/* Styling the entire scrollbar */
::-webkit-scrollbar {
  width: 12px;
  /* Width for vertical scrollbar */
  height: 12px;
  /* Height for horizontal scrollbar */ }

/* Styling the scrollbar track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px; }

/* Styling the scrollbar thumb */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px; }

/* Styling the scrollbar thumb on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; }

@media (min-width: 801px) {
  .header .HeaderWrap .MenuTrigger:hover .ShopAllBtn {
    background: #EAECED url('data:image/svg+xml,<svg width="17" height="13" viewBox="0 0 17 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.20833 0H7.25C7.57047 0 7.87781 0.127306 8.10442 0.353913C8.33103 0.580519 8.45833 0.887863 8.45833 1.20833C8.45833 1.5288 8.33103 1.83615 8.10442 2.06275C7.87781 2.28936 7.57047 2.41667 7.25 2.41667H1.20833C0.887863 2.41667 0.580519 2.28936 0.353913 2.06275C0.127306 1.83615 0 1.5288 0 1.20833C0 0.887863 0.127306 0.580519 0.353913 0.353913C0.580519 0.127306 0.887863 0 1.20833 0ZM9.66667 9.66667H15.7083C16.0288 9.66667 16.3361 9.79397 16.5628 10.0206C16.7894 10.2472 16.9167 10.5545 16.9167 10.875C16.9167 11.1955 16.7894 11.5028 16.5628 11.7294C16.3361 11.956 16.0288 12.0833 15.7083 12.0833H9.66667C9.3462 12.0833 9.03885 11.956 8.81225 11.7294C8.58564 11.5028 8.45833 11.1955 8.45833 10.875C8.45833 10.5545 8.58564 10.2472 8.81225 10.0206C9.03885 9.79397 9.3462 9.66667 9.66667 9.66667ZM1.20833 4.83333H15.7083C16.0288 4.83333 16.3361 4.96064 16.5628 5.18725C16.7894 5.41385 16.9167 5.7212 16.9167 6.04167C16.9167 6.36214 16.7894 6.66948 16.5628 6.89609C16.3361 7.12269 16.0288 7.25 15.7083 7.25H1.20833C0.887863 7.25 0.580519 7.12269 0.353913 6.89609C0.127306 6.66948 0 6.36214 0 6.04167C0 5.7212 0.127306 5.41385 0.353913 5.18725C0.580519 4.96064 0.887863 4.83333 1.20833 4.83333Z" fill="%23672C18"/></svg>') no-repeat left 20px center;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #1F2123; }
  .header .HeaderWrap .MenuTrigger:hover .navPages-container {
    opacity: 1;
    visibility: visible;
    height: auto;
    transition: .2s all ease-in-out; }
  .header .HeaderWrap .navPages-container {
    border-top: 10px solid #EAECED;
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: .2s all ease-in-out;
    position: absolute;
    top: 100%;
    left: 0; }
    .header .HeaderWrap .navPages-container .navPages {
      background: #EAECED;
      border-bottom-left-radius: 10px;
      width: 335px;
      height: calc(100vh - 100px);
      padding-top: 12px; }
      .header .HeaderWrap .navPages-container .navPages .navPages-list {
        position: relative; }
        .header .HeaderWrap .navPages-container .navPages .navPages-list .navPages-item {
          float: none; }
          .header .HeaderWrap .navPages-container .navPages .navPages-list .navPages-item:hover .navPage-subMenu {
            opacity: 1;
            visibility: visible;
            transition: .2s all ease-in-out; }
          .header .HeaderWrap .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu-list .navPage-subMenu-item .navPage-childList {
            opacity: 0;
            visibility: hidden;
            height: 0;
            transition: .2s all ease-in-out; }
          .header .HeaderWrap .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu-list .navPage-subMenu-item:hover .navPage-childList {
            opacity: 1 !important;
            visibility: visible !important;
            transition: .2s all ease-in-out !important;
            height: 100% !important; }
          .header .HeaderWrap .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu {
            scrollbar-width: none;
            background: transparent;
            display: block;
            opacity: 0;
            visibility: hidden;
            height: 0;
            transition: .2s all ease-in-out;
            outline: 0;
            position: absolute;
            top: -12px;
            left: 100%;
            padding: 0 !important;
            height: calc(100vh - 100px);
            width: 473px; }
            .header .HeaderWrap .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list {
              background: #F9F9FA;
              padding-top: 10px;
              width: 243px;
              height: 100%;
              margin: 0;
              overflow-y: auto;
              scrollbar-width: none; }
              .header .HeaderWrap .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item {
                width: 100%;
                float: none;
                padding: 0 !important; }
                .header .HeaderWrap .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action {
                  border: 0;
                  color: #1F2123;
                  font-family: "Raleway", sans-serif;
                  font-weight: 700;
                  font-size: 13px;
                  line-height: 175%;
                  letter-spacing: 0%;
                  padding: 10px 45px 10px 45px;
                  margin: 0; }
                  .header .HeaderWrap .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action:hover {
                    color: #672C18; }
                    .header .HeaderWrap .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action:hover .collapsible-icon-wrapper {
                      background: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.09268 0.652682L4.56963 0.157313C4.77158 -0.0524377 5.09815 -0.0524377 5.29795 0.157313L9.47451 4.49291C9.67646 4.70266 9.67646 5.04183 9.47451 5.24935L5.3001 9.58495C5.09815 9.7947 4.77158 9.7947 4.57178 9.58495L4.09483 9.08958C3.89072 8.8776 3.89502 8.53173 4.10342 8.32421L6.69014 5.7648H0.515529C0.229786 5.7648 -9.63211e-05 5.52604 -9.63211e-05 5.22927V4.51522C-9.63211e-05 4.21845 0.229786 3.97969 0.515529 3.97969H6.69014L4.10127 1.41805C3.89072 1.21053 3.88643 0.864665 4.09268 0.652682Z" fill="%23672C18"/></svg>') no-repeat center;
                      background-size: auto;
                      background-size: 10px;
                      width: 11px;
                      height: 10px;
                      transform: translateX(10px); }
                  .header .HeaderWrap .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action .collapsible-icon-wrapper {
                    display: inline-block;
                    background: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.09268 0.652682L4.56963 0.157313C4.77158 -0.0524377 5.09815 -0.0524377 5.29795 0.157313L9.47451 4.49291C9.67646 4.70266 9.67646 5.04183 9.47451 5.24935L5.3001 9.58495C5.09815 9.7947 4.77158 9.7947 4.57178 9.58495L4.09483 9.08958C3.89072 8.8776 3.89502 8.53173 4.10342 8.32421L6.69014 5.7648H0.515529C0.229786 5.7648 -9.63211e-05 5.52604 -9.63211e-05 5.22927V4.51522C-9.63211e-05 4.21845 0.229786 3.97969 0.515529 3.97969H6.69014L4.10127 1.41805C3.89072 1.21053 3.88643 0.864665 4.09268 0.652682Z" fill="%23252C36"/></svg>') no-repeat center;
                    background-size: auto;
                    background-size: 10px;
                    width: 11px;
                    height: 10px; }
                    .header .HeaderWrap .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action .collapsible-icon-wrapper svg {
                      display: none; }
                .header .HeaderWrap .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-childList {
                  opacity: 0;
                  visibility: hidden;
                  height: 0;
                  transition: .2s all ease-in-out;
                  position: absolute;
                  outline: 0;
                  top: 0px;
                  left: 243px;
                  background: #fff;
                  width: 230px;
                  padding: 10px 0 0 0 !important;
                  height: 100%;
                  overflow-y: auto;
                  border-bottom-right-radius: 10px;
                  border-top-right-radius: 10px; }
                  .header .HeaderWrap .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-childList .navPage-childList-item .navPage-childList-action {
                    border: 0;
                    color: #1F2123;
                    font-family: "Raleway", sans-serif;
                    font-weight: 600;
                    font-size: 13px;
                    line-height: 175%;
                    letter-spacing: 0%; }
                    .header .HeaderWrap .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-childList .navPage-childList-item .navPage-childList-action:hover {
                      color: #672C18; }
          .header .HeaderWrap .navPages-container .navPages .navPages-list .navPages-item .navPages-action {
            border-bottom: 1px solid rgba(47, 50, 56, 0.1);
            color: #1F2123;
            font-family: "Raleway", sans-serif;
            font-weight: 700;
            font-size: 15px;
            line-height: 150%;
            letter-spacing: 0%;
            text-align: left;
            display: flex;
            padding: 10px 43px 10px 28px;
            text-transform: capitalize; }
            .header .HeaderWrap .navPages-container .navPages .navPages-list .navPages-item .navPages-action:hover {
              color: #672C18; }
              .header .HeaderWrap .navPages-container .navPages .navPages-list .navPages-item .navPages-action:hover .navPages-action-moreIcon {
                background: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.09268 0.652682L4.56963 0.157313C4.77158 -0.0524377 5.09815 -0.0524377 5.29795 0.157313L9.47451 4.49291C9.67646 4.70266 9.67646 5.04183 9.47451 5.24935L5.3001 9.58495C5.09815 9.7947 4.77158 9.7947 4.57178 9.58495L4.09483 9.08958C3.89072 8.8776 3.89502 8.53173 4.10342 8.32421L6.69014 5.7648H0.515529C0.229786 5.7648 -9.63211e-05 5.52604 -9.63211e-05 5.22927V4.51522C-9.63211e-05 4.21845 0.229786 3.97969 0.515529 3.97969H6.69014L4.10127 1.41805C3.89072 1.21053 3.88643 0.864665 4.09268 0.652682Z" fill="%23672C18"/></svg>') no-repeat center;
                background-size: auto;
                background-size: 10px;
                width: 11px;
                height: 10px;
                transform: translateX(10px); }
            .header .HeaderWrap .navPages-container .navPages .navPages-list .navPages-item .navPages-action .navPages-action-moreIcon {
              background: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.09268 0.652682L4.56963 0.157313C4.77158 -0.0524377 5.09815 -0.0524377 5.29795 0.157313L9.47451 4.49291C9.67646 4.70266 9.67646 5.04183 9.47451 5.24935L5.3001 9.58495C5.09815 9.7947 4.77158 9.7947 4.57178 9.58495L4.09483 9.08958C3.89072 8.8776 3.89502 8.53173 4.10342 8.32421L6.69014 5.7648H0.515529C0.229786 5.7648 -9.63211e-05 5.52604 -9.63211e-05 5.22927V4.51522C-9.63211e-05 4.21845 0.229786 3.97969 0.515529 3.97969H6.69014L4.10127 1.41805C3.89072 1.21053 3.88643 0.864665 4.09268 0.652682Z" fill="%23252C36"/></svg>') no-repeat center;
              background-size: auto;
              background-size: 10px;
              width: 11px;
              height: 10px; }
              .header .HeaderWrap .navPages-container .navPages .navPages-list .navPages-item .navPages-action .navPages-action-moreIcon svg {
                display: none; } }

.header {
  background: #F7F7F7;
  border-bottom: 0;
  height: auto; }
  .header .TopBarWrap {
    background: #252C36;
    height: 30px;
    align-content: center; }
    .header .TopBarWrap .TopBar {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .header .TopBarWrap .TopBar .TopBarBlank {
        width: 20%;
        display: none; }
        @media (min-width: 801px) {
          .header .TopBarWrap .TopBar .TopBarBlank {
            display: block; } }
      .header .TopBarWrap .TopBar .TopBarSlide {
        width: 100%; }
        @media (min-width: 801px) {
          .header .TopBarWrap .TopBar .TopBarSlide {
            width: 577px; } }
        .header .TopBarWrap .TopBar .TopBarSlide .AnnouncementBar > .AnnText:not(:first-child) {
          display: none; }
        .header .TopBarWrap .TopBar .TopBarSlide .AnnouncementBar .AnnText {
          margin: 0;
          color: #fff;
          font-weight: 500;
          font-size: 11px;
          line-height: 100%;
          letter-spacing: 0%;
          text-align: center; }
          @media (min-width: 801px) {
            .header .TopBarWrap .TopBar .TopBarSlide .AnnouncementBar .AnnText {
              font-size: 13px; } }
          .header .TopBarWrap .TopBar .TopBarSlide .AnnouncementBar .AnnText span {
            font-weight: 700; }
        .header .TopBarWrap .TopBar .TopBarSlide .AnnouncementBar .carousel-tooltip {
          display: none; }
        .header .TopBarWrap .TopBar .TopBarSlide .AnnouncementBar .slick-arrow {
          background: transparent;
          border: 0;
          height: 0px;
          width: 10px;
          padding: 0; }
          .header .TopBarWrap .TopBar .TopBarSlide .AnnouncementBar .slick-arrow.slick-next {
            right: 0; }
            .header .TopBarWrap .TopBar .TopBarSlide .AnnouncementBar .slick-arrow.slick-next:before {
              background-image: url('data:image/svg+xml,<svg width="6" height="10" viewBox="0 0 6 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.30325 5.30325L1.0605 9.546L0 8.4855L3.7125 4.773L0 1.0605L1.0605 0L5.30325 4.24275C5.44385 4.3834 5.52284 4.57413 5.52284 4.773C5.52284 4.97187 5.44385 5.1626 5.30325 5.30325Z" fill="%23828282"/></svg>');
              background-size: 5.52px;
              height: 30px;
              width: 10px; }
            .header .TopBarWrap .TopBar .TopBarSlide .AnnouncementBar .slick-arrow.slick-next:hover:before {
              background-image: url('data:image/svg+xml,<svg width="6" height="10" viewBox="0 0 6 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.30325 5.30325L1.0605 9.546L0 8.4855L3.7125 4.773L0 1.0605L1.0605 0L5.30325 4.24275C5.44385 4.3834 5.52284 4.57413 5.52284 4.773C5.52284 4.97187 5.44385 5.1626 5.30325 5.30325Z" fill="%23ffffff"/></svg>');
              background-size: 5.52px; }
          .header .TopBarWrap .TopBar .TopBarSlide .AnnouncementBar .slick-arrow.slick-prev {
            left: 0; }
            .header .TopBarWrap .TopBar .TopBarSlide .AnnouncementBar .slick-arrow.slick-prev:before {
              background-image: url('data:image/svg+xml,<svg width="6" height="10" viewBox="0 0 6 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.219577 5.30325L4.46233 9.546L5.52283 8.4855L1.81033 4.773L5.52283 1.0605L4.46233 0L0.219577 4.24275C0.0789742 4.3834 -1.23978e-05 4.57413 -1.23978e-05 4.773C-1.23978e-05 4.97187 0.0789742 5.1626 0.219577 5.30325Z" fill="%23828282"/></svg>');
              background-size: 5.52px;
              height: 30px;
              width: 10px; }
            .header .TopBarWrap .TopBar .TopBarSlide .AnnouncementBar .slick-arrow.slick-prev:hover:before {
              background-image: url('data:image/svg+xml,<svg width="6" height="10" viewBox="0 0 6 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.219577 5.30325L4.46233 9.546L5.52283 8.4855L1.81033 4.773L5.52283 1.0605L4.46233 0L0.219577 4.24275C0.0789742 4.3834 -1.23978e-05 4.57413 -1.23978e-05 4.773C-1.23978e-05 4.97187 0.0789742 5.1626 0.219577 5.30325Z" fill="%23ffffff"/></svg>');
              background-size: 5.52px; }
      .header .TopBarWrap .TopBar .TopBarLinks {
        display: none;
        align-items: center;
        gap: 27px;
        justify-content: flex-end;
        width: 20%; }
        @media (min-width: 801px) {
          .header .TopBarWrap .TopBar .TopBarLinks {
            display: flex; } }
        .header .TopBarWrap .TopBar .TopBarLinks .ContectLink {
          font-weight: 500;
          font-size: 13px;
          line-height: 100%;
          letter-spacing: 0%;
          text-align: right;
          color: #fff;
          text-decoration: none; }
          @media only screen and (max-width: 900px) {
            .header .TopBarWrap .TopBar .TopBarLinks .ContectLink {
              display: none; } }
        .header .TopBarWrap .TopBar .TopBarLinks .navUser-section {
          margin: 0; }
          .header .TopBarWrap .TopBar .TopBarLinks .navUser-section .navUser-item .navUser-action {
            background: url('data:image/svg+xml,<svg width="8" height="5" viewBox="0 0 8 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M3.53558 4.41938L-4.43845e-05 0.88375L0.883705 -3.09094e-07L3.97746 3.09375L7.07121 -3.86299e-08L7.95496 0.88375L4.41933 4.41938C4.30213 4.53654 4.14318 4.60237 3.97746 4.60237C3.81173 4.60237 3.65279 4.53654 3.53558 4.41938Z" fill="white"/></svg>') no-repeat left center;
            color: #fff;
            font-weight: 600;
            font-size: 13px;
            line-height: 100%;
            letter-spacing: 0%;
            text-align: right;
            padding: 0 0 0px 14px; }
            .header .TopBarWrap .TopBar .TopBarLinks .navUser-section .navUser-item .navUser-action .icon {
              display: none; }
          .header .TopBarWrap .TopBar .TopBarLinks .navUser-section .navUser-item #currencySelection {
            background: #fff;
            border: 1px solid #E0E0E0;
            border-radius: 10px;
            width: 170px;
            left: unset !important;
            right: 0;
            top: 21px !important;
            padding: 10px 0; }
            .header .TopBarWrap .TopBar .TopBarLinks .navUser-section .navUser-item #currencySelection .dropdown-menu-item {
              padding: 0; }
              .header .TopBarWrap .TopBar .TopBarLinks .navUser-section .navUser-item #currencySelection .dropdown-menu-item a {
                padding: 5px 10px;
                color: #000;
                font-weight: 500;
                font-size: 14px;
                line-height: 140%;
                text-transform: capitalize;
                text-align: center; }
                .header .TopBarWrap .TopBar .TopBarLinks .navUser-section .navUser-item #currencySelection .dropdown-menu-item a:hover {
                  color: #672C18;
                  text-decoration: underline; }

.HeaderWrap {
  display: flex;
  align-items: center;
  gap: 11px;
  position: relative; }
  .HeaderWrap .header-logo {
    height: auto;
    margin: 0 17px 0 0;
    padding: 0;
    width: 225px; }
    .HeaderWrap .header-logo .header-logo-image-container {
      min-height: unset; }
  .HeaderWrap .MenuTrigger {
    width: 196px;
    position: relative; }
    .HeaderWrap .MenuTrigger .ShopAllBtn {
      background: #E2B131 url('data:image/svg+xml,<svg width="17" height="13" viewBox="0 0 17 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.20833 0H7.25C7.57047 0 7.87781 0.127306 8.10442 0.353913C8.33103 0.580519 8.45833 0.887863 8.45833 1.20833C8.45833 1.5288 8.33103 1.83615 8.10442 2.06275C7.87781 2.28936 7.57047 2.41667 7.25 2.41667H1.20833C0.887863 2.41667 0.580519 2.28936 0.353913 2.06275C0.127306 1.83615 0 1.5288 0 1.20833C0 0.887863 0.127306 0.580519 0.353913 0.353913C0.580519 0.127306 0.887863 0 1.20833 0ZM9.66667 9.66667H15.7083C16.0288 9.66667 16.3361 9.79397 16.5628 10.0206C16.7894 10.2472 16.9167 10.5545 16.9167 10.875C16.9167 11.1955 16.7894 11.5028 16.5628 11.7294C16.3361 11.956 16.0288 12.0833 15.7083 12.0833H9.66667C9.3462 12.0833 9.03885 11.956 8.81225 11.7294C8.58564 11.5028 8.45833 11.1955 8.45833 10.875C8.45833 10.5545 8.58564 10.2472 8.81225 10.0206C9.03885 9.79397 9.3462 9.66667 9.66667 9.66667ZM1.20833 4.83333H15.7083C16.0288 4.83333 16.3361 4.96064 16.5628 5.18725C16.7894 5.41385 16.9167 5.7212 16.9167 6.04167C16.9167 6.36214 16.7894 6.66948 16.5628 6.89609C16.3361 7.12269 16.0288 7.25 15.7083 7.25H1.20833C0.887863 7.25 0.580519 7.12269 0.353913 6.89609C0.127306 6.66948 0 6.36214 0 6.04167C0 5.7212 0.127306 5.41385 0.353913 5.18725C0.580519 4.96064 0.887863 4.83333 1.20833 4.83333Z" fill="%231F2123"/></svg>') no-repeat left 20px center;
      border-radius: 10px;
      color: #1F2123;
      cursor: pointer;
      width: 100%;
      height: 50px;
      display: block;
      align-content: center;
      text-align: center;
      padding: 0 20px 0 42px;
      font-family: "Raleway", sans-serif;
      font-weight: 700;
      font-size: 14px;
      line-height: 140%;
      letter-spacing: 0%; }
  .HeaderWrap #quickSearch {
    width: 733px; }
    @media (min-width: 1261px) {
      .HeaderWrap #quickSearch {
        margin-right: 23px; } }
  .HeaderWrap .HeaderLinks {
    width: 152px; }
    .HeaderWrap .HeaderLinks .LInkList {
      margin: 0;
      list-style: none;
      display: flex;
      align-items: center;
      gap: 30px;
      justify-content: flex-end; }
      .HeaderWrap .HeaderLinks .LInkList .LinkItems {
        position: relative; }
        .HeaderWrap .HeaderLinks .LInkList .LinkItems:hover .AcountPop, .HeaderWrap .HeaderLinks .LInkList .LinkItems:hover .SupportPop {
          display: flex; }
        .HeaderWrap .HeaderLinks .LInkList .LinkItems .AcountPop {
          position: absolute;
          top: 100%;
          background: #fff;
          width: 204px;
          right: -20px;
          border: 1px solid #E0E0E0;
          border-radius: 10px;
          padding: 19px 19px 26px;
          display: none;
          align-items: center;
          flex-direction: column;
          gap: 15px; }
          .HeaderWrap .HeaderLinks .LInkList .LinkItems .AcountPop:before {
            content: "";
            width: 18px;
            height: 18px;
            background: #fff;
            border: 1px solid #E0E0E0;
            position: absolute;
            top: -10px;
            right: 21px;
            transform: rotate(45deg);
            border-bottom: 0;
            border-right: 0; }
          @media only screen and (max-width: 800px) {
            .HeaderWrap .HeaderLinks .LInkList .LinkItems .AcountPop.show {
              display: flex !important; } }
          .HeaderWrap .HeaderLinks .LInkList .LinkItems .AcountPop a {
            color: #1F2123;
            font-family: "Raleway", sans-serif;
            font-weight: 500;
            font-size: 14px;
            line-height: 140%;
            letter-spacing: 0%;
            text-align: center;
            text-decoration: none; }
            .HeaderWrap .HeaderLinks .LInkList .LinkItems .AcountPop a:hover {
              color: #672C18;
              text-decoration: underline; }
        .HeaderWrap .HeaderLinks .LInkList .LinkItems .LinkAction {
          font-size: 0;
          height: 70px !important;
          display: flex;
          align-items: center; }
          .HeaderWrap .HeaderLinks .LInkList .LinkItems .LinkAction.Support {
            background: url('data:image/svg+xml,<svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.5 13.1267C17.4999 14.3234 17.091 15.4842 16.341 16.4167C15.591 17.3492 14.545 17.9976 13.3761 18.2542L12.8179 16.5795C13.3291 16.4955 13.8154 16.299 14.2415 16.0042C14.6676 15.7095 15.0229 15.3238 15.2819 14.875H13.125C12.6609 14.875 12.2158 14.6906 11.8876 14.3624C11.5594 14.0342 11.375 13.5891 11.375 13.125V9.625C11.375 9.16087 11.5594 8.71575 11.8876 8.38756C12.2158 8.05937 12.6609 7.875 13.125 7.875H15.6957C15.4822 6.18353 14.6588 4.62811 13.38 3.50059C12.1012 2.37307 10.4549 1.75094 8.75 1.75094C7.04511 1.75094 5.39881 2.37307 4.12 3.50059C2.84119 4.62811 2.01778 6.18353 1.80425 7.875H4.375C4.83913 7.875 5.28425 8.05937 5.61244 8.38756C5.94063 8.71575 6.125 9.16087 6.125 9.625V13.125C6.125 13.5891 5.94063 14.0342 5.61244 14.3624C5.28425 14.6906 4.83913 14.875 4.375 14.875H1.75C1.28587 14.875 0.840752 14.6906 0.512563 14.3624C0.184374 14.0342 0 13.5891 0 13.125V8.75C0 3.91737 3.91738 0 8.75 0C13.5826 0 17.5 3.91737 17.5 8.75V13.1267Z" fill="%23252C36"/></svg>') no-repeat center;
            background-size: 17.5px;
            height: 18.25px;
            display: block;
            width: 17.5px; }
            .HeaderWrap .HeaderLinks .LInkList .LinkItems .LinkAction.Support:hover {
              background: url('data:image/svg+xml,<svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.5 13.1267C17.4999 14.3234 17.091 15.4842 16.341 16.4167C15.591 17.3492 14.545 17.9976 13.3761 18.2542L12.8179 16.5795C13.3291 16.4955 13.8154 16.299 14.2415 16.0042C14.6676 15.7095 15.0229 15.3238 15.2819 14.875H13.125C12.6609 14.875 12.2158 14.6906 11.8876 14.3624C11.5594 14.0342 11.375 13.5891 11.375 13.125V9.625C11.375 9.16087 11.5594 8.71575 11.8876 8.38756C12.2158 8.05937 12.6609 7.875 13.125 7.875H15.6957C15.4822 6.18353 14.6588 4.62811 13.38 3.50059C12.1012 2.37307 10.4549 1.75094 8.75 1.75094C7.04511 1.75094 5.39881 2.37307 4.12 3.50059C2.84119 4.62811 2.01778 6.18353 1.80425 7.875H4.375C4.83913 7.875 5.28425 8.05937 5.61244 8.38756C5.94063 8.71575 6.125 9.16087 6.125 9.625V13.125C6.125 13.5891 5.94063 14.0342 5.61244 14.3624C5.28425 14.6906 4.83913 14.875 4.375 14.875H1.75C1.28587 14.875 0.840752 14.6906 0.512563 14.3624C0.184374 14.0342 0 13.5891 0 13.125V8.75C0 3.91737 3.91738 0 8.75 0C13.5826 0 17.5 3.91737 17.5 8.75V13.1267Z" fill="%23672C18"/></svg>') no-repeat center;
              background-size: 17.5px;
              height: 18.25px;
              display: block;
              width: 17.5px; }
          .HeaderWrap .HeaderLinks .LInkList .LinkItems .LinkAction.Account {
            background: url('data:image/svg+xml,<svg width="22" height="19" viewBox="0 0 22 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.11765 0C7.04118 0 6.0088 0.427625 5.24762 1.1888C4.48645 1.94998 4.05882 2.98236 4.05882 4.05882C4.05882 5.13529 4.48645 6.16767 5.24762 6.92885C6.0088 7.69002 7.04118 8.11765 8.11765 8.11765C9.19411 8.11765 10.2265 7.69002 10.9877 6.92885C11.7488 6.16767 12.1765 5.13529 12.1765 4.05882C12.1765 2.98236 11.7488 1.94998 10.9877 1.1888C10.2265 0.427625 9.19411 0 8.11765 0ZM15.2206 8.11765C15.1586 8.11649 15.0981 8.13722 15.0499 8.17619C15.0017 8.21515 14.9687 8.26987 14.9568 8.33074L14.764 9.67015C14.4596 9.80206 14.1653 9.96441 13.9015 10.1471L12.6432 9.63971C12.5316 9.63971 12.3997 9.63971 12.3287 9.77162L11.314 11.5271C11.2531 11.6387 11.2734 11.7706 11.3749 11.8518L12.4504 12.6838C12.41 13.0209 12.41 13.3615 12.4504 13.6985L11.3749 14.5306C11.3293 14.5697 11.2984 14.6232 11.2873 14.6822C11.2762 14.7413 11.2856 14.8023 11.314 14.8553L12.3287 16.6107C12.3896 16.7426 12.5215 16.7426 12.6432 16.7426L13.9015 16.2353C14.1653 16.4179 14.4494 16.5904 14.764 16.7122L14.9568 18.0516C14.9771 18.1734 15.0785 18.2647 15.2206 18.2647H17.25C17.3616 18.2647 17.4732 18.1734 17.4935 18.0516L17.6863 16.7122C17.9907 16.5803 18.2647 16.4179 18.5387 16.2353L19.7868 16.7426C19.9187 16.7426 20.0506 16.7426 20.1216 16.6107L21.1363 14.8553C21.1647 14.8023 21.1741 14.7413 21.163 14.6822C21.1519 14.6232 21.121 14.5697 21.0754 14.5306L19.9897 13.6985C20.01 13.526 20.0303 13.3637 20.0303 13.1912C20.0303 13.0187 20.0201 12.8563 19.9897 12.6838L21.0653 11.8518C21.1109 11.8127 21.1418 11.7592 21.1528 11.7001C21.1639 11.6411 21.1545 11.58 21.1262 11.5271L20.1115 9.77162C20.0506 9.63971 19.9187 9.63971 19.7868 9.63971L18.5387 10.1471C18.2647 9.96441 17.9907 9.79191 17.6762 9.67015L17.4834 8.33074C17.477 8.27294 17.4498 8.21944 17.4068 8.18023C17.3639 8.14102 17.3081 8.11877 17.25 8.11765H15.2206ZM8.11765 10.1471C3.63265 10.1471 0 11.9634 0 14.2059V16.2353H9.82235C9.36949 15.2843 9.1338 14.2445 9.13235 13.1912C9.13441 12.1717 9.3559 11.1646 9.78176 10.2384C9.24397 10.1775 8.68588 10.1471 8.11765 10.1471ZM16.2353 11.6691C17.0775 11.6691 17.7574 12.349 17.7574 13.1912C17.7574 14.0334 17.0775 14.7132 16.2353 14.7132C15.3829 14.7132 14.7132 14.0334 14.7132 13.1912C14.7132 12.349 15.3931 11.6691 16.2353 11.6691Z" fill="%23252C36"/></svg>') no-repeat center;
            background-size: 21.17px;
            height: 18.26px;
            display: block;
            width: 21.17px; }
            .HeaderWrap .HeaderLinks .LInkList .LinkItems .LinkAction.Account:hover {
              background: url('data:image/svg+xml,<svg width="22" height="19" viewBox="0 0 22 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.11765 0C7.04118 0 6.0088 0.427625 5.24762 1.1888C4.48645 1.94998 4.05882 2.98236 4.05882 4.05882C4.05882 5.13529 4.48645 6.16767 5.24762 6.92885C6.0088 7.69002 7.04118 8.11765 8.11765 8.11765C9.19411 8.11765 10.2265 7.69002 10.9877 6.92885C11.7488 6.16767 12.1765 5.13529 12.1765 4.05882C12.1765 2.98236 11.7488 1.94998 10.9877 1.1888C10.2265 0.427625 9.19411 0 8.11765 0ZM15.2206 8.11765C15.1586 8.11649 15.0981 8.13722 15.0499 8.17619C15.0017 8.21515 14.9687 8.26987 14.9568 8.33074L14.764 9.67015C14.4596 9.80206 14.1653 9.96441 13.9015 10.1471L12.6432 9.63971C12.5316 9.63971 12.3997 9.63971 12.3287 9.77162L11.314 11.5271C11.2531 11.6387 11.2734 11.7706 11.3749 11.8518L12.4504 12.6838C12.41 13.0209 12.41 13.3615 12.4504 13.6985L11.3749 14.5306C11.3293 14.5697 11.2984 14.6232 11.2873 14.6822C11.2762 14.7413 11.2856 14.8023 11.314 14.8553L12.3287 16.6107C12.3896 16.7426 12.5215 16.7426 12.6432 16.7426L13.9015 16.2353C14.1653 16.4179 14.4494 16.5904 14.764 16.7122L14.9568 18.0516C14.9771 18.1734 15.0785 18.2647 15.2206 18.2647H17.25C17.3616 18.2647 17.4732 18.1734 17.4935 18.0516L17.6863 16.7122C17.9907 16.5803 18.2647 16.4179 18.5387 16.2353L19.7868 16.7426C19.9187 16.7426 20.0506 16.7426 20.1216 16.6107L21.1363 14.8553C21.1647 14.8023 21.1741 14.7413 21.163 14.6822C21.1519 14.6232 21.121 14.5697 21.0754 14.5306L19.9897 13.6985C20.01 13.526 20.0303 13.3637 20.0303 13.1912C20.0303 13.0187 20.0201 12.8563 19.9897 12.6838L21.0653 11.8518C21.1109 11.8127 21.1418 11.7592 21.1528 11.7001C21.1639 11.6411 21.1545 11.58 21.1262 11.5271L20.1115 9.77162C20.0506 9.63971 19.9187 9.63971 19.7868 9.63971L18.5387 10.1471C18.2647 9.96441 17.9907 9.79191 17.6762 9.67015L17.4834 8.33074C17.477 8.27294 17.4498 8.21944 17.4068 8.18023C17.3639 8.14102 17.3081 8.11877 17.25 8.11765H15.2206ZM8.11765 10.1471C3.63265 10.1471 0 11.9634 0 14.2059V16.2353H9.82235C9.36949 15.2843 9.1338 14.2445 9.13235 13.1912C9.13441 12.1717 9.3559 11.1646 9.78176 10.2384C9.24397 10.1775 8.68588 10.1471 8.11765 10.1471ZM16.2353 11.6691C17.0775 11.6691 17.7574 12.349 17.7574 13.1912C17.7574 14.0334 17.0775 14.7132 16.2353 14.7132C15.3829 14.7132 14.7132 14.0334 14.7132 13.1912C14.7132 12.349 15.3931 11.6691 16.2353 11.6691Z" fill="%23672C18"/></svg>') no-repeat center;
              background-size: 21.17px;
              height: 18.26px;
              display: block;
              width: 21.17px; }
          .HeaderWrap .HeaderLinks .LInkList .LinkItems .LinkAction.CartIcon {
            display: flex;
            text-decoration: none; }
            .HeaderWrap .HeaderLinks .LInkList .LinkItems .LinkAction.CartIcon .navUser-item-cartLabel {
              background: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.492122 0.0281405C0.578794 0.00254989 0.66966 -0.00570207 0.759524 0.00385674C0.849388 0.0134156 0.936485 0.0405976 1.01583 0.0838479C1.09518 0.127098 1.16523 0.185568 1.22196 0.255913C1.27869 0.326258 1.32099 0.407097 1.34646 0.493807L1.85062 2.20064H15.2844C16.971 2.20064 18.259 3.77456 17.7731 5.41814L16.256 10.5515C15.9334 11.646 14.9076 12.3756 13.7673 12.3756H5.37429C4.23396 12.3756 3.20912 11.646 2.88554 10.5515L0.0282887 0.883391C-0.023466 0.708591 -0.00367652 0.520393 0.0833051 0.360181C0.170287 0.19997 0.317338 0.0799481 0.492122 0.0281405ZM3.66654 15.8131C3.66654 15.2661 3.88384 14.7415 4.27063 14.3547C4.65742 13.9679 5.18203 13.7506 5.72904 13.7506C6.27605 13.7506 6.80065 13.9679 7.18745 14.3547C7.57424 14.7415 7.79154 15.2661 7.79154 15.8131C7.79154 16.3601 7.57424 16.8848 7.18745 17.2715C6.80065 17.6583 6.27605 17.8756 5.72904 17.8756C5.18203 17.8756 4.65742 17.6583 4.27063 17.2715C3.88384 16.8848 3.66654 16.3601 3.66654 15.8131ZM10.9999 15.8131C10.9999 15.5423 11.0532 15.2741 11.1569 15.0239C11.2605 14.7736 11.4124 14.5463 11.604 14.3547C11.7955 14.1632 12.0229 14.0113 12.2731 13.9076C12.5233 13.804 12.7915 13.7506 13.0624 13.7506C13.3332 13.7506 13.6014 13.804 13.8517 13.9076C14.1019 14.0113 14.3293 14.1632 14.5208 14.3547C14.7123 14.5463 14.8642 14.7736 14.9679 15.0239C15.0715 15.2741 15.1249 15.5423 15.1249 15.8131C15.1249 16.3601 14.9076 16.8848 14.5208 17.2715C14.134 17.6583 13.6094 17.8756 13.0624 17.8756C12.5154 17.8756 11.9908 17.6583 11.604 17.2715C11.2172 16.8848 10.9999 16.3601 10.9999 15.8131Z" fill="%23252C36"/></svg>') no-repeat center;
              background-size: 17.88px;
              height: 17.88px;
              display: block;
              width: 17.88px; }
              .HeaderWrap .HeaderLinks .LInkList .LinkItems .LinkAction.CartIcon .navUser-item-cartLabel:hover {
                background: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.492122 0.0281405C0.578794 0.00254989 0.66966 -0.00570207 0.759524 0.00385674C0.849388 0.0134156 0.936485 0.0405976 1.01583 0.0838479C1.09518 0.127098 1.16523 0.185568 1.22196 0.255913C1.27869 0.326258 1.32099 0.407097 1.34646 0.493807L1.85062 2.20064H15.2844C16.971 2.20064 18.259 3.77456 17.7731 5.41814L16.256 10.5515C15.9334 11.646 14.9076 12.3756 13.7673 12.3756H5.37429C4.23396 12.3756 3.20912 11.646 2.88554 10.5515L0.0282887 0.883391C-0.023466 0.708591 -0.00367652 0.520393 0.0833051 0.360181C0.170287 0.19997 0.317338 0.0799481 0.492122 0.0281405ZM3.66654 15.8131C3.66654 15.2661 3.88384 14.7415 4.27063 14.3547C4.65742 13.9679 5.18203 13.7506 5.72904 13.7506C6.27605 13.7506 6.80065 13.9679 7.18745 14.3547C7.57424 14.7415 7.79154 15.2661 7.79154 15.8131C7.79154 16.3601 7.57424 16.8848 7.18745 17.2715C6.80065 17.6583 6.27605 17.8756 5.72904 17.8756C5.18203 17.8756 4.65742 17.6583 4.27063 17.2715C3.88384 16.8848 3.66654 16.3601 3.66654 15.8131ZM10.9999 15.8131C10.9999 15.5423 11.0532 15.2741 11.1569 15.0239C11.2605 14.7736 11.4124 14.5463 11.604 14.3547C11.7955 14.1632 12.0229 14.0113 12.2731 13.9076C12.5233 13.804 12.7915 13.7506 13.0624 13.7506C13.3332 13.7506 13.6014 13.804 13.8517 13.9076C14.1019 14.0113 14.3293 14.1632 14.5208 14.3547C14.7123 14.5463 14.8642 14.7736 14.9679 15.0239C15.0715 15.2741 15.1249 15.5423 15.1249 15.8131C15.1249 16.3601 14.9076 16.8848 14.5208 17.2715C14.134 17.6583 13.6094 17.8756 13.0624 17.8756C12.5154 17.8756 11.9908 17.6583 11.604 17.2715C11.2172 16.8848 10.9999 16.3601 10.9999 15.8131Z" fill="%23672C18"/></svg>') no-repeat center;
                background-size: 17.88px;
                height: 17.88px;
                display: block;
                width: 17.88px; }
            .HeaderWrap .HeaderLinks .LInkList .LinkItems .LinkAction.CartIcon .countPill.cart-quantity {
              display: flex;
              width: 21px;
              height: 21px;
              background: #672C18;
              border-radius: 100%;
              color: #fff;
              font-family: "Raleway", sans-serif;
              font-weight: 600;
              font-size: 10px;
              line-height: 140%;
              letter-spacing: 0%;
              align-items: center;
              justify-content: center;
              padding-bottom: 1px;
              position: relative;
              top: -10px; }
              @media only screen and (max-width: 800px) {
                .HeaderWrap .HeaderLinks .LInkList .LinkItems .LinkAction.CartIcon .countPill.cart-quantity {
                  width: 17px;
                  height: 17px; } }

.SupportPop {
  position: absolute;
  top: 100%;
  background: #fff;
  width: 301px;
  right: -22px;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  padding: 19px 24px 24px;
  display: none;
  align-items: center;
  flex-direction: column; }
  .SupportPop:before {
    content: "";
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #E0E0E0;
    position: absolute;
    top: -10px;
    right: 21px;
    transform: rotate(45deg);
    border-bottom: 0;
    border-right: 0; }
  @media only screen and (max-width: 800px) {
    .SupportPop.show {
      display: flex !important; } }
  .SupportPop h6 {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
    margin: 0 0 5px 0;
    color: #1F1F1F;
    text-transform: capitalize; }
  .SupportPop p {
    color: #1F1F1F;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    margin: 0 0 9px 0; }
  .SupportPop .SupCal {
    color: #1F1F1F;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-decoration: none;
    margin: 0 0 20px 0; }
    .SupportPop .SupCal:hover span {
      color: #672C18; }
    .SupportPop .SupCal span {
      font-weight: 600; }
  .SupportPop .SupBtn {
    color: #1F1F1F;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    width: 100%;
    max-width: 254px;
    height: 45px;
    text-align: center;
    align-content: center;
    text-decoration: none;
    border: 1px solid #252C36;
    margin: 0 0 10px 0;
    border-radius: 10px; }
    .SupportPop .SupBtn.Contact {
      background: #E2B131;
      border-color: #E2B131;
      color: #1F2123;
      font-size: 15px;
      font-weight: 600; }
      .SupportPop .SupBtn.Contact:hover {
        color: #1F1F1F;
        background-color: #EEC24E;
        border: 1px solid #EEC24E; }
    .SupportPop .SupBtn:last-child {
      margin: 0px; }
    .SupportPop .SupBtn:hover {
      color: #672C18;
      background: #fff;
      border-color: #672C18; }

#cart-preview-dropdown {
  background: #F7F7F7;
  width: 300px; }
  #cart-preview-dropdown .previewCartWrapper .previewCart {
    border-radius: 10px;
    border: 1px solid #e0e0e0; }
    #cart-preview-dropdown .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-brand, #cart-preview-dropdown .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-price, #cart-preview-dropdown .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name a {
      color: #1F2123; }
    #cart-preview-dropdown .previewCartWrapper .previewCart .previewCart-additionalCheckoutButtons {
      border-radius: 0 0 10px 10px; }
    #cart-preview-dropdown .previewCartWrapper .previewCart .previewCartAction {
      border-top: 1px solid #E0E0E0; }
      #cart-preview-dropdown .previewCartWrapper .previewCart .previewCartAction .button {
        font-family: "Raleway", sans-serif;
        border-radius: 10px;
        background-color: #E2B131;
        border-color: #E2B131;
        color: #1F2123;
        font-weight: 700; }
        #cart-preview-dropdown .previewCartWrapper .previewCart .previewCartAction .button:hover {
          background: #1F2123;
          color: #E2B131;
          border-color: #1F2123; }
        #cart-preview-dropdown .previewCartWrapper .previewCart .previewCartAction .button.button--action {
          background-color: transparent;
          border-color: #1F2123; }
          #cart-preview-dropdown .previewCartWrapper .previewCart .previewCartAction .button.button--action:hover {
            background-color: #1F2123;
            border-color: #fff; }

.quickSearchResults {
  position: absolute;
  top: 100%;
  background: #fff; }

.form-input::placeholder {
  color: #1F2123; }

.form-input::-webkit-input-placeholder {
  color: #1F2123; }

.form-input::-moz-placeholder {
  color: #1F2123; }

.form-input::-ms-input-placeholder {
  color: #1F2123; }

.SearchForm {
  margin: 0; }
  .SearchForm .form-field {
    margin: 0; }
    .SearchForm .form-field .form-input {
      background: #fff url('data:image/svg+xml,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.2501 13.2501L10.3548 10.3548M10.3548 10.3548C10.8501 9.85955 11.2429 9.27159 11.511 8.6245C11.779 7.97742 11.9169 7.28387 11.9169 6.58347C11.9169 5.88307 11.779 5.18953 11.511 4.54244C11.2429 3.89535 10.8501 3.3074 10.3548 2.81214C9.85955 2.31688 9.27159 1.92402 8.6245 1.65599C7.97742 1.38795 7.28387 1.25 6.58347 1.25C5.88307 1.25 5.18953 1.38795 4.54244 1.65599C3.89535 1.92402 3.3074 2.31688 2.81214 2.81214C1.81192 3.81236 1.25 5.16895 1.25 6.58347C1.25 7.998 1.81192 9.35458 2.81214 10.3548C3.81236 11.355 5.16895 11.9169 6.58347 11.9169C7.998 11.9169 9.35458 11.355 10.3548 10.3548Z" stroke="%231F2123" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat right 20px center;
      border-radius: 10px;
      border: 1px solid #E0E0E0;
      height: 50px;
      color: #1F2123;
      font-family: "Raleway", sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 140%;
      letter-spacing: 0%;
      padding: 0 50px 0 24px; }

@media only screen and (max-width: 800px) {
  body {
    padding-top: 90px; }
  .header.is-open .navPages-container {
    display: block !important; }
  .header .navPage-subMenu-item.ShowAllSecondLevel {
    display: none !important; }
  .header .ShopAllBtnMob {
    display: block !important;
    min-height: 55px;
    background: #E2B131;
    border-radius: 20px;
    width: calc(100% - 40px);
    margin: 23px auto;
    align-content: center;
    text-decoration: none;
    color: #1F2123;
    font-family: Raleway;
    font-weight: 600;
    font-size: 15px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center; }
    .header .ShopAllBtnMob:hover {
      background: #1F2123;
      color: #fff; }
  .header .HeaderWrap {
    justify-content: space-between; }
    .header .HeaderWrap .MobileBurger {
      display: flex !important;
      width: 100px; }
      .header .HeaderWrap .MobileBurger .mobileMenu-toggle {
        height: 42px;
        width: 42px;
        background: #E2B131 url('data:image/svg+xml,<svg width="23" height="21" viewBox="0 0 23 21" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_7_895)"><path d="M1.54872 7.83537H7.73774C8.06603 7.83537 8.38087 7.96578 8.613 8.19791C8.84513 8.43004 8.97555 8.74488 8.97555 9.07317C8.97555 9.40146 8.84513 9.7163 8.613 9.94843C8.38087 10.1806 8.06603 10.311 7.73774 10.311H1.54872C1.22043 10.311 0.905591 10.1806 0.673458 9.94843C0.441324 9.7163 0.310913 9.40146 0.310913 9.07317C0.310913 8.74488 0.441324 8.43004 0.673458 8.19791C0.905591 7.96578 1.22043 7.83537 1.54872 7.83537ZM10.2134 17.7378H16.4024C16.7307 17.7378 17.0455 17.8682 17.2776 18.1003C17.5098 18.3325 17.6402 18.6473 17.6402 18.9756C17.6402 19.3039 17.5098 19.6187 17.2776 19.8509C17.0455 20.083 16.7307 20.2134 16.4024 20.2134H10.2134C9.88507 20.2134 9.57022 20.083 9.33809 19.8509C9.10596 19.6187 8.97555 19.3039 8.97555 18.9756C8.97555 18.6473 9.10596 18.3325 9.33809 18.1003C9.57022 17.8682 9.88507 17.7378 10.2134 17.7378ZM1.54872 12.7866H16.4024C16.7307 12.7866 17.0455 12.917 17.2776 13.1491C17.5098 13.3813 17.6402 13.6961 17.6402 14.0244C17.6402 14.3527 17.5098 14.6675 17.2776 14.8996C17.0455 15.1318 16.7307 15.2622 16.4024 15.2622H1.54872C1.22043 15.2622 0.905591 15.1318 0.673458 14.8996C0.441324 14.6675 0.310913 14.3527 0.310913 14.0244C0.310913 13.6961 0.441324 13.3813 0.673458 13.1491C0.905591 12.917 1.22043 12.7866 1.54872 12.7866Z" fill="%231F2123"/></g><g clip-path="url(%23clip1_7_895)"><path d="M21.5244 9.15854L19.6707 7.30482M19.6707 7.30482C19.9878 6.98773 20.2393 6.61129 20.4109 6.197C20.5825 5.78271 20.6709 5.33867 20.6709 4.89024C20.6709 4.44182 20.5826 3.99778 20.4109 3.58349C20.2393 3.16919 19.9878 2.79276 19.6707 2.47567C19.3536 2.15858 18.9772 1.90706 18.5629 1.73545C18.1486 1.56385 17.7046 1.47552 17.2562 1.47552C16.8077 1.47552 16.3637 1.56385 15.9494 1.73545C15.5351 1.90706 15.1587 2.15858 14.8416 2.47567C14.2012 3.11605 13.8414 3.9846 13.8414 4.89024C13.8414 5.79588 14.2012 6.66443 14.8416 7.30482C15.482 7.9452 16.3505 8.30496 17.2562 8.30496C18.1618 8.30496 19.0303 7.9452 19.6707 7.30482Z" stroke="%231F2123" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_7_895"><rect width="18" height="14" fill="white" transform="translate(0 7)"/></clipPath><clipPath id="clip1_7_895"><rect width="11" height="11" fill="white" transform="translate(12)"/></clipPath></defs></svg>') no-repeat center;
        border-radius: 10px;
        overflow: hidden;
        padding: 0;
        position: unset;
        z-index: 50; }
        .header .HeaderWrap .MobileBurger .mobileMenu-toggle.is-open {
          background: #E2B131 url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.00038 12.1117L12.1121 1" stroke="%230A0A1E" stroke-width="2" stroke-linecap="round"/><path d="M12.1117 12.1117L1 1" stroke="%230A0A1E" stroke-width="2" stroke-linecap="round"/></svg>') no-repeat center; }
        .header .HeaderWrap .MobileBurger .mobileMenu-toggle .mobileMenu-toggleIcon {
          display: none; }
    .header .HeaderWrap .MenuTrigger, .header .HeaderWrap .QuickSearch {
      display: none; }
    .header .HeaderWrap .header-logo {
      margin: 0;
      width: 165px; }
      .header .HeaderWrap .header-logo .header-logo__link {
        width: 100%; }
        .header .HeaderWrap .header-logo .header-logo__link .header-logo-image-unknown-size {
          max-height: 33px; }
    .header .HeaderWrap .HeaderLinks {
      width: 100px; }
      .header .HeaderWrap .HeaderLinks .LInkList {
        gap: 18px; }
        .header .HeaderWrap .HeaderLinks .LInkList .LinkItems .LinkAction {
          height: 60px !important; }
        .header .HeaderWrap .HeaderLinks .LInkList .LinkItems.ItemSupport {
          position: fixed;
          left: 69px; }
          .header .HeaderWrap .HeaderLinks .LInkList .LinkItems.ItemSupport .SupportPop {
            right: unset;
            left: -22px; }
            .header .HeaderWrap .HeaderLinks .LInkList .LinkItems.ItemSupport .SupportPop:before {
              right: unset;
              left: 21px; }
  .header .navPages-container.is-open {
    padding-top: 60px; }
    .header .navPages-container.is-open .navPages {
      background-color: #252C36;
      height: calc(100vh - 90px);
      overflow-y: auto;
      padding: 0 0 100px 0;
      position: relative; }
      .header .navPages-container.is-open .navPages .navPages-quickSearch {
        border-bottom: 0;
        margin-bottom: 0;
        padding: 8px 10px 0 10px;
        background: #fff; }
        .header .navPages-container.is-open .navPages .navPages-quickSearch .SearchForm .form-fieldset .form-field .form-input {
          height: 45px;
          border-radius: 100px;
          background-color: #EAECED; }
      .header .navPages-container.is-open .navPages .navPages-list {
        background: #fff; }
        .header .navPages-container.is-open .navPages .navPages-list.navPages-list--user {
          border-top: 0;
          margin-top: 0;
          padding-top: 0;
          background: #252C36;
          position: relative; }
          .header .navPages-container.is-open .navPages .navPages-list.navPages-list--user .MenuContact {
            display: block !important;
            color: #fff;
            text-decoration: none;
            position: absolute;
            left: 10px;
            top: 0;
            height: 69px;
            align-content: center;
            font-family: "Raleway", sans-serif;
            font-weight: 500;
            font-size: 13px;
            line-height: 100%;
            letter-spacing: 0%;
            z-index: 9; }
            .header .navPages-container.is-open .navPages .navPages-list.navPages-list--user .MenuContact:hover {
              color: #E2B131; }
          .header .navPages-container.is-open .navPages .navPages-list.navPages-list--user .navPages-item {
            position: relative; }
            .header .navPages-container.is-open .navPages .navPages-list.navPages-list--user .navPages-item .navPages-action {
              color: #fff !important;
              background: url('data:image/svg+xml,<svg width="8" height="5" viewBox="0 0 8 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M3.53558 4.41938L-4.43845e-05 0.88375L0.883705 -3.09094e-07L3.97746 3.09375L7.07121 -3.86299e-08L7.95496 0.88375L4.41933 4.41938C4.30213 4.53654 4.14318 4.60237 3.97746 4.60237C3.81173 4.60237 3.65279 4.53654 3.53558 4.41938Z" fill="white"/></svg>') no-repeat left center;
              font-family: "Raleway", sans-serif;
              font-weight: 600;
              font-size: 13px;
              line-height: 100%;
              letter-spacing: 0%;
              text-align: right;
              margin: 0 0 0 auto;
              border: 0;
              display: block;
              width: fit-content; }
              .header .navPages-container.is-open .navPages .navPages-list.navPages-list--user .navPages-item .navPages-action .navPages-action-moreIcon {
                display: none; }
            .header .navPages-container.is-open .navPages .navPages-list.navPages-list--user .navPages-item #navPages-currency {
              position: absolute;
              background: #252C36;
              top: 90%;
              width: 160px;
              right: 10px;
              left: unset;
              height: auto;
              overflow-y: unset; }
              .header .navPages-container.is-open .navPages .navPages-list.navPages-list--user .navPages-item #navPages-currency.is-open {
                padding-bottom: 100px; }
              .header .navPages-container.is-open .navPages .navPages-list.navPages-list--user .navPages-item #navPages-currency .navPage-subMenu-list {
                border: 1px solid #fff;
                border-radius: 10px; }
                .header .navPages-container.is-open .navPages .navPages-list.navPages-list--user .navPages-item #navPages-currency .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action {
                  color: #252C36 !important;
                  display: block;
                  width: 100%;
                  background: none;
                  text-align: left;
                  font-size: 13px; }
                  .header .navPages-container.is-open .navPages .navPages-list.navPages-list--user .navPages-item #navPages-currency .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action:hover {
                    color: #E2B131; }
        .header .navPages-container.is-open .navPages .navPages-list .navPages-item.navPages-item-page {
          display: none; }
        .header .navPages-container.is-open .navPages .navPages-list .navPages-item .navPages-action {
          color: #1F2123;
          font-family: "Raleway", sans-serif;
          font-weight: 700;
          font-size: 15px;
          line-height: 150%;
          letter-spacing: 0%;
          height: 69px;
          align-content: center;
          padding: 0 20px;
          border-bottom: 1px solid #E0E0E0;
          text-transform: capitalize; }
          .header .navPages-container.is-open .navPages .navPages-list .navPages-item .navPages-action:hover {
            color: #672C18; }
            .header .navPages-container.is-open .navPages .navPages-list .navPages-item .navPages-action:hover .navPages-action-moreIcon {
              background: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.09268 0.652682L4.56963 0.157313C4.77158 -0.0524377 5.09815 -0.0524377 5.29795 0.157313L9.47451 4.49291C9.67646 4.70266 9.67646 5.04183 9.47451 5.24935L5.3001 9.58495C5.09815 9.7947 4.77158 9.7947 4.57178 9.58495L4.09483 9.08958C3.89072 8.8776 3.89502 8.53173 4.10342 8.32421L6.69014 5.7648H0.515529C0.229786 5.7648 -9.63211e-05 5.52604 -9.63211e-05 5.22927V4.51522C-9.63211e-05 4.21845 0.229786 3.97969 0.515529 3.97969H6.69014L4.10127 1.41805C3.89072 1.21053 3.88643 0.864665 4.09268 0.652682Z" fill="%23672C18"/></svg>') no-repeat center;
              background-size: auto;
              background-size: 10px;
              width: 11px;
              height: 10px; }
          .header .navPages-container.is-open .navPages .navPages-list .navPages-item .navPages-action .navPages-action-moreIcon {
            background: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.09268 0.652682L4.56963 0.157313C4.77158 -0.0524377 5.09815 -0.0524377 5.29795 0.157313L9.47451 4.49291C9.67646 4.70266 9.67646 5.04183 9.47451 5.24935L5.3001 9.58495C5.09815 9.7947 4.77158 9.7947 4.57178 9.58495L4.09483 9.08958C3.89072 8.8776 3.89502 8.53173 4.10342 8.32421L6.69014 5.7648H0.515529C0.229786 5.7648 -9.63211e-05 5.52604 -9.63211e-05 5.22927V4.51522C-9.63211e-05 4.21845 0.229786 3.97969 0.515529 3.97969H6.69014L4.10127 1.41805C3.89072 1.21053 3.88643 0.864665 4.09268 0.652682Z" fill="%23252C36"/></svg>') no-repeat center;
            background-size: auto;
            background-size: 10px;
            width: 11px;
            height: 10px;
            transform: none;
            margin: 0; }
            .header .navPages-container.is-open .navPages .navPages-list .navPages-item .navPages-action .navPages-action-moreIcon svg {
              display: none; }
        .header .navPages-container.is-open .navPages .navPages-list .navPage-subMenu.is-open {
          display: block;
          position: absolute;
          top: 55px;
          left: 0;
          background: #fff;
          height: 483px;
          overflow-y: auto;
          width: 100%;
          z-index: 99; }
          .header .navPages-container.is-open .navPages .navPages-list .navPage-subMenu.is-open .navPage-subMenu-list {
            background: #fff;
            margin: 0; }
            .header .navPages-container.is-open .navPages .navPages-list .navPage-subMenu.is-open .navPage-subMenu-list .close-nav-cstm {
              cursor: pointer;
              display: block !important;
              padding: 23px 20px 5px 20px;
              color: #0A0A1E;
              font-family: "Raleway", sans-serif;
              font-weight: 500;
              font-size: 16px;
              line-height: 100%;
              letter-spacing: 0%; }
              .header .navPages-container.is-open .navPages .navPages-list .navPage-subMenu.is-open .navPage-subMenu-list .close-nav-cstm .navPages-action-moreIcon {
                background: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.09268 0.652682L4.56963 0.157313C4.77158 -0.0524377 5.09815 -0.0524377 5.29795 0.157313L9.47451 4.49291C9.67646 4.70266 9.67646 5.04183 9.47451 5.24935L5.3001 9.58495C5.09815 9.7947 4.77158 9.7947 4.57178 9.58495L4.09483 9.08958C3.89072 8.8776 3.89502 8.53173 4.10342 8.32421L6.69014 5.7648H0.515529C0.229786 5.7648 -9.63211e-05 5.52604 -9.63211e-05 5.22927V4.51522C-9.63211e-05 4.21845 0.229786 3.97969 0.515529 3.97969H6.69014L4.10127 1.41805C3.89072 1.21053 3.88643 0.864665 4.09268 0.652682Z" fill="%23252C36"/></svg>') no-repeat center;
                background-size: auto;
                background-size: 10px;
                width: 11px;
                height: 10px;
                transform: rotate(180deg);
                margin: -3px 9px 0 0;
                display: inline-block; }
            .header .navPages-container.is-open .navPages .navPages-list .navPage-subMenu.is-open .navPage-subMenu-list .navPage-subMenu-item {
              padding: 0; }
              .header .navPages-container.is-open .navPages .navPages-list .navPage-subMenu.is-open .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action {
                color: #0A0A1E;
                font-family: "Raleway", sans-serif;
                font-weight: 500;
                font-size: 16px;
                line-height: 20px;
                letter-spacing: 0%;
                height: 52px;
                align-content: center;
                padding: 0 20px;
                border-bottom: 1px solid #E0E0E0;
                text-transform: capitalize; }
                .header .navPages-container.is-open .navPages .navPages-list .navPage-subMenu.is-open .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action.SubCatName {
                  font-weight: 700;
                  font-size: 18px; }
                .header .navPages-container.is-open .navPages .navPages-list .navPage-subMenu.is-open .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action .collapsible-icon-wrapper {
                  height: auto;
                  width: auto;
                  transition: .2s all ease-in-out; }
                  .header .navPages-container.is-open .navPages .navPages-list .navPage-subMenu.is-open .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action .collapsible-icon-wrapper.is-open {
                    transform: rotate(90deg);
                    transition: .2s all ease-in-out; }
              .header .navPages-container.is-open .navPages .navPages-list .navPage-subMenu.is-open .navPage-subMenu-list .navPage-subMenu-item .navPage-childList.is-open {
                background: #fff;
                margin: 0;
                border-left: 0;
                padding: 0; }
                .header .navPages-container.is-open .navPages .navPages-list .navPage-subMenu.is-open .navPage-subMenu-list .navPage-subMenu-item .navPage-childList.is-open .navPage-childList-item .navPage-childList-action {
                  color: #0A0A1E;
                  font-family: "Raleway", sans-serif;
                  font-weight: 500;
                  font-size: 14px;
                  line-height: 20px;
                  letter-spacing: 0%;
                  height: 52px;
                  align-content: center;
                  padding: 0 10px 0 35px;
                  border-bottom: 1px solid #E0E0E0;
                  text-transform: capitalize; } }
