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

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

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

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

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

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

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

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

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

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

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

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: #40383b;
  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: 18px; }
  @media (min-width: 768px) {
    html {
      font-size: 18px; } }
  @media (min-width: 1024px) {
    html {
      font-size: 18px; } }
  @media (min-width: 1200px) {
    html {
      font-size: 18px; } }

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

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

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2c193b;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px;
  margin-bottom: 0.77778rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #666666;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 26px; }

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

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

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

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

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

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


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

*/
.inlineList {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0.94444rem;
  margin-left: -1.22222rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.22222rem; }
    .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 #e3e3e3;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #d6c8ab; }
    .table thead tr th,
    .table thead tr td {
      font-size: 1rem;
      font-weight: 700;
      padding: 0.77778rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.77778rem 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 #e3e3e3; }

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

.table-tbody tr {
  border-bottom: 1px solid #e3e3e3; }
  .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: "Oswald", 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: #2c193b;
  color: #2c193b;
  font-size: 1rem;
  padding: 0.88889rem 2.27778rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: #2c193b;
    color: #2c193b; }
  .button:active {
    background-color: transparent;
    border: 1px solid #2c193b;
    color: #2c193b; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.77778rem; } }

/*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: #2c193b;
  border-color: #2c193b;
  color: #d6c8ab; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: black;
    border-color: black;
    color: #f8f8f3; }
  .button--primary:active {
    background-color: black;
    border: 1px solid black;
    color: white; }

.button[disabled] {
  background-color: #f5f9ef;
  border-color: #868684;
  color: #868684;
  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.55556rem 1.5rem; }

.button--tiny { }

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

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

/*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: #a3a39d;
  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: #a3a39d;
  font-size: 1rem;
  height: auto;
  padding: 0.77778rem;
  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.38889rem 0.77778rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.38889rem; }
  .dropdown-menu-item a {
    margin: -0.38889rem; }

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

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

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

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

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

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

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

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

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

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

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

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

.form-input {
  appearance: none;
  background-color: white;
  border-color: #e3e3e3;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #40383b;
  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: #e3e3e3;
    color: darkgray;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #e5e5e5;
    border-color: #999999;
    color: #f0f0e8;
    cursor: text; }
  .form-input:focus {
    border-color: #40383b;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder {
    color: darkgray; }
  .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder {
    color: darkgray; }
  .form-input:-ms-input-placeholder {
    color: darkgray; }

/*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: #e3e3e3;
  color: #40383b;
  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: #40383b; }
  .form-select:disabled {
    background-color: #e3e3e3;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #40383b; }

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

We provide a couple of component styles to layout forms.

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

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

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

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

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio1">
    <label class="form-label" for="radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio2">
    <label class="form-label" for="radio2">Radio 2 label</label>
</div>
```
*/
.form-checkbox,
.form-radio {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .form-checkbox + .form-label,
  .form-radio + .form-label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.38889rem;
    padding-left: 1.88889rem;
    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: #2c193b;
      border: solid #2c193b;
      border-width: 1px;
      height: 0.88889rem;
      left: 0;
      top: 0;
      width: 0.88889rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 0.77778rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 0.77778rem; }

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

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

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

.form-radio + .form-label::after {
  background: rgba(44, 25, 59, 0.999);
  border: 3px solid #2c193b;
  border-radius: 0.77778rem; }

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

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

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

.form-prefixPostfix-label {
  background-color: white;
  border: solid #999999;
  border-width: 1px;
  flex: 1;
  font-weight: 300;
  height: 3rem;
  line-height: normal;
  max-width: 5rem;
  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: #d6c8ab;
    box-shadow: 0 0 4px rgba(214, 200, 171, 0.4); }

.switch-toggle {
  background-color: #f0f0e8;
  border: 1px solid #f0f0e8;
  border-radius: 1.55556rem;
  cursor: pointer;
  display: inline-block;
  height: 1.55556rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 3.33333rem; }
  .switch--important .switch-toggle {
    background-color: #ffb800;
    border-color: #ffb800; }
  .switch--checked .switch-toggle {
    background-color: #008a06;
    border-color: #008a06; }
  .switch--disabled .switch-toggle {
    background-color: #a3a39d;
    border-color: darkgray;
    cursor: default; }

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

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

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

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

.switch-description--on {
  color: #f0f0e8;
  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 #999999;
    bottom: 0;
    left: 0;
    padding: 1.5rem 2rem;
    position: fixed;
    right: 0;
    text-align: right;
    z-index: 20; } }

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

Form inline errors

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*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: #d6c8ab;
  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: #d6c8ab; }
  .panel-body > :first-child {
    margin-top: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }

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

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

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

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

.tab-title {
  color: #666666;
  display: block;
  font-size: 15px;
  padding: 0.77778rem 1.55556rem; }
  .tab-title:hover {
    color: #40383b; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navBar:after {
  clear: both; }

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

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

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

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

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

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

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

/*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: #2c193b;
  font-size: 15px;
  padding: 0.16667rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #666666;
    font-size: 1rem;
    margin-left: 0.38889rem; }
    .pagination-list li a, .pagination-list li button {
      border-radius: 4px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #666666;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.27778rem 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: #2c193b; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #2c193b;
  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.77778rem;
  padding: 0.77778rem 1.16667rem 0.77778rem 1.16667rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #a3a39d;
  border-color: #a3a39d;
  color: #2c193b; }
  .alertBox .icon {
    height: 1.11111rem;
    width: 1.11111rem; }
  .alertBox .button {
    margin: 0 0 0 0.77778rem; }

.alertBox--info {
  background-color: #666666;
  border-color: #666666;
  color: #2c193b; }
  .alertBox--info svg {
    fill: #3c7b5a; }

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

.alertBox--warning {
  background-color: #fff9d9;
  border-color: #fff9d9;
  color: #3c7b5a; }
  .alertBox--warning svg {
    fill: #ffb800; }

.alertBox--error {
  background-color: #ffdddd;
  border-color: #ffdddd;
  color: #3c7b5a; }
  .alertBox--error svg {
    fill: #ea000e; }

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

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

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

.alertBox-heading {
  margin: 0; }

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

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

```sass_file_example
src/settings/foundation/accordion/_settings.scss
```
*/
.accordion {
  margin-bottom: 0;
  border: #e3e3e3 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: #e3e3e3 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: #2d2d2d; }
  .accordion-navigation > a {
    background: white;
    color: #40383b;
    padding: 1.88889rem;
    display: block;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #d6c8ab; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.88889rem; }

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

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

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

.modal-header {
  border-bottom: 1px solid #e3e3e3;
  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 #e3e3e3;
  padding: 0.77778rem 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.77778rem; }
  @media (min-width: 481px) {
    .modal-footer-link {
      display: inline;
      margin: 1.5rem; } }

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

@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: #585858;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 15px;
  padding: 0.38889rem 0.77778rem; }

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

.loadingOverlay {
  background: rgba(44, 25, 59, 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.22222rem;
    width: 2.22222rem;
    border-radius: 2.22222rem;
    border: solid 2px;
    border-color: white white #999999 #999999;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transform-style: preserve-3d;
    animation: spin 500ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83); }
  .loadingOverlay.ng-enter, .loadingOverlay.ng-leave.ng-leave-active {
    opacity: 0; }
  .loadingOverlay.ng-leave, .loadingOverlay.ng-enter.ng-enter-active {
    opacity: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-figcaption-button {
  background-color: rgba(44, 25, 59, 0.9);
  color: white; }
  .card-figcaption-button:hover {
    background-color: #2c193b;
    color: white; }

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

.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: white;
    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: #2c193b;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #2c193b;
      opacity: 1; }

.slick-next,
.slick-prev {
  background-color: #2c193b;
  background-color: rgba(44, 25, 59, 0.9);
  border: 1px solid #327d5a;
  height: 3.38889rem;
  margin-top: -0.83333rem;
  padding: 0.55556rem;
  width: 2.22222rem;
  z-index: 1; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.27778rem;
    width: 1.11111rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: #2c193b;
    background-color: rgba(44, 25, 59, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

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

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

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

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

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

.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.55556rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .carousel-tooltip::after {
    background-color: #313440;
    border-radius: 0.44444rem;
    color: white;
    content: attr(aria-label);
    cursor: default;
    font-size: 1rem;
    padding: 0.22222rem 0.33333rem;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap; }
  .carousel-tooltip::before, .carousel-tooltip::after {
    display: none; }
  .carousel-tooltip:focus::before, .carousel-tooltip:focus::after {
    display: block; }
  @media (min-width: 768px) {
    .carousel-tooltip {
      display: block; } }
  .carousel-tooltip::after {
    padding: 15px 10px;
    top: 10px; }
  .slick-prev:focus .carousel-tooltip::before, .slick-prev:focus .carousel-tooltip::after,
  .slick-next:focus .carousel-tooltip::before,
  .slick-next:focus .carousel-tooltip::after,
  .slick-dots button:focus .carousel-tooltip::before,
  .slick-dots button:focus .carousel-tooltip::after {
    display: block; }
  .slick-prev .carousel-tooltip::before,
  .slick-next .carousel-tooltip::before {
    top: -7px; }
  .slick-prev .carousel-tooltip::before {
    right: -2px; }
  .slick-prev .carousel-tooltip::after {
    left: -5px;
    right: auto; }
  .slick-next .carousel-tooltip::after {
    right: -5px; }
  .slick-dots button .carousel-tooltip {
    margin-top: 25px; }
    .slick-dots button .carousel-tooltip::before, .slick-dots button .carousel-tooltip::after {
      right: 50%;
      transform: translateX(50%); }
    .slick-dots button .carousel-tooltip::before {
      top: -7px; }

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

html,
body {
  height: auto; }

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

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

figcaption {
  color: darkgray;
  margin-top: 0.77778rem; }

body {
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px;
  color: #2C193B !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 700 !important;
  color: #2C193B !important; }

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

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

.definitionList-value {
  margin: 0; }

.rsw-type {
  font-family: 'Cutive', serif !important;
  font-weight: bold !important; }

.rsw-body {
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 400 !important; }

.rsw-header {
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 700 !important; }

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

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

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

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

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

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

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

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

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

.form-wishlist {
  position: relative; }

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

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

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

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

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

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

.modal-close {
  height: 1.77778rem;
  width: 1.77778rem;
  color: #2c193b;
  font-size: 26px;
  line-height: 1.77778rem;
  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.55556rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .modal-close::after {
    background-color: #313440;
    border-radius: 0.44444rem;
    color: white;
    content: attr(title);
    cursor: default;
    font-size: 1rem;
    padding: 0.22222rem 0.33333rem;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap; }
  .modal-close::before, .modal-close::after {
    display: none; }
  .modal-close:focus::before, .modal-close:focus::after {
    display: block; }
  @media (min-width: 1024px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: black; }
  .modal-close::before {
    right: 50%;
    transform: translateX(50%); }
  .modal-close::after {
    right: 50%;
    transform: translateX(0.55556rem); }

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

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Oswald", 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: #40383b;
    font-size: 1.11111rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #2c193b;
      border-color: #2c193b;
      color: #d6c8ab; }
    .modal--alert .button-container .confirm:focus,
    .modal--alert .button-container .confirm:hover {
      background-color: black;
      border-color: black;
      color: #f8f8f3; }
    .modal--alert .button-container .confirm:active {
      background-color: black;
      border-color: black;
      color: white; }

.hide-content {
  opacity: 0; }

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

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

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

.breadcrumb {
  display: inline-block;
  float: none;
  margin-right: 0.25rem; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: pointer;
    font-weight: 700; }
  .breadcrumb:not(:first-child)::before {
    border-right: 0.1em solid #d6c8ab;
    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: #40383b; }
  .pagination-item.pagination-item--current {
    border-color: #e3e3e3;
    border-radius: 4px;
    margin: 0 0.38889rem 0 0.77778rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #2c193b; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: black; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: black; }

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

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

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

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

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

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

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

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

.tab-title {
  padding: 1.16667rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 768px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 1024px) {
    .tab-title {
      padding: 0.77778rem 1.5rem; } }
  @media (min-width: 1200px) {
    .tab-title {
      padding: 0.61111rem 1rem; } }

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

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

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

@media (min-width: 1200px) {
  .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: #2c193b;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 0.83333rem;
  margin: 0; }

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

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

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

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

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

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

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

.accordion--navList .accordion-indicator {
  fill: darkgray; }

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

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

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

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

.alertBox--info {
  background-color: #f7f2d6;
  color: #3c7b5a; }
  .alertBox--info .alertBox-close svg {
    fill: #3c7b5a; }

.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(234, 0, 14, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 0.77778rem;
  left: -0.11111rem;
  margin-right: 0.05556rem;
  position: relative;
  top: 0.16667rem;
  width: 0.77778rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-prefixPostfix .form-inlineMessage {
  margin-bottom: 0.38889rem; }
  @media (min-width: 1200px) {
    .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: 1200px) {
  .form-prefixPostfix--centeredColumn .form-prefixPostfix-button--postfix {
    margin: 1em 0 0.77778rem; } }

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

.form-increment .button {
  margin: 0;
  padding: 0.16667rem 0.27778rem; }

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

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

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

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

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

.form-input--small {
  font-size: 13px;
  height: 2.22222rem;
  line-height: 1rem;
  padding: 0.55556rem 0.77778rem; }

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

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

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

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

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

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

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

.card-img-container {
  max-width: 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: 1024px) {
    .card-figcaption {
      display: block; } }

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

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

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

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

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

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

.card--alternate {
  border: 3px solid #e3e3e3;
  transition: all 0.15s ease; }
  .card--alternate .card-body {
    background-color: #f8f8f3;
    padding: 0.77778rem;
    transition: all 0.15s ease; }
    @media (min-width: 768px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: #d6c8ab; }
    .card--alternate:hover .card-body {
      background-color: #d6c8ab; }
      .card--alternate:hover .card-body .card-text {
        color: #2c193b; }
    .card--alternate:hover .card-title > a {
      color: #2c193b; }

.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.38889rem;
  padding-left: 1.88889rem;
  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: #2c193b;
    border: solid #2c193b;
    border-width: 1px;
    height: 0.88889rem;
    left: 0;
    top: 0;
    width: 0.88889rem; }
  .navList-action--checkbox::after {
    height: 0.77778rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 0.77778rem; }
  .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(44, 25, 59, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(44, 25, 59, 0.999);
    content: "";
    font-size: 0.77778rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    top: 50%; }
  .navList-action--checkbox::before {
    margin-top: -0.44444rem; }
  .navList-action--checkbox::after {
    margin-top: -0.38889rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: #e3e3e3; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

.navList-action-close {
  background: #d6c8ab;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: 0.27778rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 0.72222rem;
    width: 0.72222rem;
    fill: #2c193b; }
  .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.77778rem; }
    @media (min-width: 1024px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 1024px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #40383b; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #585858; }
    @media (min-width: 1024px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #666666;
        margin: 0;
        padding-left: 0.77778rem; } }
  .navBar--sub .navBar-action {
    color: #666666;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #40383b; }

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

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

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

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

.actionBar-section .form-select {
  color: #2c193b;
  height: 2.11111rem; }

.has-ribbon {
  position: relative; }

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

.navUser {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  display: flex;
  flex-direction: row; }
  .navUser:before, .navUser:after {
    content: " ";
    display: table; }
  .navUser:after {
    clear: both; }
  .navUser ul,
  .navUser ol {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0; }
    .navUser ul ul,
    .navUser ul ol,
    .navUser ol ul,
    .navUser ol ol {
      list-style: none;
      margin-bottom: 0; }
    .navUser ul li,
    .navUser ol li {
      margin: 0;
      padding: 0; }
  .navUser-section {
    float: left; }
    .navUser-section:before, .navUser-section:after {
      content: " ";
      display: table; }
    .navUser-section:after {
      clear: both; }
  .navUser-section--alt {
    float: right;
    margin-left: 1.5rem; }
  .navUser-section + .navUser-section {
    margin-left: 1.5rem; }
  @media (min-width: 768px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 1024px) {
    .navUser {
      padding: 0;
      position: absolute;
      right: 0;
      top: 0;
      transform: none;
      z-index: 50; } }
  .navUser .dropdown-menu {
    background-color: #f4f4f4;
    border: #555555;
    box-shadow: -2px 2px 3px -1px rgba(0, 0, 0, 0.4);
    position: fixed !important;
    top: 65px !important;
    right: 0 !important;
    left: auto !important;
    width: 100vw !important;
    max-width: 415px !important; }
    @media (min-width: 768px) {
      .navUser .dropdown-menu {
        top: 75px !important;
        max-width: 500px; } }
    @media (min-width: 1024px) {
      .navUser .dropdown-menu {
        top: 115px !important;
        max-width: 600px !important; } }
    @media (min-width: 768px) {
      .navUser .dropdown-menu#cart-preview-dropdown {
        max-width: 415px !important; } }
    @media (min-width: 1024px) {
      .navUser .dropdown-menu#cart-preview-dropdown {
        max-width: 415px !important; } }
    .navUser .dropdown-menu.is-open {
      padding: 15px 10px !important; }
      .navUser .dropdown-menu.is-open .navUser-item {
        display: flex;
        flex-dorection: row;
        flex: 1; }
        .navUser .dropdown-menu.is-open .navUser-item.currencyselectorbox {
          display: none; }
  .navUser .navUser-item--account .dropdown-menu {
    max-width: 300px !important; }
  .navUser .navUser-item--account .navUser-item {
    flex: 1;
    height: 40px;
    min-width: 180px; }
    .navUser .navUser-item--account .navUser-item .icon {
      display: none !important; }
    .navUser .navUser-item--account .navUser-item:first-child {
      min-width: 90px; }

.navUser-section {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: row; }
  @media (min-width: 1024px) {
    .navUser-section {
      flex-direction: column; } }

.navUser-item {
  position: relative;
  display: flex;
  width: 35px;
  height: 100%;
  margin-left: 0 !important; }
  @media (min-width: 1024px) {
    .navUser-item {
      width: 60px;
      height: 50%; } }

.navUser-action {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #2c193b;
  font-weight: 700;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase; }
  .navUser-action .icon {
    height: 0.44444rem;
    width: 0.44444rem;
    margin: -1px 0 0 0.16667rem; }
  .navUser-action svg {
    fill: #2c193b;
    stroke: #2c193b;
    transition: all 0.15s ease; }

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

.countPill {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: 5px;
  width: 20px;
  height: 20px;
  background-color: #2c193b;
  border-radius: 50%;
  color: white;
  font-size: 14px;
  line-height: 1;
  font-family: 'Roboto', arial, sans-serif;
  font-weight: 700;
  text-align: center;
  padding-top: 4px;
  display: none; }

.countPill--positive {
  display: block; }

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

.navPages .navPage-subMenu-list, .navPage-childList {
  border-left: 1px solid #2c193b;
  margin: 0.38889rem 0.77778rem;
  padding-left: 0.77778rem; }

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

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

.navPages {
  background-color: #2c193b;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  @media (min-width: 1024px) {
    .navPages {
      margin: 0 auto;
      max-width: 66.66667rem;
      width: 100%;
      background: none;
      font-size: 0;
      overflow-y: visible;
      padding: 0;
      text-align: center; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages ul,
      .navPages ol {
        list-style: none;
        margin-left: 0;
        margin: 0;
        padding: 0; }
        .navPages ul ul,
        .navPages ul ol,
        .navPages ol ul,
        .navPages ol ol {
          list-style: none;
          margin-bottom: 0; }
        .navPages ul li,
        .navPages ol li {
          margin: 0;
          padding: 0; }
      .navPages-section {
        float: left; }
        .navPages-section:before, .navPages-section:after {
          content: " ";
          display: table; }
        .navPages-section:after {
          clear: both; }
      .navPages-section--alt {
        float: right;
        margin-left: 1.5rem; }
      .navPages-section + .navPages-section {
        margin-left: 1.5rem; } }
  @media (min-width: 1024px) and (min-width: 768px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 1024px) {
      .navPages-item, .navPages-action {
        display: block; } }
  .navPages ul {
    list-style: none; }
  .navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    @media (min-width: 1024px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 66.66667rem;
        width: 100%;
        border-left: 0;
        margin: auto;
        padding-left: 0; }
        .navPages .navPage-subMenu-list:before, .navPages .navPage-subMenu-list:after {
          content: " ";
          display: table; }
        .navPages .navPage-subMenu-list:after {
          clear: both; } }

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

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

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

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

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

.navPages-action {
  color: #f2e8d1;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0.77778rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 1024px) {
    .navPages-action {
      display: inline-block;
      padding: 0.77778rem 1.16667rem 1.16667rem; }
      .navPages-action.is-open {
        background-color: #2c193b; } }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
    align-items: center;
    display: flex;
    justify-content: space-between; }
  .navPages-action.is-open svg,
  .navPages-action .collapsible-icon-wrapper.is-open svg {
    fill: white;
    stroke: white; }
  .navPages-action:hover, .navPages-action.activePage {
    color: white; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: white;
      stroke: white; }
  .navPages-action svg {
    fill: #f2e8d1;
    stroke: #f2e8d1;
    transition: all 0.15s ease; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navPages-list--user #currencySelection2 {
  background-color: white;
  border: 1px solid #e3e3e3; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #e3e3e3; }
  .navPages-list--user #currencySelection2 a {
    padding: 0.77778rem 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: #666666;
    display: inline-block;
    padding: 0.38889rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #40383b; }

.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.11111rem;
    width: 1.11111rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: black; }
    .socialLinks .icon svg {
      fill: #2c193b;
      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.38889rem;
    margin-right: 0.77778rem; }
    .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.55556rem;
      content: " ";
      position: absolute;
      right: 0;
      top: 50%; }
    .socialLinks-item .socialLinks__link::after {
      background-color: #313440;
      border-radius: 0.44444rem;
      color: white;
      content: attr(title);
      cursor: default;
      font-size: 1rem;
      padding: 0.22222rem 0.33333rem;
      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.16667rem;
  width: 1.16667rem; }

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

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

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  .heroCarousel-slide .heroCarousel-image {
    height: 100%;
    object-fit: contain;
    object-position: 50% 0%;
    width: 100%; }
    @media (min-width: 768px) {
      .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: 768px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 22.22222rem; } }
    @media (min-width: 1024px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 33.33333rem; } }

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

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

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

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

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

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

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

.writeReview-form {
  max-width: 500px;
  position: relative; }
  .writeReview-form .form-field--select {
    position: absolute !important;
    top: -80px;
    left: 120px; }
    .writeReview-form .form-field--select .form-label {
      display: none; }

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

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

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

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

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

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

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

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

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

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

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

.quickView:after {
  clear: both; }

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

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

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

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

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

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

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative; }
  .productView-image + .productView-thumbnails {
    margin-top: 0.77778rem; }
  @media (min-width: 320px) and (max-width: 1024px) {
    .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:after {
    content: none; }
  .productView-img-container img {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 600 / 885; }

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -0.38889rem;
  margin-right: -0.38889rem; }
  .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: 0; }
    .productView-thumbnails .slick-list .slick-track {
      width: 100% !important;
      max-width: 100%;
      transform: translate3d(0, 0, 0) !important; }
  .productView-thumbnails .slick-next {
    display: none !important; }
  .productView-thumbnails .slick-prev {
    display: none !important; }
  .productView-thumbnails img {
    display: block;
    position: relative;
    width: 50px;
    aspect-ratio: 600 / 885; }

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

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

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

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

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

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

.compareTable-product {
  font-weight: 400;
  padding: 2rem 1rem 1.27778rem; }
  .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.77778rem;
    padding-right: 0.77778rem;
    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: 55.55556rem; }

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

.toggle {
  border-top: 1px solid #e3e3e3;
  margin-bottom: 2.27778rem; }
  .toggle:last-of-type {
    margin-bottom: 4.55556rem; }

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

.toggleLink {
  color: #666666; }
  .toggleLink:hover {
    color: #40383b; }
  .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: 66.66667rem;
  width: 100%;
  border: #e3e3e3 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 1024px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }

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

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

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

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

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

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

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

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

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

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

.facetLabel {
  background: #d6c8ab;
  border-radius: 4px;
  padding: 0.16667rem 0.5rem 0.16667rem 0.66667rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.66667rem;
    width: 0.66667rem;
    display: inline-block;
    fill: #666666;
    position: relative;
    top: -1px; }

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

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

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

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

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

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

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

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

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: black; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #e3e3e3;
    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: 0.88889rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.38889rem;
  position: relative;
  margin-bottom: 1.88889rem; }
  .videoGallery-main.widescreen {
    padding-bottom: 56.34%; }
  .videoGallery-main.vimeo {
    padding-top: 0; }
  .videoGallery-main iframe,
  .videoGallery-main object,
  .videoGallery-main embed,
  .videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

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

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

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

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

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

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

.previewCartWrapper {
  overflow: auto;
  max-width: 415px; }
  .previewCartWrapper .previewCart,
  .previewCartWrapper .cartheaderbox,
  .previewCartWrapper .previewCartItem,
  .previewCartWrapper .previewCartAction {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .previewCartWrapper .previewCart .page-heading {
    font-size: 30px !important; }
  .previewCartWrapper .previewCart .cartitemcountbox p {
    text-transform: uppercase; }
  .previewCartWrapper .previewCart:before, .previewCartWrapper .previewCart:after {
    content: none; }
  .previewCartWrapper .previewCartList {
    position: relative;
    width: 100%;
    padding: 0 10px; }
  .previewCartWrapper .previewCartItem {
    position: relative;
    flex-direction: row;
    background: white;
    border: 1px solid #cccccc;
    border-radius: 4px;
    margin-bottom: 10px; }
  .previewCartWrapper .previewCartItem-image {
    position: relative;
    width: 5px0px;
    height: 75px;
    margin: 10px; }
    .previewCartWrapper .previewCartItem-image img {
      display: block;
      position: relative;
      width: 100%;
      height: 100%; }
  .previewCartWrapper .previewCartItem-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
    height: 100%;
    align-items: flex-start;
    justify-content: center;
    padding: 10px 10px 0; }
    .previewCartWrapper .previewCartItem-content .previewCartItem-name,
    .previewCartWrapper .previewCartItem-content .previewCartItem-price {
      font-size: 18px;
      line-height: 1;
      font-weight: 700; }
    .previewCartWrapper .previewCartItem-content .previewCartItem-name {
      font-size: 22px;
      text-transform: none;
      margin-bottom: 18px; }
      .previewCartWrapper .previewCartItem-content .previewCartItem-name a {
        text-decoration: none; }
        .previewCartWrapper .previewCartItem-content .previewCartItem-name a:hover {
          text-decoration: underline; }
    .previewCartWrapper .previewCartItem-content .cartoptionbox {
      position: relative;
      top: -15px; }
      .previewCartWrapper .previewCartItem-content .cartoptionbox .definitionlist .definitionlist-value {
        font-size: 14px;
        color: #555; }
    .previewCartWrapper .previewCartItem-content .pricebox {
      display: flex;
      flex-direction: row; }
    .previewCartWrapper .previewCartItem-content .form-increment {
      border-radius: 5px !important;
      position: relative;
      left: 10px;
      top: -8px; }
      .previewCartWrapper .previewCartItem-content .form-increment .button--icon {
        width: 28px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0; }
        .previewCartWrapper .previewCartItem-content .form-increment .button--icon .icon {
          width: 16px;
          height: 16px; }
      .previewCartWrapper .previewCartItem-content .form-increment .form-input--incrementTotal {
        width: 24px;
        font-size: 18px; }
  .previewCartWrapper .cart-remove.icon {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 10px;
    right: 5px; }
  .previewCartWrapper .cartitemcountbox p {
    text-align: center; }
  .previewCartWrapper .previewCartAction {
    margin: 20px 20px 0;
    border-top: 0; }
    .previewCartWrapper .previewCartAction .total-price {
      text-transform: uppercase;
      font-size: 14px;
      line-height: 1; }
      .previewCartWrapper .previewCartAction .total-price .total-cart-price {
        font-size: 25px;
        font-weight: 700; }
    .previewCartWrapper .previewCartAction .total-price:nth-child(2) {
      display: none; }
    .previewCartWrapper .previewCartAction .cart-button-group {
      margin-top: 20px;
      display: flex;
      flex-direction: row-reverse; }
      .previewCartWrapper .previewCartAction .cart-button-group div:last-child {
        margin-right: 20px; }
      .previewCartWrapper .previewCartAction .cart-button-group .button {
        background: #2c193b !important;
        color: #d6c8ab !important; }
        .previewCartWrapper .previewCartAction .cart-button-group .button:hover {
          background: #2c193b !important;
          color: white !important; }

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

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

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

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

.login {
  max-width: 900px;
  background: transparent;
  margin: 30px 0 !important; }

.login-row {
  margin: 0 auto;
  max-width: 66.66667rem;
  width: 100%; }
  .login-row:before, .login-row:after {
    content: " ";
    display: table; }
  .login-row:after {
    clear: both; }
  @media (min-width: 1024px) {
    .login-row {
      margin-top: 6rem; } }
  .login-row .form {
    padding: 0 30px !important; }
    @media (min-width: 1024px) {
      .login-row .form {
        padding: 0 30px 0 0 !important; } }
  .login-row .new-customer {
    padding: 0 30px !important; }
    @media (min-width: 1024px) {
      .login-row .new-customer {
        padding: 0 !important; } }
    .login-row .new-customer .panel {
      border-radius: 5px !important; }

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  max-width: 320px; }
  @media (min-width: 1024px) {
    .login-form {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left;
      margin-top: 3rem;
      margin-right: 40px; } }
  .login-form .form-actions {
    text-align: left !important; }
    .login-form .form-actions a.forgot-password {
      margin: 30px 0 0 !important;
      font-size: 16px;
      font-weight: 700; }

.new-customer {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 1024px) {
    .new-customer {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }
  .new-customer .panel-title {
    font-size: 30px !important; }

.new-customer-intro {
  margin-bottom: 0;
  font-size: 22px; }

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

.new-customer-fact {
  padding-left: 0.77778rem;
  font-size: 18px; }

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

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

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

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

.advancedSearch-separator {
  display: none; }

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

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

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

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

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

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

.search-nav {
  position: relative; }

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

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

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

.account-listItem {
  border-bottom: 1px solid #e3e3e3;
  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 #e3e3e3;
  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.77778rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.77778rem;
  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: 1.83333rem;
  padding: 0;
  position: absolute;
  right: -0.77778rem;
  top: -0.77778rem;
  width: 1.83333rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.38889rem;
    width: 1.5rem; }
  .account-product-download svg {
    fill: white; }

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

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

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

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

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

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

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

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

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

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

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

.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: 1200px) {
      .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: 1200px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1200px) {
      .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: #666666;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.27778rem; }

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

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

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

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

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

.account-message .is-read {
  color: darkgray; }

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

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

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

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

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

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

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

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

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

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

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

.apple-pay-checkout-button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.22222rem;
  cursor: pointer;
  display: none;
  max-height: 3.55556rem;
  min-height: 1.77778rem;
  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 {
  display: inline-block;
  float: none; }

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

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

.paymentMethod {
  background-color: #e5e5e5;
  border: 1px solid #e3e3e3;
  border-radius: 0.16667rem;
  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.77778rem;
    width: 1.55556rem; }
    @media (min-width: 1200px) {
      .methodHeader-icon {
        width: 2.33333rem; } }
  .methodHeader-title {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1200px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1200px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-left: 0.77778rem; }
  .methodHeader-default {
    fill: #585858;
    height: 1rem;
    margin-left: 0.77778rem;
    width: 1rem; }
    @media (min-width: 1200px) {
      .methodHeader-default {
        height: 1.11111rem;
        width: 1.11111rem; } }
  .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: 10.33333rem;
  text-decoration: none; }
  .newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 0.77778rem; }
  .newPaymentMethod-title {
    margin: 0 auto auto;
    text-align: center; }

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

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

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

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

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

.paymentMethodForm-cards-icon {
  margin-right: 0.16667rem;
  width: 1.88889rem; }

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

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.5rem;
  top: 2.16667rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: darkgray;
    height: 1.16667rem;
    width: 1.16667rem; }

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

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

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

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

.skip-to-main-link {
  background: #d6c8ab;
  color: #40383b;
  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: #d6c8ab;
  border-bottom: 1px solid #e3e3e3;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  max-width: 100vw; }
  .header [contenteditable=true]:focus,
  .header [href]:focus,
  .header [tabindex]:not([tabindex="-1"]):focus,
  .header button:focus,
  .header details:focus,
  .header input:focus,
  .header select:focus,
  .header textarea:focus {
    outline: 0 !important; }

.mobileMenu-toggle {
  height: 3.05556rem;
  width: 3.05556rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1rem;
  position: absolute;
  z-index: 150; }
  @media (min-width: 1024px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #2c193b;
    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.11111rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    background: transparent;
    top: 1.5rem;
    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: #2c193b;
      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.account_orderstatus-page,
body.forgotpassword-page,
body.shippingaddressform-page,
body.createaccount_thanks-page,
body.account_returns-page,
body.createaccount-page,
body.account_inbox-page,
body.account_addressbook-page,
body.wishlists-page,
body.account_recentitems-page,
body.editaccount-page,
body.add-wishlist-page,
body.wishlist-page,
body.account_new_return-page,
body.account_new_return-page,
body.category-page,
body.login-page,
body.cart-page,
body.page-page {
  background-color: #F4f4f4 !important; }

.body {
  padding: 0 !important; }
  .body button:focus,
  .body a:focus {
    outline: 0 !important;
    outline-style: none !important; }
  .body .Play-button-box {
    display: none !important; }
  .body button,
  .body .button {
    font-family: 'Roboto Condensed', 'Arial', sans-serif !important; }
  .body.default-page {
    position: relative;
    top: 65px;
    margin-bottom: 65px; }
    @media (min-width: 481px) {
      .body.default-page {
        top: 75px;
        margin-bottom: 75px; } }
    @media (min-width: 1024px) {
      .body.default-page {
        top: 155px;
        margin-bottom: 155px; } }
    .body.default-page .homepage-video-section .video-thumbnail-box {
      width: 70vw;
      max-width: 1000px;
      margin: auto !important;
      min-height: 500px;
      align-items: flex-start !important; }
      .body.default-page .homepage-video-section .video-thumbnail-box .sub-heading {
        margin-top: 0 !important; }
      .body.default-page .homepage-video-section .video-thumbnail-box .homepage-video-title {
        line-height: 1 !important;
        margin: 20px 0 !important; }
    .body.default-page .homepage-video-section .video-thumbnail-img {
      position: relative;
      width: 90vw;
      max-width: 400px;
      margin: auto !important; }
      .body.default-page .homepage-video-section .video-thumbnail-img img.show {
        position: relative;
        aspect-ratio: initial;
        width: 100%; }
  .body.product-page .header-section {
    display: none !important; }
  .body.page-page .cms-page {
    padding: 0 !important;
    margin: auto !important;
    max-width: 900px !important; }
    .body.page-page .cms-page .intro-wrapper {
      display: block;
      width: 90vw;
      max-width: 600px;
      margin: auto;
      position: relative; }
    .body.page-page .cms-page .page-list {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      .body.page-page .cms-page .page-list .page-image {
        display: block;
        position: relative;
        width: calc(25% - 30px);
        margin: 0 15px; }
  .body.category-page, .body.cart-page, .body.page-page, .body.login-page {
    background-color: transparent !important;
    padding-top: 65px !important; }
    @media (min-width: 768px) {
      .body.category-page, .body.cart-page, .body.page-page, .body.login-page {
        padding-top: 75px !important; } }
    @media (min-width: 1024px) {
      .body.category-page, .body.cart-page, .body.page-page, .body.login-page {
        padding-top: 155px !important; } }

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

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

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

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

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

.footer {
  background-color: #2c193b;
  border-top: 1px solid #e3e3e3;
  padding: 3rem 0;
  position: relative;
  transform: translateZ(0); }
  .footer h3.footer-info-heading {
    color: #ffffff !important; }

.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: #666666;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  overflow-wrap: break-word;
  text-align: center;
  vertical-align: top;
  -ms-word-break: break-all; }
  @media (min-width: 768px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 1024px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

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

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

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

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

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

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

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

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

.footer-payment-icons {
  height: 2.22222rem;
  margin-top: 1.5rem; }
  @media (min-width: 1024px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: 0.38889rem;
    vertical-align: middle;
    width: 2.77778rem; }
  .footer-payment-icons svg {
    fill: white; }

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

.container {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%; }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 1024px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #e3e3e3;
    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.38889rem; }
  .blog-title a {
    text-decoration: none; }

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

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

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

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

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

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

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

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

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

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

.brand .card-img-container {
  max-width: 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: 768px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 1024px) {
      .productGrid .product {
        width: 25%; } }

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

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.11111rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 768px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 1024px) {
    .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: 1024px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

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

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

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

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

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

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

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

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

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

.listItem-button {
  background-color: rgba(44, 25, 59, 0.9);
  color: white; }
  .listItem-button:hover, .listItem-button:focus {
    background-color: #2c193b;
    color: white; }

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

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

.listItem-image {
  width: 100%; }

@media (min-width: 768px) {
  .listItem-body {
    padding-left: 1.27778rem;
    padding-right: 0.77778rem;
    width: 75%; } }

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

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

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

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

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

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

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

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

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

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

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

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

.productView-thumbnails .productView-thumbnail {
  padding: 0 !important;
  margin: 0 !important;
  width: 25% !important;
  height: 120px;
  display: block;
  position: relative;
  padding: 6px 0;
  border-radius: 3px; }
  @media (min-width: 1024px) {
    .productView-thumbnails .productView-thumbnail {
      width: 100% !important; } }
  .productView-thumbnails .productView-thumbnail.slick-active {
    border: 1px solid #767676; }

.productView-thumbnails .productView-thumbnail-link {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  align-items: center;
  justify-content: center; }
  .productView-thumbnails .productView-thumbnail-link img {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto; }
  .productView-thumbnails .productView-thumbnail-link:focus {
    outline: 0 !important; }

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

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

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

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

.sale-text-burst, .sold-out-text-burst {
  font-weight: 600;
  line-height: 0.83333rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 2.77778rem;
  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: #e81212; }

.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.11111rem;
  line-height: 0.88889rem;
  padding-left: 0.5rem;
  padding-right: 0.77778rem;
  padding-top: 0.08333rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

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

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

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

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

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

.sale-flag-sash {
  background: #e81212;
  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: 768px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -20px;
      top: 19px; } }
  @media (min-width: 1200px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -15px;
      top: 24px; } }

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

.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 #40383b;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

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

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

.account {
  margin-bottom: 1.5rem; }

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

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

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

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

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

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

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

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

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

/* for custom variables */
/* screensize variables and mixin function start */
/* screensize variables and mixin function End */
/* display flex mixin function start */
/* display flex mixin function start */
/* for header */
.default-page {
  padding-top: 0; }
  .default-page .header {
    border: none; }

.header {
  position: fixed;
  background: url("https://cdn11.bigcommerce.com/s-jp8gjoy295/images/stencil/original/image-manager/rockstar-blends-header-web.jpg") center center no-repeat;
  background-size: cover;
  transition: all 0.3s ease-in-out; }
  .header .mobileMenu-toggle {
    padding: 0 20px;
    top: 50%;
    transform: translateY(-50%); }
    .header .mobileMenu-toggle .mobileMenu-toggleIcon {
      height: 3px;
      width: 17px;
      background-color: #2c193b; }
      .header .mobileMenu-toggle .mobileMenu-toggleIcon:before, .header .mobileMenu-toggle .mobileMenu-toggleIcon:after {
        width: 27px;
        height: 3px;
        background-color: #2c193b; }
    .header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
      background-color: transparent; }
  .header .Headerbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 200ms ease; }
    .header .Headerbox .header-flex-box {
      position: relative;
      width: 100vw;
      height: 65px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
      @media (min-width: 576px) {
        .header .Headerbox .header-flex-box {
          height: 75px; } }
      @media (min-width: 1024px) {
        .header .Headerbox .header-flex-box {
          height: 115px; } }
      .header .Headerbox .header-flex-box .header-logo {
        position: relative;
        width: 300px;
        height: 100%; }
        .header .Headerbox .header-flex-box .header-logo .header-logo__link {
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center;
          position: relative;
          width: 100%;
          height: 100%;
          z-index: 10; }
          .header .Headerbox .header-flex-box .header-logo .header-logo__link .header-logo-image {
            display: block;
            position: relative;
            height: 120px;
            width: 249px;
            margin: auto;
            transform-origin: center center;
            transform: scale(0.5, 0.5); }
            @media (min-width: 1024px) {
              .header .Headerbox .header-flex-box .header-logo .header-logo__link .header-logo-image {
                transform: scale(0.85, 0.85) translateY(-1px); } }
      .header .Headerbox .header-flex-box .rsw-user-nav {
        position: absolute;
        height: 100%;
        width: 90px;
        right: 15px;
        top: 0; }
    .header .Headerbox .navPages-container {
      display: none;
      position: fixed;
      height: calc(100vh - 65px);
      z-index: 102;
      top: 65px;
      background: #2C193B;
      width: 300px; }
      @media (min-width: 576px) {
        .header .Headerbox .navPages-container {
          height: calc(100vh - 75px);
          top: 75px; } }
      .header .Headerbox .navPages-container.is-open {
        display: block;
        padding: 0; }
      @media (min-width: 1024px) {
        .header .Headerbox .navPages-container {
          order: 1;
          display: block;
          position: relative;
          height: 40px;
          width: 100vw;
          top: 0; } }
      .header .Headerbox .navPages-container .navPages {
        max-width: 100%;
        overflow-y: auto;
        padding: 1.5rem;
        padding-bottom: 20%; }
        @media (min-width: 1024px) {
          .header .Headerbox .navPages-container .navPages {
            padding: 0;
            overflow-y: visible;
            position: static;
            background-color: transparent;
            display: flex;
            justify-content: center; } }
      .header .Headerbox .navPages-container .navPages-list {
        display: block; }
        @media (min-width: 1024px) {
          .header .Headerbox .navPages-container .navPages-list {
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
        @media (min-width: 1024px) {
          .header .Headerbox .navPages-container .navPages-list.navPages-list--user {
            display: none; } }
      .header .Headerbox .navPages-container .navPages-item {
        box-sizing: border-box;
        text-align: left;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        position: relative;
        transition: all 0.3s ease-in-out; }
        @media (min-width: 1024px) {
          .header .Headerbox .navPages-container .navPages-item:hover {
            color: white; } }
        @media (min-width: 1024px) {
          .header .Headerbox .navPages-container .navPages-item {
            height: 40px;
            margin: 0 15px; } }
        @media (min-width: 1024px) {
          .header .Headerbox .navPages-container .navPages-item:first-child {
            margin-left: 0; } }
      .header .Headerbox .navPages-container .navPages-action {
        font-size: 20px;
        line-height: 1;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
        position: relative;
        transition: all 0.3s ease-in-out;
        color: #f2e8d1; }
        @media (min-width: 1024px) {
          .header .Headerbox .navPages-container .navPages-action {
            padding: 12px 15px;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -ms-flex-align: center;
            -webkit-align-items: center;
            -webkit-box-align: center;
            align-items: center;
            font-size: 16px;
            height: 100%; } }
        .header .Headerbox .navPages-container .navPages-action:hover {
          color: #f2e8d1; }
          @media (min-width: 1024px) {
            .header .Headerbox .navPages-container .navPages-action:hover {
              color: #f2e8d1; } }
          @media (min-width: 1024px) {
            .header .Headerbox .navPages-container .navPages-action:hover .icon svg {
              fill: #2c193b;
              stroke: #2c193b; } }
          @media (min-width: 1024px) {
            .header .Headerbox .navPages-container .navPages-action:hover::after {
              transform: scaleX(1);
              transform-origin: left; } }
        .header .Headerbox .navPages-container .navPages-action .navPages-action-moreIcon svg {
          fill: #f2e8d1;
          stroke: #f2e8d1; }
        @media (min-width: 1024px) {
          .header .Headerbox .navPages-container .navPages-action .navPages-action-moreIcon {
            transform: none;
            pointer-events: none;
            transition: all 0.3s ease-in-out; } }
        .header .Headerbox .navPages-container .navPages-action .navPages-action-moreIcon.is-open {
          transform: rotate(0deg); }
    .header .Headerbox .navUser {
      right: 0;
      transform: none;
      z-index: 100;
      width: auto;
      top: 0;
      bottom: 0;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      align-items: center; }
      @media (min-width: 1024px) {
        .header .Headerbox .navUser {
          right: 20px;
          width: auto;
          padding: 0;
          z-index: 121;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -webkit-box-align: center;
          align-items: center; } }
      .header .Headerbox .navUser .navUser-item-quickSearch {
        display: none; }
      .header .Headerbox .navUser .Headericon {
        width: 20px;
        height: 20px;
        stroke: none;
        fill: #2c193b;
        margin: 0;
        vertical-align: middle;
        transition: all 0.3s ease-in-out; }
        @media (min-width: 1700px) {
          .header .Headerbox .navUser .Headericon {
            width: 25px;
            height: 25px; } }
        .header .Headerbox .navUser .Headericon:hover {
          fill: #2c193b; }
        .header .Headerbox .navUser .Headericon + .icon {
          display: none; }
      .header .Headerbox .navUser .navUser-section {
        position: relative; }
        .header .Headerbox .navUser .navUser-section .navUser-item--cart__hidden-s {
          display: block; }
  @media (min-width: 1024px) {
    .header {
      position: fixed;
      display: flex;
      flex-direction: column;
      height: auto;
      overflow: visible; }
      .header.headerfixed .Headerbox .header-flex-box {
        height: 65px !important; }
        .header.headerfixed .Headerbox .header-flex-box .header-logo .header-logo-image {
          transform: scale(0.5, 0.5) !important; }
        .header.headerfixed .Headerbox .header-flex-box .navUser-section {
          flex-direction: row !important; }
        .header.headerfixed .Headerbox .header-flex-box .navUser-item {
          width: 35px !important;
          height: 100% !important; }
          .header.headerfixed .Headerbox .header-flex-box .navUser-item .dropdown-menu {
            top: 65px !important; } }

.outdoors .header.header-outdoors {
  background-color: #d6c8ab; }
  @media (min-width: 1024px) {
    .outdoors .header.header-outdoors .header-logo {
      padding: 13px 0; } }
  .outdoors .header.header-outdoors .navPages-container .navPages .navPages-list .navPages-item .navPages-action {
    text-transform: uppercase;
    font-weight: 500; }
  .outdoors .header.header-outdoors .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu {
    box-shadow: none; }
  .outdoors .header.header-outdoors .headersearch-dropdownbox {
    box-shadow: 0 15px 16px -23px black; }
  .outdoors .header.header-outdoors .navUser .navUser-item--cart .dropdown-menu.dropdownfull.is-open {
    border-left: 1px solid #d6c8ab; }
  .outdoors .header.header-outdoors .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .cartheaderbox .carttitilemain .cart-heading {
    font-family: "Oswald";
    font-weight: 700;
    color: #40383b;
    font-size: 26px;
    margin-bottom: 25px; }
  .outdoors .header.header-outdoors .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .cartheaderbox .cartitemcountbox p {
    text-transform: uppercase;
    font-weight: 500; }
  .outdoors .header.header-outdoors .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem {
    border-radius: 6px;
    padding: 0;
    overflow: hidden; }
    .outdoors .header.header-outdoors .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .cart-remove {
      right: 25px;
      padding: 0; }
      .outdoors .header.header-outdoors .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .cart-remove svg {
        fill: #333333;
        width: 16px;
        height: 16px; }
    .outdoors .header.header-outdoors .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-image {
      background-color: #f8f8f3;
      width: 150px;
      border-right: 1px solid #e3e3e3; }
    .outdoors .header.header-outdoors .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content {
      padding: 18px 45px 18px 18px;
      width: calc(100% - 150px); }
      .outdoors .header.header-outdoors .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-brand {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 400;
        color: #999999; }
      .outdoors .header.header-outdoors .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        font-family: "Oswald"; }
      .outdoors .header.header-outdoors .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .cartoptionbox {
        margin-top: 5px; }
        .outdoors .header.header-outdoors .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .cartoptionbox .definition-list-box .definitionlist .definitionlist-value {
          color: #999999;
          font-size: 12px;
          font-weight: 400;
          font-style: normal;
          text-transform: uppercase; }
      .outdoors .header.header-outdoors .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .pricebox {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        margin-top: 10px; }
        .outdoors .header.header-outdoors .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .pricebox .productincrementbox {
          margin-right: 25px; }
          .outdoors .header.header-outdoors .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .pricebox .productincrementbox .form-increment {
            position: relative;
            box-shadow: none;
            border-radius: 6px;
            border: 1px solid #e3e3e3;
            width: 84px;
            height: 45px; }
            .outdoors .header.header-outdoors .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .pricebox .productincrementbox .form-increment [data-action=dec],
            .outdoors .header.header-outdoors .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .pricebox .productincrementbox .form-increment [data-action=inc] {
              position: absolute;
              bottom: 0;
              right: 0;
              border: 1px solid #e3e3e3;
              padding: 4px;
              height: 50%;
              border-bottom: 0;
              border-right: 0;
              width: 24px;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -ms-flex-align: center;
              -webkit-align-items: center;
              -webkit-box-align: center;
              align-items: center; }
              .outdoors .header.header-outdoors .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .pricebox .productincrementbox .form-increment [data-action=dec] .icon svg,
              .outdoors .header.header-outdoors .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .pricebox .productincrementbox .form-increment [data-action=inc] .icon svg {
                transition: all 0.3s ease-in-out; }
              .outdoors .header.header-outdoors .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .pricebox .productincrementbox .form-increment [data-action=dec]:hover .icon svg,
              .outdoors .header.header-outdoors .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .pricebox .productincrementbox .form-increment [data-action=inc]:hover .icon svg {
                fill: #d6c8ab; }
            .outdoors .header.header-outdoors .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .pricebox .productincrementbox .form-increment [data-action=inc] {
              top: 0;
              bottom: auto;
              border-top: 0; }
            .outdoors .header.header-outdoors .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .pricebox .productincrementbox .form-increment .form-input--incrementTotal {
              padding-right: 24px;
              width: 100%;
              color: #333333;
              font-size: 18px; }
        .outdoors .header.header-outdoors .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .pricebox .previewCartItem-price {
          order: 2;
          margin: 0; }
  .outdoors .header.header-outdoors .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartAction .total-price {
    text-transform: uppercase;
    font-size: 22px; }
  .outdoors .header.header-outdoors .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartAction .cart-button-group .button {
    box-shadow: none;
    font-size: 18px;
    padding: 10px;
    width: 100%;
    box-shadow: none;
    background-color: #2c193b;
    border: 1px solid #2c193b;
    color: #2c193b;
    letter-spacing: 1px; }
    @media (min-width: 1700px) {
      .outdoors .header.header-outdoors .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartAction .cart-button-group .button {
        font-size: 24px;
        padding: 18px 14px; } }
    .outdoors .header.header-outdoors .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartAction .cart-button-group .button:hover {
      color: #2c193b;
      background-color: #2c193b; }
    .outdoors .header.header-outdoors .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartAction .cart-button-group .button.button--primary {
      background-color: #2c193b;
      color: #d6c8ab;
      border-color: #2c193b; }
      .outdoors .header.header-outdoors .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartAction .cart-button-group .button.button--primary:hover {
        color: #f8f8f3;
        background-color: black; }

@media (min-width: 1024px) {
  .jewellery .body {
    margin-top: 0; } }

.jewellery .header.header-jewellery {
  background-color: #d6c8ab; }
  .jewellery .header.header-jewellery .header-logo {
    padding: 14px 0; }
    @media (min-width: 1024px) {
      .jewellery .header.header-jewellery .header-logo {
        padding: 17px 0; } }
    @media (min-width: 1024px) {
      .jewellery .header.header-jewellery .header-logo .header-logo__link {
        max-width: 100%; } }
  .jewellery .header.header-jewellery .navPages-container .navPages .navPages-list .navPages-item .navPages-action {
    text-transform: uppercase;
    font-weight: 700; }
    @media (min-width: 1700px) {
      .jewellery .header.header-jewellery .navPages-container .navPages .navPages-list .navPages-item .navPages-action {
        font-size: 18px; } }
    .jewellery .header.header-jewellery .navPages-container .navPages .navPages-list .navPages-item .navPages-action .navPages-action-moreIcon svg {
      fill: white;
      stroke: white; }
  .jewellery .header.header-jewellery .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu {
    box-shadow: none; }
  .jewellery .header.header-jewellery .headersearch-dropdownbox {
    box-shadow: 0 15px 16px -23px black; }
  .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .cartheaderbox .carttitilemain .cart-heading {
    font-family: "Oswald";
    font-weight: 700;
    color: #40383b;
    font-size: 26px;
    margin-bottom: 25px; }
  .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .cartheaderbox .cartitemcountbox p {
    text-transform: uppercase;
    font-weight: 500; }
  .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem {
    border-radius: 6px;
    padding: 0;
    overflow: hidden; }
    .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .cart-remove {
      right: 25px;
      padding: 0; }
      .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .cart-remove svg {
        fill: #333333;
        width: 16px;
        height: 16px; }
    .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-image {
      background-color: #f8f8f3;
      width: 150px;
      border-right: 1px solid #e3e3e3; }
    .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content {
      padding: 18px 45px 18px 18px;
      width: calc(100% - 150px); }
      .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-brand {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 400;
        color: #999999; }
      .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        font-family: "Oswald"; }
      .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .cartoptionbox {
        margin-top: 5px; }
        .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .cartoptionbox .definition-list-box .definitionlist .definitionlist-value {
          color: #999999;
          font-size: 12px;
          font-weight: 400;
          font-style: normal;
          text-transform: uppercase; }
      .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .pricebox {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        margin-top: 10px; }
        .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .pricebox .productincrementbox {
          margin-right: 25px; }
          .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .pricebox .productincrementbox .form-increment {
            position: relative;
            box-shadow: none;
            border-radius: 6px;
            border: 1px solid #e3e3e3;
            width: 84px;
            height: 45px; }
            .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .pricebox .productincrementbox .form-increment [data-action=dec],
            .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .pricebox .productincrementbox .form-increment [data-action=inc] {
              position: absolute;
              bottom: 0;
              right: 0;
              border: 1px solid #e3e3e3;
              padding: 4px;
              height: 50%;
              border-bottom: 0;
              border-right: 0;
              width: 24px;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -ms-flex-align: center;
              -webkit-align-items: center;
              -webkit-box-align: center;
              align-items: center; }
              .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .pricebox .productincrementbox .form-increment [data-action=dec] .icon svg,
              .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .pricebox .productincrementbox .form-increment [data-action=inc] .icon svg {
                transition: all 0.3s ease-in-out; }
              .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .pricebox .productincrementbox .form-increment [data-action=dec]:hover .icon svg,
              .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .pricebox .productincrementbox .form-increment [data-action=inc]:hover .icon svg {
                fill: #d6c8ab; }
            .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .pricebox .productincrementbox .form-increment [data-action=inc] {
              top: 0;
              bottom: auto;
              border-top: 0; }
            .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .pricebox .productincrementbox .form-increment .form-input--incrementTotal {
              padding-right: 24px;
              width: 100%;
              color: #333333;
              font-size: 18px; }
        .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .pricebox .previewCartItem-price {
          order: 2;
          margin: 0; }
  .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartAction .total-price {
    text-transform: uppercase;
    font-size: 22px; }
  .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartAction .cart-button-group .button {
    box-shadow: none;
    font-size: 18px;
    padding: 12px 14px;
    width: 100%;
    box-shadow: none;
    background-color: black;
    border: 2px solid #2c193b;
    color: #f8f8f3;
    letter-spacing: 1px;
    border-radius: 0;
    font-family: "Oswald"; }
    .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartAction .cart-button-group .button:hover {
      color: #2c193b;
      background-color: #2c193b; }
    @media (min-width: 1700px) {
      .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartAction .cart-button-group .button {
        font-size: 24px;
        padding: 18px 14px; } }
    .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartAction .cart-button-group .button.button--primary {
      background-color: #2c193b;
      color: #d6c8ab;
      border-color: #2c193b; }
      .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartAction .cart-button-group .button.button--primary:hover {
        color: #f8f8f3;
        background-color: black; }

.jewellery .header-section .cart-label {
  color: #666666; }

.jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull {
  background-color: #d6c8ab;
  border-left: 1px solid #40383b; }
  .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .modal-close .icon svg {
    fill: #40383b; }
    .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .modal-close .icon svg:hover {
      fill: #40383b; }
  .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .cartheaderbox .carttitilemain .cart-heading {
    font-family: "Oswald";
    font-weight: 400;
    text-transform: uppercase; }
    @media (min-width: 1440px) {
      .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .cartheaderbox .carttitilemain .cart-heading {
        font-size: 28px; } }
  .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .cartheaderbox .cartitemcountbox p {
    color: #666666; }
  .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem {
    border: 0px;
    border-radius: 0;
    background-color: transparent;
    padding: 20px 0; }
    .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem:last-child {
      box-shadow: none;
      border: 0;
      padding-top: 0; }
    @media (min-width: 1024px) {
      .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem {
        border-bottom: 1px solid;
        box-shadow: 0 1px 0px 0px #FFFFFF; } }
    .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .cart-remove svg {
      fill: #40383b; }
      .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .cart-remove svg:hover {
        fill: #40383b; }
    .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-image {
      background-color: #f8f8f3;
      border-radius: 0;
      border: 1px solid; }
    .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content {
      padding: 0px 45px 0px 18px; }
      .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-brand {
        font-size: 16px;
        color: darkgray; }
        @media (min-width: 1440px) {
          .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-brand {
            font-size: 16px; } }
      .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name {
        font-size: 16px;
        color: #40383b;
        font-weight: 700;
        text-transform: capitalize; }
        @media (min-width: 1440px) {
          .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name {
            font-size: 18px; } }
      .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .cartoptionbox {
        margin-top: 5px; }
        @media (min-width: 1440px) {
          .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .cartoptionbox {
            margin: 20px 0; } }
        .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .cartoptionbox .definition-list-box .definitionlist .definitionlist-value {
          color: darkgray;
          font-size: 14px;
          text-transform: capitalize; }
      .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .pricebox {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        margin-top: 10px; }
        .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .pricebox .productincrementbox {
          margin-right: 25px; }
          .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .pricebox .productincrementbox .form-increment {
            border-radius: 0px;
            border: 1px solid; }
            .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .pricebox .productincrementbox .form-increment [data-action=dec],
            .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .pricebox .productincrementbox .form-increment [data-action=inc] {
              border-radius: 0px; }
              .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .pricebox .productincrementbox .form-increment [data-action=dec]:hover .icon svg,
              .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .pricebox .productincrementbox .form-increment [data-action=inc]:hover .icon svg {
                fill: #d6c8ab; }
        .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .pricebox .previewCartItem-price {
          font-size: 16px; }
          @media (min-width: 1440px) {
            .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .pricebox .previewCartItem-price {
              font-size: 20px; } }
  .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartAction .total-price,
  .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartAction .total-price {
    text-transform: uppercase;
    font-size: 16px; }
    @media (min-width: 1700px) {
      .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartAction .total-price,
      .jewellery .header.header-jewellery .navUser .navUser-item--cart .dropdown-menu.dropdownfull .previewCartWrapper .previewCart .previewCartAction .total-price {
        font-size: 20px; } }

/* for common */
.form-option-variant {
  font-size: 14px !important;
  color: #2c193b !important; }

body .productView-options > form [data-product-option-change] .form-option-wrapper .form-option:hover {
  background: white !important; }

.container {
  margin: 0 auto; }
  .container section.cms-page h3 {
    font-size: 30px;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 20px; }
  .container section.cms-page p {
    font-size: 16px;
    line-height: 1.15;
    margin-bottom: 15px; }
  @media (min-width: 1024px) {
    .container {
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px;
      padding: 0; } }
  @media (min-width: 1366px) {
    .container {
      max-width: 1240px; } }
  @media (min-width: 1440px) {
    .container {
      max-width: 1360px; } }
  @media (min-width: 1600px) {
    .container {
      max-width: 1480px; } }
  @media (min-width: 1700px) {
    .container {
      max-width: 1600px; } }
  @media (min-width: 2560px) {
    .container {
      max-width: 1920px; } }

.overflowhidden {
  overflow: hidden;
  height: 100vh; }

.socialLinks-item--google {
  display: none; }

#previewModal + #product-reviews {
  display: none; }

.sitemap-page h1, .sitemap-page h2 {
  color: #d6c8ab; }

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

textarea {
  resize: vertical; }

.form-inlineMessage {
  font-size: 14px; }

.form-label--inlineSmall small {
  margin: 0; }
  .form-label--inlineSmall small.required {
    color: #ea000e; }

.carousel-tooltip {
  display: none; }

.form-radio + .form-label::before {
  border-color: #e3e3e3;
  box-shadow: 0.707px 0.707px 0px 0px #FFFFFF;
  height: 22px;
  width: 22px; }

.form-radio + .form-label::after {
  height: 16px;
  width: 16px;
  left: 3px; }

.form-radio + .form-label::after {
  top: 6px;
  background-color: #2c193b; }

.form-radio:checked + .form-label::before {
  border-color: #2c193b; }

.form-radio:checked + .form-label {
  color: #2c193b !important; }

.form-select {
  background-color: white; }

.form-select--small,
.form-select--date {
  height: 3.215rem;
  background-position: right 0.5rem top .5rem;
  border-radius: 4px;
  line-height: normal;
  padding: 10px 20px 10px 15px; }
  @media (min-width: 1024px) {
    .form-select--small,
    .form-select--date {
      padding: 10px 45px 10px 15px; } }
  @media (min-width: 1440px) {
    .form-select--small,
    .form-select--date {
      font-size: 18px; } }

.productincrementbox .form-increment {
  display: inline-flex;
  align-items: center;
  width: auto;
  overflow: hidden;
  background-color: #FFFFFF;
  border: 1px solid #e3e3e3;
  box-shadow: 0.707px 0.707px 0px 0px #FFFFFF;
  border-radius: 25px;
  position: relative; }
  .productincrementbox .form-increment .button--icon {
    border: 0;
    padding: 14px 16.5px;
    box-shadow: none; }
  .productincrementbox .form-increment .form-input--incrementTotal {
    background-color: #FFFFFF; }

.cartoptionbox {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center; }
  .cartoptionbox .definition-list-box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 15px; }
  .cartoptionbox .definitionlist {
    margin: 0; }
    .cartoptionbox .definitionlist .definitionlist-value {
      color: #888888;
      font-weight: 500;
      font-style: italic;
      font-size: 13px; }
      .cartoptionbox .definitionlist .definitionlist-value .devider {
        margin: 0 2px 0 0; }
    .cartoptionbox .definitionlist:last-child .devider {
      display: none; }
  .cartoptionbox .change-item-option svg {
    fill: #2c193b;
    width: 15px;
    height: 15px;
    transition: all 0.3s ease-in-out; }
  .cartoptionbox .change-item-option:hover svg {
    fill: #2c193b; }

/* button style*/
.button {
  border-radius: 40px;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  box-shadow: 2.431px 13.787px 27px 0px rgba(44, 25, 59, 0.37); }
  @media (min-width: 1024px) {
    .button {
      padding: 20px; } }
  @media (min-width: 1200px) {
    .button {
      font-size: 20px; } }
  .button:hover, .button:focus, .button.is-active, .button.active {
    color: #2c193b; }
  .button:hover {
    color: #2c193b; }
    .button:hover .icon svg {
      fill: #2c193b; }

.button--primary {
  border: 0; }

.button--primary {
  border: 3px solid #2c193b;
  color: #d6c8ab;
  box-shadow: 0px 9px 27px 0px rgba(44, 25, 59, 0.37);
  background-color: #2c193b; }
  .button--primary:hover {
    border: 3px solid black;
    color: #f8f8f3;
    box-shadow: 0px 9px 27px 0px rgba(0, 0, 0, 0.37);
    background-color: black; }

.body {
  background-color: white;
  margin-bottom: 0; }

.page-heading {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 700;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .page-heading {
      font-size: 36px; } }
  @media (min-width: 1024px) {
    .page-heading {
      font-size: 44px; } }
  @media (min-width: 1440px) {
    .page-heading {
      font-size: 60px; } }

/* breadcrumb style*/
ol.breadcrumbs {
  margin: 0;
  text-align: left;
  margin-bottom: 5px;
  display: block; }
  @media (min-width: 768px) {
    ol.breadcrumbs {
      text-align: center; } }
  @media (min-width: 1024px) {
    ol.breadcrumbs {
      margin-bottom: 35px; } }
  ol.breadcrumbs .breadcrumb {
    display: inline;
    line-height: 20px; }

.breadcrumb:not(:first-child)::before {
  content: "\2192";
  border: none;
  transform: none;
  height: inherit;
  font-size: 18px; }

.breadcrumb.is-active > .breadcrumb-label {
  font-weight: 400;
  color: #2c193b; }

.breadcrumb:not(:first-child)::before {
  color: #FFFFFF; }

.breadcrumb a {
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #FFFFFF; }
  @media (min-width: 1700px) {
    .breadcrumb a {
      font-size: 18px; } }
  .breadcrumb a:hover {
    color: #2c193b; }

.facetedSearch-toggle + .facetedSearch-navList.is-open,
.sidebarBlock + .facetedSearch-navList.is-open {
  margin-top: 0; }

.facetedSearch-toggle + .facetedSearch-navList,
.sidebarBlock + .facetedSearch-navList {
  margin: 25px 0; }

.accordion--navList {
  padding: 0 15px; }
  @media (min-width: 1024px) {
    .accordion--navList {
      padding: 0; } }
  .accordion--navList .accordion-block {
    margin-bottom: 0;
    margin-top: 0; }

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

.accordion-block:first-child {
  margin-bottom: 17px; }
  @media (min-width: 1024px) {
    .accordion-block:first-child {
      margin-bottom: 20px; } }

.accordion-block {
  border-radius: 8px 8px 0 0;
  border: 1px solid #d6c8ab;
  background-color: white;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .accordion-block {
      border-radius: 8px; } }
  .accordion-block:last-child .accordion-navigation {
    border-radius: 0; }
  .accordion-block .accordion-navigation {
    border: none;
    padding: 8px 15px;
    margin: 0 !important;
    background-color: #d6c8ab; }
    @media (min-width: 1024px) {
      .accordion-block .accordion-navigation {
        padding: 10px 15px; } }
    @media (min-width: 1700px) {
      .accordion-block .accordion-navigation {
        padding: 16px 30px; } }
    .accordion-block .accordion-navigation .accordion-title {
      padding: 0;
      font-family: "Oswald";
      color: #40383b;
      font-weight: 700;
      font-size: 14px; }
      @media (min-width: 1700px) {
        .accordion-block .accordion-navigation .accordion-title {
          font-size: 20px; } }
    .accordion-block .accordion-navigation .icon {
      width: 12px;
      height: 12px;
      transform: rotate(0deg); }
      @media (min-width: 1700px) {
        .accordion-block .accordion-navigation .icon {
          width: 18px;
          height: 11px; } }
      .accordion-block .accordion-navigation .icon svg {
        width: 12px;
        height: 12px;
        stroke: #FFFFFF; }
        @media (min-width: 1700px) {
          .accordion-block .accordion-navigation .icon svg {
            width: 18px;
            height: 11px; } }
    .accordion-block .accordion-navigation.is-open svg {
      transform: rotate(180deg); }
  .accordion-block .accordion-navigation.btn-disable span .navPages-action-moreIcon {
    display: none; }
  .accordion-block .accordion-navigation.btn-disable:hover {
    cursor: default; }
  .accordion-block .facetedSearch-clearLink {
    right: 60px;
    top: 15px;
    color: #40383b;
    font-size: 12px;
    transition: all 0.3s ease-in-out;
    transform: none; }
    @media (min-width: 1024px) {
      .accordion-block .facetedSearch-clearLink {
        font-size: 14px; } }
    @media (min-width: 1700px) {
      .accordion-block .facetedSearch-clearLink {
        top: 20px; } }
    .accordion-block .facetedSearch-clearLink:hover {
      color: #d6c8ab; }
  .accordion-block .form-minMaxRow .form-field .button {
    color: #40383b; }
  .accordion-block .form-minMaxRow .form-field .form-input::placeholder {
    color: #40383b; }
  @media (min-width: 1024px) {
    .accordion-block .form-minMaxRow .form-field {
      margin: 10px 0;
      float: none;
      width: 100%; } }
  @media (min-width: 1440px) {
    .accordion-block .form-minMaxRow .form-field {
      margin: 0;
      float: left;
      width: 33.33%; } }
  .accordion-block .accordion-content {
    padding: 10px; }
    @media (min-width: 1024px) {
      .accordion-block .accordion-content {
        padding: 10px 15px; } }
    @media (min-width: 1700px) {
      .accordion-block .accordion-content {
        padding: 15px 30px; } }
    .accordion-block .accordion-content .toggleLink {
      font-style: italic;
      padding-left: 20px; }
      .accordion-block .accordion-content .toggleLink .toggleLink-text {
        font-size: 16px;
        text-decoration: underline; }
    .accordion-block .accordion-content#facetedSearch-content--price {
      padding-bottom: 14px; }
      .accordion-block .accordion-content#facetedSearch-content--price .form-minMaxRow .button {
        font-size: 12px;
        padding: 9.99px 10px;
        border-radius: 4px; }

#categories-list .navPages-list,
.accordion-content .navPages-list {
  width: 100%; }
  #categories-list .navPages-list .navPages-item,
  .accordion-content .navPages-list .navPages-item {
    float: none;
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #f0f0e8;
    width: 100%;
    padding-bottom: 7px;
    padding-top: 7px; }
    #categories-list .navPages-list .navPages-item:last-child,
    .accordion-content .navPages-list .navPages-item:last-child {
      padding-bottom: 0; }
    #categories-list .navPages-list .navPages-item:first-child,
    .accordion-content .navPages-list .navPages-item:first-child {
      padding-top: 0; }
    #categories-list .navPages-list .navPages-item .navPage-subMenu-item,
    .accordion-content .navPages-list .navPages-item .navPage-subMenu-item {
      padding: 0 55px 0 0; }
    #categories-list .navPages-list .navPages-item .navPages-action,
    .accordion-content .navPages-list .navPages-item .navPages-action {
      font-size: 14px;
      color: #333333;
      padding: 0;
      border: none;
      text-transform: inherit;
      font-weight: 500;
      padding: 0;
      transition: all 0.3s ease-in-out; }
      @media (min-width: 1024px) {
        #categories-list .navPages-list .navPages-item .navPages-action,
        .accordion-content .navPages-list .navPages-item .navPages-action {
          display: inline-flex; } }
      @media (min-width: 1440px) {
        #categories-list .navPages-list .navPages-item .navPages-action,
        .accordion-content .navPages-list .navPages-item .navPages-action {
          font-size: 18px; } }
      #categories-list .navPages-list .navPages-item .navPages-action.is-open,
      .accordion-content .navPages-list .navPages-item .navPages-action.is-open {
        background-color: transparent;
        color: #2c193b; }
        @media (min-width: 1024px) {
          #categories-list .navPages-list .navPages-item .navPages-action.is-open,
          .accordion-content .navPages-list .navPages-item .navPages-action.is-open {
            border-bottom: 1px solid #2c193b; } }
      #categories-list .navPages-list .navPages-item .navPages-action:hover,
      .accordion-content .navPages-list .navPages-item .navPages-action:hover {
        color: #2c193b; }
    #categories-list .navPages-list .navPages-item .action-icon,
    .accordion-content .navPages-list .navPages-item .action-icon {
      position: absolute;
      display: inline-block;
      top: 0;
      right: 0;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (min-width: 1024px) {
        #categories-list .navPages-list .navPages-item .action-icon,
        .accordion-content .navPages-list .navPages-item .action-icon {
          right: -5px; } }
      #categories-list .navPages-list .navPages-item .action-icon .icon,
      .accordion-content .navPages-list .navPages-item .action-icon .icon {
        width: 20px;
        height: 20px; }
      #categories-list .navPages-list .navPages-item .action-icon .icon-remove,
      .accordion-content .navPages-list .navPages-item .action-icon .icon-remove {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        top: 0px;
        opacity: 0; }
      #categories-list .navPages-list .navPages-item .action-icon svg,
      .accordion-content .navPages-list .navPages-item .action-icon svg {
        fill: #40383b;
        vertical-align: middle; }
      #categories-list .navPages-list .navPages-item .action-icon.is-open .icon-add,
      .accordion-content .navPages-list .navPages-item .action-icon.is-open .icon-add {
        opacity: 0; }
      #categories-list .navPages-list .navPages-item .action-icon.is-open .icon-remove,
      .accordion-content .navPages-list .navPages-item .action-icon.is-open .icon-remove {
        opacity: 1; }
    #categories-list .navPages-list .navPages-item:first-child .action-icon,
    .accordion-content .navPages-list .navPages-item:first-child .action-icon {
      top: -3px; }
    #categories-list .navPages-list .navPages-item:first-child .navPages-action,
    .accordion-content .navPages-list .navPages-item:first-child .navPages-action {
      margin-bottom: 0; }
    #categories-list .navPages-list .navPages-item:last-child,
    .accordion-content .navPages-list .navPages-item:last-child {
      border-bottom: none; }
      #categories-list .navPages-list .navPages-item:last-child .navPages-action,
      .accordion-content .navPages-list .navPages-item:last-child .navPages-action {
        margin-bottom: 0; }
  #categories-list .navPages-list .navPage-subMenu,
  .accordion-content .navPages-list .navPage-subMenu {
    position: inherit;
    background: transparent;
    overflow: hidden;
    display: none;
    padding: 0 !important; }
    #categories-list .navPages-list .navPage-subMenu .navPage-subMenu-list,
    .accordion-content .navPages-list .navPage-subMenu .navPage-subMenu-list {
      list-style: none;
      margin: 0 0 0 15px; }
      @media (min-width: 1024px) {
        #categories-list .navPages-list .navPage-subMenu .navPage-subMenu-list,
        .accordion-content .navPages-list .navPage-subMenu .navPage-subMenu-list {
          margin: 0 0 0 15px; } }
      #categories-list .navPages-list .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item,
      .accordion-content .navPages-list .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item {
        width: 100%;
        padding: 0;
        position: relative; }
        #categories-list .navPages-list .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item:last-child .navPages-action,
        .accordion-content .navPages-list .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item:last-child .navPages-action {
          margin: 0 0 7px 0; }
        #categories-list .navPages-list .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .action-icon,
        .accordion-content .navPages-list .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .action-icon {
          top: 0; }
        #categories-list .navPages-list .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action.is-open,
        .accordion-content .navPages-list .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action.is-open {
          border-bottom: 0; }

.facetedSearch .facetedSearch-toggle {
  margin: 0;
  border: 1px solid #d6c8ab;
  text-decoration: none;
  text-align: center;
  color: #40383b;
  padding: 12px; }

.facetedSearch .facetedSearch-toggle-text,
.facetedSearch .facetedSearch-toggle-indicator {
  float: none;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.3; }

.facetedSearch .facetedSearch-toggle + .facetedSearch-navList,
.facetedSearch .sidebarBlock + .facetedSearch-navList {
  margin: 20px 0; }

@media (min-width: 1024px) {
  .facetedSearch .facetedSearch-refineFilters {
    padding: 0 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between; } }

@media (min-width: 1700px) {
  .facetedSearch .facetedSearch-refineFilters {
    padding: 0 30px; } }

.facetedSearch .facetedSearch-refineFilters .sidebarBlock-heading {
  font-family: "Oswald";
  font-size: 14px;
  margin: 0;
  color: #40383b; }
  @media (min-width: 1700px) {
    .facetedSearch .facetedSearch-refineFilters .sidebarBlock-heading {
      font-size: 20px; } }

.facetedSearch .facetedSearch-refineFilters p {
  margin: 0;
  color: #585858;
  font-size: 12px; }
  @media (min-width: 1700px) {
    .facetedSearch .facetedSearch-refineFilters p {
      font-size: 14px; } }

.facetedSearch .facetedSearch-refineFilters .inlineList {
  width: 100%; }
  .facetedSearch .facetedSearch-refineFilters .inlineList li {
    margin-top: 0.78571rem;
    margin-bottom: 0; }
    .facetedSearch .facetedSearch-refineFilters .inlineList li:last-child {
      margin-bottom: 0.78571rem; }

.facetedSearch .facetedSearch-refineFilters [data-faceted-search-facet] {
  width: 100%;
  margin-bottom: 15px;
  font-size: 12px; }

.facetedSearch .facetedSearch-refineFilters .facetLabel {
  color: #40383b;
  background-color: #d6c8ab;
  border-radius: 3px;
  border: 1px solid #d6c8ab;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  font-size: 12px;
  padding-top: 4px; }
  .facetedSearch .facetedSearch-refineFilters .facetLabel .icon {
    fill: #40383b; }
  .facetedSearch .facetedSearch-refineFilters .facetLabel:hover {
    background-color: transparent; }

.facetedSearch .facetedSearch-navList .accordion {
  border: 1px solid #d6c8ab;
  margin-top: -1px; }
  @media (min-width: 1024px) {
    .facetedSearch .facetedSearch-navList .accordion {
      margin-top: 0;
      border: 0; } }

.facetedSearch .navList .navList-action--checkbox {
  padding-left: 20px; }

.facetedSearch .navList .navList-action {
  color: #40383b;
  font-size: 14px;
  transition: all 0.3s ease-in-out; }
  @media (min-width: 1440px) {
    .facetedSearch .navList .navList-action {
      font-size: 18px; } }
  .facetedSearch .navList .navList-action span {
    color: #a3a39d;
    font-size: 16px; }
  .facetedSearch .navList .navList-action:before {
    border-radius: 50%;
    width: 16px;
    height: 16px;
    border: 2px solid #333333;
    transition: all 0.3s ease-in-out; }
  .facetedSearch .navList .navList-action:after {
    top: 12px;
    left: 7px;
    transform: rotate(45deg);
    height: 14px;
    width: 7px;
    border-bottom: 2px solid #d6c8ab;
    border-right: 2px solid #d6c8ab;
    background-image: none; }
  .facetedSearch .navList .navList-action.is-selected {
    color: #d6c8ab; }
    .facetedSearch .navList .navList-action.is-selected:before {
      border-color: #d6c8ab; }
  .facetedSearch .navList .navList-action:hover {
    color: #d6c8ab; }
    .facetedSearch .navList .navList-action:hover:before {
      border-color: #d6c8ab; }

.facetedSearch .navList .navList-action-close {
  background-color: #d6c8ab;
  border: 1px solid #d6c8ab;
  transition: all 0.3s ease-in-out; }
  .facetedSearch .navList .navList-action-close svg {
    fill: #40383b;
    transition: all 0.3s ease-in-out; }
  .facetedSearch .navList .navList-action-close:hover {
    background-color: transparent; }

.productGrid {
  margin: 0 -20px; }
  @media (min-width: 1440px) {
    .productGrid {
      padding-left: 20px; } }
  .productGrid .product {
    margin-top: 0;
    padding: 10px; }
    @media (min-width: 1024px) {
      .productGrid .product {
        padding: 20px; } }

.card {
  border: 1px solid #e3e3e3;
  margin: 0;
  height: 100%;
  box-shadow: 0.707px 0.707px 0px 0px #FFFFFF;
  border-radius: 17px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  background-color: #f8f8f3;
  position: relative; }
  .card:hover {
    box-shadow: 4.243px 4.243px 11px 0px rgba(0, 0, 0, 0.1);
    border-color: #2c193b;
    background-color: #2c193b; }
    @media (min-width: 1024px) {
      .card:hover {
        box-shadow: 12px 12px 23px -14px rgba(0, 0, 0, 0.2); } }
    .card:hover .card-title a {
      color: #2c193b; }
    .card:hover .card-figure {
      background-color: #2c193b; }
    .card:hover .card-body {
      background-color: #2c193b; }
    .card:hover .sale-flag-side:after,
    .card:hover .sold-out-flag-side:after {
      border-color: transparent transparent #FFFFFF transparent; }
    .card:hover .price-section {
      opacity: 0; }
    .card:hover .card-figcaption-body-btn {
      bottom: 0px; }
    .card:hover .button-box-group {
      opacity: 1; }
      .card:hover .button-box-group .button .icon svg {
        fill: white; }
  .card .sale-flag-side,
  .card .sold-out-flag-side {
    position: absolute;
    top: -3px;
    left: 10px;
    z-index: 5;
    background: #e81212;
    color: white;
    padding: 8px 0px 10px 0;
    display: inline-block;
    min-width: 21px;
    height: auto;
    max-width: initial;
    border-radius: 0;
    transition: all 0.3s ease-in-out; }
    .card .sale-flag-side .sale-text,
    .card .sale-flag-side .sold-out-text,
    .card .sold-out-flag-side .sale-text,
    .card .sold-out-flag-side .sold-out-text {
      writing-mode: vertical-rl;
      text-orientation: inherit;
      text-transform: uppercase;
      transform: rotate(180deg);
      padding: 3px 5px 0px 2px;
      line-height: 1;
      font-weight: 600;
      font-size: 13px;
      letter-spacing: 1.5px; }
    .card .sale-flag-side:after,
    .card .sold-out-flag-side:after {
      content: '';
      position: absolute;
      bottom: -1px;
      border: 10px solid;
      border-color: transparent transparent #d6c8ab transparent;
      z-index: 6;
      left: 0;
      right: 0;
      transition: all 0.3s ease-in-out; }
  .card .sold-out-flag-side {
    background: #007dc6;
    color: white; }
  .card .card-figure {
    background-color: #f8f8f3;
    transition: all 0.3s ease-in-out;
    position: relative;
    padding: 5px 0 10px; }
    @media (min-width: 1024px) {
      .card .card-figure {
        padding: 31px 0 20px; } }
    @media (min-width: 1200px) {
      .card .card-figure {
        padding: 29px 0 20px; } }
    @media (min-width: 1440px) {
      .card .card-figure {
        padding: 38px 0 22px; } }
    @media (min-width: 1700px) {
      .card .card-figure {
        padding: 40px 0 28px; } }
    .card .card-figure .sold-out-text,
    .card .card-figure .sale-text {
      padding-top: 3px;
      display: inline-block; }
    .card .card-figure .card-img-container:after {
      padding-bottom: 110%; }
      @media (min-width: 1024px) {
        .card .card-figure .card-img-container:after {
          padding-bottom: 100%; } }
    .card .card-figure .card-img-container .card-image {
      transition: all 0.3s ease-in-out; }
    .card .card-figure .card-img-container .hover-image + .default-image {
      transition: 0.75s ease; }
    .card .card-figure .card-img-container .hover-image {
      opacity: 0; }
    .card .card-figure .card-img-container:hover .default-image {
      /*opacity: 0;*/ }
    .card .card-figure .card-img-container:hover .hover-image + .default-image {
      opacity: 0; }
    .card .card-figure .card-img-container:hover .hover-image {
      opacity: 1; }
    .card .card-figure .card-figcaption {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: all 0.3s ease-in-out; }
      .card .card-figure .card-figcaption .card-figcaption-body {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        justify-content: center;
        top: 80%;
        transform: translateY(-80%); }
        .card .card-figure .card-figcaption .card-figcaption-body .button {
          width: 35px;
          height: 35px;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -webkit-box-align: center;
          align-items: center;
          justify-content: center;
          background-color: white;
          border: 3px solid white;
          transition: all 0.3s ease-in-out;
          box-shadow: none; }
          @media (min-width: 1700px) {
            .card .card-figure .card-figcaption .card-figcaption-body .button {
              width: 70px;
              height: 70px; } }
          .card .card-figure .card-figcaption .card-figcaption-body .button:hover {
            background-color: #2c193b; }
            .card .card-figure .card-figcaption .card-figcaption-body .button:hover svg {
              fill: white; }
          .card .card-figure .card-figcaption .card-figcaption-body .button .icon {
            width: 17px;
            height: 17px; }
            @media (min-width: 1700px) {
              .card .card-figure .card-figcaption .card-figcaption-body .button .icon {
                width: 33px;
                height: 33px; } }
          .card .card-figure .card-figcaption .card-figcaption-body .button svg {
            width: 17px;
            height: 17px;
            margin: 0;
            fill: #2c193b;
            transition: all 0.3s ease-in-out; }
            @media (min-width: 1700px) {
              .card .card-figure .card-figcaption .card-figcaption-body .button svg {
                width: 33px;
                height: 33px; } }
        .card .card-figure .card-figcaption .card-figcaption-body .compare {
          margin-left: 15px;
          margin-top: 0; }
          .card .card-figure .card-figcaption .card-figcaption-body .compare input {
            opacity: 0;
            position: absolute; }
          input:checked + .card .card-figure .card-figcaption .card-figcaption-body .compare.active {
            background-color: white;
            border-color: white; }
            input:checked + .card .card-figure .card-figcaption .card-figcaption-body .compare.active svg {
              fill: #2c193b; }
        .card .card-figure .card-figcaption .card-figcaption-body .compare.active {
          background-color: #2c193b;
          border-color: #2c193b; }
          .card .card-figure .card-figcaption .card-figcaption-body .compare.active svg {
            fill: #2c193b; }
  .card .button-box-group {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 15px;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease-in-out; }
    @media (min-width: 1024px) {
      .card .button-box-group {
        bottom: 15px; } }
    .card .button-box-group .card-figcaption-button {
      padding: 4px 13px 2px;
      font-size: 11px;
      font-weight: 700;
      border-radius: 40px;
      border: 3px solid #2c193b;
      box-shadow: 0px 10px 15px 0px rgba(44, 25, 59, 0.37);
      background-color: #2c193b;
      margin: 0;
      transition: all 0.3s ease-in-out; }
      @media (min-width: 1024px) {
        .card .button-box-group .card-figcaption-button {
          font-size: 14px;
          padding: 10px 20px 8px;
          display: flex;
          align-items: center; } }
      @media (min-width: 1700px) {
        .card .button-box-group .card-figcaption-button {
          padding: 13px 30px 12px; } }
      .card .button-box-group .card-figcaption-button .icon {
        width: 11px;
        height: 11px;
        vertical-align: sub;
        margin-left: 2px; }
        @media (min-width: 1024px) {
          .card .button-box-group .card-figcaption-button .icon {
            margin-left: 5px; } }
        @media (min-width: 1700px) {
          .card .button-box-group .card-figcaption-button .icon {
            width: 14px;
            height: 14px;
            vertical-align: middle; } }
        .card .button-box-group .card-figcaption-button .icon svg {
          width: 11px;
          height: 11px;
          fill: white;
          margin-right: 10px;
          display: inline-block;
          transition: all 0.3s ease-in-out; }
          @media (min-width: 1700px) {
            .card .button-box-group .card-figcaption-button .icon svg {
              width: 14px;
              height: 14px; } }
      .card .button-box-group .card-figcaption-button span {
        display: inline-block;
        vertical-align: middle;
        padding-top: 4px; }
      .card .button-box-group .card-figcaption-button:hover .icon svg {
        fill: #2c193b; }
  .card .card-body {
    padding: 5px 10px 15px 10px;
    text-align: center;
    position: relative;
    display: block;
    transition: all 0.3s ease-in-out; }
    @media (min-width: 1024px) {
      .card .card-body {
        padding: 20px 10px 0 10px; } }
    @media (min-width: 1700px) {
      .card .card-body {
        margin-bottom: 0; } }
    .card .card-body .card-rating {
      padding: 5px 10px 0 10px;
      margin-bottom: 10px; }
      @media (min-width: 1024px) {
        .card .card-body .card-rating {
          padding: 0 10px; } }
    .card .card-body .brand-text {
      font-size: 14px;
      margin-bottom: 0;
      min-height: 21px; }
    .card .card-body .card-text {
      font-size: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      margin: 0;
      flex-wrap: wrap;
      min-height: 55px; }
      @media (min-width: 1024px) {
        .card .card-body .card-text {
          margin: 20px 0 30px; } }
      @media (min-width: 1440px) {
        .card .card-body .card-text {
          font-size: 16px;
          margin: 20px 0 45px; } }
      .card .card-body .card-text.productRating {
        margin-bottom: 8px; }
    .card .card-body .card-title {
      font-family: "Oswald";
      font-size: 12px;
      line-height: 1.3;
      margin: 5px 0 0; }
      @media (min-width: 1024px) {
        .card .card-body .card-title {
          max-height: 42px;
          font-size: 14px; } }
      @media (min-width: 1440px) {
        .card .card-body .card-title {
          font-size: 16px;
          margin: 5px 0 0 0; } }
    .card .card-body .short-description-value {
      color: #2c193b;
      margin-bottom: 0; }
    .card .card-body .price-section {
      display: inline-block;
      margin-right: 13px;
      color: #2c193b;
      font-size: 14px;
      transition: all 0.3s ease-in-out; }
      @media (min-width: 1700px) {
        .card .card-body .price-section {
          font-size: 16px; } }
      .card .card-body .price-section:last-child {
        padding-right: 0; }
      .card .card-body .price-section.price-section--withoutTax .price-now-label,
      .card .card-body .price-section.price-section--withoutTax .price--withoutTax,
      .card .card-body .price-section.price-section--withoutTax .price--withTax, .card .card-body .price-section.price-section--withTax .price-now-label,
      .card .card-body .price-section.price-section--withTax .price--withoutTax,
      .card .card-body .price-section.price-section--withTax .price--withTax {
        color: #2c193b;
        font-size: 18px;
        font-weight: 600;
        display: block;
        line-height: 1; }
        @media (min-width: 1700px) {
          .card .card-body .price-section.price-section--withoutTax .price-now-label,
          .card .card-body .price-section.price-section--withoutTax .price--withoutTax,
          .card .card-body .price-section.price-section--withoutTax .price--withTax, .card .card-body .price-section.price-section--withTax .price-now-label,
          .card .card-body .price-section.price-section--withTax .price--withoutTax,
          .card .card-body .price-section.price-section--withTax .price--withTax {
            font-size: 22px; } }
      .card .card-body .price-section .price-now-label {
        margin-bottom: 7px; }
      .card .card-body .price-section .price-label {
        display: block;
        margin-bottom: 7px; }
      .card .card-body .price-section .price--rrp,
      .card .card-body .price-section .price--non-sale,
      .card .card-body .price-section .price--discounted {
        position: relative;
        text-decoration: none;
        font-size: 16px;
        font-weight: 400;
        display: block;
        line-height: 1; }
        .card .card-body .price-section .price--rrp:before,
        .card .card-body .price-section .price--non-sale:before,
        .card .card-body .price-section .price--discounted:before {
          content: '';
          position: absolute;
          width: 100%;
          height: 1px;
          background-color: #2c193b;
          transform: rotate(-30deg) translate(0, -50%);
          top: 50%;
          left: 0;
          right: 0; }

.productList .product + .product {
  margin-top: 2rem; }

.listItem {
  border: 1px solid #e3e3e3;
  margin: 0;
  height: 100%;
  box-shadow: 0.707px 0.707px 0px 0px #FFFFFF;
  border-radius: 17px;
  overflow: hidden;
  transition: all 0.3s ease-in-out; }
  @media (min-width: 768px) {
    .listItem {
      display: flex;
      align-items: center; } }
  @media (min-width: 768px) {
    .listItem .listItem-figure,
    .listItem .listItem-body {
      display: block; } }
  @media (min-width: 768px) {
    .listItem .listItem-content {
      display: block; } }
  .listItem .listItem-content p {
    font-size: 14px; }
    @media (min-width: 1700px) {
      .listItem .listItem-content p {
        font-size: 16px; } }
  .listItem .listItem-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: left;
    margin: 15px 0 25px; }
  .listItem .sale-flag-side,
  .listItem .sold-out-flag-side {
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 5;
    background: #e81212;
    color: white;
    padding: 8px 0px 10px 0;
    display: inline-block;
    min-width: 21px;
    height: auto;
    max-width: initial;
    border-radius: 0;
    transition: all 0.3s ease-in-out; }
    .listItem .sale-flag-side .sale-text,
    .listItem .sale-flag-side .sold-out-text,
    .listItem .sold-out-flag-side .sale-text,
    .listItem .sold-out-flag-side .sold-out-text {
      writing-mode: vertical-rl;
      text-orientation: inherit;
      text-transform: uppercase;
      transform: rotate(180deg);
      padding: 3px 5px 0px 2px;
      line-height: 1;
      font-weight: 600;
      font-size: 13px;
      letter-spacing: 1.5px; }
    .listItem .sale-flag-side:after,
    .listItem .sold-out-flag-side:after {
      content: '';
      position: absolute;
      bottom: -1px;
      border: 10px solid;
      border-color: transparent transparent #d6c8ab transparent;
      z-index: 6;
      left: 0;
      right: 0;
      transition: all 0.3s ease-in-out; }
  .listItem .sold-out-flag-side {
    background: #007dc6;
    color: white; }
  .listItem .button {
    padding: 10px 23px 8px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 40px;
    border: 3px solid #2c193b;
    box-shadow: 0px 10px 15px 0px rgba(44, 25, 59, 0.37);
    background-color: #2c193b;
    color: white;
    display: inline-block;
    width: auto;
    margin: 0;
    transition: all 0.3s ease-in-out; }
    @media (min-width: 1700px) {
      .listItem .button {
        padding: 16px 27px 13px; } }
    .listItem .button svg {
      width: 14px;
      height: 14px;
      fill: white;
      margin-right: 10px;
      display: inline-block; }
    .listItem .button span {
      display: inline-block;
      vertical-align: middle;
      padding-top: 4px; }
    .listItem .button:hover {
      background-color: #2c193b; }
      .listItem .button:hover svg {
        fill: white; }
  .listItem .listItem-figure {
    overflow: hidden; }
    .listItem .listItem-figure .listItem-figure__link {
      height: 100%;
      padding: 20px 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
    .listItem .listItem-figure .listItem-image {
      position: relative;
      object-fit: contain;
      height: 100%; }
    @media (min-width: 480px) {
      .listItem .listItem-figure .sale-flag-sash,
      .listItem .listItem-figure .sold-out-flag-sash {
        left: -24px; } }
    .listItem .listItem-figure .sale-text,
    .listItem .listItem-figure .sold-out-text {
      padding-top: 3px;
      display: inline-block; }
    .listItem .listItem-figure .listItem-figureBody {
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      overflow: hidden;
      transition: all 0.3s ease-in-out;
      display: none;
      opacity: 0;
      position: absolute;
      width: auto;
      height: auto; }
      @media (min-width: 1024px) {
        .listItem .listItem-figure .listItem-figureBody {
          display: block; } }
      .listItem .listItem-figure .listItem-figureBody .button {
        width: 35px;
        height: 35px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        justify-content: center;
        background-color: white;
        border-color: white;
        box-shadow: none;
        padding: 0; }
        @media (min-width: 1024px) {
          .listItem .listItem-figure .listItem-figureBody .button {
            padding: 20px; } }
        @media (min-width: 1700px) {
          .listItem .listItem-figure .listItem-figureBody .button {
            width: 70px;
            height: 70px; } }
        .listItem .listItem-figure .listItem-figureBody .button:hover {
          background-color: #2c193b; }
          .listItem .listItem-figure .listItem-figureBody .button:hover svg {
            fill: white; }
        .listItem .listItem-figure .listItem-figureBody .button .icon {
          width: 17px;
          height: 17px; }
          @media (min-width: 1700px) {
            .listItem .listItem-figure .listItem-figureBody .button .icon {
              width: 33px;
              height: 33px; } }
        .listItem .listItem-figure .listItem-figureBody .button svg {
          width: 17px;
          height: 17px;
          margin: 0;
          fill: #2c193b; }
          @media (min-width: 1700px) {
            .listItem .listItem-figure .listItem-figureBody .button svg {
              width: 33px;
              height: 33px; } }
      .listItem .listItem-figure .listItem-figureBody .compare {
        margin-top: 15px; }
        .listItem .listItem-figure .listItem-figureBody .compare input {
          display: none; }
        .listItem .listItem-figure .listItem-figureBody .compare.active {
          background-color: white;
          border-color: white; }
          .listItem .listItem-figure .listItem-figureBody .compare.active svg {
            fill: #2c193b; }
  .listItem .listItem-body {
    padding: 10px; }
    .listItem .listItem-body .listItem-details .card-rating-brand {
      color: #666666;
      font-size: 14px; }
      @media (min-width: 1440px) {
        .listItem .listItem-body .listItem-details .card-rating-brand {
          font-size: 16px; } }
    .listItem .listItem-body .listItem-title {
      font-family: "Oswald";
      font-size: 14px;
      line-height: 1.3;
      margin: 5px 0 10px 0; }
      @media (min-width: 1024px) {
        .listItem .listItem-body .listItem-title {
          font-size: 18px; } }
      @media (min-width: 1700px) {
        .listItem .listItem-body .listItem-title {
          font-size: 20px; } }
    .listItem .listItem-body .price-section {
      display: inline-block;
      margin-right: 13px;
      color: #2c193b;
      font-size: 14px;
      transition: all 0.3s ease-in-out; }
      @media (min-width: 1700px) {
        .listItem .listItem-body .price-section {
          font-size: 16px; } }
      .listItem .listItem-body .price-section:last-child {
        padding-right: 0; }
      .listItem .listItem-body .price-section.price-section--withoutTax .price-now-label,
      .listItem .listItem-body .price-section.price-section--withoutTax .price--withoutTax,
      .listItem .listItem-body .price-section.price-section--withoutTax .price--withTax, .listItem .listItem-body .price-section.price-section--withTax .price-now-label,
      .listItem .listItem-body .price-section.price-section--withTax .price--withoutTax,
      .listItem .listItem-body .price-section.price-section--withTax .price--withTax {
        color: #2c193b;
        font-size: 18px;
        font-weight: 600;
        display: block;
        line-height: 1; }
        @media (min-width: 1700px) {
          .listItem .listItem-body .price-section.price-section--withoutTax .price-now-label,
          .listItem .listItem-body .price-section.price-section--withoutTax .price--withoutTax,
          .listItem .listItem-body .price-section.price-section--withoutTax .price--withTax, .listItem .listItem-body .price-section.price-section--withTax .price-now-label,
          .listItem .listItem-body .price-section.price-section--withTax .price--withoutTax,
          .listItem .listItem-body .price-section.price-section--withTax .price--withTax {
            font-size: 22px; } }
      .listItem .listItem-body .price-section .price-now-label {
        margin-bottom: 7px; }
      .listItem .listItem-body .price-section .price-label {
        display: block;
        margin-bottom: 7px; }
      .listItem .listItem-body .price-section .price--rrp,
      .listItem .listItem-body .price-section .price--non-sale,
      .listItem .listItem-body .price-section .price--discounted {
        position: relative;
        text-decoration: none;
        font-size: 16px;
        font-weight: 400;
        display: block;
        line-height: 1; }
        .listItem .listItem-body .price-section .price--rrp:before,
        .listItem .listItem-body .price-section .price--non-sale:before,
        .listItem .listItem-body .price-section .price--discounted:before {
          content: '';
          position: absolute;
          width: 100%;
          height: 1px;
          background-color: #2c193b;
          transform: rotate(-30deg) translate(0, -50%);
          top: 50%;
          left: 0;
          right: 0; }
  .listItem:hover {
    background-color: #2c193b; }
    .listItem:hover .sale-flag-side:after,
    .listItem:hover .sold-out-flag-side:after {
      border-color: transparent transparent #2c193b transparent; }
    .listItem:hover .listItem-figureBody {
      opacity: 1; }

@media (min-width: 1200px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 100%;
    display: block; } }

.show-more-button-box {
  text-align: center;
  margin-top: 10px; }
  @media (min-width: 1024px) {
    .show-more-button-box {
      margin-top: 70px; } }
  .show-more-button-box .button {
    padding: 10px 23px 8px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 40px;
    border: 3px solid #2c193b;
    box-shadow: 0px 10px 15px 0px rgba(44, 25, 59, 0.37);
    background-color: #2c193b;
    color: white;
    display: inline-block;
    width: auto;
    margin: 0;
    transition: all 0.3s ease-in-out;
    line-height: 1; }
    @media (min-width: 1024px) {
      .show-more-button-box .button {
        padding: 16px 40px 13px; } }
    @media (min-width: 1700px) {
      .show-more-button-box .button {
        padding: 16px 55px 13px;
        font-size: 18px; } }
    .show-more-button-box .button svg {
      width: 15px;
      height: 15px;
      fill: white;
      margin-right: 10px;
      display: inline-block;
      vertical-align: middle; }
    .show-more-button-box .button span {
      display: inline-block;
      vertical-align: middle;
      padding-top: 4px; }
    .show-more-button-box .button:hover {
      background-color: #2c193b; }
      .show-more-button-box .button:hover svg {
        fill: white; }
    .show-more-button-box .button:after {
      content: "";
      display: block;
      width: 1.2em;
      height: 1.2em;
      position: absolute;
      left: calc(50% - 0.75em);
      top: calc(50% - 0.75em);
      border: 0.15em solid transparent;
      border-right-color: #d6c8ab;
      border-radius: 50%;
      animation: spin 0.7s linear infinite;
      opacity: 0; }
    .show-more-button-box .button[disabled] {
      color: transparent !important;
      background-image: none; }
    .show-more-button-box .button[disabled]::after {
      opacity: 1; }

.header-section {
  position: relative;
  padding: 10px 0;
  background-color: white; }
  @media (min-width: 768px) {
    .header-section {
      padding: 20px 0; } }
  @media (min-width: 1024px) {
    .header-section {
      padding: 50px 0; } }

.product-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 10;
  display: none; }
  .product-loader.loading {
    display: block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center; }

.bt-spinner {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: transparent;
  border: 4px solid #666666;
  border-top-color: #2c193b;
  -webkit-animation: 1s spin linear infinite;
  animation: 1s spin linear infinite;
  margin: 0 auto; }

.previewCartList {
  position: relative; }
  .previewCartList .bt-spinner {
    position: absolute;
    z-index: 10;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.25);
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: none;
    z-index: 10;
    animation: none; }
    .previewCartList .bt-spinner:before {
      width: 200px;
      height: 200px;
      border-radius: 50%;
      background-color: transparent;
      border: 4px solid #666666;
      border-top-color: #2c193b;
      -webkit-animation: 1s spin linear infinite;
      animation: 1s spin linear infinite;
      margin: 0 auto;
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* compare popup style */
.compare-popup {
  position: fixed;
  margin: 0 auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  overflow: auto;
  z-index: 1010; }
  .compare-popup .popup-section {
    max-width: 350px;
    position: absolute;
    background-color: #d5ffd8;
    border-radius: 10px;
    top: 15px;
    right: 15px;
    left: 15px;
    padding: 20px; }
    @media (min-width: 768px) {
      .compare-popup .popup-section {
        max-width: 400px;
        left: auto;
        top: 115px; } }
    @media (min-width: 1024px) {
      .compare-popup .popup-section {
        top: 15px; } }
    @media (min-width: 1440px) {
      .compare-popup .popup-section {
        max-width: 310px; } }
    .compare-popup .popup-section .close-btn {
      color: black;
      font-size: 18px;
      line-height: 10px;
      display: inline-block;
      position: absolute;
      top: 10px;
      right: 15px; }
    .compare-popup .popup-section h5,
    .compare-popup .popup-section p {
      margin: 0;
      color: black; }

.error-page {
  padding: 30px 0; }
  @media (min-width: 1024px) {
    .error-page {
      padding: 50px 0 100px; } }
  .error-page .form-prefixPostfix {
    display: block; }
    @media (min-width: 768px) {
      .error-page .form-prefixPostfix {
        display: flex; } }
    @media (min-width: 768px) {
      .error-page .form-prefixPostfix .form-input {
        margin-right: 15px; } }
    @media (min-width: 1200px) {
      .error-page .form-prefixPostfix .form-input {
        margin-right: 25px; } }
  .error-page .button--primary {
    border: 3px solid #2c193b;
    color: #d6c8ab;
    box-shadow: 0px 9px 27px 0px rgba(44, 25, 59, 0.37);
    background-color: #2c193b;
    padding: 10px 15px 8px;
    font-size: 16px;
    width: auto;
    border-width: 3px;
    margin: 10px auto 0; }
    @media (min-width: 768px) {
      .error-page .button--primary {
        margin: 0; } }
    @media (min-width: 1024px) {
      .error-page .button--primary {
        margin: 0; } }
    @media (min-width: 1700px) {
      .error-page .button--primary {
        padding: 13px 25px 11px;
        font-size: 18px; } }
    .error-page .button--primary:hover {
      color: #f8f8f3;
      box-shadow: 2.431px 13.787px 27px 0px rgba(44, 25, 59, 0.37);
      background-color: #2c193b;
      border-color: #2c193b; }

.page-page .page-content, .page_contact_form-page .page-content {
  padding: 30px 0; }
  @media (min-width: 1024px) {
    .page-page .page-content, .page_contact_form-page .page-content {
      padding: 50px 0 100px; } }
  .page-page .page-content .button--primary, .page_contact_form-page .page-content .button--primary {
    padding: 10px 15px 8px;
    font-size: 16px;
    width: auto;
    border-width: 3px;
    margin: 0 5px 0 0;
    border: 3px solid #2c193b;
    color: #d6c8ab;
    box-shadow: 0px 9px 27px 0px rgba(44, 25, 59, 0.37);
    background-color: #2c193b; }
    @media (min-width: 1024px) {
      .page-page .page-content .button--primary, .page_contact_form-page .page-content .button--primary {
        margin-bottom: 0; } }
    @media (min-width: 1700px) {
      .page-page .page-content .button--primary, .page_contact_form-page .page-content .button--primary {
        padding: 13px 25px 11px;
        font-size: 18px; } }
    .page-page .page-content .button--primary:hover, .page_contact_form-page .page-content .button--primary:hover {
      color: #f8f8f3;
      box-shadow: 2.431px 13.787px 27px 0px rgba(44, 25, 59, 0.37);
      background-color: #2c193b;
      border-color: #2c193b; }

.cms-page ul,
.login-page .new-customer .panel-body ul {
  list-style-type: none; }
  .cms-page ul li,
  .login-page .new-customer .panel-body ul li {
    position: relative; }
    .cms-page ul li:before,
    .login-page .new-customer .panel-body ul li:before {
      content: "";
      display: block;
      position: absolute;
      left: -20px;
      top: 5px;
      width: 9px;
      height: 9px;
      border: 1px solid #2c193b;
      background: #d6c8ab;
      border-radius: 50%;
      box-shadow: 0px 0px 0px 2px #2c193b inset; }
    .cms-page ul li a,
    .login-page .new-customer .panel-body ul li a {
      color: #d6c8ab;
      text-decoration: none;
      position: relative;
      transition: all 0.3s ease-in-out; }
      .cms-page ul li a:before,
      .login-page .new-customer .panel-body ul li a:before {
        content: "";
        display: block;
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #d6c8ab;
        transition: all 0.3s ease-in-out; }
      .cms-page ul li a:hover,
      .login-page .new-customer .panel-body ul li a:hover {
        color: #2c193b; }
        .cms-page ul li a:hover:before,
        .login-page .new-customer .panel-body ul li a:hover:before {
          background-color: #2c193b; }

.cms-page {
  padding: 30px 0; }
  @media (min-width: 1024px) {
    .cms-page {
      padding: 50px 0 100px; } }
  .cms-page .page-content--centered {
    padding-top: 0px !important;
    width: 100%; }
  .cms-page h1, .cms-page h2, .cms-page h3, .cms-page h4, .cms-page h5, .cms-page h6 {
    color: #40383b; }
  .cms-page ul {
    list-style-type: none; }
    .cms-page ul li {
      position: relative; }
      .cms-page ul li:before {
        top: 10px; }

.cosmetics .page-content .show-more-button-box .button svg {
  display: none; }

/* for footer */
.subscribe-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url("https://cdn11.bigcommerce.com/s-jp8gjoy295/images/stencil/original/image-manager/rsw23-testimonial-bg.jpg") center center no-repeat;
  background-size: cover;
  margin-top: 20px; }
  .subscribe-section .subscribe-header {
    display: block;
    position: relative;
    text-align: center;
    margin: 40px 0 20px 0; }
    .subscribe-section .subscribe-header .footer-info-heading {
      font-size: 5vw;
      line-height: 1;
      font-weight: 700; }
      @media (min-width: 1024px) {
        .subscribe-section .subscribe-header .footer-info-heading {
          font-size: 40px; } }
  .subscribe-section .form-fieldset {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 80vw;
    max-width: 600px;
    padding-bottom: 30px; }
  .subscribe-section .form-field {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    position: relative !important;
    margin: 0 auto !important;
    width: 100% !important; }
    @media (min-width: 768px) {
      .subscribe-section .form-field {
        font-size: 40px;
        flex-direction: row !important; } }
    .subscribe-section .form-field .form-input {
      border: 1px solid #2C193B !important;
      height: 50px;
      border: 2px solid #d6c8ab;
      color: #585858;
      font-size: 18px;
      margin: 0 0 20px;
      background-color: #FFFFFF; }
      @media (min-width: 768px) {
        .subscribe-section .form-field .form-input {
          margin: 0 20px 20px; } }
      .subscribe-section .form-field .form-input::placeholder {
        color: #585858; }
  .subscribe-section .button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2C193B !important;
    color: white !important;
    width: 100%;
    height: 50px;
    font-size: 24px !important;
    max-width: 300px !important;
    margin: 20px auto 40px;
    padding: 0 !important;
    font-family: 'Roboto Condensed', Arial, sans-serif; }

.nichefooter {
  border-top: none;
  padding: 20px;
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .nichefooter {
      padding: 30px 50px 30px 30px; } }
  @media (min-width: 1024px) {
    .nichefooter {
      padding: 50px 70px; } }
  .nichefooter .footer-info {
    display: flex;
    flex-wrap: wrap;
    margin: 0; }
    @media (min-width: 1024px) {
      .nichefooter .footer-info {
        margin: 0;
        margin-bottom: 75px; } }
  .nichefooter .footer-info-heading {
    margin-top: 0;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-top: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center; }
    @media (min-width: 768px) {
      .nichefooter .footer-info-heading {
        display: inherit; } }
    @media (min-width: 1024px) {
      .nichefooter .footer-info-heading {
        font-size: 14px;
        letter-spacing: 2px;
        font-weight: 700; } }
    .nichefooter .footer-info-heading .icon {
      display: none !important; }
  .nichefooter .text {
    font-size: 16px;
    line-height: 1.1;
    color: #f2e8d1;
    text-align: left;
    padding: 0 10px 10px; }
  .nichefooter .footer-info-col {
    padding: 0 !important;
    text-align: center;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .nichefooter .footer-info-col {
        width: 33.3%; }
        .nichefooter .footer-info-col.disclaimer {
          width: 100% !important; }
          .nichefooter .footer-info-col.disclaimer .disclaimer-list-block {
            display: flex;
            flex-wrap: wrap; }
            .nichefooter .footer-info-col.disclaimer .disclaimer-list-block p {
              text-align: left;
              margin-bottom: 20px;
              padding: 0 10px;
              flex: 1; }
              .nichefooter .footer-info-col.disclaimer .disclaimer-list-block p.full-width {
                text-align: center !important;
                min-width: 100% !important; } }
    @media (min-width: 1024px) {
      .nichefooter .footer-info-col {
        width: 33.3%; }
        .nichefooter .footer-info-col.disclaimer {
          width: 100% !important; }
          .nichefooter .footer-info-col.disclaimer .disclaimer-list-block {
            display: flex; }
            .nichefooter .footer-info-col.disclaimer .disclaimer-list-block p {
              margin-bottom: 20px;
              flex: 1; }
              .nichefooter .footer-info-col.disclaimer .disclaimer-list-block p.full-width {
                width: 100% !important; } }
  .nichefooter .footer-info-list {
    display: block !important;
    margin-top: 10px; }
    .nichefooter .footer-info-list li {
      margin-bottom: 10px; }
      @media (min-width: 1024px) {
        .nichefooter .footer-info-list li {
          margin-bottom: 15px; } }
    .nichefooter .footer-info-list a {
      color: #f2e8d1;
      font-size: 24px;
      font-weight: bold;
      position: relative;
      transition: all 0.3s ease-in-out;
      line-height: 1;
      text-transform: uppercase;
      padding: 5px 0;
      margin-bottom: 10px; }
      .nichefooter .footer-info-list a:hover, .nichefooter .footer-info-list a:focus {
        color: white; }
      @media (min-width: 1024px) {
        .nichefooter .footer-info-list a {
          font-size: 18px; } }
  .nichefooter .org-title {
    font-size: 18px;
    line-height: 1.1;
    font-style: normal;
    color: #f2e8d1 !important;
    font-weight: 400; }
  .nichefooter address {
    font-size: 16px;
    line-height: 1.1;
    font-style: normal;
    color: #f2e8d1;
    font-weight: 400; }
  .nichefooter p {
    margin-bottom: 10px;
    color: #f2e8d1;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 400;
    position: relative; }
    @media (min-width: 1024px) {
      .nichefooter p {
        margin-bottom: 5px; } }
    .nichefooter p a {
      color: #f2e8d1;
      font-size: 18px;
      line-height: 1.1;
      font-weight: bold;
      text-decoration: underline;
      position: relative;
      transition: all 0.3s ease-in-out; }
      .nichefooter p a:hover {
        color: white; }
  .nichefooter .final-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px; }
  .nichefooter .footer-copyright {
    color: #f2e8d1;
    font-size: 14px;
    line-height: 1.1;
    font-weight: bold; }
  .nichefooter .merch-partners {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
  .nichefooter .merch-link {
    display: block;
    margin: 0 10px; }
    .nichefooter .merch-link img {
      display: block;
      margin: 20px auto 0;
      height: 40px; }
  .nichefooter .merch-link:nth-child(2) img {
    height: 24px; }
  .nichefooter .footer-payment-icons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
    .nichefooter .footer-payment-icons .footer-payment-icon {
      margin: 0 15px  !important; }
  .nichefooter .footer-bold {
    font-weight: bold !important; }

/* for home */
.body.default-page {
  background-color: transparent; }
  .body.default-page #sd-image-39a9e347-6d46-471d-a9aa-6cf5f53e45fd {
    padding: 0 !important;
    display: block !important;
    position: relative !important;
    margin: 0 auto -20px !important;
    width: 100%;
    aspect-ratio: 5/1;
    background-size: contain;
    transform-origin: center center;
    transform: scale(1.15, 1.15); }
    @media (min-width: 480px) {
      .body.default-page #sd-image-39a9e347-6d46-471d-a9aa-6cf5f53e45fd {
        margin-top: 15px !important;
        margin-bottom: 20px !important; } }
    @media (min-width: 768px) {
      .body.default-page #sd-image-39a9e347-6d46-471d-a9aa-6cf5f53e45fd {
        margin-bottom: 10px !important;
        transform: scale(1.1, 1.1);
        width: 600px !important;
        height: 120px !important;
        background-size: 600px 120px !important; } }
  .body.default-page .lyric-block {
    width: 100%;
    max-width: 600px;
    margin: 20px auto; }
    .body.default-page .lyric-block img {
      margin-bottom: 30px; }
  .body.default-page #sd-simple-text-editable-c957fda1-0bc2-42b8-bb84-a316f99f12cb {
    margin: -20px auto -20px;
    width: calc(100vw - 20px);
    max-width: 600px;
    position: relative; }
    @media (min-width: 768px) {
      .body.default-page #sd-simple-text-editable-c957fda1-0bc2-42b8-bb84-a316f99f12cb {
        margin: -5px auto 0; } }
    .body.default-page #sd-simple-text-editable-c957fda1-0bc2-42b8-bb84-a316f99f12cb p {
      margin-top: -10px;
      position: relative;
      width: 100%;
      color: #2c193b;
      font-size: 18px !important;
      padding: 5px 0;
      line-height: 1.15; }
      @media (min-width: 480px) {
        .body.default-page #sd-simple-text-editable-c957fda1-0bc2-42b8-bb84-a316f99f12cb p {
          margin-top: 0;
          font-size: 22px !important; } }
      @media (min-width: 768px) {
        .body.default-page #sd-simple-text-editable-c957fda1-0bc2-42b8-bb84-a316f99f12cb p {
          font-size: 24px !important;
          line-height: 1.1; } }

#bc-carousel-container-443f118b-258e-4a06-8f25-597b643cb530 {
  background: url("https://cdn11.bigcommerce.com/s-jp8gjoy295/images/stencil/original/image-manager/rsw23-testimonial-bg.jpg") no-repeat;
  background-size: cover;
  padding-bottom: 50px; }

[data-sub-layout-container="dc503171-5903-494d-91ec-f9416efc4a58"] {
  background-size: cover;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-top: 15px; }
  @media (min-width: 1024px) {
    [data-sub-layout-container="dc503171-5903-494d-91ec-f9416efc4a58"] {
      padding-top: 0;
      margin-top: 25px; } }

[data-content-region="home_below_carousel"] {
  background-size: cover;
  width: 100vw !important;
  padding: 15px 0; }
  [data-content-region="home_below_carousel"] .css-mwwowe {
    background: transparent !important; }
    [data-content-region="home_below_carousel"] .css-mwwowe > svg path {
      fill: #2c193b !important; }

[data-test-id*="carousel-slide"] {
  margin: auto !important;
  width: 360px !important;
  height: calc(360px * (375 / 600)) !important; }
  @media (min-width: 576px) {
    [data-test-id*="carousel-slide"] {
      width: 415px !important;
      height: calc(415px * (375 / 600)) !important; } }
  @media (min-width: 768px) {
    [data-test-id*="carousel-slide"] {
      width: 600px !important;
      height: calc(600px * (375 / 600)) !important; } }
  @media (min-width: 1024px) {
    [data-test-id*="carousel-slide"] {
      background: transparent !important;
      width: 720px !important;
      height: calc(720px * (375 / 600)) !important; } }
  [data-test-id*="carousel-slide"] > div:after {
    z-index: 10; }

.homepage-banner-section {
  background-color: white;
  width: 100vw;
  position: relative; }
  .homepage-banner-section .banner-section-grid {
    width: 100%;
    position: relative;
    margin-bottom: 150px; }
    .homepage-banner-section .banner-section-grid:after {
      content: ' ';
      background: url("https://cdn11.bigcommerce.com/s-jp8gjoy295/images/stencil/original/image-manager/rsw-leaf-icon-4x.png") no-repeat;
      background-size: contain;
      position: absolute;
      left: 50%;
      bottom: -80px;
      width: 30px;
      height: 45px;
      margin-left: -15px; }
    .homepage-banner-section .banner-section-grid .banner-row {
      display: flex;
      flex-direction: column;
      width: 100%;
      position: relative; }
      @media (min-width: 1024px) {
        .homepage-banner-section .banner-section-grid .banner-row {
          flex-direction: row; } }
    .homepage-banner-section .banner-section-grid .banner-col {
      position: relative;
      width: 100vw;
      height: auto; }
      @media (min-width: 1024px) {
        .homepage-banner-section .banner-section-grid .banner-col {
          width: 50vw;
          padding: 0 15px;
          height: calc(50vw * 1.5px); } }
    .homepage-banner-section .banner-section-grid .banner-product-img-box,
    .homepage-banner-section .banner-section-grid .banner-content-box {
      position: relative;
      width: 100%;
      height: 100%; }
    .homepage-banner-section .banner-section-grid .banner-content-title-box {
      display: none;
      flex-direction: column;
      align-items: center; }
      @media (min-width: 1024px) {
        .homepage-banner-section .banner-section-grid .banner-content-title-box {
          display: flex; } }
      .homepage-banner-section .banner-section-grid .banner-content-title-box.mobile {
        display: flex; }
        @media (min-width: 1024px) {
          .homepage-banner-section .banner-section-grid .banner-content-title-box.mobile {
            display: none; } }
      .homepage-banner-section .banner-section-grid .banner-content-title-box .banner-subheading {
        color: #666666;
        font-size: 3vw;
        line-height: 1;
        text-transform: uppercase;
        margin: 0 0 0.5vw 0;
        letter-spacing: 2px; }
        @media (min-width: 1024px) {
          .homepage-banner-section .banner-section-grid .banner-content-title-box .banner-subheading {
            font-size: 18px;
            margin-bottom: 10px; } }
      .homepage-banner-section .banner-section-grid .banner-content-title-box .banner-heading {
        color: #2c193b;
        font-size: 9vw;
        line-height: 1;
        margin: 0 0 10px;
        text-align: center;
        padding: 0 3vw; }
        @media (min-width: 1024px) {
          .homepage-banner-section .banner-section-grid .banner-content-title-box .banner-heading {
            font-size: 40px;
            margin: 10px 0 25px;
            padding: 0; } }
    .homepage-banner-section .banner-section-grid .banner-product-img-box {
      max-width: 600px;
      max-height: 885px;
      margin: auto; }
      .homepage-banner-section .banner-section-grid .banner-product-img-box img {
        display: block;
        position: relative;
        width: 100vw;
        height: calc(100vw * 1.475px); }
        @media (min-width: 1024px) {
          .homepage-banner-section .banner-section-grid .banner-product-img-box img {
            width: 100%;
            height: calc(100% * 1.475px); } }
    .homepage-banner-section .banner-section-grid .banner-content-box .banner-content-body {
      position: relative;
      display: block;
      width: 100%; }
      .homepage-banner-section .banner-section-grid .banner-content-box .banner-content-body .banner-description > p {
        color: #40383b;
        font-size: 20px;
        line-height: 1.1;
        text-align: left;
        padding: 3vw 8vw;
        margin: 15px 0 20px 0 !important; }
        @media (min-width: 1024px) {
          .homepage-banner-section .banner-section-grid .banner-content-box .banner-content-body .banner-description > p {
            font-size: 24px;
            padding: 0;
            margin: 0 0 30px 0 !important; } }
      .homepage-banner-section .banner-section-grid .banner-content-box .banner-content-body .banner-inner-content-box .banner-inner-row,
      .homepage-banner-section .banner-section-grid .banner-content-box .banner-content-body .banner-inner-content-box .banner-inner-content {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; }
      .homepage-banner-section .banner-section-grid .banner-content-box .banner-content-body .banner-inner-content-box .banner-inner-row {
        margin-bottom: 20px; }
      .homepage-banner-section .banner-section-grid .banner-content-box .banner-content-body .banner-inner-content-box .banner-inner-image {
        position: relative;
        width: 45px;
        height: 42px; }
        .homepage-banner-section .banner-section-grid .banner-content-box .banner-content-body .banner-inner-content-box .banner-inner-image img {
          display: block;
          position: relative;
          width: 100%;
          height: 100%; }
      .homepage-banner-section .banner-section-grid .banner-content-box .banner-content-body .banner-inner-content-box .banner-inner-content .text-first {
        font-size: 20px; }
      .homepage-banner-section .banner-section-grid .banner-content-box .banner-content-body .banner-inner-content-box .banner-inner-content p {
        font-size: 18px;
        line-height: 1.15;
        padding: 0 8vw; }
      @media (min-width: 1024px) {
        .homepage-banner-section .banner-section-grid .banner-content-box .banner-content-body .banner-inner-content-box .banner-inner-content .text-first {
          font-size: 30px; }
        .homepage-banner-section .banner-section-grid .banner-content-box .banner-content-body .banner-inner-content-box .banner-inner-content p {
          font-size: 20px;
          padding: 15px; } }
    .homepage-banner-section .banner-section-grid .banner-content-box .banner-btnbox {
      width: 100%;
      display: flex;
      justify-content: center;
      margin-top: 40px;
      height: 50px; }
      .homepage-banner-section .banner-section-grid .banner-content-box .banner-btnbox .button {
        display: flex;
        border-radius: 5px;
        font-size: 20px;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
        box-shadow: 2px 3px -1px rgba(0, 0, 0, 0.3) !important; }
        .homepage-banner-section .banner-section-grid .banner-content-box .banner-btnbox .button .icon {
          width: 12px;
          height: 12px;
          margin-left: 3px; }
          @media (min-width: 1024px) {
            .homepage-banner-section .banner-section-grid .banner-content-box .banner-btnbox .button .icon {
              width: 16px;
              height: 16px;
              margin-left: 5px; } }
    @media (min-width: 1024px) {
      .homepage-banner-section .banner-section-grid:nth-child(even) .banner-row {
        flex-direction: row-reverse; } }
    .homepage-banner-section .banner-section-grid:last-child {
      margin-bottom: 50px; }

[data-content-region="home_below_featured_products"] {
  margin-top: 50px; }

.homepage-video-section {
  background-color: white;
  position: relative;
  margin-top: 60px;
  padding-bottom: 30px; }
  .homepage-video-section .video-box .video-body .video-thumbnail-box {
    position: relative;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 80vw !important; }
    .homepage-video-section .video-box .video-body .video-thumbnail-box.with-text {
      align-items: center !important; }
      @media (min-width: 1024px) {
        .homepage-video-section .video-box .video-body .video-thumbnail-box.with-text {
          align-items: flex-start !important; } }
    .homepage-video-section .video-box .video-body .video-thumbnail-box .homepage-video-title {
      color: #2c193b;
      font-size: 40px;
      margin: 0 0 10px;
      text-align: center; }
    .homepage-video-section .video-box .video-body .video-thumbnail-box .sub-heading {
      color: #666666;
      font-size: 14px;
      text-transform: uppercase;
      margin-top: 25px;
      margin-bottom: 0;
      letter-spacing: 2px;
      text-align: center; }
      @media (min-width: 1024px) {
        .homepage-video-section .video-box .video-body .video-thumbnail-box .sub-heading {
          font-size: 18px; } }
    .homepage-video-section .video-box .video-body .video-thumbnail-box .content-wrapper {
      position: relative;
      display: flex;
      flex-direction: column; }
      @media (min-width: 1024px) {
        .homepage-video-section .video-box .video-body .video-thumbnail-box .content-wrapper {
          flex-direction: row; } }
    .homepage-video-section .video-box .video-body .video-thumbnail-box .Video-content-box-with-text {
      display: flex;
      position: relative;
      text-align: left;
      flex: 1; }
      @media (min-width: 1024px) {
        .homepage-video-section .video-box .video-body .video-thumbnail-box .Video-content-box-with-text {
          padding-left: 20px; } }
      .homepage-video-section .video-box .video-body .video-thumbnail-box .Video-content-box-with-text .video-content-inner {
        text-align: left;
        margin-left: auto; }
        .homepage-video-section .video-box .video-body .video-thumbnail-box .Video-content-box-with-text .video-content-inner p {
          color: #40383b;
          font-size: 18px; }
    .homepage-video-section .video-box .video-body .video-thumbnail-box .video-thumbnail-img {
      width: 100%;
      max-width: 100% !important;
      position: relative;
      flex: 1; }
      @media (min-width: 1024px) {
        .homepage-video-section .video-box .video-body .video-thumbnail-box .video-thumbnail-img {
          width: 400px; } }
      .homepage-video-section .video-box .video-body .video-thumbnail-box .video-thumbnail-img.video-thumbnail-banners-bottom-image {
        display: flex; }
      .homepage-video-section .video-box .video-body .video-thumbnail-box .video-thumbnail-img img {
        display: block;
        width: 100%;
        height: auto; }
      .homepage-video-section .video-box .video-body .video-thumbnail-box .video-thumbnail-img .Play-button-box {
        display: none; }

[data-content-region="home_below_new_products"] [data-widget-id="2bb9addf-e41c-49f4-88ea-c1fa09eb5713"] {
  width: 100%;
  max-width: 600px;
  margin: 30px auto; }

/* for category */
.body.category-page {
  background-color: #F4f4f4 !important;
  top: 0 !important;
  padding-top: 65px !important; }
  @media (min-width: 576px) {
    .body.category-page {
      padding-top: 75px !important; } }
  @media (min-width: 1024px) {
    .body.category-page {
      padding-top: 155px !important;
      margin-bottom: -100px; } }
  .body.category-page .header-section {
    height: auto !important; }
  .body.category-page .category-filter-section,
  .body.category-page .product-listing-filter-section,
  .body.category-page .pagination,
  .body.category-page .productList {
    display: none !important; }
  .body.category-page .productGrid {
    padding: 30px !important;
    margin: 0; }

.header-section {
  background-color: #2c193b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 0; }
  @media (min-width: 1024px) {
    .header-section {
      padding: 20px 0; } }
  .header-section .page-heading {
    color: #ffffff !important;
    font-size: 30px;
    line-height: 1; }
    @media (min-width: 1024px) {
      .header-section .page-heading {
        font-size: 50px; } }
  .header-section .category-description {
    margin: 10px auto 0;
    max-width: 600px; }
    .header-section .category-description p {
      font-size: 18px;
      text-align: center;
      line-height: 1.1;
      color: #ffffff !important;
      margin-bottom: 0; }

.productGrid,
.product-listing-counter,
.pagination-count {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

@media (min-width: 768px) {
  .productGrid {
    flex-direction: row;
    flex-wrap: wrap; } }

.body.category-page .productGrid .gridProduct {
  float: none !important;
  display: block !important;
  position: relative;
  width: 100%;
  min-height: 420px;
  height: 420px;
  max-height: 420px; }
  @media (min-width: 768px) {
    .body.category-page .productGrid .gridProduct {
      width: 50%; } }
  @media (min-width: 1700px) {
    .body.category-page .productGrid .gridProduct {
      width: 33.33%; } }
  .body.category-page .productGrid .gridProduct .card {
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 5px;
    background: #ffffff;
    border: #cccccc;
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.3);
    padding: 10px; }
  .body.category-page .productGrid .gridProduct .card-figure {
    padding: 0 !important;
    display: block;
    background: transparent !important; }
  .body.category-page .productGrid .gridProduct .card-img-container {
    position: relative;
    height: 100%; }
    .body.category-page .productGrid .gridProduct .card-img-container .hover-image {
      top: 2px; }
  .body.category-page .productGrid .gridProduct .card-body {
    position: relative;
    flex: 1;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: white; }
    .body.category-page .productGrid .gridProduct .card-body .brand-text {
      display: none; }
    .body.category-page .productGrid .gridProduct .card-body .card-title {
      font-family: 'Roboto Condensed', Arial, sans-serf;
      font-size: 21px;
      line-height: 1;
      font-weight: 700; }
    .body.category-page .productGrid .gridProduct .card-body .card-text {
      margin: 0 auto; }
      .body.category-page .productGrid .gridProduct .card-body .card-text * {
        font-size: 30px; }
    .body.category-page .productGrid .gridProduct .card-body .button-box-group {
      bottom: 0;
      opacity: 1 !important; }
      .body.category-page .productGrid .gridProduct .card-body .button-box-group .button {
        font-size: 16px !important;
        color: #ffffff !important; }
        .body.category-page .productGrid .gridProduct .card-body .button-box-group .button .icon {
          display: none !important; }

.body.category-page .pagination-count {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  margin: 30px auto; }

/* for brands */
.brandGrid .brand {
  padding: .75rem; }
  .brandGrid .brand .card-body {
    padding: 10px; }
    @media (min-width: 1024px) {
      .brandGrid .brand .card-body {
        padding: 20px 10px; } }

.brands-page .header-section {
  margin-bottom: 50px; }

.brand-page .brand-image-container {
  display: block;
  margin: 10px 0;
  padding: 10px;
  border-radius: 17px;
  border: 1px solid #e3e3e3; }
  @media (min-width: 1024px) {
    .brand-page .brand-image-container {
      margin-left: 20px; } }
  .brand-page .brand-image-container::after {
    padding-bottom: 131.8%; }
  .brand-page .brand-image-container img {
    padding: 10px; }

.brand-page .category-filter-section {
  padding: 0; }
  @media (min-width: 1024px) {
    .brand-page .category-filter-section {
      padding: 17px 0; } }
  @media (min-width: 1024px) {
    .brand-page .category-filter-section .brand-filter.box-flex {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      align-items: center;
      justify-content: flex-end; } }
  .brand-page .category-filter-section .brand-filter.box-flex .mb-hide {
    display: none; }
    @media (min-width: 1024px) {
      .brand-page .category-filter-section .brand-filter.box-flex .mb-hide {
        display: flex; } }

.brand-page .page-sidebar {
  padding-top: 40px; }

.body.brand-page .page-content {
  padding-bottom: 30px; }
  @media (min-width: 1024px) {
    .body.brand-page .page-content {
      padding-top: 20px;
      padding-bottom: 100px; } }

.outdoors .brands-page .brand-image-container {
  border-radius: 0; }

.jewellery .brands-page .brand-image-container {
  border-radius: 0; }

.jewellery .brands-page .card .card-body {
  justify-content: center; }
  .jewellery .brands-page .card .card-body .card-title {
    text-align: center; }

/* for product-view page*/
main.product-page .header-section {
  display: none; }

main.product-page > .container {
  width: 100vw;
  top: 0 !important;
  padding-top: 65px; }
  @media (min-width: 768px) {
    main.product-page > .container {
      padding-top: 75px; } }
  @media (min-width: 1024px) {
    main.product-page > .container {
      padding-top: calc(155px + 30px);
      max-width: 1400px !important; } }

.tab-content .rsw-description-title {
  display: none !important; }

.ratings-block {
  margin-bottom: 20px; }

.review-content .pagination,
.review-content .show-more-button-box {
  display: none; }

[data-content-region="product_below_price"] {
  display: none !important; }

.ratings-block {
  flex-direction: column; }

.review-content {
  position: relative;
  width: 100%; }
  .review-content .toggle {
    border-top: 0;
    margin: 0 auto !important; }
    .review-content .toggle #productReviews-content {
      width: 100%; }
    .review-content .toggle .productReviews-list {
      display: flex;
      justify-content: center;
      margin: auto; }
      .review-content .toggle .productReviews-list .productReview-title {
        font-size: 24px; }
      .review-content .toggle .productReviews-list .productReview-author {
        font-size: 12px; }

.productView {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  padding: 0 20px; }
  @media (min-width: 576px) {
    .productView {
      padding: 0 30px; } }
  @media (min-width: 768px) {
    .productView {
      padding: 0 40px; } }
  @media (min-width: 1024px) {
    .productView {
      flex-direction: row;
      padding: 0; } }

.productView-title {
  font-family: 'Roboto Condensed', Arial, sans-serif !important;
  font-weight: 700 !important;
  margin: 0;
  font-size: 7vw;
  color: #40383b;
  line-height: 0.85;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 10px; }
  @media (min-width: 1024px) {
    .productView-title {
      margin-top: 0;
      font-size: 40px;
      text-align: left; } }

.mobile-title-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: center;
  margin-top: 20px; }
  @media (min-width: 1024px) {
    .mobile-title-block {
      display: none; } }
  .mobile-title-block p {
    font-size: 6vw !important;
    font-weight: 400 !important;
    text-align: left;
    line-height: 1.15;
    margin-left: -10px; }
    @media (min-width: 576px) {
      .mobile-title-block p {
        font-size: 3.7vw !important; } }

.ratings-block {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center; }
  .ratings-block .productView-reviewLink {
    font-size: 20px;
    font-weight: 700; }
  .ratings-block .productReviews-list {
    margin: 30px auto 0 !important;
    overflow-x: scroll !important;
    justify-content: flex-start !important; }
  .ratings-block .productReview {
    min-width: 85%; }
    @media (min-width: 768px) {
      .ratings-block .productReview {
        min-width: 40% !important; } }
    @media (min-width: 1024px) {
      .ratings-block .productReview {
        min-width: 30% !important; } }

#productReviews-content {
  width: 100vw;
  overflow-y: hidden;
  overflow-x: auto; }

.productView-description .productReviews {
  margin-bottom: 0; }
  .productView-description .productReviews:after {
    content: ' ';
    display: block;
    width: 45px;
    height: 45px;
    background: url(https://cdn11.bigcommerce.com/s-jp8gjoy295/images/stencil/original/image-manager/botanical-extract-magic.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -22px; }

.productView-description .productReviews-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: auto !important;
  padding-left: 15px; }
  @media (min-width: 1024px) {
    .productView-description .productReviews-list {
      padding-left: 40px; } }

.productView-description .productReview {
  min-width: 85vw;
  border: 0 !important;
  max-width: 420px;
  padding: 10px 20px;
  border-left: 1px solid #ccc; }
  .productView-description .productReview:first-child {
    border-left: 0 !important; }
  @media (min-width: 768px) {
    .productView-description .productReview {
      min-width: 420px; } }

.productView-description .productReview-title {
  font-size: 22px; }

.productView-description .productReview-author {
  font-size: 14px !important;
  color: #555555 !important; }

.productView-description .productReview-body {
  height: 100px;
  overflow-x: hidden;
  overflow-y: auto; }

@media (min-width: 1024px) {
  [data-content-region="product_below_price"] > div div:nth-child(2) {
    padding: 0 !important; }
    [data-content-region="product_below_price"] > div div:nth-child(2) p {
      font-size: 22px;
      min-height: 0 !important;
      line-height: 1.15 !important; } }

.additional-product-content {
  position: relative;
  padding: 0;
  margin: 20px 0 0; }
  @media (min-width: 1024px) {
    .additional-product-content {
      padding: 0 30px 0 10px;
      left: -18px; } }
  .additional-product-content p {
    font-size: 20px;
    line-height: 1.15;
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .additional-product-content p {
        font-size: 18px; } }

.productView-details {
  position: relative;
  padding: 0;
  margin: 0 0 0 0;
  width: 100%; }
  @media (min-width: 1024px) {
    .productView-details {
      padding: 0 30px 0 0; } }
  .productView-details.product-title-block {
    display: none; }
    @media (min-width: 1024px) {
      .productView-details.product-title-block {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 20px; } }
  .productView-details.product-actions {
    display: none; }
  .productView-details.product-options {
    display: flex;
    flex-direction: column;
    width: calc(100% - 40px) !important;
    padding: 0 !important;
    margin: 5px auto; }
    .productView-details.product-options .cta-block,
    .productView-details.product-options .ratings-block,
    .productView-details.product-options .price-data,
    .productView-details.product-options .price-section,
    .productView-details.product-options form,
    .productView-details.product-options .form-field--increments,
    .productView-details.product-options .form-increment,
    .productView-details.product-options .add-to-cart-wrapper,
    .productView-details.product-options .add-to-cart-wrapper-box {
      position: relative;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center; }
    .productView-details.product-options form {
      flex-direction: column; }
    .productView-details.product-options .price-data {
      justify-content: flex-start;
      margin-right: 15px; }
    .productView-details.product-options .price-section .price--withoutTax,
    .productView-details.product-options .price-section .price--withTax {
      display: block;
      color: #2c193b;
      font-size: 36px;
      font-weight: 700; }
    .productView-details.product-options .add-to-cart-wrapper {
      justify-content: center;
      margin-right: 15px; }
      .productView-details.product-options .add-to-cart-wrapper .button {
        max-width: 270px;
        margin: 30px 15px 0; }
    .productView-details.product-options form {
      flex: 1;
      margin: 0 !important; }
    .productView-details.product-options .form-field {
      margin-bottom: 10px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      align-items: center;
      flex-wrap: wrap; }
      .productView-details.product-options .form-field.form-field--increments {
        border-radius: 5px;
        border: 1px solid #767676;
        margin-bottom: 0;
        background: white !important; }
        .productView-details.product-options .form-field.form-field--increments .button {
          border: 0 !important;
          padding: 0 10px !important; }
        .productView-details.product-options .form-field.form-field--increments .form-input--incrementTotal {
          font-size: 24px;
          font-family: 'Roboto Condensed', Arial, sans-serif;
          font-weight: 700;
          width: 30px;
          outline: 0 !important; }
    .productView-details.product-options .add-to-cart-wrapper span.price {
      letter-spacing: -2px; }
    .productView-details.product-options .add-to-cart-wrapper-box {
      flex: 1;
      margin-left: 15px; }
      .productView-details.product-options .add-to-cart-wrapper-box .icon {
        display: none; }
      .productView-details.product-options .add-to-cart-wrapper-box .button {
        color: white !important;
        flex: 1;
        padding: 3px 15px 0 15px !important; }
    .productView-details.product-options .ratings-block {
      margin-top: 20px;
      min-height: 50px; }
      .productView-details.product-options .ratings-block .productView-reviewLink {
        display: flex;
        position: relative;
        height: 100%;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        font-weight: 700;
        line-height: 1;
        margin: auto; }
    .productView-details.product-options .alertBox {
      margin-top: 20px; }
    @media (min-width: 1024px) {
      .productView-details.product-options .productView-error .alertBox {
        margin: 0 30px 15px 30px; } }

.usp-section {
  margin-top: 20px; }
  .usp-section .usp-list {
    list-style: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    margin: 20px 0 !important; }
    @media (min-width: 768px) {
      .usp-section .usp-list {
        padding-right: 30px; } }
    .usp-section .usp-list .usp-list-item {
      display: flex;
      flex-direction: row;
      align-items: center;
      height: 50px;
      width: 350px;
      margin: auto;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .usp-section .usp-list .usp-list-item {
          width: calc(100% / 3);
          padding-right: 20px;
          max-width: 230px;
          margin: 0; } }
      @media (min-width: 768px) {
        .usp-section .usp-list .usp-list-item:last-child {
          padding-right: 0; } }
      .usp-section .usp-list .usp-list-item:last-child .usp-element .icon {
        width: 40px;
        height: 25px;
        margin: 0 auto;
        margin-left: -5px; }
        @media (min-width: 1700px) {
          .usp-section .usp-list .usp-list-item:last-child .usp-element .icon {
            width: 55px;
            height: 35px; } }
      .usp-section .usp-list .usp-list-item:last-child .usp-element .usp-content {
        padding-left: 0; }
    .usp-section .usp-list .usp-element {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      align-items: center;
      background-color: white;
      border: 1px solid #2c193b;
      border-radius: 5px;
      padding: 10px;
      width: 100%;
      height: 100%;
      justify-content: space-between; }
      .usp-section .usp-list .usp-element img {
        width: 25px;
        height: 42px;
        margin: 0 auto; }
        @media (min-width: 1700px) {
          .usp-section .usp-list .usp-element img {
            width: 30px;
            height: 45px; } }
      .usp-section .usp-list .usp-element .icon {
        width: 35px;
        height: 24px;
        margin: 0 auto; }
        @media (min-width: 1700px) {
          .usp-section .usp-list .usp-element .icon {
            width: 45px;
            height: 30px; } }
    .usp-section .usp-list .usp-content {
      padding-left: 10px;
      font-size: 14px;
      color: #2c193b;
      font-weight: 700;
      width: calc(100% - 30px); }
      @media (min-width: 768px) {
        .usp-section .usp-list .usp-content {
          font-size: 14px;
          padding-left: 8px; } }
      @media (min-width: 1024px) {
        .usp-section .usp-list .usp-content {
          font-size: 12px;
          padding-left: 8px; } }
      @media (min-width: 1200px) {
        .usp-section .usp-list .usp-content {
          font-size: 14px;
          padding-left: 8px; } }
      .usp-section .usp-list .usp-content br {
        display: none; }
        @media (min-width: 768px) {
          .usp-section .usp-list .usp-content br {
            display: block; } }
      @media (min-width: 768px) {
        .usp-section .usp-list .usp-content .usp-content-main {
          position: relative;
          top: 2px; } }
      .usp-section .usp-list .usp-content .usp-content-sub {
        font-weight: 400; }
        @media (min-width: 768px) {
          .usp-section .usp-list .usp-content .usp-content-sub {
            position: relative;
            top: -2px; } }

.share-block {
  margin: auto; }
  .share-block .share-box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center; }
    .share-block .share-box .share-label {
      display: none; }

.common-social-icons .socialLinks-item {
  margin-right: 15px;
  width: 40px !important; }
  .common-social-icons .socialLinks-item .icon {
    border: 1px solid #868684;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 10px;
    transition: all 0.3s ease-in-out;
    background-color: transparent; }
    .common-social-icons .socialLinks-item .icon svg {
      fill: #868684; }
    .common-social-icons .socialLinks-item .icon:hover svg {
      fill: white; }
  .common-social-icons .socialLinks-item .icon--facebook:hover {
    background-color: #597ac7;
    border-color: #597ac7; }
  .common-social-icons .socialLinks-item .icon--twitter:hover {
    background-color: #1da1f2;
    border-color: #1da1f2; }
  .common-social-icons .socialLinks-item .icon--linkedin:hover {
    background-color: #0e76a8;
    border-color: #0e76a8; }
  .common-social-icons .socialLinks-item .icon--pinterest:hover {
    background-color: #e60023;
    border-color: #e60023; }
  .common-social-icons .socialLinks-item .icon--email:hover {
    background-color: #ffba00;
    border-color: #ffba00; }
  .common-social-icons .socialLinks-item .icon--print:hover {
    background-color: black;
    border-color: black; }

[data-content-region="product_above_content"] {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 100vw;
  max-width: 1400px;
  margin-bottom: 0;
  padding: 30px 0 0; }
  [data-content-region="product_above_content"] [data-test-id="carousel-left-arrow"] {
    left: -10px !important;
    background: transparent !important; }
  [data-content-region="product_above_content"] [data-test-id="carousel-right-arrow"] {
    right: -10px !important;
    background: transparent !important; }
  [data-content-region="product_above_content"] [data-sub-layout] [data-widget-id] [id*="sd-carousel"] {
    padding-bottom: 50px; }
  [data-content-region="product_above_content"] [data-sub-layout] [data-widget-id] [class*="rsw-product"] {
    font-size: 16px;
    line-height: 1.1;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 20px 0 !important; }
    @media (min-width: 768px) {
      [data-content-region="product_above_content"] [data-sub-layout] [data-widget-id] [class*="rsw-product"] {
        align-items: center; } }
    [data-content-region="product_above_content"] [data-sub-layout] [data-widget-id] [class*="rsw-product"] h3 {
      width: 100%;
      font-weight: 400 !important;
      max-width: 600px;
      margin-bottom: 30px;
      text-align: left; }
      @media (min-width: 1024px) {
        [data-content-region="product_above_content"] [data-sub-layout] [data-widget-id] [class*="rsw-product"] h3 {
          margin-bottom: 50px; } }
    [data-content-region="product_above_content"] [data-sub-layout] [data-widget-id] [class*="rsw-product"] h5, [data-content-region="product_above_content"] [data-sub-layout] [data-widget-id] [class*="rsw-product"] h6 {
      text-transform: none; }
    [data-content-region="product_above_content"] [data-sub-layout] [data-widget-id] [class*="rsw-product"] a {
      font-weight: 700 !important; }
    [data-content-region="product_above_content"] [data-sub-layout] [data-widget-id] [class*="rsw-product"] .rsw-title {
      display: flex;
      font-size: 7vw;
      margin-top: 20px;
      text-transform: none;
      text-align: left; }
      @media (min-width: 768px) {
        [data-content-region="product_above_content"] [data-sub-layout] [data-widget-id] [class*="rsw-product"] .rsw-title {
          font-size: 5vw; } }
      @media (min-width: 1024px) {
        [data-content-region="product_above_content"] [data-sub-layout] [data-widget-id] [class*="rsw-product"] .rsw-title {
          font-size: 50px;
          margin-top: 20px; } }
    @media (min-width: 1024px) {
      [data-content-region="product_above_content"] [data-sub-layout] [data-widget-id] [class*="rsw-product"] h5.rsw-title {
        font-size: 40px; } }
    [data-content-region="product_above_content"] [data-sub-layout] [data-widget-id] [class*="rsw-product"] .rsw-block {
      font-size: 20px;
      line-height: 1.2;
      margin-bottom: 20px;
      max-width: 600px; }
      [data-content-region="product_above_content"] [data-sub-layout] [data-widget-id] [class*="rsw-product"] .rsw-block.quote {
        padding: 0 40px;
        display: flex;
        flex-direction: column;
        margin-bottom: 40px; }
        [data-content-region="product_above_content"] [data-sub-layout] [data-widget-id] [class*="rsw-product"] .rsw-block.quote .quoted-text {
          font-size: 4.2vw;
          line-height: 1.15;
          color: #696969 !important; }
          @media (min-width: 1024px) {
            [data-content-region="product_above_content"] [data-sub-layout] [data-widget-id] [class*="rsw-product"] .rsw-block.quote .quoted-text {
              font-size: 27px;
              line-height: 1.05; } }
        [data-content-region="product_above_content"] [data-sub-layout] [data-widget-id] [class*="rsw-product"] .rsw-block.quote .quote-source {
          font-size: 14px;
          display: block;
          margin: auto;
          text-transform: uppercase; }

.rsw-description-title {
  font-size: 24px;
  text-transform: uppercase; }

.rsw-description-block {
  font-weight: 400 !important;
  font-size: 18px;
  line-height: 1.15;
  max-width: 600px;
  margin-bottom: 30px;
  text-align: left; }
  @media (min-width: 1024px) {
    .rsw-description-block {
      margin-bottom: 50px; } }
  .rsw-description-block .subhead {
    font-size: 24px;
    line-height: 1.3; }

.productView-description {
  color: #2d2d2d;
  background-color: white;
  font-size: 16px;
  line-height: 1.1;
  padding: 0 20px; }
  @media (min-width: 1024px) {
    .productView-description {
      font-size: 18px; } }
  .productView-description #tab-reviews {
    display: none; }
  .productView-description .productReview {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #e3e3e3; }
    .productView-description .productReview:first-child {
      padding-top: 10px; }
  .productView-description .productReview-title {
    color: #40383b; }
  .productView-description .productReview-author {
    font-size: 12px;
    color: #888888; }
  .productView-description .productReviews-list .productReview {
    width: 100%; }
    .productView-description .productReviews-list .productReview:before {
      display: none; }
  .productView-description .productReviews-list .productReview + .productReview {
    border-top: 1px solid #e3e3e3; }
  .productView-description .tabs {
    display: none; }
  .productView-description .tabs-contents {
    padding-top: 0px; }
    @media (min-width: 1024px) {
      .productView-description .tabs-contents {
        padding-top: 30px; } }
  .productView-description .tab-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 20px 0 !important; }
    @media (min-width: 768px) {
      .productView-description .tab-content {
        align-items: center; } }
    .productView-description .tab-content h3 {
      width: 100%;
      font-weight: 400 !important;
      max-width: 600px;
      margin-bottom: 30px;
      text-align: left; }
      @media (min-width: 1024px) {
        .productView-description .tab-content h3 {
          margin-bottom: 50px; } }
    .productView-description .tab-content h5, .productView-description .tab-content h6 {
      text-transform: none; }
    .productView-description .tab-content a {
      font-weight: 700 !important; }

.productView-image-section {
  order: 1;
  width: 100%;
  position: relative; }
  @media (min-width: 1024px) {
    .productView-image-section {
      margin-top: 0;
      order: 2;
      width: calc(100% - 96px);
      padding-left: 20px; } }

.productView-images {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hiddden; }
  @media (min-width: 1024px) {
    .productView-images {
      margin: 0;
      min-width: 55%;
      padding: 0 20px; } }
  .productView-images .productView-image {
    position: relative;
    width: 100%;
    pointer-events: none;
    background-color: #FFFFFF;
    overflow: hidden;
    list-style: none;
    cursor: zoom-in; }
    @media (min-width: 1024px) {
      .productView-images .productView-image {
        pointer-events: all; } }
    .productView-images .productView-image .slick-arrow {
      background-color: transparent;
      box-shadow: none;
      height: 32px;
      width: 32px;
      padding: 0; }
    .productView-images .productView-image .easyzoom-flyout {
      display: none; }
      @media (min-width: 1024px) {
        .productView-images .productView-image .easyzoom-flyout {
          display: block; } }
    .productView-images .productView-image .productView-img-container {
      position: relative;
      max-width: 100% !important; }
      .productView-images .productView-image .productView-img-container img {
        display: flex;
        flex: 1;
        width: auto !important;
        max-height: calc(100vh - 270px);
        aspect-ratio: 1/1 !important;
        margin: auto; }

.thumbnails-section {
  margin: 30px 0 0 0;
  width: 100%;
  order: 2; }
  @media (min-width: 1024px) {
    .thumbnails-section {
      display: flex;
      order: 1;
      margin: 0;
      width: 96px; } }
  .thumbnails-section .productView-thumbnails {
    margin: 0;
    list-style: none;
    padding: 0; }
    .thumbnails-section .productView-thumbnails .slick-list {
      margin: 0;
      height: auto !important; }
    .thumbnails-section .productView-thumbnails .productView-thumbnail {
      padding: 0;
      border: none;
      width: 25% !important; }
      @media (min-width: 1024px) {
        .thumbnails-section .productView-thumbnails .productView-thumbnail {
          padding: 0;
          width: 100% !important;
          height: auto !important; } }
      .thumbnails-section .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
        height: 101px;
        max-width: 80px;
        border-color: #e3e3e3;
        background-color: #FFFFFF;
        box-shadow: 0.707px 0.707px 0px 0px #FFFFFF;
        box-sizing: border-box;
        overflow: hidden;
        border-radius: 10px;
        padding: 10px;
        transition: all 0.3s ease-in-out;
        margin: 0 auto; }
        @media (min-width: 1024px) {
          .thumbnails-section .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
            height: 25%;
            max-width: 96px; } }
        .thumbnails-section .productView-thumbnails .productView-thumbnail .productView-thumbnail-link:hover {
          border-color: #2c193b; }
        .thumbnails-section .productView-thumbnails .productView-thumbnail .productView-thumbnail-link img {
          aspect-ratio: 1/1; }
      .thumbnails-section .productView-thumbnails .productView-thumbnail.slick-current.slick-active .productView-thumbnail-link {
        border-color: #2c193b; }
    .thumbnails-section .productView-thumbnails .slick-arrow {
      box-shadow: none;
      border-radius: 0;
      border: 1px solid #2c193b;
      background-color: transparent;
      height: 20px;
      width: 20px;
      padding: 0;
      margin: 0; }
      @media (min-width: 1024px) {
        .thumbnails-section .productView-thumbnails .slick-arrow {
          bottom: -40px;
          top: auto;
          margin-top: -1.07143rem; } }
      .thumbnails-section .productView-thumbnails .slick-arrow:before {
        height: 10px;
        width: 8px;
        background-image: none;
        color: #2c193b;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
      .thumbnails-section .productView-thumbnails .slick-arrow.slick-disabled {
        opacity: 1;
        cursor: not-allowed;
        border-color: #868684; }
        .thumbnails-section .productView-thumbnails .slick-arrow.slick-disabled:before {
          color: #868684; }
        .thumbnails-section .productView-thumbnails .slick-arrow.slick-disabled:hover {
          border-color: #868684; }
      .thumbnails-section .productView-thumbnails .slick-arrow:hover {
        border-color: #2c193b; }
    .thumbnails-section .productView-thumbnails .slick-next {
      right: 0px; }
      .thumbnails-section .productView-thumbnails .slick-next:before {
        content: ">"; }
      @media (min-width: 1024px) {
        .thumbnails-section .productView-thumbnails .slick-next {
          right: auto;
          left: 51%; }
          .thumbnails-section .productView-thumbnails .slick-next:before {
            transform: rotate(-90deg); } }
    .thumbnails-section .productView-thumbnails .slick-prev {
      left: 0px; }
      .thumbnails-section .productView-thumbnails .slick-prev:before {
        content: "<"; }
        @media (min-width: 1024px) {
          .thumbnails-section .productView-thumbnails .slick-prev:before {
            content: ">"; } }
      @media (min-width: 1024px) {
        .thumbnails-section .productView-thumbnails .slick-prev {
          left: 25%; }
          .thumbnails-section .productView-thumbnails .slick-prev:before {
            transform: rotate(90deg); } }

/* for cart page*/
.cart-page .container,
.cart-page .page,
.cart-page .page-content,
.cart-page .cart-box-main,
.cart-page .cart-table,
.cart-page .cart,
.cart-page .cart-total-box {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
  float: none; }

.cart-page .container {
  max-width: 800px;
  margin: auto; }
  @media (min-width: 1024px) {
    .cart-page .container {
      max-width: 1200px; } }

.cart-page .header-section {
  margin-bottom: 0;
  padding: 0 0 10px 0 !important; }
  @media (min-width: 1024px) {
    .cart-page .header-section {
      padding-top: 35px !important; } }
  .cart-page .header-section .cart-label {
    text-align: center;
    color: #FFFFFF;
    margin: 3px 0 0;
    font-size: 18px;
    font-weight: 700; }
  .cart-page .header-section ol.breadcrumbs {
    margin-bottom: 13px; }

.cart-page .cart-box-main,
.cart-page .cart-total-box {
  display: flex;
  flex-direction: column; }
  @media (min-width: 1024px) {
    .cart-page .cart-box-main,
    .cart-page .cart-total-box {
      flex: 1;
      flex-direction: row; } }

.cart-page .cart .cart-header {
  display: none; }

@media (min-width: 1024px) {
  .cart-page .cart-table {
    min-width: 600px; } }

.cart-page .cart-list {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 20px; }

.cart-page .cart-item.item-row {
  display: flex;
  flex-direction: row;
  position: relative;
  background: white;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px; }
  .cart-page .cart-item.item-row .definitionList {
    position: relative;
    display: block;
    margin-bottom: 0; }
  .cart-page .cart-item.item-row .definitionList-key,
  .cart-page .cart-item.item-row .option-change-link {
    display: none; }
  .cart-page .cart-item.item-row .definitionList-value {
    font-size: 18px;
    color: #555;
    font-style: italic; }

.cart-page .cart-col {
  display: flex;
  position: relative; }
  .cart-page .cart-col.col-cart-item-left {
    flex: 1;
    flex-direction: row;
    padding-right: 10px; }
  .cart-page .cart-col.col-cart-item-right {
    min-width: 20%;
    width: 20%;
    max-width: 150px;
    flex-direction: column;
    align-items: center;
    justify-content: center; }

.cart-page .cart-additionalCheckoutButtons {
  display: none !important; }

.cart-page .cart-item-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start !important;
  padding-top: 15px; }
  .cart-page .cart-item-block.cart-item-figure {
    display: flex;
    width: 100px;
    min-width: 100px;
    aspect-ratio: 600/885;
    padding: 10px 15px 0;
    margin-right: 10px; }
    .cart-page .cart-item-block.cart-item-figure::after {
      content: "";
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .cart-page .cart-item-block.cart-item-figure:after {
      content: none; }
  .cart-page .cart-item-block.cart-item-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 25px; }
    .cart-page .cart-item-block.cart-item-info .cart-item-name,
    .cart-page .cart-item-block.cart-item-info .cart-item-link {
      display: block;
      font-family: 'Roboto Condensed', Arial, sans-serif;
      font-size: 4vw;
      line-height: 0.9;
      font-weight: 700;
      text-decoration: none !important;
      cursor: pointer;
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .cart-page .cart-item-block.cart-item-info .cart-item-name,
        .cart-page .cart-item-block.cart-item-info .cart-item-link {
          font-size: 30px; } }
    .cart-page .cart-item-block.cart-item-info .cart-item-name {
      margin-bottom: 8px !important; }
    .cart-page .cart-item-block.cart-item-info .cart-item-link:hover {
      text-decoration: underline !important; }
    .cart-page .cart-item-block.cart-item-info .line-item-details {
      display: flex;
      flex-direction: row; }
      .cart-page .cart-item-block.cart-item-info .line-item-details .cart-item-label {
        display: none; }
      .cart-page .cart-item-block.cart-item-info .line-item-details .cart-item-value {
        font-size: 4vw !important;
        font-weight: 700 !important; }
        @media (min-width: 768px) {
          .cart-page .cart-item-block.cart-item-info .line-item-details .cart-item-value {
            font-size: 27px !important; } }
  .cart-page .cart-item-block.cart-item-price {
    margin-right: 20px;
    padding-top: 10px;
    align-items: flex-start; }
  .cart-page .cart-item-block.productincrementbox {
    transform-origin: center top;
    transform: scale(0.85, 0.85);
    padding-top: 5px;
    align-items: flex-start; }
    .cart-page .cart-item-block.productincrementbox .form-increment {
      border-color: #cccccc;
      border-radius: 5px; }
      .cart-page .cart-item-block.productincrementbox .form-increment .form-input--incrementTotal.cart-item-qty-input {
        color: #2c193b !important;
        font-size: 3vw !important;
        font-weight: 700 !important; }
        @media (min-width: 768px) {
          .cart-page .cart-item-block.productincrementbox .form-increment .form-input--incrementTotal.cart-item-qty-input {
            font-size: 27px !important; } }
      .cart-page .cart-item-block.productincrementbox .form-increment .button--icon {
        border-radius: 0;
        padding: 10px !important; }
        .cart-page .cart-item-block.productincrementbox .form-increment .button--icon:hover, .cart-page .cart-item-block.productincrementbox .form-increment .button--icon:focus {
          background-color: transparent; }
  .cart-page .cart-item-block.last-price {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 30px 20px 0 0;
    align-items: flex-end; }
    .cart-page .cart-item-block.last-price .button-text,
    .cart-page .cart-item-block.last-price .cart-item-label {
      color: #2c193b !important;
      font-size: 2vw !important;
      font-weight: 400 !important;
      text-transform: uppercase;
      text-align: right !important; }
      @media (min-width: 768px) {
        .cart-page .cart-item-block.last-price .button-text,
        .cart-page .cart-item-block.last-price .cart-item-label {
          font-size: 14px !important; } }
    .cart-page .cart-item-block.last-price .cart-item-label {
      margin: 34px 0 10px;
      display: block !important; }
    .cart-page .cart-item-block.last-price .cart-item-value {
      color: #2c193b !important;
      font-size: 5vw !important;
      font-weight: 700 !important; }
      @media (min-width: 768px) {
        .cart-page .cart-item-block.last-price .cart-item-value {
          font-size: 27px !important; } }
    .cart-page .cart-item-block.last-price .cart-remove {
      box-sizing: border-box;
      position: absolute;
      top: 30px;
      right: 20px;
      width: calc(100% - 25px);
      height: 20px;
      text-align: right;
      background: transparent !important;
      padding: 0;
      border-radius: 0;
      margin-left: 0 !important; }
      .cart-page .cart-item-block.last-price .cart-remove svg {
        width: 2vw !important;
        height: 2vw !important;
        fill: #2c193b !important;
        position: relative;
        top: 4px;
        left: 4px; }
        @media (min-width: 768px) {
          .cart-page .cart-item-block.last-price .cart-remove svg {
            top: 2px;
            left: 2px;
            width: 16px !important;
            height: 16px !important; } }

@media (min-width: 1024px) {
  .cart-page .cart-total-box {
    padding-top: 30px;
    padding-right: 30px; } }

.cart-page .cart-total-box .cart-total {
  position: relative;
  padding: 0;
  margin: 0;
  height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end; }
  .cart-page .cart-total-box .cart-total .cart-total-label {
    margin-left: 20px;
    flex: 1;
    text-align: right; }
    .cart-page .cart-total-box .cart-total .cart-total-label strong {
      display: inline-block;
      text-transform: uppercase;
      font-weight: 400 !important;
      font-size: 2vw;
      line-height: 1;
      padding-right: 30px;
      color: #2c193b !important; }
      @media (min-width: 768px) {
        .cart-page .cart-total-box .cart-total .cart-total-label strong {
          font-size: 16px; } }
  .cart-page .cart-total-box .cart-total .cart-total-value {
    margin-right: 20px;
    min-width: 20%;
    width: 20%;
    max-width: 150px;
    padding-right: 20px;
    font-size: 5vw;
    line-height: 1;
    font-weight: 700;
    font-family: "Roboto Condensed", Arial, Sans-Serif;
    text-align: right !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    color: #2c193b !important; }
    @media (min-width: 768px) {
      .cart-page .cart-total-box .cart-total .cart-total-value {
        font-size: 30px; } }
    @media (min-width: 1024px) {
      .cart-page .cart-total-box .cart-total .cart-total-value {
        min-width: 150px; } }
  .cart-page .cart-total-box .cart-total button {
    color: #2c193b !important;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    font-style: normal;
    white-space: nowrap;
    text-decoration: underline !important;
    padding-inline: 0 !important; }
  .cart-page .cart-total-box .cart-total:before, .cart-page .cart-total-box .cart-total:after {
    content: none; }

.cart-page .cart-total-box .cart-total + .cart-total {
  border-top: 1px solid #e3e3e3; }
  .cart-page .cart-total-box .cart-total + .cart-total::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #FFFFFF;
    display: block; }

.cart-page .cart-total-box .coupon-form .button,
.cart-page .cart-total-box .cart-gift-certificate-form .button,
.cart-page .cart-total-box .estimator-form .shipping-estimate-submit {
  padding: 5px;
  font-size: 14px; }
  .cart-page .cart-total-box .coupon-form .button:hover, .cart-page .cart-total-box .coupon-form .button:focus,
  .cart-page .cart-total-box .cart-gift-certificate-form .button:hover,
  .cart-page .cart-total-box .cart-gift-certificate-form .button:focus,
  .cart-page .cart-total-box .estimator-form .shipping-estimate-submit:hover,
  .cart-page .cart-total-box .estimator-form .shipping-estimate-submit:focus {
    background-color: #d6c8ab;
    box-shadow: none; }

.cart-page .cart-total-box .coupon-form .form-input,
.cart-page .cart-total-box .cart-gift-certificate-form .form-input {
  font-size: 14px;
  padding: 0px 10px; }

.cart-page .cart-box-actions {
  position: relative; }

.cart-page .cart-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; }
  .cart-page .cart-actions .button--primary {
    background-color: #2c193b !important;
    color: #f8f8f3;
    width: 50vw;
    max-width: 300px;
    padding: 15px 25px;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 24px;
    line-height: 1;
    box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.4); }
    .cart-page .cart-actions .button--primary:hover, .cart-page .cart-actions .button--primary:active {
      color: white !important; }
    .cart-page .cart-actions .button--primary .icon {
      display: none; }

.cart-page .cart-form.coupon-code {
  flex: 1;
  position: relative;
  height: 100%;
  left: -30px; }
  .cart-page .cart-form.coupon-code .form {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 !important;
    position: relative;
    height: 100%; }
    .cart-page .cart-form.coupon-code .form .form-input {
      height: 36px;
      margin-right: 15px;
      width: 130px; }
    .cart-page .cart-form.coupon-code .form .button {
      height: 36px !important;
      font-size: 18px !important; }
      .cart-page .cart-form.coupon-code .form .button:hover {
        background-color: #2c193b !important;
        color: white !important; }

.cart-page .cart-empty {
  font-size: 24px;
  text-align: center;
  margin-bottom: 60px;
  color: #40383b;
  letter-spacing: 1px;
  text-transform: capitalize; }
  @media (min-width: 768px) {
    .cart-page .cart-empty {
      font-size: 30px; } }
  @media (min-width: 1024px) {
    .cart-page .cart-empty {
      font-size: 36px; } }
  @media (min-width: 1440px) {
    .cart-page .cart-empty {
      font-size: 48px; } }

.cart-page .alertBox--info {
  border-radius: 6px;
  box-shadow: 0.707px 0.707px 0px 0px #FFFFFF;
  border: 1px solid #e3e3e3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 10px;
  margin-top: 40px; }
  .cart-page .alertBox--info .alertBox-icon .icon svg {
    fill: #333333; }
  .cart-page .alertBox--info .alertBox-message {
    width: auto; }

/* for search page*/
.search-page .panel {
  margin-bottom: 20px; }

.search-page .suggestion-title {
  color: #40383b; }

.search-page .body .page-content {
  padding-bottom: 30px; }
  @media (min-width: 1024px) {
    .search-page .body .page-content {
      padding-top: 20px;
      padding-bottom: 100px; } }

.search-page .category-filter-section {
  padding: 0; }
  @media (min-width: 1024px) {
    .search-page .category-filter-section {
      padding: 17px 0; } }

.search-page .search-nav {
  margin-bottom: 0; }
  .search-page .search-nav .navBar-item a {
    font-size: 18px;
    font-weight: 500;
    color: #2c193b; }
    .search-page .search-nav .navBar-item a.navBar-action-color--active {
      font-weight: 700;
      text-decoration: none; }
  .search-page .search-nav .navBar-item.navBar-item--separate {
    border: 0; }
    .search-page .search-nav .navBar-item.navBar-item--separate .navBar-action .toggleLink-text {
      font-size: 18px;
      font-weight: 500;
      color: #2c193b; }

.search-page .page-sidebar {
  padding-top: 40px; }

.search-page .panel {
  margin-top: 10px; }
  @media (min-width: 1024px) {
    .search-page .panel {
      padding: 0 0 0 20px;
      margin: 50px 0 20px; } }
  .search-page .panel .panel-body {
    background-color: white;
    border: 1px solid #e3e3e3;
    box-shadow: 0.707px 0.707px 0px 0px #FFFFFF;
    border-radius: 17px;
    overflow: hidden;
    margin-bottom: 0; }
    .search-page .panel .panel-body .category-suggestion-list .category-suggestion {
      width: 100%;
      float: none;
      margin-bottom: 15px; }
      @media (min-width: 1024px) {
        .search-page .panel .panel-body .category-suggestion-list .category-suggestion {
          width: 33.33333%;
          float: left; } }
      .search-page .panel .panel-body .category-suggestion-list .category-suggestion .icon svg {
        fill: #40383b;
        width: 12px; }
      .search-page .panel .panel-body .category-suggestion-list .category-suggestion .category-links {
        font-size: 13px;
        text-decoration: none; }
        @media (min-width: 768px) {
          .search-page .panel .panel-body .category-suggestion-list .category-suggestion .category-links {
            font-size: 14px; } }
    .search-page .panel .panel-body .search-suggestion a {
      border-bottom: 1px solid #e3e3e3;
      text-decoration: none; }

@media (min-width: 1024px) {
  .page-sidebar.u-hidden + .page-content {
    width: 100%; } }

.jewellery .search-page .panel .panel-body {
  border: 1px solid;
  border-radius: 0; }

/* for blog page*/
main.blog-page {
  position: relative;
  top: 75px;
  padding-bottom: 30px;
  margin-bottom: 75px; }
  @media (min-width: 1024px) {
    main.blog-page {
      top: 155px;
      margin-bottom: 155px; } }

.blog-page .page {
  margin: 0;
  padding: 30px 15px; }
  @media (min-width: 1024px) {
    .blog-page .page {
      padding: 70px 25px; } }

@media (min-width: 1024px) {
  .blog-page .container {
    max-width: 1500px !important; } }

.blog-page .blog-box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around; }
  @media (min-width: 1024px) {
    .blog-page .blog-box {
      margin: 0 -10px;
      max-width: 1500px; } }
  @media (min-width: 1440px) {
    .blog-page .blog-box {
      margin: 0 -25px; } }
  .blog-page .blog-box .blog {
    display: flex;
    margin: 0 10px 20px 10px;
    position: relative; }
    @media (min-width: 1024px) {
      .blog-page .blog-box .blog {
        max-width: 500px;
        padding: 10px;
        margin: 0; } }
    @media (min-width: 1440px) {
      .blog-page .blog-box .blog {
        padding: 15px; } }
    .blog-page .blog-box .blog .blog-post-figure {
      width: 150px;
      margin-right: 20px; }
      .blog-page .blog-box .blog .blog-post-figure .blog-thumbnail {
        width: 100%;
        max-width: 100%; }
    .blog-page .blog-box .blog .blog-post-body {
      width: 100%;
      max-width: 100%;
      text-align: left; }
      .blog-page .blog-box .blog .blog-post-body .blog-title {
        margin: 0;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.444;
        text-transform: none;
        color: inherit;
        margin: 15px 0; }
        @media (min-width: 768px) {
          .blog-page .blog-box .blog .blog-post-body .blog-title {
            font-size: 16px; } }
        @media (min-width: 1440px) {
          .blog-page .blog-box .blog .blog-post-body .blog-title {
            font-size: 18px; } }
        .blog-page .blog-box .blog .blog-post-body .blog-title a {
          transition: all 0.3s ease-in-out; }
      .blog-page .blog-box .blog .blog-post-body .blog-header .blog-published-date .blog-date {
        text-align: left;
        color: darkgray;
        font-size: 12px;
        margin-bottom: 0; }
      .blog-page .blog-box .blog .blog-post-body .blog-post .read-more .icon {
        width: 22px;
        height: 18px;
        margin: 0;
        transform: rotate(-90deg); }
        .blog-page .blog-box .blog .blog-post-body .blog-post .read-more .icon svg {
          stroke: #2c193b;
          transition: all 0.3s ease-in-out; }
      .blog-page .blog-box .blog .blog-post-body .blog-post .read-more:hover .icon svg {
        stroke: #40383b; }
  .blog-page .blog-box .blog + .blog {
    border: none; }
  .blog-page .blog-box .blog-thumbnail {
    margin-bottom: 15px;
    margin-right: 15px; }

main.blog_post-page {
  position: relative;
  top: 75px;
  padding-bottom: 30px;
  margin-bottom: 75px; }
  @media (min-width: 1024px) {
    main.blog_post-page {
      top: 155px;
      margin-bottom: 155px; } }
  main.blog_post-page .blog .blog-title {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 30px; }
    @media (min-width: 1024px) {
      main.blog_post-page .blog .blog-title {
        font-size: 36px;
        margin-bottom: 36px; } }
  main.blog_post-page .blog .blog-post-body {
    width: 100vw !important;
    max-width: 90vw;
    position: relative; }
    @media (min-width: 1024px) {
      main.blog_post-page .blog .blog-post-body {
        max-width: 900px; } }
  main.blog_post-page .header-section {
    display: none; }
  main.blog_post-page a {
    color: #2c193b;
    font-weight: 700; }
  main.blog_post-page .rsw-blog-subhead {
    font-size: 22px;
    line-height: 1.15; }
  main.blog_post-page .rsw-section-title {
    font-size: 26px;
    line-height: 1.15; }
  main.blog_post-page .rsw-blog-section {
    position: relative; }
    main.blog_post-page .rsw-blog-section:after {
      clear: both; }
    main.blog_post-page .rsw-blog-section p {
      font-size: 18px;
      line-height: 1.15; }
    main.blog_post-page .rsw-blog-section .rsw-blog-image {
      display: inline-block;
      float: right;
      width: 45%;
      height: auto;
      margin: 0 0 20px 20px; }
  main.blog_post-page .share-box {
    padding-bottom: 20px; }

/* for login page*/
.login-page .login {
  max-width: 100%;
  margin: 2rem auto; }
  @media (min-width: 1024px) {
    .login-page .login {
      margin: 3rem auto; } }
  @media (min-width: 1700px) {
    .login-page .login {
      margin: 6rem auto; } }

.login-page .alertBox {
  width: 100%;
  margin: 0 auto 30px; }
  @media (min-width: 1024px) {
    .login-page .alertBox {
      width: 50%; } }

@media (min-width: 1024px) {
  .login-page .login-row {
    display: flex;
    justify-content: center;
    margin: 0 auto; } }

.login-page .login-row .login-form {
  padding: 0;
  width: 100%;
  float: left; }
  @media (min-width: 1024px) {
    .login-page .login-row .login-form {
      width: 50%;
      padding-left: 0.75rem;
      padding-right: 0.75rem; } }
  .login-page .login-row .login-form .form-actions .button, .login-page .login-row .login-form .form-actions input, .login-page .login-row .login-form .form-actions a {
    vertical-align: baseline; }
  .login-page .login-row .login-form .form-field {
    margin: 0 0 1rem; }
  .login-page .login-row .login-form .forgot-password {
    margin-top: 0; }
  .login-page .login-row .login-form .button {
    margin: 0 5px 0 0;
    font-size: 16px;
    padding: 10px 25px 8px;
    width: auto;
    border: 3px solid #2c193b;
    color: #d6c8ab;
    box-shadow: 0px 9px 27px 0px rgba(44, 25, 59, 0.57);
    background-color: #2c193b;
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .login-page .login-row .login-form .button {
        margin: 0 16px 0 16px;
        margin-bottom: 0; } }
    @media (min-width: 1700px) {
      .login-page .login-row .login-form .button {
        padding: 15px 50px 15px 50px;
        font-size: 20px; } }
    .login-page .login-row .login-form .button:hover {
      color: #f8f8f3;
      box-shadow: 2.431px 13.787px 27px 0px rgba(44, 25, 59, 0.37);
      background-color: #2c193b;
      border-color: #2c193b; }

.login-page .login-row .new-customer {
  padding: 0;
  width: 100%;
  float: left; }
  @media (min-width: 1024px) {
    .login-page .login-row .new-customer {
      width: 50%;
      padding-left: 0.75rem;
      padding-right: 0.75rem; } }
  .login-page .login-row .new-customer .panel {
    border: 1px solid #e3e3e3;
    background-color: white;
    box-shadow: 0.707px 0.707px 0px 0px #FFFFFF;
    border-radius: 17px;
    overflow: hidden; }
    .login-page .login-row .new-customer .panel .panel-header {
      background-color: white; }
      .login-page .login-row .new-customer .panel .panel-header .panel-title {
        border-bottom: 1px solid #e3e3e3;
        padding-bottom: 10px;
        color: #40383b; }
    .login-page .login-row .new-customer .panel .panel-body {
      background-color: white;
      padding: 1rem 1rem 1.5rem; }
      @media (min-width: 1024px) {
        .login-page .login-row .new-customer .panel .panel-body {
          padding: 1rem 2rem 1.5rem; } }
      .login-page .login-row .new-customer .panel .panel-body .new-customer-fact-list .new-customer-fact {
        padding-left: 0;
        line-height: 1.3; }
      .login-page .login-row .new-customer .panel .panel-body ul {
        margin-left: 1rem;
        margin-top: 1.2rem; }
        @media (min-width: 1024px) {
          .login-page .login-row .new-customer .panel .panel-body ul {
            margin-left: 3rem; } }
        .login-page .login-row .new-customer .panel .panel-body ul li:before {
          top: 8px; }
          @media (min-width: 1024px) {
            .login-page .login-row .new-customer .panel .panel-body ul li:before {
              top: 5px; } }
    .login-page .login-row .new-customer .panel .button {
      padding: 10px 15px 8px;
      font-size: 11px;
      font-weight: 700;
      border-radius: 40px;
      border: 3px solid #2c193b;
      box-shadow: 0px 10px 15px 0px rgba(44, 25, 59, 0.37);
      background-color: #2c193b;
      margin: 0;
      transition: all 0.3s ease-in-out; }
      @media (min-width: 1024px) {
        .login-page .login-row .new-customer .panel .button {
          font-size: 12px; } }
      @media (min-width: 1440px) {
        .login-page .login-row .new-customer .panel .button {
          padding: 16px 27px 13px;
          font-size: 14px; } }

.outdoors .login-page .login-row .login-form .button--primary {
  box-shadow: none;
  background-color: #2c193b;
  border: 1px solid #2c193b;
  color: #d6c8ab;
  letter-spacing: 1px;
  border-radius: 6px; }
  .outdoors .login-page .login-row .login-form .button--primary:hover {
    color: #f8f8f3;
    background-color: black; }

.outdoors .login-page .login-row .new-customer .panel .button {
  box-shadow: none;
  border-radius: 6px;
  background-color: #2c193b;
  border: 1px solid #2c193b;
  color: #2c193b;
  letter-spacing: 1px;
  border-radius: 6px; }
  .outdoors .login-page .login-row .new-customer .panel .button:hover {
    color: #2c193b;
    background-color: #2c193b; }

.jewellery .login-page .login-row .login-form .button--primary {
  box-shadow: none;
  background-color: #2c193b;
  border: 1px solid #2c193b;
  color: #d6c8ab;
  letter-spacing: 1px;
  border-radius: 0; }
  .jewellery .login-page .login-row .login-form .button--primary:hover {
    color: #f8f8f3;
    background-color: black; }

.jewellery .login-page .login-row .new-customer .panel {
  border-radius: 0; }
  .jewellery .login-page .login-row .new-customer .panel .button {
    box-shadow: none;
    border-radius: 6px;
    background-color: #2c193b;
    border: 1px solid #2c193b;
    color: #2c193b;
    letter-spacing: 1px;
    border-radius: 0; }
    @media (min-width: 1440px) {
      .jewellery .login-page .login-row .new-customer .panel .button {
        padding: 15px 27px 14px;
        font-size: 20px; } }
    .jewellery .login-page .login-row .new-customer .panel .button:hover {
      color: #2c193b;
      background-color: #2c193b; }

/* for login page*/
.body.account_orderstatus-page,
.body.forgotpassword-page,
.body.shippingaddressform-page,
.body.createaccount_thanks-page,
.body.account_returns-page,
.body.createaccount-page,
.body.account_inbox-page,
.body.account_addressbook-page,
.body.wishlists-page,
.body.account_recentitems-page,
.body.editaccount-page,
.body.add-wishlist-page,
.body.wishlist-page,
.body.account_new_return-page,
.body.account_new_return-page {
  background: transparent !important;
  padding-top: 65px !important; }
  @media (min-width: 768px) {
    .body.account_orderstatus-page,
    .body.forgotpassword-page,
    .body.shippingaddressform-page,
    .body.createaccount_thanks-page,
    .body.account_returns-page,
    .body.createaccount-page,
    .body.account_inbox-page,
    .body.account_addressbook-page,
    .body.wishlists-page,
    .body.account_recentitems-page,
    .body.editaccount-page,
    .body.add-wishlist-page,
    .body.wishlist-page,
    .body.account_new_return-page,
    .body.account_new_return-page {
      padding-top: 75px !important; } }
  @media (min-width: 1024px) {
    .body.account_orderstatus-page,
    .body.forgotpassword-page,
    .body.shippingaddressform-page,
    .body.createaccount_thanks-page,
    .body.account_returns-page,
    .body.createaccount-page,
    .body.account_inbox-page,
    .body.account_addressbook-page,
    .body.wishlists-page,
    .body.account_recentitems-page,
    .body.editaccount-page,
    .body.add-wishlist-page,
    .body.wishlist-page,
    .body.account_new_return-page,
    .body.account_new_return-page {
      padding-top: 155px !important; } }
  .body.account_orderstatus-page .header-section,
  .body.forgotpassword-page .header-section,
  .body.shippingaddressform-page .header-section,
  .body.createaccount_thanks-page .header-section,
  .body.account_returns-page .header-section,
  .body.createaccount-page .header-section,
  .body.account_inbox-page .header-section,
  .body.account_addressbook-page .header-section,
  .body.wishlists-page .header-section,
  .body.account_recentitems-page .header-section,
  .body.editaccount-page .header-section,
  .body.add-wishlist-page .header-section,
  .body.wishlist-page .header-section,
  .body.account_new_return-page .header-section,
  .body.account_new_return-page .header-section {
    padding-top: 0 !important; }
    .body.account_orderstatus-page .header-section .header-content-box,
    .body.forgotpassword-page .header-section .header-content-box,
    .body.shippingaddressform-page .header-section .header-content-box,
    .body.createaccount_thanks-page .header-section .header-content-box,
    .body.account_returns-page .header-section .header-content-box,
    .body.createaccount-page .header-section .header-content-box,
    .body.account_inbox-page .header-section .header-content-box,
    .body.account_addressbook-page .header-section .header-content-box,
    .body.wishlists-page .header-section .header-content-box,
    .body.account_recentitems-page .header-section .header-content-box,
    .body.editaccount-page .header-section .header-content-box,
    .body.add-wishlist-page .header-section .header-content-box,
    .body.wishlist-page .header-section .header-content-box,
    .body.account_new_return-page .header-section .header-content-box,
    .body.account_new_return-page .header-section .header-content-box {
      top: 10px !important; }
  .body.account_orderstatus-page .page-heading,
  .body.forgotpassword-page .page-heading,
  .body.shippingaddressform-page .page-heading,
  .body.createaccount_thanks-page .page-heading,
  .body.account_returns-page .page-heading,
  .body.createaccount-page .page-heading,
  .body.account_inbox-page .page-heading,
  .body.account_addressbook-page .page-heading,
  .body.wishlists-page .page-heading,
  .body.account_recentitems-page .page-heading,
  .body.editaccount-page .page-heading,
  .body.add-wishlist-page .page-heading,
  .body.wishlist-page .page-heading,
  .body.account_new_return-page .page-heading,
  .body.account_new_return-page .page-heading {
    margin-bottom: 0; }
  .body.account_orderstatus-page .account,
  .body.forgotpassword-page .account,
  .body.shippingaddressform-page .account,
  .body.createaccount_thanks-page .account,
  .body.account_returns-page .account,
  .body.createaccount-page .account,
  .body.account_inbox-page .account,
  .body.account_addressbook-page .account,
  .body.wishlists-page .account,
  .body.account_recentitems-page .account,
  .body.editaccount-page .account,
  .body.add-wishlist-page .account,
  .body.wishlist-page .account,
  .body.account_new_return-page .account,
  .body.account_new_return-page .account {
    padding: 20px;
    width: 100%; }
    @media (min-width: 768px) {
      .body.account_orderstatus-page .account,
      .body.forgotpassword-page .account,
      .body.shippingaddressform-page .account,
      .body.createaccount_thanks-page .account,
      .body.account_returns-page .account,
      .body.createaccount-page .account,
      .body.account_inbox-page .account,
      .body.account_addressbook-page .account,
      .body.wishlists-page .account,
      .body.account_recentitems-page .account,
      .body.editaccount-page .account,
      .body.add-wishlist-page .account,
      .body.wishlist-page .account,
      .body.account_new_return-page .account,
      .body.account_new_return-page .account {
        padding: 30px; } }
    @media (min-width: 1024px) {
      .body.account_orderstatus-page .account,
      .body.forgotpassword-page .account,
      .body.shippingaddressform-page .account,
      .body.createaccount_thanks-page .account,
      .body.account_returns-page .account,
      .body.createaccount-page .account,
      .body.account_inbox-page .account,
      .body.account_addressbook-page .account,
      .body.wishlists-page .account,
      .body.account_recentitems-page .account,
      .body.editaccount-page .account,
      .body.add-wishlist-page .account,
      .body.wishlist-page .account,
      .body.account_new_return-page .account,
      .body.account_new_return-page .account {
        padding: 30px 0; } }
  .body.account_orderstatus-page .account-body,
  .body.forgotpassword-page .account-body,
  .body.shippingaddressform-page .account-body,
  .body.createaccount_thanks-page .account-body,
  .body.account_returns-page .account-body,
  .body.createaccount-page .account-body,
  .body.account_inbox-page .account-body,
  .body.account_addressbook-page .account-body,
  .body.wishlists-page .account-body,
  .body.account_recentitems-page .account-body,
  .body.editaccount-page .account-body,
  .body.add-wishlist-page .account-body,
  .body.wishlist-page .account-body,
  .body.account_new_return-page .account-body,
  .body.account_new_return-page .account-body {
    margin: 0 !important; }
  .body.account_orderstatus-page *,
  .body.forgotpassword-page *,
  .body.shippingaddressform-page *,
  .body.createaccount_thanks-page *,
  .body.account_returns-page *,
  .body.createaccount-page *,
  .body.account_inbox-page *,
  .body.account_addressbook-page *,
  .body.wishlists-page *,
  .body.account_recentitems-page *,
  .body.editaccount-page *,
  .body.add-wishlist-page *,
  .body.wishlist-page *,
  .body.account_new_return-page *,
  .body.account_new_return-page * {
    font-family: 'Roboto Condensed', Arial, sans-serif !important; }

@media screen and (min-width: 1024px) {
  .body.account_orderstatus-page .header-section .header-content-box,
  .body.forgotpassword-page .header-section .header-content-box,
  .body.shippingaddressform-page .header-section .header-content-box,
  .body.createaccount_thanks-page .header-section .header-content-box,
  .body.account_returns-page .header-section .header-content-box,
  .body.createaccount-page .header-section .header-content-box,
  .body.account_inbox-page .header-section .header-content-box,
  .body.account_addressbook-page .header-section .header-content-box,
  .body.wishlists-page .header-section .header-content-box,
  .body.account_recentitems-page .header-section .header-content-box,
  .body.editaccount-page .header-section .header-content-box,
  .body.add-wishlist-page .header-section .header-content-box,
  .body.wishlist-page .header-section .header-content-box,
  .body.account_new_return-page .header-section .header-content-box,
  .body.account_new_return-page .header-section .header-content-box {
    top: -10px !important; } }

.body.account_orderstatus-page > .container,
.body.account_inbox-page > .container,
.body.account_returns-page > .container,
.body.account_addressbook-page > .container,
.body.account_recentitems-page > .container,
.body.editaccount-page > .container {
  padding-top: 30px; }

.body.account_orderstatus-page .navBar-action,
.body.account_inbox-page .navBar-action,
.body.account_returns-page .navBar-action,
.body.account_addressbook-page .navBar-action,
.body.account_recentitems-page .navBar-action,
.body.editaccount-page .navBar-action {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #2c193b; }

.createaccount-page .account {
  max-width: 900px; }
  .createaccount-page .account .g-recaptcha > div {
    margin: auto; }
  .createaccount-page .account .form-actions .button {
    margin: auto !important; }

.createaccount-page .form-field--checkbox {
  padding-top: 50px; }
  .createaccount-page .form-field--checkbox .form-label:nth-child(1) {
    display: none; }

.createaccount-page .form-checkbox + .form-label::before {
  background-color: white !important; }

.createaccount_thanks-page .page-content--textCenter {
  font-size: 24px !important;
  max-width: 600px !important;
  margin: 30px auto !important;
  float: none !important; }

.createaccount_thanks-page .button {
  max-width: 300px !important;
  margin: 20px auto 0 !important; }

.body.account_addressbook-page .panel-body .form-actions {
  display: flex !important; }
  .body.account_addressbook-page .panel-body .form-actions .button {
    margin-right: 30px !important; }

.errorpage .u-textAlignCenter {
  margin-top: 50px; }

.errorpage .button {
  height: auto; }

.account_order-page .order-payments-description {
  color: #40383b; }

.account_order-page .account-heading {
  color: #40383b; }

.account_order-page .page-heading {
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .account_order-page .page-heading {
      margin-bottom: 0; } }

.account_order-page .account-list .account-listShipping {
  border-bottom: 0;
  padding-top: 0; }
  .account_order-page .account-list .account-listShipping .account-listShipping-title {
    color: #40383b;
    font-weight: 400; }

.account_order-page .account-listItem {
  border: 1px solid #e3e3e3;
  box-shadow: 0.707px 0.707px 0px 0px #FFFFFF;
  border-radius: 17px;
  margin-bottom: 15px;
  padding: 1rem; }
  @media (min-width: 1200px) {
    .account_order-page .account-listItem {
      padding: 1.5rem 1.5rem 1.5rem 3.5rem; } }
  .account_order-page .account-listItem .account-product-body .account-product-price {
    font-weight: 600; }
  .account_order-page .account-listItem .account-product-body .account-product-title {
    color: #40383b; }

.account_order-page .account-heading {
  border-bottom: 1px solid #e3e3e3; }

.account_order-page .account-sidebar-block {
  border: 1px solid #e3e3e3;
  background-color: white;
  padding: 15px;
  box-shadow: 0.707px 0.707px 0px 0px #FFFFFF;
  border-radius: 17px; }
  .account_order-page .account-sidebar-block .button {
    padding: 10px 25px 8px;
    font-size: 13px;
    width: auto;
    border-width: 3px; }
    @media (min-width: 1700px) {
      .account_order-page .account-sidebar-block .button {
        padding: 13px 25px 11px;
        font-size: 18px;
        font-size: 16px; } }

.account_order-page .account-product-figure::after {
  padding-bottom: 0; }

.account_order-page .account-orderTotal-value {
  border-bottom: 1px solid #e3e3e3; }

.account_order-page .account-orderTotal {
  width: 100%;
  padding: 1.5rem; }
  .account_order-page .account-orderTotal .account-orderTotal-value,
  .account_order-page .account-orderTotal .account-orderTotal-key {
    font-weight: 600; }

.account_order-page .account-content--fixedSmall {
  width: 100%; }
  @media (min-width: 1024px) {
    .account_order-page .account-content--fixedSmall {
      width: 50%; } }
  .account_order-page .account-content--fixedSmall .account-heading {
    border-bottom: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0; }

.account_order-page .account-sidebar .account-heading {
  border-bottom: 1px solid #e3e3e3;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px; }

.account_order-page .account-content--fixedSmall + .account-sidebar {
  float: left; }
  @media (min-width: 1024px) {
    .account_order-page .account-content--fixedSmall + .account-sidebar {
      float: right; } }

.account_order-page .account-sidebar {
  width: 100%; }
  @media (min-width: 1024px) {
    .account_order-page .account-sidebar {
      width: 33.33%; } }

.account_orderstatus-page .account-content .account-list .account-listItem .account-product .account-product-figure::after {
  padding-bottom: 0; }

.account_orderstatus-page .account-heading,
.account_returns-page .account-heading {
  color: #40383b;
  border-bottom: 0; }

.account_orderstatus-page .account-orderStatus,
.account_returns-page .account-orderStatus {
  margin-right: 1.5rem; }

.account_orderstatus-page .account-listItem,
.account_returns-page .account-listItem {
  border: 1px solid #e3e3e3;
  margin-top: -1px;
  padding-left: 1.5rem;
  box-shadow: 0.707px 0.707px 0px 0px #FFFFFF;
  border-radius: 17px;
  margin-bottom: 15px; }
  .account_orderstatus-page .account-listItem .account-product-figure::after,
  .account_returns-page .account-listItem .account-product-figure::after {
    padding-bottom: 0; }

.account_orderstatus-page .pagination,
.account_returns-page .pagination {
  padding: 0;
  margin-left: 0;
  border-left: 0; }
  .account_orderstatus-page .pagination .pagination-list,
  .account_returns-page .pagination .pagination-list {
    padding-bottom: 15px; }

.account_inbox-page {
  overflow-x: hidden; }
  .account_inbox-page .account--fixed {
    margin: 0 auto;
    width: 100%; }
    @media (min-width: 1440px) {
      .account_inbox-page .account--fixed {
        width: 66.66667%; } }
  @media (min-width: 1024px) {
    .account_inbox-page .account-content {
      display: flex;
      justify-content: center; } }
  .account_inbox-page .account-content .account-heading {
    border: 0;
    color: #40383b;
    line-height: 1;
    padding-bottom: 0.7rem; }
  .account_inbox-page .account-content .mainmessagebox {
    margin-top: 20px; }
    @media (min-width: 768px) {
      .account_inbox-page .account-content .mainmessagebox {
        margin-top: 35px; } }
    @media (min-width: 1024px) {
      .account_inbox-page .account-content .mainmessagebox {
        margin-top: 0;
        width: 100%;
        margin-right: 15px;
        max-width: calc(100% / 2); } }
    .account_inbox-page .account-content .mainmessagebox .account-list {
      padding: 20px;
      border: 1px solid #e3e3e3;
      border-radius: 10px;
      border-top-left-radius: 0; }
      @media (min-width: 1024px) {
        .account_inbox-page .account-content .mainmessagebox .account-list {
          -ms-overflow-style: none;
          scrollbar-width: none;
          overflow-y: auto;
          height: 500px; } }
      @media (min-width: 1024px) {
        .account_inbox-page .account-content .mainmessagebox .account-list::-webkit-scrollbar {
          display: none; } }
      .account_inbox-page .account-content .mainmessagebox .account-list .account-listItem {
        padding: 1rem 5px;
        border: none;
        padding: 0; }
        .account_inbox-page .account-content .mainmessagebox .account-list .account-listItem .account-message .is-read {
          color: #40383b; }
        .account_inbox-page .account-content .mainmessagebox .account-list .account-listItem .account-message p {
          color: #333333;
          font-size: 14px; }
          .account_inbox-page .account-content .mainmessagebox .account-list .account-listItem .account-message p .account-product-title {
            display: block;
            color: #40383b;
            margin: 0;
            font-size: 14px; }
          .account_inbox-page .account-content .mainmessagebox .account-list .account-listItem .account-message p .messbox {
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            .account_inbox-page .account-content .mainmessagebox .account-list .account-listItem .account-message p .messbox.customerbox {
              justify-content: right; }
          .account_inbox-page .account-content .mainmessagebox .account-list .account-listItem .account-message p .merchantsaid,
          .account_inbox-page .account-content .mainmessagebox .account-list .account-listItem .account-message p .customersaid {
            text-align: left;
            background-color: white;
            padding: 10px 15px;
            border-radius: 15px;
            border-top-left-radius: 0;
            border: 1px solid #e3e3e3;
            margin-bottom: 3px;
            font-weight: 600; }
          .account_inbox-page .account-content .mainmessagebox .account-list .account-listItem .account-message p .customersaid {
            border-top-right-radius: 0;
            border-top-left-radius: 15px; }
          .account_inbox-page .account-content .mainmessagebox .account-list .account-listItem .account-message p .customersaidbox .account-product-title {
            text-align: right; }
          .account_inbox-page .account-content .mainmessagebox .account-list .account-listItem .account-message p .customersaidbox .account-orderStatus {
            text-align: right; }
          .account_inbox-page .account-content .mainmessagebox .account-list .account-listItem .account-message p .account-orderStatus {
            width: 100%;
            text-align: left;
            font-size: 10px;
            position: static;
            color: darkgray; }
          .account_inbox-page .account-content .mainmessagebox .account-list .account-listItem .account-message p .messages {
            font-size: 14px;
            color: #585858;
            font-weight: 400;
            word-break: break-all; }
  @media (min-width: 1024px) {
    .account_inbox-page .account-content .form {
      margin-left: 15px;
      width: calc(100% / 2); } }
  .account_inbox-page .account-content .form h2 {
    margin-top: 0; }

.account_new_return-page .account-content .account-heading {
  color: #40383b; }

.account_new_return-page .account-content .table .table-thead {
  background-color: transparent; }

.account_new_return-page .account-content .table .table-tbody .return-itemQuantity .form-select {
  padding: 10px 20px 10px 15px; }

.account_saved_return-page .account-row {
  text-align: center; }

.account_new_return-page .account-heading {
  margin-bottom: 1.5rem; }

.page-page .page-content, .page_contact_form-page .page-content {
  padding: 30px 0.75rem; }
  @media (min-width: 1024px) {
    .page-page .page-content, .page_contact_form-page .page-content {
      padding: 50px 0 100px; } }

.newsletter_subscribe-page {
  min-height: 40vh; }
  @media (min-width: 1200px) {
    .newsletter_subscribe-page {
      min-height: 50vh; } }
  .newsletter_subscribe-page .alertBox {
    margin: 5rem 0; }

.forgotpassword-page .account--fixedSmall {
  width: 100%; }
  @media (min-width: 1200px) {
    .forgotpassword-page .account--fixedSmall {
      width: 66.66667%; } }

.forgotpassword-page .account .forgot-password-form {
  margin-bottom: 0; }

.forgotpassword-page .account .form-prefixPostfix {
  flex-wrap: wrap; }
  .forgotpassword-page .account .form-prefixPostfix input {
    display: block;
    width: 100%; }
    @media (min-width: 1024px) {
      .forgotpassword-page .account .form-prefixPostfix input {
        width: auto; } }
  .forgotpassword-page .account .form-prefixPostfix .form-inlineMessage {
    order: 0;
    width: 100%; }
    @media (min-width: 1024px) {
      .forgotpassword-page .account .form-prefixPostfix .form-inlineMessage {
        order: 1; } }
  .forgotpassword-page .account .form-prefixPostfix .button--primary {
    padding: 7px 25px 5px 25px;
    font-size: 16px;
    margin-top: 15px;
    order: 1; }
    @media (min-width: 1024px) {
      .forgotpassword-page .account .form-prefixPostfix .button--primary {
        margin-top: 0;
        order: 0;
        margin-left: 20px; } }

.form-label small {
  color: #ea000e;
  float: none;
  vertical-align: text-top; }

.form-field--success .form-radio + .form-label::before {
  border-color: inherit; }

.alertBox-icon .icon {
  transform: none; }

.account_addressbook-page .account {
  padding: 30px 0; }
  @media (min-width: 1024px) {
    .account_addressbook-page .account {
      padding: 0; } }
  .account_addressbook-page .account .addressList {
    margin-bottom: 0; }

.account_addressbook-page .panel-body {
  background-color: white;
  border: 1px solid #e3e3e3;
  box-shadow: 0.707px 0.707px 0px 0px #FFFFFF;
  border-radius: 17px; }

.account_addressbook-page .address-title {
  color: #40383b; }

.account_addressbook-page .secondary {
  padding: 10px 15px 8px;
  font-size: 16px; }
  @media (min-width: 1700px) {
    .account_addressbook-page .secondary {
      padding: 13px 25px 11px;
      font-size: 18px; } }

.secondary {
  padding: 10px 15px 8px;
  font-size: 16px; }
  @media (min-width: 1700px) {
    .secondary {
      padding: 13px 25px 11px;
      font-size: 18px; } }

.addressList {
  margin: 0; }
  @media (min-width: 1024px) {
    .addressList {
      margin-left: -0.77778rem;
      margin-right: -0.77778rem; } }

/* for product quick view */
.model#previewModal,
#modal-review-form {
  max-width: 500px !important; }
  .model#previewModal .modal-content,
  #modal-review-form .modal-content {
    background: #f4f4f4; }
    .model#previewModal .modal-content .modal-body .previewCart .productView,
    .model#previewModal .modal-content .modal-body #modal-review-form .previewCart .productView,
    .model#previewModal .modal-content .modal-body .previewCartCheckout .previewCart .productView,
    #modal-review-form .modal-content .modal-body .previewCart .productView,
    #modal-review-form .modal-content .modal-body #modal-review-form .previewCart .productView,
    #modal-review-form .modal-content .modal-body .previewCartCheckout .previewCart .productView {
      margin-bottom: 20px; }
      .model#previewModal .modal-content .modal-body .previewCart .productView .productView-details .productView-title,
      .model#previewModal .modal-content .modal-body #modal-review-form .previewCart .productView .productView-details .productView-title,
      .model#previewModal .modal-content .modal-body .previewCartCheckout .previewCart .productView .productView-details .productView-title,
      #modal-review-form .modal-content .modal-body .previewCart .productView .productView-details .productView-title,
      #modal-review-form .modal-content .modal-body #modal-review-form .previewCart .productView .productView-details .productView-title,
      #modal-review-form .modal-content .modal-body .previewCartCheckout .previewCart .productView .productView-details .productView-title {
        margin-top: 30px;
        margin-bottom: 0; }
      .model#previewModal .modal-content .modal-body .previewCart .productView .productView-details .productView-price,
      .model#previewModal .modal-content .modal-body #modal-review-form .previewCart .productView .productView-details .productView-price,
      .model#previewModal .modal-content .modal-body .previewCartCheckout .previewCart .productView .productView-details .productView-price,
      #modal-review-form .modal-content .modal-body .previewCart .productView .productView-details .productView-price,
      #modal-review-form .modal-content .modal-body #modal-review-form .previewCart .productView .productView-details .productView-price,
      #modal-review-form .modal-content .modal-body .previewCartCheckout .previewCart .productView .productView-details .productView-price {
        margin-bottom: 0; }
      .model#previewModal .modal-content .modal-body .previewCart .productView .productView-details .productView-info,
      .model#previewModal .modal-content .modal-body #modal-review-form .previewCart .productView .productView-details .productView-info,
      .model#previewModal .modal-content .modal-body .previewCartCheckout .previewCart .productView .productView-details .productView-info,
      #modal-review-form .modal-content .modal-body .previewCart .productView .productView-details .productView-info,
      #modal-review-form .modal-content .modal-body #modal-review-form .previewCart .productView .productView-details .productView-info,
      #modal-review-form .modal-content .modal-body .previewCartCheckout .previewCart .productView .productView-details .productView-info {
        display: flex;
        align-items: center;
        margin-bottom: 0px; }
        .model#previewModal .modal-content .modal-body .previewCart .productView .productView-details .productView-info .productView-info-name,
        .model#previewModal .modal-content .modal-body #modal-review-form .previewCart .productView .productView-details .productView-info .productView-info-name,
        .model#previewModal .modal-content .modal-body .previewCartCheckout .previewCart .productView .productView-details .productView-info .productView-info-name,
        #modal-review-form .modal-content .modal-body .previewCart .productView .productView-details .productView-info .productView-info-name,
        #modal-review-form .modal-content .modal-body #modal-review-form .previewCart .productView .productView-details .productView-info .productView-info-name,
        #modal-review-form .modal-content .modal-body .previewCartCheckout .previewCart .productView .productView-details .productView-info .productView-info-name {
          margin: 5px 7px 0 0;
          font-size: 13px; }
        .model#previewModal .modal-content .modal-body .previewCart .productView .productView-details .productView-info .productView-info-value,
        .model#previewModal .modal-content .modal-body #modal-review-form .previewCart .productView .productView-details .productView-info .productView-info-value,
        .model#previewModal .modal-content .modal-body .previewCartCheckout .previewCart .productView .productView-details .productView-info .productView-info-value,
        #modal-review-form .modal-content .modal-body .previewCart .productView .productView-details .productView-info .productView-info-value,
        #modal-review-form .modal-content .modal-body #modal-review-form .previewCart .productView .productView-details .productView-info .productView-info-value,
        #modal-review-form .modal-content .modal-body .previewCartCheckout .previewCart .productView .productView-details .productView-info .productView-info-value {
          font-size: 13px;
          margin: 5px 0 0 0; }

@media (min-width: 1024px) {
  #modal .quickView .productView {
    margin: 0 -10px; } }

@media (min-width: 1024px) {
  #modal .quickView .productView .productView-details .productView-options .add-to-cart-wrapper {
    margin-top: 0; } }

@media (min-width: 1024px) {
  #modal .quickView .productView .productView-details .productView-options .form-wishlist .dropdown-menu-button {
    margin-top: 0; } }

#modal .quickView .productView .productView-price {
  margin: 0; }
  #modal .quickView .productView .productView-price .price-section {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    padding-bottom: 0;
    color: #666666;
    font-size: 16px;
    font-weight: 300; }
    @media (min-width: 1024px) {
      #modal .quickView .productView .productView-price .price-section {
        padding-right: 15px; } }
    @media (min-width: 1700px) {
      #modal .quickView .productView .productView-price .price-section {
        font-size: 20px; } }
    #modal .quickView .productView .productView-price .price-section:last-child {
      padding-right: 0; }
    #modal .quickView .productView .productView-price .price-section .price--withTax {
      color: #2c193b;
      font-size: 22px;
      font-weight: 700; }
      @media (min-width: 1700px) {
        #modal .quickView .productView .productView-price .price-section .price--withTax {
          font-size: 30px; } }
    #modal .quickView .productView .productView-price .price-section .price--rrp,
    #modal .quickView .productView .productView-price .price-section .price--non-sale {
      position: relative;
      text-decoration: none;
      color: #2c193b;
      display: block; }
      #modal .quickView .productView .productView-price .price-section .price--rrp:before,
      #modal .quickView .productView .productView-price .price-section .price--non-sale:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #2c193b;
        transform: rotate(-25deg);
        top: 50%; }
    #modal .quickView .productView .productView-price .price-section.price-section--saving {
      font-size: 16px; }

#modal .quickView .productView .productView-description .productView-title {
  padding-bottom: 15px; }

#modal .quickView .productView .productView-description .productView-description {
  margin-top: 0; }

#modal .quickView .productView .productView-description:before {
  content: none; }

#modal .quickView .productView .productView-description:after {
  content: none; }

#modal .quickView .productView .productView-options .form-increment {
  border: 3px solid #2c193b;
  box-shadow: 0px 6px 11px 0px rgba(44, 25, 59, 0.57);
  background-color: #FFFFFF;
  min-width: 158px;
  width: 158px;
  max-width: 158px;
  height: 50px;
  border-radius: 40px;
  margin-right: 10px;
  overflow: hidden; }
  @media (min-width: 1024px) {
    #modal .quickView .productView .productView-options .form-increment {
      margin-right: 0;
      height: 54px; } }
  @media (min-width: 1700px) {
    #modal .quickView .productView .productView-options .form-increment {
      box-shadow: 0px 9px 27px 0px rgba(44, 25, 59, 0.57);
      height: 67px;
      min-width: 189px;
      width: 189px;
      max-width: 189px; } }
  #modal .quickView .productView .productView-options .form-increment .button--icon {
    border-radius: 0; }
    #modal .quickView .productView .productView-options .form-increment .button--icon:hover {
      background-color: transparent; }
    #modal .quickView .productView .productView-options .form-increment .button--icon:focus {
      background-color: transparent; }
  #modal .quickView .productView .productView-options .form-increment .form-input {
    color: #2c193b;
    background-color: #FFFFFF;
    height: 100%;
    border-radius: 0;
    color: #d6c8ab; }
    #modal .quickView .productView .productView-options .form-increment .form-input:disabled {
      background-color: #f5f9ef;
      color: #d6c8ab; }
  #modal .quickView .productView .productView-options .form-increment .form-input--incrementTotal {
    width: 4.5rem; }
  #modal .quickView .productView .productView-options .form-increment .button {
    height: 100%;
    border-radius: 0;
    padding: 14px 9.5px;
    border: 0;
    box-shadow: none; }
    @media (min-width: 1700px) {
      #modal .quickView .productView .productView-options .form-increment .button {
        padding: 14px 17.5px; } }
    #modal .quickView .productView .productView-options .form-increment .button:disabled {
      background-color: #f5f9ef; }
      #modal .quickView .productView .productView-options .form-increment .button:disabled .icon svg {
        fill: #d6c8ab; }
      #modal .quickView .productView .productView-options .form-increment .button:disabled:hover {
        background-color: #f5f9ef; }
        #modal .quickView .productView .productView-options .form-increment .button:disabled:hover .icon svg {
          fill: #d6c8ab; }

#modal .quickView .productView .productView-options .form-action {
  float: none;
  margin: 0;
  display: inline-block;
  padding: 0;
  width: auto; }
  #modal .quickView .productView .productView-options .form-action .form-field--increments {
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      #modal .quickView .productView .productView-options .form-action .form-field--increments {
        margin-bottom: 15px; } }
  #modal .quickView .productView .productView-options .form-action.add-to-cart-wrapper-box {
    position: relative;
    margin-right: 5px; }
    @media (min-width: 1024px) {
      #modal .quickView .productView .productView-options .form-action.add-to-cart-wrapper-box {
        margin: 0 0 0 5px; } }
    @media (min-width: 1200px) {
      #modal .quickView .productView .productView-options .form-action.add-to-cart-wrapper-box {
        margin: 0 15px; } }
    #modal .quickView .productView .productView-options .form-action.add-to-cart-wrapper-box .icon {
      width: 16px;
      height: 21px;
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      z-index: 1;
      left: 25px; }
      @media (min-width: 768px) {
        #modal .quickView .productView .productView-options .form-action.add-to-cart-wrapper-box .icon {
          left: 20px; } }
      @media (min-width: 1024px) {
        #modal .quickView .productView .productView-options .form-action.add-to-cart-wrapper-box .icon {
          left: 20px; } }
      @media (min-width: 1700px) {
        #modal .quickView .productView .productView-options .form-action.add-to-cart-wrapper-box .icon {
          left: 21px;
          width: 21px;
          height: 25px; } }
      #modal .quickView .productView .productView-options .form-action.add-to-cart-wrapper-box .icon svg {
        vertical-align: baseline;
        width: 16px;
        height: 21px;
        fill: #d6c8ab; }
        @media (min-width: 1700px) {
          #modal .quickView .productView .productView-options .form-action.add-to-cart-wrapper-box .icon svg {
            width: 21px;
            height: 25px; } }
    #modal .quickView .productView .productView-options .form-action.add-to-cart-wrapper-box:hover #form-action-addToCart {
      color: #f8f8f3;
      box-shadow: 2.431px 13.787px 27px 0px rgba(44, 25, 59, 0.37);
      background-color: #2c193b;
      border-color: #2c193b; }
    #modal .quickView .productView .productView-options .form-action.add-to-cart-wrapper-box:hover .icon svg {
      fill: #f8f8f3; }
  #modal .quickView .productView .productView-options .form-action #form-action-addToCart {
    margin: 0;
    font-size: 16px;
    height: 100%;
    padding: 13px 20px 13px 45px;
    width: auto;
    border: 3px solid #2c193b;
    color: #d6c8ab;
    box-shadow: 0px 6px 11px 0px rgba(44, 25, 59, 0.3);
    background-color: #2c193b;
    height: 100%; }
    @media (min-width: 768px) {
      #modal .quickView .productView .productView-options .form-action #form-action-addToCart {
        padding: 11px 20px 8px 40px; } }
    @media (min-width: 1024px) {
      #modal .quickView .productView .productView-options .form-action #form-action-addToCart {
        margin-bottom: 0;
        padding: 15px 20px 15px 40px;
        font-size: 14px;
        margin: 0; } }
    @media (min-width: 1200px) {
      #modal .quickView .productView .productView-options .form-action #form-action-addToCart {
        padding: 15px 20px 15px 40px; } }
    @media (min-width: 1700px) {
      #modal .quickView .productView .productView-options .form-action #form-action-addToCart {
        box-shadow: 0px 9px 27px 0px rgba(44, 25, 59, 0.57);
        padding: 15px 20px 15px 45px;
        font-size: 20px; } }
    #modal .quickView .productView .productView-options .form-action #form-action-addToCart span {
      vertical-align: middle;
      display: inline-block; }
    #modal .quickView .productView .productView-options .form-action #form-action-addToCart:disabled {
      background-color: #f5f9ef;
      color: #d6c8ab;
      border-color: #f5f9ef; }
      #modal .quickView .productView .productView-options .form-action #form-action-addToCart:disabled .icon svg {
        fill: #d6c8ab; }
      #modal .quickView .productView .productView-options .form-action #form-action-addToCart:disabled:hover {
        background-color: #f5f9ef;
        color: #d6c8ab;
        border-color: #f5f9ef; }
        #modal .quickView .productView .productView-options .form-action #form-action-addToCart:disabled:hover .icon svg {
          fill: #d6c8ab; }

#modal .quickView .productView .productView-options .form-wishlist .dropdown-menu-button,
#modal .quickView .productView .productView-options .compare-btn {
  padding: 10.5px;
  border-radius: 50%;
  border: 3px solid #2c193b;
  box-shadow: 0px 9px 27px 0px rgba(44, 25, 59, 0.57);
  background-color: #2c193b;
  width: auto;
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    #modal .quickView .productView .productView-options .form-wishlist .dropdown-menu-button,
    #modal .quickView .productView .productView-options .compare-btn {
      padding: 14px;
      margin-bottom: 0; } }
  @media (min-width: 1700px) {
    #modal .quickView .productView .productView-options .form-wishlist .dropdown-menu-button,
    #modal .quickView .productView .productView-options .compare-btn {
      padding: 18px;
      margin-right: 30px;
      margin-top: 40px; } }
  #modal .quickView .productView .productView-options .form-wishlist .dropdown-menu-button .icon,
  #modal .quickView .productView .productView-options .compare-btn .icon {
    margin: 0;
    width: 20px;
    height: 20px;
    float: none; }
    #modal .quickView .productView .productView-options .form-wishlist .dropdown-menu-button .icon svg,
    #modal .quickView .productView .productView-options .compare-btn .icon svg {
      margin: 0;
      width: 20px;
      height: 20px; }
  #modal .quickView .productView .productView-options .form-wishlist .dropdown-menu-button:focus .icon svg,
  #modal .quickView .productView .productView-options .compare-btn:focus .icon svg {
    fill: #2c193b; }
  #modal .quickView .productView .productView-options .form-wishlist .dropdown-menu-button:hover,
  #modal .quickView .productView .productView-options .compare-btn:hover {
    background-color: #2c193b; }
    #modal .quickView .productView .productView-options .form-wishlist .dropdown-menu-button:hover .icon svg,
    #modal .quickView .productView .productView-options .compare-btn:hover .icon svg {
      fill: #2c193b; }

@media (min-width: 1024px) {
  #modal .quickView .productView-details {
    padding: 10px; } }

@media (min-width: 1024px) {
  #modal .quickView .productView-images {
    padding: 10px; } }

#modal .quickView .productView-images .productView-img-container::after {
  padding-bottom: 100.8%; }

#modal .quickView .productView-images .productView-image {
  pointer-events: all;
  border: 1px solid #e3e3e3;
  box-shadow: 0.707px 0.707px 0px 0px #FFFFFF;
  background-color: #FFFFFF;
  overflow: hidden;
  border-radius: 10px;
  list-style: none;
  cursor: zoom-in;
  width: 100%;
  margin-left: 20px;
  order: 2;
  margin-top: 0; }
  @media (min-width: 1024px) {
    #modal .quickView .productView-images .productView-image {
      width: calc(100% - 116px); } }

#modal .quickView .productView-images .productView-thumbnails {
  list-style: none;
  padding: 0 30px;
  margin: 15px 0 0 0;
  width: 100%;
  order: 2; }
  @media (min-width: 1024px) {
    #modal .quickView .productView-images .productView-thumbnails {
      padding: 0;
      order: 1;
      margin: 0;
      width: 96px; } }
  #modal .quickView .productView-images .productView-thumbnails .slick-list {
    margin: 0; }
  #modal .quickView .productView-images .productView-thumbnails .productView-thumbnail {
    padding: 0;
    border: none; }
    @media (min-width: 768px) {
      #modal .quickView .productView-images .productView-thumbnails .productView-thumbnail {
        padding: 0 0 10px 0;
        width: auto; } }
    @media (min-width: 1024px) {
      #modal .quickView .productView-images .productView-thumbnails .productView-thumbnail {
        margin-left: 0; } }
    #modal .quickView .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
      height: 101px;
      max-width: 80px;
      border-color: #e3e3e3;
      box-shadow: 0.707px 0.707px 0px 0px #FFFFFF;
      box-sizing: border-box;
      overflow: hidden;
      border-radius: 10px;
      padding: 10px;
      transition: all 0.3s ease-in-out; }
      @media (min-width: 1024px) {
        #modal .quickView .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
          height: 119px;
          max-width: 96px; } }
      @media (min-width: 1440px) {
        #modal .quickView .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
          height: 119px; } }
      #modal .quickView .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link:hover, #modal .quickView .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link.is-active {
        border-color: #2c193b; }
    #modal .quickView .productView-images .productView-thumbnails .productView-thumbnail.slick-current.slick-active .productView-thumbnail-link {
      border-color: #2c193b; }
  #modal .quickView .productView-images .productView-thumbnails .slick-arrow {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #2c193b;
    background-color: transparent;
    height: 20px;
    width: 20px;
    padding: 0;
    margin: 0; }
    @media (min-width: 1024px) {
      #modal .quickView .productView-images .productView-thumbnails .slick-arrow {
        bottom: -40px;
        top: auto;
        margin-top: -1.07143rem; } }
    #modal .quickView .productView-images .productView-thumbnails .slick-arrow:before {
      height: 10px;
      width: 8px;
      background-image: none;
      color: #2c193b;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
    #modal .quickView .productView-images .productView-thumbnails .slick-arrow.slick-disabled {
      opacity: 1;
      cursor: not-allowed;
      border-color: #868684; }
      #modal .quickView .productView-images .productView-thumbnails .slick-arrow.slick-disabled:before {
        color: #868684; }
      #modal .quickView .productView-images .productView-thumbnails .slick-arrow.slick-disabled:hover {
        border-color: #868684; }
    #modal .quickView .productView-images .productView-thumbnails .slick-arrow:hover {
      border-color: #2c193b; }
  #modal .quickView .productView-images .productView-thumbnails .slick-next {
    right: 0px; }
    #modal .quickView .productView-images .productView-thumbnails .slick-next:before {
      content: ">"; }
    @media (min-width: 1024px) {
      #modal .quickView .productView-images .productView-thumbnails .slick-next {
        right: auto;
        left: 51%; }
        #modal .quickView .productView-images .productView-thumbnails .slick-next:before {
          transform: rotate(-90deg); } }
  #modal .quickView .productView-images .productView-thumbnails .slick-prev {
    left: 0px; }
    #modal .quickView .productView-images .productView-thumbnails .slick-prev:before {
      content: "<"; }
      @media (min-width: 1024px) {
        #modal .quickView .productView-images .productView-thumbnails .slick-prev:before {
          content: ">"; } }
    @media (min-width: 768px) {
      #modal .quickView .productView-images .productView-thumbnails .slick-prev {
        left: 25%; }
        #modal .quickView .productView-images .productView-thumbnails .slick-prev:before {
          transform: rotate(90deg); } }

.modal-background {
  background-color: #2c193b;
  opacity: .85; }

#previewModal .modal-content .modal-header-title, #modal-review-form .modal-content .modal-header-title, #modal .modal-content .modal-header-title {
  color: #40383b;
  text-align: left;
  padding: 0 15px; }

#previewModal .modal-content .modal-body .writeReview-productDetails .writeReview-productImage-container, #modal-review-form .modal-content .modal-body .writeReview-productDetails .writeReview-productImage-container, #modal .modal-content .modal-body .writeReview-productDetails .writeReview-productImage-container {
  margin-bottom: 20px; }
  #previewModal .modal-content .modal-body .writeReview-productDetails .writeReview-productImage-container:after, #modal-review-form .modal-content .modal-body .writeReview-productDetails .writeReview-productImage-container:after, #modal .modal-content .modal-body .writeReview-productDetails .writeReview-productImage-container:after {
    display: none; }

#previewModal .modal-content .modal-body .writeReview-productDetails .product-title, #modal-review-form .modal-content .modal-body .writeReview-productDetails .product-title, #modal .modal-content .modal-body .writeReview-productDetails .product-title {
  color: #40383b; }

#previewModal .modal-content .modal-body .writeReview-productDetails .product-brand, #modal-review-form .modal-content .modal-body .writeReview-productDetails .product-brand, #modal .modal-content .modal-body .writeReview-productDetails .product-brand {
  color: #40383b;
  font-weight: 400; }

#previewModal .modal-content .modal-body .writeReview-form .form-field--select, #modal-review-form .modal-content .modal-body .writeReview-form .form-field--select, #modal .modal-content .modal-body .writeReview-form .form-field--select {
  position: relative !important;
  top: auto !important;
  left: auto !important; }

#previewModal .modal-content .modal-body .button, #modal-review-form .modal-content .modal-body .button, #modal .modal-content .modal-body .button {
  padding: 10px 15px 8px;
  font-size: 12px;
  width: auto;
  border-width: 3px; }
  @media (min-width: 1700px) {
    #previewModal .modal-content .modal-body .button, #modal-review-form .modal-content .modal-body .button, #modal .modal-content .modal-body .button {
      padding: 13px 25px 11px;
      font-size: 18px;
      font-size: 16px; } }

#previewModal .modal-content .modal-body .button--primary, #modal-review-form .modal-content .modal-body .button--primary, #modal .modal-content .modal-body .button--primary {
  margin: 0 5px 0 0;
  border: 3px solid #2c193b;
  color: #d6c8ab;
  box-shadow: 0px 9px 27px 0px rgba(44, 25, 59, 0.37);
  background-color: #2c193b; }
  @media (min-width: 1024px) {
    #previewModal .modal-content .modal-body .button--primary, #modal-review-form .modal-content .modal-body .button--primary, #modal .modal-content .modal-body .button--primary {
      margin-bottom: 0; } }
  #previewModal .modal-content .modal-body .button--primary:hover, #modal-review-form .modal-content .modal-body .button--primary:hover, #modal .modal-content .modal-body .button--primary:hover {
    color: #f8f8f3;
    box-shadow: 2.431px 13.787px 27px 0px rgba(44, 25, 59, 0.37);
    background-color: #2c193b;
    border-color: #2c193b; }

#previewModal .modal-content .modal-body .previewCartCheckout .button, #modal-review-form .modal-content .modal-body .previewCartCheckout .button, #modal .modal-content .modal-body .previewCartCheckout .button {
  margin-bottom: 15px; }

#previewModal .modal-content .modal-body .previewCart .productView .productView-image .productView-img-container::after, #modal-review-form .modal-content .modal-body .previewCart .productView .productView-image .productView-img-container::after, #modal .modal-content .modal-body .previewCart .productView .productView-image .productView-img-container::after {
  padding-bottom: 100.8%; }

#previewModal .modal-content .modal-body .previewCart .productView .productView-title, #modal-review-form .modal-content .modal-body .previewCart .productView .productView-title, #modal .modal-content .modal-body .previewCart .productView .productView-title {
  font-size: 14px;
  margin-top: 15px; }
  @media (min-width: 1024px) {
    #previewModal .modal-content .modal-body .previewCart .productView .productView-title, #modal-review-form .modal-content .modal-body .previewCart .productView .productView-title, #modal .modal-content .modal-body .previewCart .productView .productView-title {
      font-size: 16px; } }
  @media (min-width: 1700px) {
    #previewModal .modal-content .modal-body .previewCart .productView .productView-title, #modal-review-form .modal-content .modal-body .previewCart .productView .productView-title, #modal .modal-content .modal-body .previewCart .productView .productView-title {
      font-size: 18px; } }

/* for custom css */
/******************** Custom CSS BEGIN *********************/
html,
body {
  overflow-x: hidden !important;
  padding: 0 !important; }

p {
  margin-bottom: 15px !important; }

.product-rating-aggregate.desktop {
  min-width: 125px;
  display: flex; }

.productView-title {
  font-size: 36px !important; }

h6.shake {
  text-transform: none;
  text-align: center;
  font-size: 18px;
  line-height: 1; }

.form-field {
  margin-bottom: 10px; }

.form-field .form-input {
  height: 40px; }

[data-content-region="product_above_content"] {
  padding-top: 0; }

h3.anchor-title {
  padding-top: 80px;
  margin-top: 0; }

.rsb-sub-menu-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  list-style: none;
  gap: 15px; }

.rsb-sub-menu-item {
  font-size: 18px;
  font-weight: bold; }

.productReview-title {
  line-height: 1; }

.rockstar-blends-slide-block {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  display: flex;
  align-items: center;
  background: url(https://cdn11.bigcommerce.com/s-jp8gjoy295/images/stencil/original/image-manager/testimonial-vitruvian-parchment-16-9.png?t=1753838488) no-repeat right center;
  background-size: auto 100%;
  margin-top: 20px; }
  .rockstar-blends-slide-block.why-woman {
    background: url(https://cdn11.bigcommerce.com/s-jp8gjoy295/images/stencil/original/image-manager/rsb-woman-benefits-web.jpg?t=1751846078) no-repeat right center;
    background-size: auto 100%; }
    .rockstar-blends-slide-block.why-woman .slide-bullet {
      color: #f6efd8;
      text-shadow: #291c3b 1px 0 10px; }
  .rockstar-blends-slide-block.woman-how-to {
    background: url(https://cdn11.bigcommerce.com/s-jp8gjoy295/images/stencil/original/image-manager/rsb-woman-how-to-use-web.jpg?t=1751945385) no-repeat left center;
    background-size: auto 100%; }
    .rockstar-blends-slide-block.woman-how-to:after {
      content: ' ';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.3);
      z-index: 2; }
    .rockstar-blends-slide-block.woman-how-to .slide-bullet {
      color: #291c3b;
      text-shadow: #f6efd8 1px 0 10px; }
  .rockstar-blends-slide-block.botanical:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(44, 25, 59, 0.3);
    z-index: 2; }
  .rockstar-blends-slide-block.botanical .slide-bullet {
    font-size: 21px;
    line-height: 1.1;
    color: #f6efd8;
    text-shadow: #291c3b 1px 0 10px; }
    @media screen and (min-width: 600px) {
      .rockstar-blends-slide-block.botanical .slide-bullet {
        font-size: 29px; } }
    @media screen and (min-width: 768px) {
      .rockstar-blends-slide-block.botanical .slide-bullet {
        font-size: 32px; } }
    @media (min-width: 1200px) {
      .rockstar-blends-slide-block.botanical .slide-bullet {
        font-size: 36px; } }
    .rockstar-blends-slide-block.botanical .slide-bullet.title {
      font-size: 40px; }
      @media screen and (min-width: 600px) {
        .rockstar-blends-slide-block.botanical .slide-bullet.title {
          font-size: 50px; } }
  @media (min-width: 768px) {
    .rockstar-blends-slide-block {
      max-height: 100vw; } }
  @media (min-width: 1200px) {
    .rockstar-blends-slide-block {
      aspect-ratio: 16 / 9;
      background-size: cover; } }
  .rockstar-blends-slide-block.orgasm .slide-bullet {
    font-size: 20px;
    line-height: 1;
    color: #f6efd8;
    text-shadow: #291c3b 1px 0 10px; }
    .rockstar-blends-slide-block.orgasm .slide-bullet.title {
      font-size: 34px;
      line-height: 1; }
    @media screen and (min-width: 600px) {
      .rockstar-blends-slide-block.orgasm .slide-bullet {
        font-size: 24px; } }
    @media screen and (min-width: 768px) {
      .rockstar-blends-slide-block.orgasm .slide-bullet {
        font-size: 27px; } }
    @media (min-width: 1200px) {
      .rockstar-blends-slide-block.orgasm .slide-bullet {
        font-size: 29px; } }
  .rockstar-blends-slide-block .slide-list {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 80%;
    height: 90%;
    margin-left: 10%;
    z-index: 10;
    justify-content: space-evenly; }
    @media screen and (min-width: 768px) {
      .rockstar-blends-slide-block .slide-list {
        width: 70%;
        margin-left: 15%; } }
    @media screen and (min-width: 1200px) {
      .rockstar-blends-slide-block .slide-list {
        width: 60%;
        margin-left: 30%; } }
  .rockstar-blends-slide-block .slide-bullet {
    display: block;
    font-size: 22px;
    line-height: 1.15;
    display: flex;
    font-weight: bold;
    color: #291c3b;
    text-shadow: #f6efd8 1px 0 10px; }
    @media screen and (min-width: 600px) {
      .rockstar-blends-slide-block .slide-bullet {
        font-size: 30px; } }
    @media screen and (min-width: 768px) {
      .rockstar-blends-slide-block .slide-bullet {
        font-size: 33px; } }
    @media (min-width: 1200px) {
      .rockstar-blends-slide-block .slide-bullet {
        font-size: 36px; } }
    .rockstar-blends-slide-block .slide-bullet.title {
      font-size: 40px;
      line-height: 1.15; }
      @media screen and (min-width: 600px) {
        .rockstar-blends-slide-block .slide-bullet.title {
          font-size: 50px; } }

.anchor-title {
  font-size: 36px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0; }

.mobile-title-block .subtitle {
  margin: 10px auto 20px;
  max-width: 350px;
  text-align: center;
  font-size: 20px !important;
  line-height: 1.2 !important; }

.mobile-title-block .product-rating-aggregate {
  margin-top: 10px; }

.productView-details .subtitle {
  font-size: 18px !important;
  line-height: 1.2 !important; }
  .productView-details .subtitle.no-mobile {
    display: none; }
    @media screen and (min-width: 1024px) {
      .productView-details .subtitle.no-mobile {
        display: block; } }

.productView-details.product-options {
  width: 100% !important;
  border-radius: 5px; }
  .productView-details.product-options form {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap; }
  .productView-details.product-options .form-field {
    margin-bottom: 0 !important; }
  .productView-details.product-options div[data-product-option-change] {
    display: flex;
    align-items: center;
    min-width: 300px;
    margin-top: 10px; }
    @media screen and (min-width: 1268px) {
      .productView-details.product-options div[data-product-option-change] {
        margin-top: 0; } }
    .productView-details.product-options div[data-product-option-change] .form-option {
      margin-bottom: 0 !important; }

.product-detail-block .additional-product-content p {
  font-size: 18px;
  line-height: 1.2; }

.product-detail-block.usp-share-block .usp-section .usp-list {
  padding-right: 0 !important;
  margin: 15px auto !important; }

.sd-simple-text-36559224-4ca6-4b2e-8d4b-af7b4d0aefe1 *,
.sd-simple-text-8c38455d-30b1-4af2-8c1c-ba1353e9d4c4 * {
  font-size: 18px !important;
  line-height: 1.2 !important; }

.productView-options .form-wrap .form-option-wrapper:nth-child(3),
.productView-options .form-wrap .form-option-wrapper:nth-child(4) {
  display: none !important; }

[data-widget-id] [class*="rsw-product"] {
  font-size: 16px;
  line-height: 1.1;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 20px 0 !important; }
  @media (min-width: 768px) {
    [data-widget-id] [class*="rsw-product"] {
      align-items: center; } }
  [data-widget-id] [class*="rsw-product"] h3 {
    width: 100%;
    font-weight: 400 !important;
    max-width: 600px;
    margin-bottom: 30px;
    text-align: left; }
    @media (min-width: 1024px) {
      [data-widget-id] [class*="rsw-product"] h3 {
        margin-bottom: 50px; } }
  [data-widget-id] [class*="rsw-product"] h5, [data-widget-id] [class*="rsw-product"] h6 {
    text-transform: none; }
  [data-widget-id] [class*="rsw-product"] a {
    font-weight: 700 !important; }
  [data-widget-id] [class*="rsw-product"] .rsw-title {
    display: flex;
    font-size: 7vw;
    margin-top: 20px;
    text-transform: none;
    text-align: left; }
    @media (min-width: 768px) {
      [data-widget-id] [class*="rsw-product"] .rsw-title {
        font-size: 5vw; } }
    @media (min-width: 1024px) {
      [data-widget-id] [class*="rsw-product"] .rsw-title {
        font-size: 50px;
        margin-top: 20px; } }

@media (min-width: 1024px) {
  h5.rsw-title {
    font-size: 40px; } }

.rsw-block {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 600px; }
  .rsw-block.quote {
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px; }
    .rsw-block.quote .quoted-text {
      font-size: 4.2vw;
      line-height: 1.15;
      color: #696969 !important; }
      @media (min-width: 1024px) {
        .rsw-block.quote .quoted-text {
          font-size: 27px;
          line-height: 1.05; } }
    .rsw-block.quote .quote-source {
      font-size: 14px;
      display: block;
      margin: auto;
      text-transform: uppercase; }

.nichefooter {
  top: 20px; }

.subscribe-section {
  background: url("https://cdn11.bigcommerce.com/s-jp8gjoy295/images/stencil/original/image-manager/rockstar-blends-header-web.jpg") center center no-repeat;
  background-size: cover; }

.body.category-page .productGrid .gridProduct .card-body {
  justify-content: flex-start; }

.body.category-page .productGrid .gridProduct .card-body .card-title {
  font-size: 30px;
  margin-top: 10px; }

.body.category-page .productGrid .gridProduct .card-body .card-text {
  display: none; }

.body.category-page .productGrid .gridProduct .card-body .button-box-group {
  position: relative !important;
  margin-top: 10px; }

.body.category-page .productGrid .gridProduct .card-body .button-box-group .button {
  font-size: 24px !important; }

.body.category-page .productGrid .gridProduct .card-img-container {
  max-width: 100vw; }

.ratings-block .productReviews-list {
  justify-content: flex-start !important;
  width: calc(10 * 80vw); }
  @media (min-width: 768px) {
    .ratings-block .productReviews-list {
      width: calc(10 * 40vw); } }
  @media (min-width: 1024px) {
    .ratings-block .productReviews-list {
      width: calc(10 * 27vw); } }
  .ratings-block .productReviews-list .productReview {
    min-width: 10% !important;
    max-width: 400px; }

[data-sub-layout-container="dc503171-5903-494d-91ec-f9416efc4a58"] {
  margin-top: 25px !important; }

.alertBox--success {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30; }

body.page-page .body.page-page .container .page.cms-page {
  padding: 0 !important; }

[data-content-region="home_below_new_products"] {
  margin-top: 50px; }

.dib-recent-widget .dib-post-wrap {
  flex-wrap: nowrap !important;
  overflow: auto; }

.dib-recent-widget .dib-post-wrap .dib-post {
  margin: 0 20px 20px 0 !important; }

ul li:before {
  content: null !important; }

.header-content-box {
  position: relative;
  top: 0; }

@media screen and (min-width: 1024px) {
  .header-content-box {
    top: -20px; } }

#main-content > .header-section {
  height: 90px;
  position: relative; }
  #main-content > .header-section .container {
    position: relative; }

#main-content #dib-posts .dib-list {
  margin-top: 0 !important; }

#main-content #dib-posts .dib-cat-menu {
  margin-top: 0 !important;
  border-top: 0 !important;
  border-bottom: 2px solid #2c193b !important; }

#main-content #dib-posts #dib-template-2 .dib-post-text h2 {
  font-size: 28px !important;
  line-height: 1.1 !important; }

#main-content .cms-page ul li a {
  color: #2c193b !important; }

.rsw-blog-section.products {
  margin-top: 100px; }

.rsw-blog-section .product-section-title {
  text-align: center;
  font-size: 16px !important;
  letter-spacing: 1px;
  text-transform: uppercase; }

.rsw-blog-section .product-list {
  display: block; }

.rsw-blog-section .product-list .dib-prod {
  margin: 15px 0 !important; }

.rsw-blog-section .product-list .dib-prod-title {
  text-align: center; }

.rsw-blog-section .products,
.rsw-blog-section.products {
  position: relative;
  width: 100%;
  margin-bottom: 90px; }
  .rsw-blog-section .products .dib-prod-form,
  .rsw-blog-section.products .dib-prod-form {
    display: none; }
  .rsw-blog-section .products .dib-prod-price,
  .rsw-blog-section.products .dib-prod-price {
    font-size: 35px !important;
    font-weight: bold !important;
    width: 100%;
    text-align: center; }

#dib-posts .dib-post-content img.rsw-blog-image.right,
#dib-posts .dib-post-content img.rsw-blog-image.left {
  width: 100% !important; }

.dib-post-content .rsw-blog-subhead.image-gallery .image {
  width: 100%; }

.dib-post-content .rsw-blog-subhead.image-gallery span.caption {
  display: block !important;
  font-size: 14px !important;
  margin-top: 10px !important;
  padding: 0 10px !important; }

.dib-post-content .rsb-video-frame {
  display: block;
  position: relative; }
  .dib-post-content .rsb-video-frame:before {
    content: ' ';
    width: 72px;
    height: 48px;
    background: black;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -36px;
    margin-top: -24px;
    z-index: 10; }
  .dib-post-content .rsb-video-frame:after {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 1px;
    border: 16px solid transparent;
    border-left-color: white;
    transform: scale(1.2, 0.8) translate(-5px, -20px);
    z-index: 15; }

@media screen and (min-width: 768px) {
  .rsw-blog-section .product-list {
    display: flex; }
  .rsw-blog-section .product {
    width: 50%;
    padding: 0 15px; }
  #dib-posts .dib-post-content img.rsw-blog-image.right,
  #dib-posts .dib-post-content img.rsw-blog-image.left {
    width: 300px !important;
    margin-bottom: 0; }
  .dib-post-content .rsw-blog-subhead.image-gallery .image {
    width: 50%; } }

[data-sub-layout-container="f3697ce5-18c7-4b01-9414-7dabcf202c39"] {
  display: none !important; }

#consent-manager > div > div {
  background: #2c193b !important;
  font-family: 'Oswald', Roboto, Arial, sans-serif !important; }

body * {
  outline-color: #2c193b !important; }

body .header {
  border-bottom: 0 !important; }

body .button {
  box-shadow: 0 0 0 0 !important;
  font-size: 20px !important;
  line-height: 1 !important;
  display: flex !important;
  height: 50px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 10px !important;
  text-transform: none !important;
  font-family: "Roboto Condensed", Arial, sans-serif !important;
  margin: 0 !important;
  color: #white;
  text-decoration: none !important;
  padding: 0 20px !important; }
  body .button:hover, body .button:active, body .button:visited {
    color: #white; }

body .button-primary {
  padding: 0 30px !important; }

body .form .form-label {
  text-transform: uppercase;
  color: #444444; }

body input[type="text"],
body input[type="email"] {
  outline-color: #2c193b !important; }

body .modal {
  width: 90vw !important;
  max-width: 600px !important;
  top: 0 !important;
  left: 50% !important;
  transform: translate(-50%, 60px);
  background: #f4f4f4; }
  body .modal .modal-close {
    outline: 0 !important;
    top: 5px;
    right: 0;
    width: 50px;
    height: 50px; }
    body .modal .modal-close span:nth-child(1) {
      display: none; }
    body .modal .modal-close:before, body .modal .modal-close:after {
      content: none;
      opacity: 0; }
  body .modal .modal-content {
    font-family: "Roboto Condensed", Arial, sans-serif; }
  body .modal .modal-header {
    padding: 15px 20px;
    border-bottom: 0; }
    body .modal .modal-header .modal-header-title {
      padding-left: 0 !important;
      font-size: 20px; }
  body .modal .modal-body {
    padding: 20px !important; }
    body .modal .modal-body .previewCart .productView {
      flex-direction: column;
      margin-bottom: 30px; }
      body .modal .modal-body .previewCart .productView .rsw-preview-item-row {
        display: flex;
        flex-direction: row; }
      body .modal .modal-body .previewCart .productView .productView-image {
        width: 150px; }
      body .modal .modal-body .previewCart .productView .productView-details {
        padding: 0 20px; }
        body .modal .modal-body .previewCart .productView .productView-details .productView-title {
          font-size: 30px !important;
          line-height: 1.1; }
        body .modal .modal-body .previewCart .productView .productView-details .productView-price {
          color: #2c193b;
          font-size: 22px;
          line-height: 1; }
        body .modal .modal-body .previewCart .productView .productView-details .productView-info-name {
          display: none; }
        body .modal .modal-body .previewCart .productView .productView-details .productView-info-value {
          font-size: 16px;
          line-height: 1;
          font-style: italic;
          color: #555;
          margin: 10px 0 0 0; }
    body .modal .modal-body .previewCart .previewCartCheckout .previewCartCheckout-subtotal {
      font-size: 24px;
      display: flex;
      flex-direction: row;
      padding-left: 40px;
      align-items: center; }
      body .modal .modal-body .previewCart .previewCartCheckout .previewCartCheckout-subtotal .form-label {
        line-height: 1;
        margin-bottom: 0;
        font-size: 16px;
        text-transform: uppercase;
        margin-right: 20px; }
    body .modal .modal-body .previewCart .previewCartCheckout .cart-summary {
      display: block;
      padding-left: 130px;
      font-size: 16px; }
    body .modal .modal-body .previewCart .previewCartCheckout .button {
      max-width: 270px;
      margin: 0 auto 20px 130px !important; }
      body .modal .modal-body .previewCart .previewCartCheckout .button:last-child {
        margin-bottom: 0 !important; }
    body .modal .modal-body .writeReview-productDetails {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      width: 100% !important;
      float: none !important; }
      body .modal .modal-body .writeReview-productDetails .writeReview-productImage-container {
        margin-right: 20px; }
        body .modal .modal-body .writeReview-productDetails .writeReview-productImage-container img {
          width: 100px;
          position: relative;
          right: auto !important; }
      body .modal .modal-body .writeReview-productDetails .product-title {
        text-transform: none;
        font-size: 20px;
        line-height: 1.15;
        position: relative;
        top: 10px; }
        @media (min-width: 768px) {
          body .modal .modal-body .writeReview-productDetails .product-title {
            font-size: 30px; } }
    body .modal .modal-body .form-label {
      font-size: 14px !important; }
  body .modal.modal--alert .button-container {
    display: flex;
    justify-content: center; }
    body .modal.modal--alert .button-container .button {
      margin: 25px 10px 0 !important; }

body .button.button--primary {
  text-transform: capitalize !important; }

body .previewCartAction-checkout .button {
  text-transform: capitalize !important; }

body #consent-manager-update-banner {
  background-color: #2c193b !important;
  text-align: center !important;
  font-family: "Roboto Condensed", Arial, sans-serif !important; }

body .productView-options > form [data-product-option-change] .form-label {
  display: none; }

body .productView-options > form [data-product-option-change] .form-wrap {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    body .productView-options > form [data-product-option-change] .form-wrap {
      flex-wrap: nowrap; } }

body .productView-options > form [data-product-option-change] .form-radio:checked + .form-option {
  background: white !important;
  box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.4);
  color: #2c193b;
  font-weight: 700;
  border: 1px solid #2c193b; }

body .productView-options > form [data-product-option-change] .form-option-wrapper {
  width: 50%; }
  @media (min-width: 768px) {
    body .productView-options > form [data-product-option-change] .form-option-wrapper {
      width: auto; } }
  body .productView-options > form [data-product-option-change] .form-option-wrapper .form-option {
    transition: all 200ms ease-in;
    border-radius: 5px;
    box-shadow: 0 0 0 0;
    margin: 0 15px 15px 0;
    color: #555555;
    font-weight: 400;
    line-height: 1;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    outline-color: #2c193b !important; }
    body .productView-options > form [data-product-option-change] .form-option-wrapper .form-option .font-option-variant {
      font-size: 16px !important; }
  body .productView-options > form [data-product-option-change] .form-option-wrapper:nth-child(2) .form-option {
    margin-right: 0; }
  @media (min-width: 768px) {
    body .productView-options > form [data-product-option-change] .form-option-wrapper:nth-child(2) {
      margin-right: 15px; } }
  body .productView-options > form [data-product-option-change] .form-option-wrapper:last-child .form-option {
    margin-right: 0; }

body #consent-manager-update-banner a {
  margin-left: -15px !important; }

body .four-oh-four {
  position: relative;
  top: 65px;
  margin-bottom: 65px;
  width: 100vw;
  margin: 0 auto;
  text-align: center; }
  body .four-oh-four .headline {
    font-weight: 400 !important;
    font-size: 32px;
    padding: 0 20px;
    line-height: 1.15;
    margin-bottom: 30px; }
  body .four-oh-four .subhead {
    font-size: 22px;
    padding: 0 20px;
    line-height: 1.15;
    font-weight: 700; }
  body .four-oh-four .lyric {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    max-width: 600px;
    margin-top: 25px; }
  @media (min-width: 481px) {
    body .four-oh-four {
      top: 75px;
      margin-bottom: 75px; } }
  @media (min-width: 1024px) {
    body .four-oh-four {
      top: 155px;
      margin-bottom: 155px; } }

.productView-details form > div .form-field:nth-child(2) {
  display: none; }

.productView-details [data-content-region="product_below_price"] [data-layout-id="f854793d-279e-40c7-88af-7fa73005cc3b"] {
  display: none; }

[data-sub-layout-container="a32087fd-2e9d-4036-8d5a-1ef2066622b9"],
[data-sub-layout-container="faecdcbd-9996-4fd8-810f-e766f218f72d"],
[data-sub-layout="939cfcb4-da55-4d02-b9d9-0e91e50e4ee1"],
[data-sub-layout-container="c8fe6f15-0b33-4af4-9415-4d9bd066b9d6"],
[data-sub-layout="5a736dcf-15ad-47b1-b071-63435ce83253"],
[data-layout-id="92bb4457-8b8c-4b43-a0a9-6d93a4bff2a1"] {
  display: none !important; }

.rsw-section-title,
#dib-posts .dib-related .dib-related-post h2 .dib-post-title-link {
  line-height: 1 !important; }

.go2029122802 {
  position: relative;
  left: calc(50% + 15px); }
  .go2029122802 p {
    line-height: 1; }

.go3740746643 {
  max-width: 45vw;
  padding: 16px 30px;
  line-height: 1;
  text-align: center; }

.go1300028358 * {
  line-height: 1 !important; }

@media screen and (max-width: 800px) {
  .go2679990309 {
    min-height: 100vw !important; }
  .go2679990309:after {
    background-size: 100% !important; }
  .go3740746643 {
    max-width: 90vw;
    margin: auto; } }

/******************** Custom CSS END *********************/
