@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
meta.foundation-version {
  font-family: "/5.5.3/"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'Brandon Text';
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/39AFD2_0_0.eot");
  src: url("../fonts/39AFD2_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/39AFD2_0_0.woff2") format("woff2"), url("../fonts/39AFD2_0_0.woff") format("woff"), url("../fonts/39AFD2_0_0.ttf") format("truetype");
  font-display: fallback; }

@font-face {
  font-family: 'Brandon Text';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/39AFD2_1_0.eot");
  src: url("../fonts/39AFD2_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/39AFD2_1_0.woff2") format("woff2"), url("../fonts/39AFD2_1_0.woff") format("woff"), url("../fonts/39AFD2_1_0.ttf") format("truetype");
  font-display: fallback; }

@font-face {
  font-family: "Futura";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Futura-Book.ttf") format("ttf"), url("../fonts/Futura-Book.woff") format("woff"), url("../fonts/Futura-Book.woff2") format("woff2"), url("../fonts/Futura-Book.eot") format("eot");
  font-display: fallback; }

@font-face {
  font-family: "Futura";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Futura-Book.ttf") format("ttf"), url("../fonts/Futura-Book.woff") format("woff"), url("../fonts/Futura-Book.woff2") format("woff2"), url("../fonts/Futura-Book.eot") format("eot");
  font-display: fallback; }

@font-face {
  font-family: "Futura";
  font-style: normal;
  font-weight: Bold;
  src: url("../fonts/Futura-Book.ttf") format("ttf"), url("../fonts/Futura-Book.woff") format("woff"), url("../fonts/Futura-Book.woff2") format("woff2"), url("../fonts/Futura-Book.eot") format("eot");
  font-display: fallback; }

/*! 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: #363636;
  cursor: auto;
  margin: 0;
  padding: 0;
  position: relative; }

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

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

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

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

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

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

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

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

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

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

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

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

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

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

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


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

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

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


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

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

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

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

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

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

These are all the button

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

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

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

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

*/
.button, #consent-manager .css-1k76mzs, #consent-manager .css-a0j149 {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Futura", 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: #eb81aa;
  color: white;
  font-size: 1rem;
  padding: 0.85714rem 2.28571rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, #consent-manager .css-1k76mzs:hover, #consent-manager .css-a0j149:hover, .button:focus, #consent-manager .css-1k76mzs:focus, #consent-manager .css-a0j149:focus, .button.is-active, #consent-manager .is-active.css-1k76mzs, #consent-manager .is-active.css-a0j149, .button.active, #consent-manager .active.css-1k76mzs, #consent-manager .active.css-a0j149 {
    background-color: transparent;
    border-color: #eb81aa;
    color: #eb81aa; }
  .button:active, #consent-manager .css-1k76mzs:active, #consent-manager .css-a0j149:active {
    background-color: transparent;
    border: 1px solid #eb81aa;
    color: #eb81aa; }
  .button:focus, #consent-manager .css-1k76mzs:focus, #consent-manager .css-a0j149:focus, .button.is-active, #consent-manager .is-active.css-1k76mzs, #consent-manager .is-active.css-a0j149, .button.active, #consent-manager .active.css-1k76mzs, #consent-manager .active.css-a0j149 {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button, #consent-manager .css-1k76mzs + .button, #consent-manager .css-a0j149 + .button, #consent-manager .button + .css-1k76mzs, #consent-manager .css-1k76mzs + .css-1k76mzs, #consent-manager .css-a0j149 + .css-1k76mzs, #consent-manager .button + .css-a0j149, #consent-manager .css-1k76mzs + .css-a0j149, #consent-manager .css-a0j149 + .css-a0j149 {
      margin-left: 0.78571rem; } }

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

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

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

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

<button class="button button--action">Call-to-Action Button</button>
```
    */
.button--primary, #consent-manager .css-a0j149 {
  background-color: rgba(0, 0, 255, 0);
  border-color: rgba(0, 0, 255, 0);
  color: #eb81aa; }
  .button--primary:hover, #consent-manager .css-a0j149:hover, .button--primary:focus, #consent-manager .css-a0j149:focus, .button--primary.is-active, #consent-manager .is-active.css-a0j149, .button--primary.active, #consent-manager .active.css-a0j149 {
    background-color: #eb81aa;
    border-color: #eb81aa;
    color: white; }
  .button--primary:active, #consent-manager .css-a0j149:active {
    background-color: #eb81aa;
    border: 1px solid #eb81aa;
    color: white; }

.button[disabled], #consent-manager .css-1k76mzs[disabled], #consent-manager .css-a0j149[disabled] {
  background-color: #cccccc;
  border-color: rgba(0, 0, 255, 0);
  color: white;
  cursor: default; }

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

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

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

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

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

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

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

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

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

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

.button--tiny { }

.button--slab {
  display: block;
  width: 100%; }
  .button + .button--slab, #consent-manager .css-1k76mzs + .button--slab, #consent-manager .css-a0j149 + .button--slab {
    margin-left: 0; }

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

/*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, #consent-manager .buttonGroup > .css-1k76mzs, #consent-manager .buttonGroup > .css-a0j149 {
    border-radius: 0;
    border-right-width: 0;
    float: left;
    margin-left: 0; }
    .buttonGroup > .button:first-child, #consent-manager .buttonGroup > .css-1k76mzs:first-child, #consent-manager .buttonGroup > .css-a0j149:first-child {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .buttonGroup > .button:last-child, #consent-manager .buttonGroup > .css-1k76mzs:last-child, #consent-manager .buttonGroup > .css-a0j149: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: #e9e9e9;
  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: #e9e9e9;
  font-size: 1rem;
  height: auto;
  padding: 0.78571rem;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu--content.open {
    display: block; }
  .dropdown-menu--content > *:first-child {
    margin-top: 0; }
  .dropdown-menu--content > *:last-child {
    margin-bottom: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<div class="form-field">
    <label class="form-label" for="disabled_input2">Input Label</label>
    <input class="form-input" id="disabled_input2" readonly type="text" value="Readonly text">
</div>
```
*/ }
  .form-input:disabled {
    background-color: white;
    color: #898989;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #e5e5e5;
    border-color: #707070;
    color: #707070;
    cursor: text; }
  .form-input:focus {
    border-color: #898989;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder {
    color: #898989; }
  .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder {
    color: #898989; }
  .form-input:-ms-input-placeholder {
    color: #898989; }

/*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: #d7d7d7;
  color: #707070;
  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: #898989; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #898989; }

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

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

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

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

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

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

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

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

Switch

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Form inline errors

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navBar:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.navList:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

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

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

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

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

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #e5e5e5;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 551px) {
    .modal {
      min-height: 100vh; } }
  .modal .column, .modal .columns {
    min-width: 0; }
  .modal > :first-child {
    margin-top: 0; }
  .modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 551px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 551px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 551px) {
    .modal {
      transform: translateY(-50%); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-figcaption-button {
  background-color: rgba(235, 129, 170, 0.9);
  color: white; }
  .card-figcaption-button:hover {
    background-color: #eb81aa;
    color: white; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel-play-pause-button {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  bottom: 0.5rem;
  color: #8f8f8f;
  display: none;
  font-size: 14px;
  font-weight: 700;
  height: 32px;
  left: 15px;
  line-height: 1.25;
  max-width: 60px;
  min-width: 60px;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  transition: color 100ms ease-out;
  white-space: nowrap;
  z-index: 5; }
  @media (min-width: 551px) {
    .carousel-play-pause-button {
      font-size: 18px;
      max-width: 150px; } }
  @media (min-width: 991px) {
    .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; } }

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

html,
body {
  height: auto; }

:focus, :active {
  outline: none; }

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

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

.slick-slide {
  text-decoration: none; }

body {
  font-size: 1rem;
  letter-spacing: 0;
  letter-spacing: .55px;
  line-height: 1.7; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #363636;
  font-family: Futura,Arial,Helvetica,sans-serif;
  letter-spacing: .55px;
  margin-bottom: 0.85714rem;
  line-height: 1.3;
  margin-top: 2.55714rem; }

p {
  font-size: 1.28571rem;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 1.7rem; }

dl, ol, ul {
  margin-bottom: 1.7rem; }

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 3.4rem;
  text-align: center;
  font-size: 2.57143rem; }
  .page-heading.left {
    text-align: left; }

.page-upperheading {
  font-family: "Brandon Text", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #eb81aa;
  position: relative;
  padding-bottom: 12px;
  margin-top: 0;
  margin-bottom: 20px; }
  .page-upperheading::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 24px;
    height: 2px;
    background-color: #eb81aa; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

.type-page {
  margin-top: 32px !important;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 100px;
  margin-left: auto !important;
  margin-right: auto !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(54, 54, 54, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.57143rem top 0.71429rem;
  border-radius: 4px;
  padding: 0.75rem 3rem 0.75rem 1rem; }

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

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

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

.table-actions {
  margin: 1.5rem;
  text-align: center; }
  .table-actions .form {
    margin-bottom: 0; }
  .table-actions .button, .table-actions #consent-manager .css-1k76mzs, #consent-manager .table-actions .css-1k76mzs, .table-actions #consent-manager .css-a0j149, #consent-manager .table-actions .css-a0j149 {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    @media (min-width: 551px) {
      .table-actions .button, .table-actions #consent-manager .css-1k76mzs, #consent-manager .table-actions .css-1k76mzs, .table-actions #consent-manager .css-a0j149, #consent-manager .table-actions .css-a0j149 {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 551px) {
      .table-actions .button + .button, .table-actions #consent-manager .css-1k76mzs + .button, #consent-manager .table-actions .css-1k76mzs + .button, .table-actions #consent-manager .css-a0j149 + .button, #consent-manager .table-actions .css-a0j149 + .button, .table-actions #consent-manager .button + .css-1k76mzs, #consent-manager .table-actions .button + .css-1k76mzs, .table-actions #consent-manager .css-1k76mzs + .css-1k76mzs, #consent-manager .table-actions .css-1k76mzs + .css-1k76mzs, .table-actions #consent-manager .css-a0j149 + .css-1k76mzs, #consent-manager .table-actions .css-a0j149 + .css-1k76mzs, .table-actions #consent-manager .button + .css-a0j149, #consent-manager .table-actions .button + .css-a0j149, .table-actions #consent-manager .css-1k76mzs + .css-a0j149, #consent-manager .table-actions .css-1k76mzs + .css-a0j149, .table-actions #consent-manager .css-a0j149 + .css-a0j149, #consent-manager .table-actions .css-a0j149 + .css-a0j149 {
        margin-left: 0.35714rem; } }

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

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

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

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

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

.form-wishlist {
  position: relative; }

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

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

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

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

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

.modal-header-title {
  font-size: 22px;
  text-align: center;
  font-family: "Brandon Text", Arial, Helvetica, sans-serif; }
  @media (min-width: 991px) {
    .modal-header-title {
      font-size: 25px; } }

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

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

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Brandon Text", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px 20px;
  text-align: center; }
  .modal--alert .modal-content {
    color: #363636;
    font-size: 1.14286rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: rgba(0, 0, 255, 0);
      border-color: rgba(0, 0, 255, 0);
      color: #eb81aa; }
    .modal--alert .button-container .confirm:focus, .modal--alert .button-container .confirm:hover {
      background-color: #eb81aa;
      border-color: #eb81aa;
      color: white; }
    .modal--alert .button-container .confirm:active {
      background-color: #eb81aa;
      border-color: #eb81aa;
      color: white; }

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

.breadcrumb {
  display: inline-block;
  float: none;
  line-height: 1.7; }
  .breadcrumb::before {
    margin: 0 0.57143rem; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: text; }

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

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

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

.panel-header {
  padding: 1.7rem 2.27143rem 0; }

.panel-body {
  margin-bottom: 1.7rem;
  padding: 1rem 2.27143rem 1.7rem; }

.panel-title {
  line-height: 1.7; }

.pagination-list {
  font-size: 0;
  margin-bottom: 100px;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center; }
  .pagination-list li {
    margin: 0; }

.pagination-item {
  border: 1px solid transparent;
  line-height: 1; }
  .pagination-item .pagination-link {
    text-decoration: none;
    transition: all 0.2s ease;
    width: 39px;
    height: 39px;
    font-size: 14px;
    font-weight: 700;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0; }
    .pagination-item .pagination-link:hover {
      color: #363636; }
  .pagination-item.pagination-item--current {
    border-radius: 40px;
    border-color: #EC82AB;
    border-width: 2px;
    margin: 0; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #eb81aa; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #eb81aa; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #eb81aa; }

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

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

.button, #consent-manager .css-1k76mzs, #consent-manager .css-a0j149 {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  font-family: "Brandon Text",Arial,Helvetica,sans-serif;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: #eb81aa;
  border-color: #eb81aa;
  color: #fff;
  font-size: 1.07143rem;
  padding: 16px 60px;
  border-radius: 0;
  outline: 0;
  vertical-align: middle; }

.button, #consent-manager .css-1k76mzs, #consent-manager .css-a0j149 {
  text-transform: uppercase;
  line-height: 1em;
  min-width: 268px;
  transition: all 0.3s ease;
  padding: 18px 20px 16px 20px; }
  .button + .button, #consent-manager .css-1k76mzs + .button, #consent-manager .css-a0j149 + .button, #consent-manager .button + .css-1k76mzs, #consent-manager .css-1k76mzs + .css-1k76mzs, #consent-manager .css-a0j149 + .css-1k76mzs, #consent-manager .button + .css-a0j149, #consent-manager .css-1k76mzs + .css-a0j149, #consent-manager .css-a0j149 + .css-a0j149 {
    margin-left: 0; }
    @media (min-width: 991px) {
      .button + .button, #consent-manager .css-1k76mzs + .button, #consent-manager .css-a0j149 + .button, #consent-manager .button + .css-1k76mzs, #consent-manager .css-1k76mzs + .css-1k76mzs, #consent-manager .css-a0j149 + .css-1k76mzs, #consent-manager .button + .css-a0j149, #consent-manager .css-1k76mzs + .css-a0j149, #consent-manager .css-a0j149 + .css-a0j149 {
        margin-left: 0.78571rem; } }

.button[disabled], #consent-manager .css-1k76mzs[disabled], #consent-manager .css-a0j149[disabled] {
  cursor: not-allowed; }

.button--icon {
  min-width: 0; }
  .button--icon svg {
    fill: #363636; }

.button--small {
  min-width: 222px; }

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

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

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

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

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

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

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

.accordion {
  box-shadow: none; }
  .accordion .navList {
    margin-bottom: 0; }

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

.accordion-title {
  margin: 0;
  line-height: 1.3; }

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

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

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

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

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

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

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

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

.accordion-block:first-child {
  margin-top: 0; }

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

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

.accordion-navigation-actions {
  position: absolute;
  right: 1.85714rem;
  top: 1.5rem; }
  .accordion-navigation-actions > a {
    color: #363636;
    vertical-align: middle; }
    .accordion-navigation-actions > a:hover {
      color: #363636; }

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

.alertBox {
  border-radius: 4px;
  color: #333333;
  padding: 0.85714rem 1.28571rem 0.85714rem 1.28571rem; }

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

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

.lazyload, .lazyloading {
  height: 100%; }

.form-input {
  padding-left: 24px;
  padding-right: 24px;
  height: 3.4rem;
  border-radius: 0; }

.form .button svg, .form #consent-manager .css-1k76mzs svg, #consent-manager .form .css-1k76mzs svg, .form #consent-manager .css-a0j149 svg, #consent-manager .form .css-a0j149 svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 20px;
  fill: white; }

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

.form-inlineMessage {
  display: block; }

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

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

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

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

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

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

.form-actions {
  margin: 0 auto;
  max-width: 104.42857rem;
  width: 100%;
  display: block;
  text-align: center; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 551px) {
    .form-actions {
      margin-top: 1.7rem; } }
  .form-actions .button, .form-actions #consent-manager .css-1k76mzs, #consent-manager .form-actions .css-1k76mzs, .form-actions #consent-manager .css-a0j149, #consent-manager .form-actions .css-a0j149,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 551px) {
      .form-actions .button, .form-actions #consent-manager .css-1k76mzs, #consent-manager .form-actions .css-1k76mzs, .form-actions #consent-manager .css-a0j149, #consent-manager .form-actions .css-a0j149,
      .form-actions input,
      .form-actions a {
        margin-bottom: 0;
        width: auto; } }
    .form-actions .button + .button, .form-actions #consent-manager .css-1k76mzs + .button, #consent-manager .form-actions .css-1k76mzs + .button, .form-actions #consent-manager .css-a0j149 + .button, #consent-manager .form-actions .css-a0j149 + .button, .form-actions #consent-manager .button + .css-1k76mzs, #consent-manager .form-actions .button + .css-1k76mzs, .form-actions #consent-manager .css-1k76mzs + .css-1k76mzs, #consent-manager .form-actions .css-1k76mzs + .css-1k76mzs, .form-actions #consent-manager .css-a0j149 + .css-1k76mzs, #consent-manager .form-actions .css-a0j149 + .css-1k76mzs, .form-actions #consent-manager .button + .css-a0j149, #consent-manager .form-actions .button + .css-a0j149, .form-actions #consent-manager .css-1k76mzs + .css-a0j149, #consent-manager .form-actions .css-1k76mzs + .css-a0j149, .form-actions #consent-manager .css-a0j149 + .css-a0j149, #consent-manager .form-actions .css-a0j149 + .css-a0j149,
    .form-actions .button + input,
    .form-actions #consent-manager .css-1k76mzs + input,
    #consent-manager .form-actions .css-1k76mzs + input,
    .form-actions #consent-manager .css-a0j149 + input,
    #consent-manager .form-actions .css-a0j149 + input,
    .form-actions .button + a,
    .form-actions #consent-manager .css-1k76mzs + a,
    #consent-manager .form-actions .css-1k76mzs + a,
    .form-actions #consent-manager .css-a0j149 + a,
    #consent-manager .form-actions .css-a0j149 + a,
    .form-actions input + .button,
    .form-actions #consent-manager input + .css-1k76mzs,
    #consent-manager .form-actions input + .css-1k76mzs,
    .form-actions #consent-manager input + .css-a0j149,
    #consent-manager .form-actions input + .css-a0j149,
    .form-actions input + input,
    .form-actions input + a,
    .form-actions a + .button,
    .form-actions #consent-manager a + .css-1k76mzs,
    #consent-manager .form-actions a + .css-1k76mzs,
    .form-actions #consent-manager a + .css-a0j149,
    #consent-manager .form-actions a + .css-a0j149,
    .form-actions a + input,
    .form-actions a + a {
      margin-top: 0.78571rem; }
      @media (min-width: 551px) {
        .form-actions .button + .button, .form-actions #consent-manager .css-1k76mzs + .button, #consent-manager .form-actions .css-1k76mzs + .button, .form-actions #consent-manager .css-a0j149 + .button, #consent-manager .form-actions .css-a0j149 + .button, .form-actions #consent-manager .button + .css-1k76mzs, #consent-manager .form-actions .button + .css-1k76mzs, .form-actions #consent-manager .css-1k76mzs + .css-1k76mzs, #consent-manager .form-actions .css-1k76mzs + .css-1k76mzs, .form-actions #consent-manager .css-a0j149 + .css-1k76mzs, #consent-manager .form-actions .css-a0j149 + .css-1k76mzs, .form-actions #consent-manager .button + .css-a0j149, #consent-manager .form-actions .button + .css-a0j149, .form-actions #consent-manager .css-1k76mzs + .css-a0j149, #consent-manager .form-actions .css-1k76mzs + .css-a0j149, .form-actions #consent-manager .css-a0j149 + .css-a0j149, #consent-manager .form-actions .css-a0j149 + .css-a0j149,
        .form-actions .button + input,
        .form-actions #consent-manager .css-1k76mzs + input,
        #consent-manager .form-actions .css-1k76mzs + input,
        .form-actions #consent-manager .css-a0j149 + input,
        #consent-manager .form-actions .css-a0j149 + input,
        .form-actions .button + a,
        .form-actions #consent-manager .css-1k76mzs + a,
        #consent-manager .form-actions .css-1k76mzs + a,
        .form-actions #consent-manager .css-a0j149 + a,
        #consent-manager .form-actions .css-a0j149 + a,
        .form-actions input + .button,
        .form-actions #consent-manager input + .css-1k76mzs,
        #consent-manager .form-actions input + .css-1k76mzs,
        .form-actions #consent-manager input + .css-a0j149,
        #consent-manager .form-actions input + .css-a0j149,
        .form-actions input + input,
        .form-actions input + a,
        .form-actions a + .button,
        .form-actions #consent-manager a + .css-1k76mzs,
        #consent-manager .form-actions a + .css-1k76mzs,
        .form-actions #consent-manager a + .css-a0j149,
        #consent-manager .form-actions a + .css-a0j149,
        .form-actions a + input,
        .form-actions a + a {
          margin: 0 0 0 0.78571rem; } }

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

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

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

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

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

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

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

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

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

.form-prefixPostfix .form-input, .form-prefixPostfix .button, .form-prefixPostfix #consent-manager .css-1k76mzs, #consent-manager .form-prefixPostfix .css-1k76mzs, .form-prefixPostfix #consent-manager .css-a0j149, #consent-manager .form-prefixPostfix .css-a0j149 {
  display: block;
  width: auto;
  min-width: 0;
  margin: 0; }

.form-prefixPostfix .button, .form-prefixPostfix #consent-manager .css-1k76mzs, #consent-manager .form-prefixPostfix .css-1k76mzs, .form-prefixPostfix #consent-manager .css-a0j149, #consent-manager .form-prefixPostfix .css-a0j149 {
  padding-left: 24px;
  padding-right: 24px; }

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

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

.form-increment .button, .form-increment #consent-manager .css-1k76mzs, #consent-manager .form-increment .css-1k76mzs, .form-increment #consent-manager .css-a0j149, #consent-manager .form-increment .css-a0j149 {
  margin: 0;
  padding: 0.21429rem 0.35714rem; }

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

.form-option {
  border: 1px solid #d7d7d7;
  color: #363636;
  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: #898989; }
  .form-radio:checked + .form-option {
    border-color: #eb81aa;
    box-shadow: 0 0 0 1px #eb81aa; }

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

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

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

.form-input--small {
  font-size: 13px;
  height: 2.28571rem;
  line-height: 1rem;
  padding: 0.57143rem 0.78571rem; }

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

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

.form-row {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 991px) {
    .form-row {
      margin: 0 -0.85rem; } }

.form-actions {
  padding: 0 0.85em; }
  @media (min-width: 991px) {
    .form-actions {
      padding: 0; } }

.form-row .form-field {
  padding-left: 0.85rem;
  padding-right: 0.85rem;
  margin: 0 0 2.27143rem; }

.form-field {
  margin: 0 0 2.27143rem; }

.form-label {
  line-height: 1.7;
  margin-bottom: 0.57143rem; }

.form-select {
  padding: 0.85rem 3.4rem 0.85rem 1.13333rem;
  height: 3.4rem;
  border-radius: 0; }

.form-prefixPostfix .button, .form-prefixPostfix #consent-manager .css-1k76mzs, #consent-manager .form-prefixPostfix .css-1k76mzs, .form-prefixPostfix #consent-manager .css-a0j149, #consent-manager .form-prefixPostfix .css-a0j149 {
  height: 3.4rem; }

fieldset.actionBar-section .form-label {
  line-height: 2.28571rem; }

.form-select--date, .form-select--small {
  padding: 0.64286rem 0.85714rem;
  pading-left: 0; }

@media screen and (min-width: 551px) {
  fieldset.actionBar-section .form-label {
    margin: 0 0.42857rem 0 0; } }

@media screen and (max-width: 550px) {
  .form-actions > * {
    margin-bottom: 1rem; } }

@media (min-width: 320px) {
  .card {
    margin-bottom: 40px; } }

@media (min-width: 768px) {
  .card {
    margin-bottom: 60px; } }

@media (min-width: 991px) {
  .card {
    margin-bottom: 100px; } }

.card-figure {
  margin-top: 0;
  position: relative; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }

.card-img-container {
  background-color: #fafafa;
  max-width: 666px; }
  .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.b-mini-product-home .card-img-container {
  background-color: #fff; }

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

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

.card-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 0;
  width: auto;
  max-height: 100%; }

.card-title {
  font-size: 15px;
  margin-bottom: 10px; }
  .card-title > a {
    color: #363636;
    text-decoration: none;
    font-family: "Brandon Text", Arial, Helvetica, sans-serif;
    font-size: 14px; }
    .card-title > a:hover {
      color: #363636; }

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

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

.card-body {
  text-align: center;
  padding-top: 26px; }

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

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

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

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

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.35714rem;
  padding-left: 1.85714rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #cccccc;
    border-width: 1px;
    height: 1.14286rem;
    left: 0;
    top: 0;
    width: 1.14286rem; }
  .navList-action--checkbox::after {
    height: 1rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1rem; }
  .navList-action--checkbox::before {
    border-radius: 4px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(51, 51, 51, 0.999);
    content: "";
    font-size: 1rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    top: 50%; }
  .navList-action--checkbox::before {
    margin-top: -0.57143rem; }
  .navList-action--checkbox::after {
    margin-top: -0.5rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: white; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

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

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

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

.actionBar-section .form-label {
  color: #363636;
  font-size: 13px;
  line-height: 2.14286rem;
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase; }

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

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

.actionBar-section .form-select {
  color: #363636;
  height: 2.14286rem; }

.actionBar-section .form-select--small {
  padding-right: 1rem;
  background-position: right top 0.47143rem; }

.has-ribbon {
  position: relative; }

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

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

.navUser:after {
  clear: both; }

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

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

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

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

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

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

@media (min-width: 991px) {
  .navUser {
    padding: 0 12px;
    display: flex;
    justify-content: space-between;
    align-items: center; } }

@media (min-width: 1280px) {
  .navUser {
    padding: 0 1.5rem; } }

.navUser::before, .navUser::after {
  content: none; }

.navUser .dropdown-menu {
  background-color: white;
  border: 1px solid rgba(0, 0, 255, 0);
  box-shadow: 0 1px 2px rgba(54, 54, 54, 0.13);
  position: absolute; }
  .navUser .dropdown-menu.is-open:before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent rgba(0, 0, 255, 0) transparent;
    border-bottom-style: solid;
    bottom: 100%;
    left: 0.78571rem;
    position: absolute; }
  .navUser .dropdown-menu.is-open:after {
    border: inset 8px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent white transparent;
    border-bottom-style: solid;
    bottom: 100%;
    left: 0.92857rem;
    position: absolute; }

.navUser-section {
  display: flex; }
  @media (min-width: 992px) {
    .navUser-section {
      width: 40%; } }
  @media (min-width: 1065px) {
    .navUser-section {
      width: 33.333333%; } }
  .navUser-section.navUser-section--alt {
    justify-content: flex-end; }
  .navUser-section svg {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px; }

.navUser-action {
  color: #363636;
  font-weight: 700;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px; }
  @media (min-width: 991px) {
    .navUser-action {
      padding: 10px 6px; } }
  @media (min-width: 1280px) {
    .navUser-action {
      padding: 10px 9px;
      font-size: 14px; } }
  .navUser-action:hover, .navUser-action.is-open {
    color: #eb81aa; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #eb81aa;
      stroke: #eb81aa; }
  .navUser-action .icon {
    height: 0.57143rem;
    width: 0.57143rem;
    margin: -1px 0 0 0.21429rem; }
  .navUser-action svg {
    fill: #363636;
    stroke: #363636;
    transition: all 0.15s ease; }

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

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

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

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

.navUser-item {
  display: none;
  padding: 8px 0.6rem !important; }
  @media (min-width: 991px) {
    .navUser-item {
      padding: 8px 0 !important; } }
  @media (min-width: 1366px) {
    .navUser-item {
      padding: 8px 0.8 !important; } }
  @media (min-width: 991px) {
    .navUser-item {
      display: block;
      margin-top: 4px !important; }
      .navUser-item.navUser-item--social {
        margin-top: 0.35714rem;
        padding-right: 0.35714rem; }
      .navUser-item.navUser-item--cart {
        margin-top: 0 !important; }
      .navUser-item.navUser-item--divider {
        font-size: 1.78571rem;
        margin-top: 0.57143rem;
        padding-left: 0.14286rem; } }

.navUser-action--quickSearch svg {
  position: relative;
  top: -1px; }

.navUser-item--cart {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  z-index: 99; }
  @media (min-width: 991px) {
    .navUser-item--cart {
      position: static; } }
  .navUser-item--cart .navUser-action {
    color: #363636; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #eb81aa; }
  .navUser-item--cart .dropdown-menu {
    max-width: 22.85714rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      top: auto !important;
      left: auto !important;
      right: 0.35714rem; }
      @media (min-width: 991px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open:before, .navUser-item--cart .dropdown-menu.is-open:after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open:before {
        right: 0.42857rem; }
        @media (min-width: 991px) {
          .navUser-item--cart .dropdown-menu.is-open:before {
            right: 0.78571rem; } }
      .navUser-item--cart .dropdown-menu.is-open:after {
        right: 0.57143rem; }
        @media (min-width: 991px) {
          .navUser-item--cart .dropdown-menu.is-open:after {
            right: 0.92857rem; } }

.navUser-item-cartLabel {
  display: inline-block;
  vertical-align: middle; }
  .navUser-item-cartLabel img {
    display: block;
    width: 23px;
    height: 27px;
    margin-top: -4px; }
    .navUser-item-cartLabel img.hidden {
      display: none; }

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

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

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

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

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

.dropdown--quickSearch {
  background-color: white;
  padding: 1.5rem 0;
  border-top: 1px solid #e9e9e9;
  box-shadow: 2px 6px 21px 0 rgba(0, 0, 0, 0.05); }
  @media (min-width: 551px) {
    .dropdown--quickSearch {
      padding: 3rem; } }
  .dropdown--quickSearch.is-open {
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 50;
    position: fixed;
    bottom: 0;
    overflow: auto; }
  .dropdown--quickSearch .form {
    margin: auto;
    max-width: 30rem; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .form-input {
    font-size: 20px;
    height: unset; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 551px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }
  .dropdown--quickSearch .card-title {
    height: 37px; }

.countPill {
  color: #363636;
  display: none;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  margin-left: 8px;
  text-align: center; }

.countPill--positive {
  display: inline-block;
  vertical-align: middle; }

.countPill--alt {
  background-color: #d7d7d7;
  color: #363636; }

.navPages .navPage-subMenu-list, .navPage-childList {
  border-left: 1px solid rgba(0, 0, 255, 0);
  margin: 0.35714rem 0.78571rem;
  padding-left: 0.78571rem; }

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

.navPages-container {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0;
  z-index: 10; }
  @media (min-width: 991px) {
    .navPages-container {
      background: transparent;
      display: block;
      height: auto;
      padding: 0;
      position: relative; } }
  .navPages-container.is-open {
    display: block;
    padding-top: 55px;
    z-index: 0; }
  @media (min-width: 320px) {
    .navPages-container .productGrid .product {
      width: 50%; } }
  @media (min-width: 768px) {
    .navPages-container .productGrid .product {
      width: 33.333%; } }
  .navPages-container .productGrid .product .card-title {
    height: 37px; }

.navPages {
  background-color: white;
  border-top: 1px solid #e9e9e9;
  width: 100vw;
  overflow-y: auto;
  padding: 1.5rem;
  position: fixed;
  top: 111px;
  bottom: 0; }
  @media (min-width: 991px) {
    .navPages {
      display: none; } }
  .navPages ul {
    list-style: none; }
  .navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    @media (min-width: 991px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 104.42857rem;
        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: 991px) {
    .navPages-list {
      display: inline-block;
      float: none; } }
  .navPages-list + .navPages-list {
    margin-top: 0.78571rem;
    padding-top: 0.78571rem; }
  .navPages-list.navPages-list--mobile {
    display: flex;
    flex-wrap: wrap; }
    .navPages-list.navPages-list--mobile .navPages-item {
      width: 50%; }

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

@media (min-width: 991px) {
  .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 rgba(0, 0, 255, 0);
  text-align: center; }
  @media (min-width: 991px) {
    .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: 991px) {
      .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        height: 0.57143rem;
        width: 0.57143rem;
        border: 0;
        border-radius: 0;
        float: none;
        margin-top: 0;
        padding: 0;
        transform: rotate(-90deg); } }
  .navPages-action-depth-max.has-subMenu.is-open svg {
    height: 9.6px;
    width: 9.6px; }
    @media (min-width: 991px) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

.navPages-action {
  color: #363636;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 991px) {
    .navPages-action {
      display: inline-block; }
      .navPages-action.is-open {
        background-color: white; }
        .navPages-action.is-open svg {
          fill: #eb81aa;
          stroke: #eb81aa; } }
  .navPages-action:hover, .navPages-action.activePage {
    color: #eb81aa; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #eb81aa;
      stroke: #eb81aa; }
  .navPages-action svg {
    fill: #eb81aa;
    stroke: #eb81aa;
    transition: all 0.15s ease;
    margin-top: -2px; }

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

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

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

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

.navPage-subMenu {
  outline: 0;
  z-index: 51; }
  @media (min-width: 991px) {
    .navPage-subMenu {
      display: none;
      background-color: white;
      padding: 1.5rem 1.5rem 2.28571rem !important;
      position: absolute;
      top: 100%;
      text-align: left;
      border-top: 1px solid #e9e9e9;
      box-shadow: 2px 6px 21px 0 rgba(0, 0, 0, 0.05); }
      .navPage-subMenu.is-open {
        display: block;
        left: 0;
        width: 100%; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block; }

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

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

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

.navPage-subMenu .navPage-subMenu-list {
  display: flex; }
  @media (min-width: 320px) {
    .navPage-subMenu .navPage-subMenu-list {
      flex-wrap: wrap;
      flex-direction: column;
      margin: 0; }
      .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item ul > a {
        font-weight: 400;
        text-transform: none; } }
  @media (min-width: 991px) {
    .navPage-subMenu .navPage-subMenu-list {
      flex-direction: row;
      flex-wrap: nowrap;
      margin-left: -36px;
      margin-right: -36px; } }

@media (min-width: 991px) {
  .navPage-subMenu-item {
    padding: 0 40px !important; }
    .navPage-subMenu-item .navPages-action {
      width: 100%; }
    .navPage-subMenu-item > .navPage-subMenu-action {
      border-bottom: 1px solid rgba(0, 0, 255, 0); } }

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

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

ul .navPage-subMenu-subCategories-list, ol .navPage-subMenu-subCategories-list {
  margin-left: 0; }

.navPage-subMenu-subCategories-action {
  padding: 6px 0;
  text-transform: none;
  font-weight: 400; }

.navPages-quickSearch {
  margin-bottom: 0.78571rem; }
  @media (min-width: 991px) {
    .navPages-quickSearch {
      display: none; } }
  .navPages-quickSearch > .container {
    padding: 0; }
  .navPages-quickSearch .form {
    margin: 0; }
  .navPages-quickSearch .form-field {
    margin-bottom: 0; }

.navPages-list--user {
  border-top: 1px solid #e9e9e9; }
  @media (min-width: 991px) {
    .navPages-list--user {
      display: none; } }
  .navPages-list--user .navPages-action {
    display: inline-block; }
  .navPages-list--user #currencySelection2 {
    background-color: white;
    border: 1px solid #e5e5e5; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item {
      padding: 0; }
      .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
        border-bottom: 1px solid #e5e5e5; }
    .navPages-list--user #currencySelection2 a {
      padding: 0.78571rem 1.5rem; }

.is-open-search {
  overflow: hidden; }

#search-results-content ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  #search-results-content ul li {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 1.7rem; }
    #search-results-content ul li .type {
      display: inline-block;
      padding: 4px 4px 2px 4px;
      background: #eb81aa;
      color: #fff;
      line-height: 1; }
    #search-results-content ul li strong {
      margin: 10px 0;
      display: block; }
    #search-results-content ul li p {
      font-size: 15px; }

.mini-cart-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.17); }
  .mini-cart-overlay.is-open {
    display: block; }

.mini-cart {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  max-width: 480px;
  width: 100%;
  transform: translateX(100%);
  transition: transform .4s ease-in-out; }
  @media (min-width: 320px) {
    .mini-cart {
      max-width: 300px; } }
  @media (min-width: 480px) {
    .mini-cart {
      max-width: 480px; } }
  .mini-cart.is-open {
    transform: none; }
  .mini-cart > div {
    height: 100%;
    overflow: auto; }

.mini-cart-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  font-size: 32px;
  width: 56px;
  text-align: center;
  color: #363636; }

.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: #363636;
    display: inline-block;
    padding: 0.35714rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #363636; }

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

.google_plusone_iframe_widget {
  width: inherit !important; }

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

.pin_it_iframe_widget {
  display: none; }

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

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

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

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

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  .heroCarousel-slide .heroCarousel-image {
    object-fit: cover;
    object-position: right;
    height: 269px; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image {
        height: auto; } }
    @media (min-width: 991px) {
      .heroCarousel-slide .heroCarousel-image {
        width: 100%; } }
  .heroCarousel-slide.compat-object-fit {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat; }
    @media (min-width: 1261px) {
      .heroCarousel-slide.compat-object-fit.stretch {
        background-size: 100% 100%; } }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      opacity: 0; }

.heroCarousel-content {
  background-color: white;
  padding: 3rem 1.5rem;
  text-align: center; }
  @media (min-width: 991px) {
    .heroCarousel-content {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9);
      background-color: rgba(255, 255, 255, 0);
      left: 0;
      border-color: transparent;
      border-left-width: 2vw;
      padding: 52px 40px;
      position: absolute;
      right: 0;
      bottom: 0;
      width: 50rem;
      text-align: left; }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent; } }
  @media (min-width: 1280px) {
    .heroCarousel-content {
      padding: 77px; } }
  @media (min-width: 1520px) {
    .heroCarousel-content {
      margin-left: calc( (100% - 1520px) / 2); } }

.heroCarousel-title {
  color: #363636;
  font-size: 36px;
  margin-top: 0;
  font-weight: normal;
  letter-spacing: 0;
  font-family: Futura,Arial,Helvetica,sans-serif;
  line-height: 1.3;
  margin-bottom: 0.85714rem; }
  @media (min-width: 991px) {
    .heroCarousel-title {
      font-size: 40px; } }
  @media (min-width: 1280px) {
    .heroCarousel-title {
      font-size: 52px; } }

.heroCarousel-description {
  color: #363636;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0; }
  @media (min-width: 991px) {
    .heroCarousel-description {
      font-size: 18px; } }
  @media (min-width: 1280px) {
    .heroCarousel-description {
      font-size: 20px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quickView:after {
  clear: both; }

.productReviews-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.productReview {
  width: 100%;
  padding-top: 44px;
  margin-top: 44px;
  border-top: 1px solid #d7d7d7; }

.productReview-title {
  margin: 0;
  text-transform: none;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 18px; }

.productReview-author {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0; }

.productReview-rating {
  margin-top: 14px;
  margin-bottom: 18px; }

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

.productReview-body {
  margin: 0;
  padding: 0;
  font-size: 16px !important;
  line-height: 26px !important; }
  .productReview-body * {
    font-size: 16px !important;
    line-height: 26px !important; }

@media (min-width: 551px) {
  .productView {
    padding-top: 1rem; } }

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

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

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

.productView-details {
  margin-bottom: 2rem; }
  .productView-details .accordion-title {
    font-family: "Brandon Text", Arial, Helvetica, sans-serif; }

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

.productView-price {
  font-size: 22px;
  line-height: 1;
  position: relative;
  top: 2px;
  margin-right: 8px; }
  @media (min-width: 320px) {
    .productView-price {
      font-size: 20px; } }
  @media (min-width: 551px) {
    .productView-price {
      font-size: 22px; } }
  @media (min-width: 769px) {
    .productView-price {
      font-size: 17px; } }
  @media (min-width: 1170px) {
    .productView-price {
      font-size: 20px; } }
  @media (min-width: 1500px) {
    .productView-price {
      font-size: 22px; } }
  .productView-price .price-section--saving {
    font-size: 15px; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

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

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

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

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

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

.productView-options {
  margin-bottom: 50px; }
  @media (min-width: 320px) {
    .productView-options {
      margin-bottom: 18px; } }
  @media (min-width: 769px) {
    .productView-options {
      margin-bottom: 50px; } }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
  .productView-options input[type="file"] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field > .form-checkbox + .form-label,
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label,
        .productView-options .form-field > .form-radio + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  .productView-options .form-action .button, .productView-options .form-action #consent-manager .css-1k76mzs, #consent-manager .productView-options .form-action .css-1k76mzs, .productView-options .form-action #consent-manager .css-a0j149, #consent-manager .productView-options .form-action .css-a0j149 {
    width: 100%; }

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

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

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

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

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

.shareProduct {
  text-align: center; }

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

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

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

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

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

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

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

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

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

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

.compareTable-action {
  padding: 0 1rem 1rem; }
  .compareTable-action .button, .compareTable-action #consent-manager .css-1k76mzs, #consent-manager .compareTable-action .css-1k76mzs, .compareTable-action #consent-manager .css-a0j149, #consent-manager .compareTable-action .css-a0j149 {
    display: block;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 100%; }

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

.blocker-container {
  position: relative; }

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

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

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

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

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

.is-open .accordion-navigation-actions {
  transform: rotate(180deg); }

.accordion-navigation-actions {
  transition: transform .24s ease-in-out; }

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

.toggleLink {
  cursor: pointer;
  color: #363636; }
  .toggleLink:hover {
    color: #363636; }
  .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; }

.banners {
  background-color: #f1bcc4;
  color: #363636;
  padding: 6px 0;
  text-align: center;
  z-index: 22;
  min-height: 37px;
  transform: all .3s;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }
  .banners p:last-child {
    margin-bottom: 0; }
  .banners a {
    color: white; }
  .banners .slick-next, .banners .slick-prev {
    height: auto;
    width: auto;
    border: none;
    margin-top: 0;
    padding: 0;
    background-color: transparent; }
    .banners .slick-next::before, .banners .slick-prev::before {
      content: none; }
    .banners .slick-next svg, .banners .slick-prev svg {
      fill: #363636;
      width: 32px;
      height: 32px; }
  .banners .slick-prev {
    left: 8px; }
  .banners .slick-next {
    right: 8px; }

.banner * {
  font-weight: 700;
  letter-spacing: 0.55px; }
  @media (min-width: 320px) {
    .banner * {
      font-size: 14px;
      line-height: 1; } }
  @media (min-width: 768px) {
    .banner * {
      font-size: 15px; } }

@media (min-width: 320px) {
  .banner > p,
  .banner > div {
    padding: 0 20px; } }

body {
  overflow-x: hidden; }

.facetLabel {
  background: #e5e5e5;
  border-radius: 4px;
  padding: 0.21429rem 0.5rem 0.21429rem 0.71429rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.85714rem;
    width: 0.85714rem;
    display: inline-block;
    fill: #363636;
    position: relative;
    top: -1px; }

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

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

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

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

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

.cart-item-block {
  display: block; }
  @media (min-width: 991px) {
    .cart-item-block {
      display: table-cell; } }
  .cart-item-block .definitionList {
    margin-bottom: 0.42857rem; }
    .cart-item-block .definitionList .definitionList-key {
      margin: 0 0.42857rem 0 0; }

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

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

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

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

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

.icenter {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto; }

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

.cart-item-quantity .form-increment {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #d7d7d7;
  width: 84px;
  overflow: hidden;
  height: 40px; }
  @media (min-width: 320px) {
    .cart-item-quantity .form-increment {
      margin-left: 1.7rem; } }
  @media (min-width: 551px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }
  .cart-item-quantity .form-increment > * {
    width: 33.333%;
    padding: 0;
    margin: 0;
    border: 0;
    display: block;
    height: inherit; }
  .cart-item-quantity .form-increment .form-input {
    color: #363636; }
  .cart-item-quantity .form-increment .button, .cart-item-quantity .form-increment #consent-manager .css-1k76mzs, #consent-manager .cart-item-quantity .form-increment .css-1k76mzs, .cart-item-quantity .form-increment #consent-manager .css-a0j149, #consent-manager .cart-item-quantity .form-increment .css-a0j149 {
    background: none; }
    .cart-item-quantity .form-increment .button svg, .cart-item-quantity .form-increment #consent-manager .css-1k76mzs svg, #consent-manager .cart-item-quantity .form-increment .css-1k76mzs svg, .cart-item-quantity .form-increment #consent-manager .css-a0j149 svg, #consent-manager .cart-item-quantity .form-increment .css-a0j149 svg {
      fill: #363636; }

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

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

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

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

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

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

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

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

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

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

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

.cart-total-value {
  padding-left: 1.5rem; }

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

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

.coupon-code-cancel,
.shipping-estimate-hide {
  font-style: italic; }

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 1rem; }
  .coupon-form:before, .coupon-form:after,
  .cart-gift-certificate-form:before,
  .cart-gift-certificate-form:after {
    content: " ";
    display: table; }
  .coupon-form:after,
  .cart-gift-certificate-form:after {
    clear: both; }
  .coupon-form .form-input,
  .coupon-form .button,
  .coupon-form #consent-manager .css-1k76mzs,
  #consent-manager .coupon-form .css-1k76mzs,
  .coupon-form #consent-manager .css-a0j149,
  #consent-manager .coupon-form .css-a0j149,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .button,
  .cart-gift-certificate-form #consent-manager .css-1k76mzs,
  #consent-manager .cart-gift-certificate-form .css-1k76mzs,
  .cart-gift-certificate-form #consent-manager .css-a0j149,
  #consent-manager .cart-gift-certificate-form .css-a0j149 {
    float: left; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 70%;
    height: 53px; }
  
  .coupon-form .button,
  .coupon-form #consent-manager .css-1k76mzs,
  #consent-manager .coupon-form .css-1k76mzs,
  .coupon-form #consent-manager .css-a0j149,
  #consent-manager .coupon-form .css-a0j149,
  .cart-gift-certificate-form .button,
  .cart-gift-certificate-form #consent-manager .css-1k76mzs,
  #consent-manager .cart-gift-certificate-form .css-1k76mzs,
  .cart-gift-certificate-form #consent-manager .css-a0j149,
  #consent-manager .cart-gift-certificate-form .css-a0j149 {
    margin: 0 0 0 2%;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 28%;
    min-width: initial; }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    margin-bottom: 0.78571rem;
    width: 100%; }
  .estimator-form .button--primary, .estimator-form #consent-manager .css-a0j149, #consent-manager .estimator-form .css-a0j149 {
    width: 60%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.previewCartTitle {
  margin: 0;
  font-family: "Brandon Text", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 8px;
  border-bottom: 1px solid #e9e9e9; }

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

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

.previewCartItem-image,
.previewCartItem-content,
.previewCartItem-final {
  padding-top: 28px;
  padding-bottom: 28px; }

.previewCartItem-image {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
  padding-top: 0;
  margin-top: 28px; }
  .previewCartItem-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin: 0; }
  .previewCartItem-image:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.previewCartItem-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 41.66667%;
  padding-left: 22px;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start; }

.previewCartItem-final {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 25%;
  padding-right: 0;
  padding-left: 22px;
  text-align: right; }

.previewCartItem-name {
  margin: 0;
  text-transform: none;
  font-family: "Brandon Text", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px; }
  .previewCartItem-name > a {
    text-decoration: none;
    color: inherit; }

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

.previewCartItem-options {
  margin-bottom: 0;
  font-size: 14px;
  color: #707070; }

.previewCartItem-options-value:not(:last-child)::after {
  content: " | "; }

.previewCartItem-brand,
.previewCartItem-price {
  display: block;
  font-size: 14px;
  font-weight: 700; }

.previewCartItem-remove {
  font-weight: 700;
  font-size: 14px;
  color: #707070;
  display: block;
  margin-top: 8px; }

.previewCartFinal {
  margin-bottom: 40px; }

.previewCartFinal-item {
  display: flex;
  justify-content: space-between; }
  .previewCartFinal-item:last-child {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 3px solid #707070;
    font-weight: 700; }
  .previewCartFinal-item .cart-total-value {
    padding: 0;
    width: auto; }

.previewCartAction {
  margin: 0 auto;
  max-width: 104.42857rem;
  width: 100%;
  display: block; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  .previewCartAction .button, .previewCartAction #consent-manager .css-1k76mzs, #consent-manager .previewCartAction .css-1k76mzs, .previewCartAction #consent-manager .css-a0j149, #consent-manager .previewCartAction .css-a0j149 {
    margin: 0;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    min-width: 100%; }

.previewCartAction-viewCart {
  margin-top: 18px; }

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

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

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

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

.panel--address {
  font-size: 1rem;
  position: relative; }
  .panel--address .panel-body {
    min-height: 17.85714rem;
    padding: 1.7rem; }
    @media (min-width: 551px) {
      .panel--address .panel-body {
        padding: 1.7rem 1.7rem 5.1rem; } }
  .panel--address .form-actions {
    margin-bottom: -0.85714rem;
    margin-top: 1.7rem;
    text-align: left; }
    @media (min-width: 551px) {
      .panel--address .form-actions {
        bottom: 1.5rem;
        width: 100; } }
    .panel--address .form-actions .button, .panel--address .form-actions #consent-manager .css-1k76mzs, #consent-manager .panel--address .form-actions .css-1k76mzs, .panel--address .form-actions #consent-manager .css-a0j149, #consent-manager .panel--address .form-actions .css-a0j149 {
      margin-bottom: 0.85714rem; }
      .panel--address .form-actions .button + .button, .panel--address .form-actions #consent-manager .css-1k76mzs + .button, #consent-manager .panel--address .form-actions .css-1k76mzs + .button, .panel--address .form-actions #consent-manager .css-a0j149 + .button, #consent-manager .panel--address .form-actions .css-a0j149 + .button, .panel--address .form-actions #consent-manager .button + .css-1k76mzs, #consent-manager .panel--address .form-actions .button + .css-1k76mzs, .panel--address .form-actions #consent-manager .css-1k76mzs + .css-1k76mzs, #consent-manager .panel--address .form-actions .css-1k76mzs + .css-1k76mzs, .panel--address .form-actions #consent-manager .css-a0j149 + .css-1k76mzs, #consent-manager .panel--address .form-actions .css-a0j149 + .css-1k76mzs, .panel--address .form-actions #consent-manager .button + .css-a0j149, #consent-manager .panel--address .form-actions .button + .css-a0j149, .panel--address .form-actions #consent-manager .css-1k76mzs + .css-a0j149, #consent-manager .panel--address .form-actions .css-1k76mzs + .css-a0j149, .panel--address .form-actions #consent-manager .css-a0j149 + .css-a0j149, #consent-manager .panel--address .form-actions .css-a0j149 + .css-a0j149 {
        margin-left: 0;
        margin-top: 0; }
        @media (min-width: 551px) {
          .panel--address .form-actions .button + .button, .panel--address .form-actions #consent-manager .css-1k76mzs + .button, #consent-manager .panel--address .form-actions .css-1k76mzs + .button, .panel--address .form-actions #consent-manager .css-a0j149 + .button, #consent-manager .panel--address .form-actions .css-a0j149 + .button, .panel--address .form-actions #consent-manager .button + .css-1k76mzs, #consent-manager .panel--address .form-actions .button + .css-1k76mzs, .panel--address .form-actions #consent-manager .css-1k76mzs + .css-1k76mzs, #consent-manager .panel--address .form-actions .css-1k76mzs + .css-1k76mzs, .panel--address .form-actions #consent-manager .css-a0j149 + .css-1k76mzs, #consent-manager .panel--address .form-actions .css-a0j149 + .css-1k76mzs, .panel--address .form-actions #consent-manager .button + .css-a0j149, #consent-manager .panel--address .form-actions .button + .css-a0j149, .panel--address .form-actions #consent-manager .css-1k76mzs + .css-a0j149, #consent-manager .panel--address .form-actions .css-1k76mzs + .css-a0j149, .panel--address .form-actions #consent-manager .css-a0j149 + .css-a0j149, #consent-manager .panel--address .form-actions .css-a0j149 + .css-a0j149 {
            margin-left: 0.35714rem; } }
    .panel--address .form-actions .button--small {
      min-width: 190px; }

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

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

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

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

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

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

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

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

.p-search .w-catalog-filter-sort {
  position: relative;
  top: 0; }

.p-search .panel-body {
  padding: 0;
  background: transparent; }
  @media (min-width: 320px) {
    .p-search .panel-body {
      display: none; } }
  @media (min-width: 991px) {
    .p-search .panel-body {
      display: block; } }

.p-search .suggestion-title {
  text-transform: uppercase;
  color: #363636;
  font-weight: 700;
  font-size: 13px;
  font-family: "Brandon Text", Arial; }

.p-search .navBar--sub .navBar-action {
  padding: 18px 20px 16px 20px;
  font-size: 1.07143rem;
  color: #eb81aa; }
  .p-search .navBar--sub .navBar-action:hover {
    color: #fff; }

.p-search .navBar-action-color--active {
  background: #eb81aa;
  color: #fff; }

.p-search .navBar--sub .navBar-item {
  float: initial;
  margin: 10px; }
  @media (min-width: 320px) {
    .p-search .navBar--sub .navBar-item {
      display: inline-block; } }

@media (min-width: 320px) {
  .p-search .navBar--sub .navBar-section {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; } }

@media (min-width: 551px) {
  .p-search .navBar--sub .navBar-section {
    flex-direction: row; } }

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

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

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

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

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

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

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

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

.previewCartCheckout {
  background: #e5e5e5;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 991px) {
    .previewCartCheckout {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: right;
      padding: 1.5rem; } }
  .previewCartCheckout .button, .previewCartCheckout #consent-manager .css-1k76mzs, #consent-manager .previewCartCheckout .css-1k76mzs, .previewCartCheckout #consent-manager .css-a0j149, #consent-manager .previewCartCheckout .css-a0j149 {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + .button, .previewCartCheckout #consent-manager .css-1k76mzs + .button, #consent-manager .previewCartCheckout .css-1k76mzs + .button, .previewCartCheckout #consent-manager .css-a0j149 + .button, #consent-manager .previewCartCheckout .css-a0j149 + .button, .previewCartCheckout #consent-manager .button + .css-1k76mzs, #consent-manager .previewCartCheckout .button + .css-1k76mzs, .previewCartCheckout #consent-manager .css-1k76mzs + .css-1k76mzs, #consent-manager .previewCartCheckout .css-1k76mzs + .css-1k76mzs, .previewCartCheckout #consent-manager .css-a0j149 + .css-1k76mzs, #consent-manager .previewCartCheckout .css-a0j149 + .css-1k76mzs, .previewCartCheckout #consent-manager .button + .css-a0j149, #consent-manager .previewCartCheckout .button + .css-a0j149, .previewCartCheckout #consent-manager .css-1k76mzs + .css-a0j149, #consent-manager .previewCartCheckout .css-1k76mzs + .css-a0j149, .previewCartCheckout #consent-manager .css-a0j149 + .css-a0j149, #consent-manager .previewCartCheckout .css-a0j149 + .css-a0j149,
    .previewCartCheckout .button + p,
    .previewCartCheckout #consent-manager .css-1k76mzs + p,
    #consent-manager .previewCartCheckout .css-1k76mzs + p,
    .previewCartCheckout #consent-manager .css-a0j149 + p,
    #consent-manager .previewCartCheckout .css-a0j149 + p {
      margin-top: 0.78571rem; }

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

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

.previewCartCheckout-acceleratedCheckoutButtons {
  width: 100%; }

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

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

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

#previewModal {
  min-height: initial; }
  @media (min-width: 991px) {
    #previewModal {
      min-height: 240px; } }
  #previewModal .modal-body {
    padding: 0; }
    @media (min-width: 991px) {
      #previewModal .modal-body {
        padding: 2.55rem 2.55rem; } }

.cookieMessage {
  background: #e9e9e9;
  color: #363636;
  display: none; }
  .cookieMessage .button, .cookieMessage #consent-manager .css-1k76mzs, #consent-manager .cookieMessage .css-1k76mzs, .cookieMessage #consent-manager .css-a0j149, #consent-manager .cookieMessage .css-a0j149 {
    width: 100%; }
    @media (min-width: 991px) {
      .cookieMessage .button, .cookieMessage #consent-manager .css-1k76mzs, #consent-manager .cookieMessage .css-1k76mzs, .cookieMessage #consent-manager .css-a0j149, #consent-manager .cookieMessage .css-a0j149 {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1261px) {
      .cookieMessage .button, .cookieMessage #consent-manager .css-1k76mzs, #consent-manager .cookieMessage .css-1k76mzs, .cookieMessage #consent-manager .css-a0j149, #consent-manager .cookieMessage .css-a0j149 {
        vertical-align: top; } }

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

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

.login {
  padding-top: 66px;
  margin: 3.4rem auto 6.8rem;
  max-width: 64.28571rem; }

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

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

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

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

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

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

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

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

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

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

.advancedSearch-separator {
  display: none; }

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

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

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

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

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

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

.search-nav {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.account-product-detail-heading {
  color: #363636;
  font-family: "Brandon Text", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.35714rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.account-downloadsItem-title {
  color: #363636;
  font-size: 15px;
  margin-bottom: 0.21429rem;
  text-transform: inherit; }

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

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

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

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

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

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

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

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

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

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

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

.cart-additionalCheckoutButtons {
  position: relative;
  z-index: 1; }
  .cart-additionalCheckoutButtons .apple-pay-checkout-button {
    margin-top: 0.78571rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  .heroCarousel-slide .heroCarousel-image {
    object-fit: cover;
    object-position: right;
    height: 269px; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image {
        height: auto; } }
    @media (min-width: 991px) {
      .heroCarousel-slide .heroCarousel-image {
        width: 100%; } }
  .heroCarousel-slide.compat-object-fit {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat; }
    @media (min-width: 1261px) {
      .heroCarousel-slide.compat-object-fit.stretch {
        background-size: 100% 100%; } }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      opacity: 0; }

.heroCarousel-content {
  background-color: white;
  padding: 3rem 1.5rem;
  text-align: center; }
  @media (min-width: 991px) {
    .heroCarousel-content {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9);
      background-color: rgba(255, 255, 255, 0);
      left: 0;
      border-color: transparent;
      border-left-width: 2vw;
      padding: 52px 40px;
      position: absolute;
      right: 0;
      bottom: 0;
      width: 50rem;
      text-align: left; }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent; } }
  @media (min-width: 1280px) {
    .heroCarousel-content {
      padding: 77px; } }
  @media (min-width: 1520px) {
    .heroCarousel-content {
      margin-left: calc( (100% - 1520px) / 2); } }

.heroCarousel-title {
  color: #363636;
  font-size: 36px;
  margin-top: 0;
  font-weight: normal;
  letter-spacing: 0;
  font-family: Futura,Arial,Helvetica,sans-serif;
  line-height: 1.3;
  margin-bottom: 0.85714rem; }
  @media (min-width: 991px) {
    .heroCarousel-title {
      font-size: 40px; } }
  @media (min-width: 1280px) {
    .heroCarousel-title {
      font-size: 52px; } }

.heroCarousel-description {
  color: #363636;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0; }
  @media (min-width: 991px) {
    .heroCarousel-description {
      font-size: 18px; } }
  @media (min-width: 1280px) {
    .heroCarousel-description {
      font-size: 20px; } }

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

.productsShort-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin-left: 0;
  margin-bottom: 80px; }
  @media (min-width: 1024px) {
    .productsShort-list {
      margin-bottom: 120px; } }
  .productsShort-list .card-figure {
    width: 124px;
    height: 124px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 320px) {
      .productsShort-list .card-figure {
        width: 100%;
        height: auto; } }
    @media (min-width: 420px) {
      .productsShort-list .card-figure {
        width: 124px; } }
  .productsShort-list .slick-arrow::before {
    content: none; }
  .productsShort-list .slick-arrow svg {
    fill: #d7d7d7; }

.productsShort-item {
  padding: 0 12px; }
  @media (min-width: 1024px) {
    .productsShort-item {
      max-width: 152px;
      padding: 0; } }
  .productsShort-item .card-img-container {
    max-width: 152px;
    margin-left: auto;
    margin-right: auto; }
    .productsShort-item .card-img-container:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 100%; }
  .productsShort-item .card-body {
    padding-top: 0; }
  .productsShort-item .card-title {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1.4;
    text-align: center;
    font-family: "Brandon Text", Arial, Helvetica, sans-serif; }

.b-mini-product-home .slick-prev {
  left: -1.8rem; }

.b-mini-product-home .slick-next {
  right: -1.8rem; }

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

.header {
  background-color: white;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: all .3s;
  z-index: 999999; }
  @media (min-width: 991px) {
    .header {
      overflow: visible; }
      .header.header-home {
        background-color: #ffffff;
        border-bottom: 0;
        left: 0;
        right: 0; }
      .header.header-page {
        background-color: #fff;
        left: 0;
        right: 0;
        border-bottom: 1px solid #e9e9e9; } }
  .header.is-scrolled {
    top: 0;
    background-color: white;
    border-bottom: 1px solid #e9e9e9; }

.header-logo {
  font-size: 0;
  text-align: center;
  flex: none;
  width: 250px;
  margin: 0 auto; }
  @media (min-width: 991px) {
    .header-logo {
      width: 180px; } }
  @media (min-width: 1280px) {
    .header-logo {
      width: 240px; } }
  @media (min-width: 991px) {
    .header-logo {
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e9e9e9;
        margin: 0;
        padding: 0.35714rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo > a {
    color: #363636;
    display: inline-block;
    padding: 0.78571rem 0;
    position: relative;
    text-decoration: none;
    width: 60%;
    z-index: 20; }
    .header-logo > a:before, .header-logo > a:after {
      content: " ";
      display: table; }
    .header-logo > a:after {
      clear: both; }
    @media (min-width: 991px) {
      .header-logo > a {
        background: none;
        border-bottom: 0;
        display: block;
        padding: 0;
        width: 100%; } }
    .header-logo > a:hover {
      color: #363636; }
    .header-logo > a:active {
      color: #363636; }

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

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

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

.header-logo-image-container {
  position: relative;
  max-height: 36px; }

.header-logo-image {
  display: block;
  max-height: 36px; }
  .header-logo--center .header-logo-image {
    margin: 0 auto; }

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

.mobileMenu-toggle {
  height: 3.92857rem;
  width: 3.92857rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.28571rem;
  position: absolute;
  z-index: 50; }
  @media screen and (min-width: 991px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #363636;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.42857rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.92857rem;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.5rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.5rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: #363636;
      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); }

.cart-empty {
  padding: 100px 0 0 0; }
  @media (min-width: 769px) {
    .cart-empty {
      padding: 130px 0 100px 0; } }

.hover-shop-menu:hover .navPage-subMenu {
  display: block;
  left: 0;
  width: 100%; }

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

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

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

@media (min-width: 991px) {
  .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: 991px) {
    .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left; }
      .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }

.footer {
  background-color: white; }
  @media (min-width: 320px) {
    .footer {
      padding-bottom: 40px;
      padding-top: 60px; } }
  @media (min-width: 769px) {
    .footer {
      padding-bottom: 70px;
      padding-top: 85px; } }

.footer-info {
  font-size: 0; }
  @media (min-width: 320px) {
    .footer-info {
      display: block; } }
  @media (min-width: 1080px) {
    .footer-info {
      display: flex;
      justify-content: space-between; } }
  .footer-info::before, .footer-info::after {
    display: none;
    content: none; }
  .footer-info .w-menu-footer {
    flex-grow: 1;
    margin-left: 65px; }
    @media (min-width: 320px) {
      .footer-info .w-menu-footer {
        margin-left: 0;
        display: block;
        text-align: center; } }
    @media (min-width: 768px) {
      .footer-info .w-menu-footer {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        text-align: left; } }
    @media (min-width: 1080px) {
      .footer-info .w-menu-footer {
        margin-left: 40px; } }
    @media (min-width: 1420px) {
      .footer-info .w-menu-footer {
        margin-left: 85px; } }
    .footer-info .w-menu-footer [data-section-type="storeInfo"] {
      margin-right: 35px; }
      @media (min-width: 320px) {
        .footer-info .w-menu-footer [data-section-type="storeInfo"] {
          margin-right: 0; } }
      @media (min-width: 768px) {
        .footer-info .w-menu-footer [data-section-type="storeInfo"] {
          margin-right: 25px; } }
      @media (min-width: 1280px) {
        .footer-info .w-menu-footer [data-section-type="storeInfo"] {
          margin-right: 35px; } }
    @media (min-width: 320px) {
      .footer-info .w-menu-footer article[data-section-type="footer-webPages"],
      .footer-info .w-menu-footer article[data-section-type="footer-categories"] {
        width: 100%;
        margin-bottom: 40px; } }
    @media (min-width: 768px) {
      .footer-info .w-menu-footer article[data-section-type="footer-webPages"],
      .footer-info .w-menu-footer article[data-section-type="footer-categories"] {
        width: 25%;
        margin-bottom: 0; } }
    @media (min-width: 1080px) {
      .footer-info .w-menu-footer article[data-section-type="footer-webPages"],
      .footer-info .w-menu-footer article[data-section-type="footer-categories"] {
        padding-left: 20px; } }
    @media (min-width: 1420px) {
      .footer-info .w-menu-footer article[data-section-type="footer-webPages"],
      .footer-info .w-menu-footer article[data-section-type="footer-categories"] {
        padding-left: 0; } }
    @media (min-width: 768px) {
      .footer-info .w-menu-footer .socialLinks-item {
        margin-right: 26px; } }

.footer-info-col {
  width: 100%;
  color: #363636;
  font-size: 1rem;
  margin-bottom: 2.5rem;
  vertical-align: top; }
  @media (min-width: 320px) {
    .footer-info-col {
      text-align: center; } }
  @media (min-width: 1080px) {
    .footer-info-col {
      max-width: 355px;
      text-align: left; } }
  @media (min-width: 1420px) {
    .footer-info-col {
      max-width: 500px; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }
  .footer-info-col .footer-subscription-form .form-input,
  .footer-info-col .footer-subscription-form .button,
  .footer-info-col .footer-subscription-form #consent-manager .css-1k76mzs,
  #consent-manager .footer-info-col .footer-subscription-form .css-1k76mzs,
  .footer-info-col .footer-subscription-form #consent-manager .css-a0j149,
  #consent-manager .footer-info-col .footer-subscription-form .css-a0j149 {
    height: 3.9rem; }

.footer-info-heading {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Brandon Text", Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-top: 19px;
  margin-bottom: 8px; }

.footer-info-text {
  font-size: 16px;
  margin-bottom: 0; }
  .footer-info-text a {
    text-decoration: none;
    font-weight: 700; }
    .footer-info-text a:hover {
      text-decoration: underline; }

.footer-info-list {
  list-style: none;
  margin-left: 0;
  margin-top: 13px;
  margin-bottom: 0; }
  .footer-info-list a {
    color: #363636;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 2.1; }
    .footer-info-list a:hover {
      color: #363636; }

.footer-copyright {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .footer-copyright {
      justify-content: space-between;
      text-align: left;
      padding-top: 50px; } }
  @media (min-width: 1080px) {
    .footer-copyright {
      padding-top: 0; } }
  .footer-copyright > .powered-by {
    font-size: 12px;
    margin: 0; }
    .footer-copyright > .powered-by:nth-child(1), .footer-copyright > .powered-by:nth-child(2) {
      width: 50%; }
      @media (min-width: 768px) {
        .footer-copyright > .powered-by:nth-child(1), .footer-copyright > .powered-by:nth-child(2) {
          width: auto; } }
    .footer-copyright > .powered-by:nth-child(3) {
      width: 100%;
      margin-top: 12px; }
      @media (min-width: 768px) {
        .footer-copyright > .powered-by:nth-child(3) {
          width: auto;
          margin-top: 0; } }
    @media (min-width: 768px) {
      .footer-copyright > .powered-by.links {
        margin-right: auto; } }
    .footer-copyright > .powered-by.links a:not(:last-child)::after {
      content: " | "; }
  @media (min-width: 768px) {
    .footer-copyright .powered-by + .powered-by.links {
      margin-left: 36px; } }
  .footer-copyright a {
    color: #363636;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #363636; }

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

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

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

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

.footer-subscription-heading {
  font-family: "Brandon Text", Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 15px; }

.footer-subscription-form .form-input {
  border-right: none; }

.footer-subscription-form .button, .footer-subscription-form #consent-manager .css-1k76mzs, #consent-manager .footer-subscription-form .css-1k76mzs, .footer-subscription-form #consent-manager .css-a0j149, #consent-manager .footer-subscription-form .css-a0j149 {
  padding-left: 32px;
  padding-right: 32px; }
  .footer-subscription-form .button:hover, .footer-subscription-form #consent-manager .css-1k76mzs:hover, #consent-manager .footer-subscription-form .css-1k76mzs:hover, .footer-subscription-form #consent-manager .css-a0j149:hover, #consent-manager .footer-subscription-form .css-a0j149:hover, .footer-subscription-form .button:active, .footer-subscription-form #consent-manager .css-1k76mzs:active, #consent-manager .footer-subscription-form .css-1k76mzs:active, .footer-subscription-form #consent-manager .css-a0j149:active, #consent-manager .footer-subscription-form .css-a0j149:active {
    background: #eb81aa;
    opacity: .75; }

.footer-subscription-form .form-field {
  margin-bottom: 0; }

.footer-subscription-info {
  font-size: 16px;
  line-height: 1.4; }
  @media (min-width: 320px) {
    .footer-subscription-info {
      margin-bottom: 60px; } }
  @media (min-width: 768px) {
    .footer-subscription-info {
      margin-bottom: 1.7rem; } }

.footer-info .socialLinks {
  margin-top: 32px; }
  @media (min-width: 320px) {
    .footer-info .socialLinks {
      margin-bottom: 40px; } }
  @media (min-width: 768px) {
    .footer-info .socialLinks {
      margin-bottom: 0; } }

.show-on-success {
  display: none; }

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

.container-right, .container-left {
  width: calc(100% - ((100% - 109.57143rem) / 2));
  max-width: 100vw; }

.container-right {
  margin-left: auto;
  padding-left: 1.5rem; }
  @media (min-width: 1261px) {
    .container-right {
      padding-left: 6rem; } }

.container-left {
  padding-right: 1.7rem; }
  @media (min-width: 1261px) {
    .container-left {
      padding-right: 6.8rem; } }

.page-blog {
  border-bottom: 1px solid #e9e9e9;
  margin: 0; }
  .page-blog .breadcrumbs {
    margin-top: 50px;
    margin-bottom: 50px; }

.blog-lists {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px; }
  @media (min-width: 320px) {
    .blog-lists {
      margin: 0; } }
  @media (min-width: 769px) {
    .blog-lists {
      margin: 0 -18px; } }
  .blog-lists .pagination {
    width: 100%; }
  .blog-lists > * {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column; }
    @media (min-width: 320px) {
      .blog-lists > * {
        width: 100%;
        padding: 0; } }
    @media (min-width: 769px) {
      .blog-lists > * {
        width: 50%;
        padding: 0 18px; } }
    @media (min-width: 991px) {
      .blog-lists > * {
        width: 33.333%;
        padding: 0 18px; } }
  .blog-lists .blog-date {
    display: none; }
  .blog-lists .blog-title {
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 27px 0;
    letter-spacing: 0;
    font-family: "Brandon Text", Arial, Helvetica, sans-serif; }
    .blog-lists .blog-title a {
      text-decoration: none;
      color: #363636; }
  .blog-lists .blog-post {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 30px; }
  .blog-lists .blog-read-more {
    color: #eb81aa;
    font-size: 14px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 27px;
    display: inline-block; }
  .blog-lists .blog {
    margin-bottom: 70px; }
    .blog-lists .blog .blog-thumbnail {
      position: relative;
      height: 289px;
      background: #ffeeef; }
      .blog-lists .blog .blog-thumbnail a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%; }
        .blog-lists .blog .blog-thumbnail a img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }

.w-page-blog-post {
  border-bottom: 1px solid #e9e9e9; }
  .w-page-blog-post .homeProducts {
    margin-bottom: 0;
    padding-bottom: 60px; }
    @media (min-width: 640px) {
      .w-page-blog-post .homeProducts {
        padding-bottom: 0; } }

.w-simple-page-blog .simple-blog {
  /*border-bottom: 1px solid #e9e9e9;*/ }
  .w-simple-page-blog .simple-blog h1, .w-simple-page-blog .simple-blog h2, .w-simple-page-blog .simple-blog h3, .w-simple-page-blog .simple-blog h4, .w-simple-page-blog .simple-blog h5, .w-simple-page-blog .simple-blog h6 {
    font-family: "Brandon Text", Arial, Helvetica, sans-serif;
    margin-top: 70px; }
  .w-simple-page-blog .simple-blog .container-blog {
    position: relative;
    max-width: calc(904px + 36px);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 18px;
    z-index: 2; }
  .w-simple-page-blog .simple-blog .blog-header {
    position: relative;
    padding-top: 66px;
    background-color: #ffeeef;
    text-align: center; }
    .w-simple-page-blog .simple-blog .blog-header figure {
      margin: 0; }
    .w-simple-page-blog .simple-blog .blog-header::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      background: #fff; }
      @media (min-width: 320px) {
        .w-simple-page-blog .simple-blog .blog-header::after {
          height: 100px; } }
      @media (min-width: 991px) {
        .w-simple-page-blog .simple-blog .blog-header::after {
          height: 182px; } }
    .w-simple-page-blog .simple-blog .blog-header .blog-date {
      margin-bottom: 46px;
      font-size: 14px; }
    .w-simple-page-blog .simple-blog .blog-header .blog-title {
      margin: 76px 0 36px 0;
      font-size: 42px;
      font-weight: 400;
      line-height: 54px;
      letter-spacing: 0; }
      @media (min-width: 320px) {
        .w-simple-page-blog .simple-blog .blog-header .blog-title {
          font-size: 38px;
          line-height: 44px;
          margin: 46px 0; } }
      @media (min-width: 769px) {
        .w-simple-page-blog .simple-blog .blog-header .blog-title {
          font-size: 42px;
          margin: 76px 0 36px 0;
          line-height: 54px; } }
      .w-simple-page-blog .simple-blog .blog-header .blog-title a {
        text-decoration: none;
        color: #363636; }
    .w-simple-page-blog .simple-blog .blog-header .blog-thumbnail img {
      width: 100%; }
  @media (min-width: 320px) {
    .w-simple-page-blog .simple-blog .blog-post-body {
      padding-top: 46px;
      padding-bottom: 80px; } }
  @media (min-width: 769px) {
    .w-simple-page-blog .simple-blog .blog-post-body {
      background: url("../img/Flower-Left-blog.png") top 100px left no-repeat, url("../img/Flower-Right-blog.png") bottom 100px right no-repeat;
      background-size: 200px;
      padding-top: 81px;
      padding-bottom: 111px; } }
  @media (min-width: 1170px) {
    .w-simple-page-blog .simple-blog .blog-post-body {
      background: url("../img/Flower-Left-blog.png") top left no-repeat, url("../img/Flower-Right-blog.png") bottom right no-repeat;
      background-size: initial; } }
  .w-simple-page-blog .simple-blog .blog-post-body * {
    letter-spacing: 0 !important; }
  .w-simple-page-blog .simple-blog .blog-post-body .container-blog {
    max-width: calc(666px + 36px); }
  .w-simple-page-blog .simple-blog .blog-post-body h1 {
    font-size: 42px;
    margin-bottom: 20px; }
  .w-simple-page-blog .simple-blog .blog-post-body h2 {
    font-size: 36px;
    margin-bottom: 20px; }
  .w-simple-page-blog .simple-blog .blog-post-body h3 {
    font-size: 32px;
    margin-bottom: 20px; }
  .w-simple-page-blog .simple-blog .blog-post-body h4 {
    font-size: 28px;
    margin-bottom: 14px; }
  .w-simple-page-blog .simple-blog .blog-post-body h5 {
    font-size: 22px;
    margin-bottom: 14px; }
  .w-simple-page-blog .simple-blog .blog-post-body h6 {
    font-size: 18px;
    margin-bottom: 10px; }
  .w-simple-page-blog .simple-blog .blog-post-body ul, .w-simple-page-blog .simple-blog .blog-post-body ol {
    margin-left: 0;
    list-style-position: inside; }
    @media (min-width: 320px) {
      .w-simple-page-blog .simple-blog .blog-post-body ul, .w-simple-page-blog .simple-blog .blog-post-body ol {
        font-size: 16px;
        line-height: 28px; } }
    @media (min-width: 769px) {
      .w-simple-page-blog .simple-blog .blog-post-body ul, .w-simple-page-blog .simple-blog .blog-post-body ol {
        font-size: 20px;
        line-height: 34px; } }
    .w-simple-page-blog .simple-blog .blog-post-body ul li, .w-simple-page-blog .simple-blog .blog-post-body ol li {
      margin-bottom: 20px; }
      .w-simple-page-blog .simple-blog .blog-post-body ul li:last-child, .w-simple-page-blog .simple-blog .blog-post-body ol li:last-child {
        margin-bottom: 0; }
  .w-simple-page-blog .simple-blog .blog-post-body p {
    margin-bottom: 34px;
    font-size: 20px;
    line-height: 34px; }
    .w-simple-page-blog .simple-blog .blog-post-body p:last-child {
      margin-bottom: 0; }
  .w-simple-page-blog .simple-blog .blog-post-body a {
    font-weight: 700;
    text-decoration: none; }

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

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

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

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

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

.product-listing-container > form {
  margin-left: -18px;
  margin-right: -18px; }

.homeProducts .productGrid .slick-list {
  width: 100%; }

.productGrid {
  list-style: none;
  margin-left: 0;
  font-size: 0;
  margin-bottom: 1.7rem;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .productGrid .product {
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 320px) {
      .productGrid .product {
        width: 100%;
        padding: 0 8px; } }
    @media (min-width: 576px) {
      .productGrid .product {
        width: 50%;
        padding: 0 8px; } }
    @media (min-width: 768px) {
      .productGrid .product {
        width: 33.3333%; } }
    @media (min-width: 991px) {
      .productGrid .product {
        width: 25%;
        padding: 0 18px; } }

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

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

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

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

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

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

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

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

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

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

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

.listItem-button {
  background-color: rgba(235, 129, 170, 0.9);
  color: white; }
  .listItem-button:hover, .listItem-button:focus {
    background-color: #eb81aa;
    color: white; }

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

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

.listItem-image {
  width: 100%; }

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

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

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

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

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

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

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

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

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

.listItem-actions .button, .listItem-actions #consent-manager .css-1k76mzs, #consent-manager .listItem-actions .css-1k76mzs, .listItem-actions #consent-manager .css-a0j149, #consent-manager .listItem-actions .css-a0j149 {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .listItem-actions .button, .listItem-actions #consent-manager .css-1k76mzs, #consent-manager .listItem-actions .css-1k76mzs, .listItem-actions #consent-manager .css-a0j149, #consent-manager .listItem-actions .css-a0j149 {
      width: 100%; }
      .listItem-actions .button + .button, .listItem-actions #consent-manager .css-1k76mzs + .button, #consent-manager .listItem-actions .css-1k76mzs + .button, .listItem-actions #consent-manager .css-a0j149 + .button, #consent-manager .listItem-actions .css-a0j149 + .button, .listItem-actions #consent-manager .button + .css-1k76mzs, #consent-manager .listItem-actions .button + .css-1k76mzs, .listItem-actions #consent-manager .css-1k76mzs + .css-1k76mzs, #consent-manager .listItem-actions .css-1k76mzs + .css-1k76mzs, .listItem-actions #consent-manager .css-a0j149 + .css-1k76mzs, #consent-manager .listItem-actions .css-a0j149 + .css-1k76mzs, .listItem-actions #consent-manager .button + .css-a0j149, #consent-manager .listItem-actions .button + .css-a0j149, .listItem-actions #consent-manager .css-1k76mzs + .css-a0j149, #consent-manager .listItem-actions .css-1k76mzs + .css-a0j149, .listItem-actions #consent-manager .css-a0j149 + .css-a0j149, #consent-manager .listItem-actions .css-a0j149 + .css-a0j149 {
        margin: 0.78571rem 0 0; } }

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

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

.w-product-page {
  padding-top: 53px; }

[data-product-option-change] {
  width: 100%; }

@media (min-width: 320px) {
  .productView {
    display: block;
    margin-bottom: 0; } }

@media (min-width: 769px) {
  .productView {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: flex-start;
    padding-top: 27px;
    flex-wrap: wrap;
    margin-bottom: 50px; } }

.productView .alertBox {
  width: 100%;
  margin-bottom: 20px; }

.productView .toggleLink {
  position: relative; }
  .productView .toggleLink .accordion-navigation-actions {
    top: 2px;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute; }

.modal .productView {
  padding-bottom: 0;
  padding-top: 0; }

.productView .form-increment {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #d7d7d7;
  width: 84px;
  overflow: hidden;
  height: 50px; }
  .productView .form-increment > * {
    width: 33.333%;
    padding: 0;
    margin: 0;
    border: 0;
    display: block;
    height: inherit; }
  .productView .form-increment .form-input {
    color: #363636; }
  .productView .form-increment .button, .productView .form-increment #consent-manager .css-1k76mzs, #consent-manager .productView .form-increment .css-1k76mzs, .productView .form-increment #consent-manager .css-a0j149, #consent-manager .productView .form-increment .css-a0j149 {
    background: none; }
    .productView .form-increment .button svg, .productView .form-increment #consent-manager .css-1k76mzs svg, #consent-manager .productView .form-increment .css-1k76mzs svg, .productView .form-increment #consent-manager .css-a0j149 svg, #consent-manager .productView .form-increment .css-a0j149 svg {
      fill: #363636; }

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

.productView-images {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-start; }
  @media (min-width: 320px) {
    .productView-images {
      width: 100%;
      margin-right: 0;
      margin-bottom: 0; } }
  @media (min-width: 769px) {
    .productView-images {
      width: 57.4%;
      margin-right: 20px; } }
  @media (min-width: 1170px) {
    .productView-images {
      margin-right: 62px; } }
  .productView-images .productView-main-images {
    margin: 0;
    width: 100%;
    list-style: none; }
    @media (min-width: 320px) {
      .productView-images .productView-main-images {
        max-width: 100%; } }
    @media (min-width: 769px) {
      .productView-images .productView-main-images {
        max-width: 666px; } }
    .productView-images .productView-main-images .slick-next {
      right: 0; }
    .productView-images .productView-main-images .slick-prev {
      left: 0; }
    .productView-images .productView-main-images .slick-next, .productView-images .productView-main-images .slick-prev {
      background: transparent;
      top: 0;
      bottom: 0;
      width: 20%;
      height: 100%;
      border: 0;
      padding: 0;
      margin: 0;
      transform: none; }
      .productView-images .productView-main-images .slick-next svg, .productView-images .productView-main-images .slick-prev svg {
        width: 40px;
        height: 40px;
        fill: #363636;
        opacity: .8; }
      .productView-images .productView-main-images .slick-next:before, .productView-images .productView-main-images .slick-prev:before {
        display: none; }
    .productView-images .productView-main-images .slick-prev:hover:before, .productView-images .productView-main-images .slick-prev:focus:before, .productView-images .productView-main-images .slick-next:hover:before, .productView-images .productView-main-images .slick-next:focus:before {
      opacity: 1; }
    .productView-images .productView-main-images .productView-productView-main-img {
      position: relative;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      align-items: center;
      background-color: #fafafa; }
      @media (min-width: 320px) {
        .productView-images .productView-main-images .productView-productView-main-img {
          margin-bottom: 0; } }
      @media (min-width: 769px) {
        .productView-images .productView-main-images .productView-productView-main-img {
          margin-bottom: 25px; } }
      .productView-images .productView-main-images .productView-productView-main-img:after {
        content: '';
        display: block;
        height: 0;
        width: 100%;
        padding-bottom: 100%; }
      .productView-images .productView-main-images .productView-productView-main-img:last-child {
        margin-bottom: 0; }
      .productView-images .productView-main-images .productView-productView-main-img img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }

.productView-thumbnails {
  min-width: 60px;
  margin: 0;
  list-style: none;
  flex-grow: 1; }
  @media (min-width: 320px) {
    .productView-thumbnails {
      display: none; } }
  @media (min-width: 769px) {
    .productView-thumbnails {
      display: block;
      position: sticky;
      top: 70px;
      margin-right: 10px; } }
  @media (min-width: 1025px) {
    .productView-thumbnails {
      margin-right: 25px; } }
  .productView-thumbnails .productView-thumbnail {
    cursor: pointer;
    position: relative;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    background-color: #fafafa;
    margin-bottom: 20px; }
    .productView-thumbnails .productView-thumbnail:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 100%; }
    .productView-thumbnails .productView-thumbnail:last-child {
      margin-bottom: 0; }
    .productView-thumbnails .productView-thumbnail img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }

@media (min-width: 320px) {
  .productView-details {
    width: 100%;
    position: relative; } }

@media (min-width: 769px) {
  .productView-details {
    width: calc(42% - 20px);
    position: sticky;
    top: 70px; } }

@media (min-width: 1024px) {
  .productView-details {
    width: 36%; } }

@media (min-width: 1400px) {
  .productView-details {
    width: 32%; } }

.productView-description .productView-title {
  margin-top: 34px; }

.productView-title {
  font-weight: 400;
  line-height: 42px;
  font-family: "Brandon Text", Arial, Helvetica, sans-serif;
  margin-bottom: 10px; }
  @media (min-width: 320px) {
    .productView-title {
      font-size: 24px;
      margin-top: 20px;
      line-height: 34px; } }
  @media (min-width: 576px) {
    .productView-title {
      font-size: 30px;
      margin-top: 24px;
      line-height: 42px; } }
  @media (min-width: 769px) {
    .productView-title {
      font-size: 36px;
      margin-top: 34px; } }

#b-description {
  margin-top: 30px;
  display: none; }
  #b-description.is-open {
    display: block; }
  #b-description * {
    font-family: "Brandon Text", Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    margin-bottom: 24px !important; }
  #b-description p:last-child {
    margin-bottom: 0 !important; }

.w-description .w-description {
  margin-top: 30px; }

.w-icon-information {
  margin-bottom: 50px; }
  .w-icon-information .b-item {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    .w-icon-information .b-item:last-child {
      margin-bottom: 0; }
    .w-icon-information .b-item-svg {
      margin-right: 20px;
      width: 40px;
      flex-shrink: 0;
      text-align: center; }
    .w-icon-information .b-item strong {
      color: #363636;
      font-size: 14px;
      font-weight: 700;
      line-height: 20px; }

@media (min-width: 320px) {
  .w-price-rating {
    display: block; } }

@media (min-width: 576px) {
  .w-price-rating {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap; } }

@media (min-width: 769px) {
  .w-price-rating {
    display: block; } }

@media (min-width: 970px) {
  .w-price-rating {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap; } }

.w-price-rating .productView-rating {
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  align-items: center; }
  @media (min-width: 320px) {
    .w-price-rating .productView-rating {
      margin-left: 0;
      margin-top: 20px;
      padding-left: 0;
      border: 0; } }
  @media (min-width: 576px) {
    .w-price-rating .productView-rating {
      border-left: 1px solid #cfcecf;
      margin-top: 0;
      padding-left: 8px; } }
  @media (min-width: 769px) {
    .w-price-rating .productView-rating {
      margin-left: 0;
      margin-top: 14px;
      padding-left: 0;
      border: 0; } }
  @media (min-width: 970px) {
    .w-price-rating .productView-rating {
      border-left: 1px solid #cfcecf;
      margin-top: 0;
      padding-left: 8px; } }
  .w-price-rating .productView-rating .icon {
    display: block;
    position: relative;
    top: -1px;
    margin: 0 2px; }
    @media (min-width: 769px) {
      .w-price-rating .productView-rating .icon {
        margin: 0; } }
    @media (min-width: 1170px) {
      .w-price-rating .productView-rating .icon {
        margin: 0 1px; } }
    @media (min-width: 1500px) {
      .w-price-rating .productView-rating .icon {
        margin: 0 2px; } }
  .w-price-rating .productView-rating .productView-reviewLink {
    display: block;
    position: relative;
    top: 1px;
    margin-left: 10px;
    line-height: 1;
    font-size: 14px;
    font-weight: 700; }
  .w-price-rating .productView-rating .icon--ratingFull svg {
    fill: #eb81aa; }

.productView-options {
  padding-top: 50px; }
  @media (min-width: 320px) {
    .productView-options {
      padding-top: 18px; } }
  @media (min-width: 769px) {
    .productView-options {
      padding-top: 50px; } }
  .productView-options > .form {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .productView-options > .form .form-action {
      width: 100%; }
    .productView-options > .form [data-product-attribute="set-select"] {
      min-width: 80px !important;
      width: initial !important;
      margin-right: 25px; }
      .productView-options > .form [data-product-attribute="set-select"] .form-select {
        height: 50px;
        padding-right: 30px;
        background-position: right 0.34286rem top 0.78571rem; }
    .productView-options > .form .form-field--increments {
      width: 80px !important; }
    .productView-options > .form .form-field {
      width: 100%; }
  .productView-options .form-label--alternate {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 13px;
    width: 100%; }
    @media (min-width: 320px) {
      .productView-options .form-label--alternate {
        margin-bottom: 8px; } }
    @media (min-width: 551px) {
      .productView-options .form-label--alternate {
        margin-bottom: 13px; } }
  .productView-options .form-label--inlineSmall small {
    margin-left: 0;
    font-size: 14px;
    font-weight: 400; }

.form-field[data-product-attribute="swatch"] {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.form-option-swatch {
  width: 48px;
  height: 48px;
  border-radius: 60px;
  border: 2px solid transparent;
  background-color: #fff;
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  box-shadow: none !important;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px; }
  .form-option-swatch .form-option-variant {
    position: relative;
    overflow: hidden;
    width: 34px;
    height: 34px;
    border-radius: 60px;
    object-fit: cover;
    object-position: center;
    background-size: cover;
    background-position: center; }
  .form-option-swatch:hover {
    border-color: rgba(0, 0, 0, 0.1); }

.form-radio:checked + .form-option-swatch {
  border: 2px solid #ffa6c8; }

.b-title-products {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 30px;
  display: block;
  text-align: center; }

@media (min-width: 320px) {
  .w-productGrid {
    margin: 0 -8px; } }

@media (min-width: 991px) {
  .w-productGrid {
    margin: 0 -18px; } }

.product-reviews {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px; }
  @media (min-width: 320px) {
    .product-reviews {
      margin-top: 65px; } }
  @media (min-width: 991px) {
    .product-reviews {
      margin-top: 133px; } }
  .product-reviews .w-price-rating {
    justify-content: space-between; }
    @media (min-width: 320px) {
      .product-reviews .w-price-rating {
        text-align: center; } }
    .product-reviews .w-price-rating .productView-rating {
      margin: 0;
      border: 0; }
      @media (min-width: 320px) {
        .product-reviews .w-price-rating .productView-rating {
          padding: 20px 0;
          justify-content: center; } }
      @media (min-width: 576px) {
        .product-reviews .w-price-rating .productView-rating {
          padding: 0; } }

.sect-burewards {
  background-color: #ffeeef;
  padding: 40px 0; }
  .sect-burewards > .container {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  .sect-burewards .logo,
  .sect-burewards .controls {
    width: 25%;
    text-align: center; }
    @media (min-width: 320px) {
      .sect-burewards .logo,
      .sect-burewards .controls {
        width: 100%; }
        .sect-burewards .logo .button, .sect-burewards .logo #consent-manager .css-1k76mzs, #consent-manager .sect-burewards .logo .css-1k76mzs, .sect-burewards .logo #consent-manager .css-a0j149, #consent-manager .sect-burewards .logo .css-a0j149,
        .sect-burewards .controls .button,
        .sect-burewards .controls #consent-manager .css-1k76mzs,
        #consent-manager .sect-burewards .controls .css-1k76mzs,
        .sect-burewards .controls #consent-manager .css-a0j149,
        #consent-manager .sect-burewards .controls .css-a0j149 {
          min-width: 100%;
          max-width: 100%;
          width: 100%; } }
    @media (min-width: 991px) {
      .sect-burewards .logo,
      .sect-burewards .controls {
        width: 25%; } }
    @media (min-width: 1170px) {
      .sect-burewards .logo .button, .sect-burewards .logo #consent-manager .css-1k76mzs, #consent-manager .sect-burewards .logo .css-1k76mzs, .sect-burewards .logo #consent-manager .css-a0j149, #consent-manager .sect-burewards .logo .css-a0j149,
      .sect-burewards .controls .button,
      .sect-burewards .controls #consent-manager .css-1k76mzs,
      #consent-manager .sect-burewards .controls .css-1k76mzs,
      .sect-burewards .controls #consent-manager .css-a0j149,
      #consent-manager .sect-burewards .controls .css-a0j149 {
        min-width: 268px;
        width: initial;
        max-width: initial; } }
    .sect-burewards .logo p,
    .sect-burewards .controls p {
      margin-top: 25px;
      margin-bottom: 0;
      font-size: 15px;
      font-weight: 400;
      font-weight: 400;
      line-height: 1; }
      .sect-burewards .logo p a,
      .sect-burewards .controls p a {
        color: #f57aa8;
        font-weight: 700;
        text-decoration: none; }
  .sect-burewards .content {
    text-align: center; }
    @media (min-width: 320px) {
      .sect-burewards .content {
        width: 100%;
        padding: 40px 0;
        margin: 0; } }
    @media (min-width: 991px) {
      .sect-burewards .content {
        padding: 0;
        margin: 0 35px;
        width: calc(50% - 70px); } }
    .sect-burewards .content p {
      font-size: 18px;
      font-weight: 400;
      line-height: 28px;
      margin-bottom: 0; }
      @media (min-width: 320px) {
        .sect-burewards .content p {
          padding: 0; } }
      @media (min-width: 991px) {
        .sect-burewards .content p {
          padding: 0 10%; } }

.btn-size-help {
  position: relative;
  top: -3px;
  margin-left: 44px;
  padding: 3px 0 0 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700; }
  .btn-size-help span {
    line-height: 1; }
  .btn-size-help svg, .btn-size-help img {
    margin-top: -3px;
    margin-right: 6px;
    height: 14px; }

.button-reviws-add {
  min-width: 222px;
  height: 38px;
  padding-top: 11px;
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
  justify-content: center; }

#modal-size-help .modal-body {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center; }
  #modal-size-help .modal-body img {
    margin-top: 1.8em;
    width: 88%; }

#modal-review-form + .sect-related-products {
  padding-top: 100px; }

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

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

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

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

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

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

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

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

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

.product {
  overflow: hidden; }

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

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

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

.form-option-expanded {
  background-color: white;
  border: 1px solid #898989;
  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: 991px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

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

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

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

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

.categoriesList {
  margin-bottom: 120px; }
  @media (min-width: 991px) {
    .categoriesList {
      margin-bottom: 208px; } }
  @media (min-width: 1280px) {
    .categoriesList {
      background: url(../img/Flower-Left.png) top left no-repeat;
      background-size: 200px; } }

.categoriesList-header {
  margin-bottom: 48px; }
  @media (min-width: 1024px) {
    .categoriesList-header {
      margin-bottom: 108px; } }
  .categoriesList-header .page-upperheading {
    text-align: center; }
    .categoriesList-header .page-upperheading::before {
      left: 50%;
      transform: translate(-50%); }
  .categoriesList-header .page-heading {
    margin-bottom: 16px; }
  .categoriesList-header p {
    text-align: center;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto; }

.categoriesList-container {
  margin-left: auto;
  width: calc(100% - ((100% - 72.57143rem) / 2));
  max-width: 100vw;
  padding-left: 1.5rem; }
  @media (min-width: 1261px) {
    .categoriesList-container {
      padding-left: 6rem; } }

.categoriesList-carousel .slick-prev {
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  left: auto;
  right: calc(100% + 34px);
  margin-top: 8px; }
  .categoriesList-carousel .slick-prev::before {
    content: none; }
  .categoriesList-carousel .slick-prev svg {
    width: 72px;
    height: 72px;
    fill: #f5ced0; }

.categoriesList-carousel-item {
  display: block;
  position: relative;
  text-decoration: none;
  color: #363636;
  text-transform: uppercase;
  font-weight: 700;
  width: 238px;
  margin-right: 14px; }
  @media (min-width: 991px) {
    .categoriesList-carousel-item {
      width: 364px;
      margin-right: 24px; } }
  .categoriesList-carousel-item img {
    display: block;
    width: 228px;
    height: 320px;
    object-fit: cover; }
    @media (min-width: 991px) {
      .categoriesList-carousel-item img {
        width: 354px;
        height: 496px; } }
  .categoriesList-carousel-item span {
    display: block;
    position: absolute;
    transform: rotate(-90deg) translateX(100%);
    transform-origin: bottom right;
    right: -8px;
    bottom: 24px;
    font-size: 18px; }
    @media (min-width: 991px) {
      .categoriesList-carousel-item span {
        bottom: 36px; } }

.homeAbout {
  margin-bottom: 80px; }
  @media (min-width: 640px) {
    .homeAbout {
      margin-bottom: 120px; } }
  @media (min-width: 1024px) {
    .homeAbout {
      margin-bottom: 180px; } }
  @media (min-width: 1280px) {
    .homeAbout {
      margin-bottom: 80px;
      padding-bottom: 172px;
      background: url(../img/Flower-Right.png) bottom right no-repeat;
      background-size: 228px; } }

.homeAbout-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  @media (min-width: 1440px) {
    .homeAbout-content {
      flex-wrap: nowrap; } }
  .homeAbout-content img + div, .homeAbout-content div + img {
    margin-left: 1.5rem;
    margin-top: 64px; }
    @media (min-width: 1024px) {
      .homeAbout-content img + div, .homeAbout-content div + img {
        margin-left: 48px;
        margin-top: 0; } }
    @media (min-width: 1440px) {
      .homeAbout-content img + div, .homeAbout-content div + img {
        margin-left: 80px; } }
  .homeAbout-content img {
    width: 100%; }
    @media (min-width: 1024px) {
      .homeAbout-content img {
        width: 50%; } }
    @media (min-width: 1280px) {
      .homeAbout-content img {
        width: 60%; } }
    @media (min-width: 1440px) {
      .homeAbout-content img {
        width: auto; } }

.homeAbout-details {
  width: calc(100% - 1.5rem); }
  @media (min-width: 1024px) {
    .homeAbout-details {
      width: calc(50% - 48px); } }
  @media (min-width: 1280px) {
    .homeAbout-details {
      width: calc(40% - 48px); } }
  @media (min-width: 1400px) {
    .homeAbout-details {
      width: auto;
      max-width: 548px; } }
  .homeAbout-details .page-heading {
    text-align: left;
    margin-bottom: 12px; }

.homeProducts {
  margin-bottom: 96px; }

.homeProducts-header {
  margin-bottom: 40px; }
  @media (min-width: 640px) {
    .homeProducts-header {
      display: flex;
      justify-content: space-between;
      align-items: flex-end; } }

.homeProducts-heading {
  margin: 0;
  font-family: "Brandon Text", Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 400;
  text-align: center; }

.homeProducts-link {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }
  .homeProducts-link:hover {
    text-decoration: none; }

.homeProducts-header .homeProducts-link {
  display: none; }
  @media (min-width: 640px) {
    .homeProducts-header .homeProducts-link {
      display: block; } }

.homeProducts .productGrid > .slick-next, .homeProducts .productGrid > .slick-prev {
  width: initial;
  padding: 0;
  top: 38%; }

.homeProducts .productGrid > .slick-next {
  right: -15px; }

.homeProducts .productGrid > .slick-arrow::before {
  content: none; }

.homeProducts .productGrid > .slick-arrow svg {
  fill: #d7d7d7; }

.homeProducts-footer {
  text-align: center; }
  @media (min-width: 640px) {
    .homeProducts-footer .homeProducts-link {
      display: none; } }

.homeAdvantages-bg {
  width: 100%;
  height: 344px;
  object-fit: cover; }
  @media (min-width: 640px) {
    .homeAdvantages-bg {
      height: auto; } }

.homeAdvantages-content {
  margin: -112px -14px 32px;
  background-color: white;
  display: flex;
  align-items: start;
  flex-wrap: wrap; }
  @media (min-width: 320px) {
    .homeAdvantages-content {
      padding: 38px 15px; } }
  @media (min-width: 375px) {
    .homeAdvantages-content {
      padding: 48px 20px; } }
  @media (min-width: 640px) {
    .homeAdvantages-content {
      margin: -160px 0 80px;
      padding-left: 32px;
      padding-right: 32px; } }
  @media (min-width: 1024px) {
    .homeAdvantages-content {
      padding: 48px 5%;
      margin-top: -260px;
      margin-bottom: 48px; } }
  @media (min-width: 1280px) {
    .homeAdvantages-content {
      padding: 64px 7%;
      margin-bottom: 80px; } }
  @media (min-width: 1440px) {
    .homeAdvantages-content {
      flex-wrap: nowrap;
      margin-bottom: 136px;
      padding: 96px 11.71303%; } }
  @media (min-width: 1024px) {
    .homeAdvantages-content div + img, .homeAdvantages-content img + div, .homeAdvantages-content .homeAdvantages-img.is-active {
      margin-left: 48px; } }
  .homeAdvantages-content img, .homeAdvantages-content .homeAdvantages-img.is-active {
    width: 100%; }
    @media (min-width: 1024px) {
      .homeAdvantages-content img, .homeAdvantages-content .homeAdvantages-img.is-active {
        width: 50%; } }

.homeAdvantages-details {
  width: 100%; }
  @media (min-width: 320px) {
    .homeAdvantages-details {
      padding: 0; } }
  @media (min-width: 375px) {
    .homeAdvantages-details {
      padding: 0 12px; } }
  @media (min-width: 640px) {
    .homeAdvantages-details {
      padding: 0 24px; } }
  @media (min-width: 1024px) {
    .homeAdvantages-details {
      width: calc(50% - 48px);
      padding: 24px 0 0 0; } }
  .homeAdvantages-details .page-heading {
    text-align: left;
    margin-bottom: 20px; }

.homeAdvantages-tabs {
  border: none; }
  @media (min-width: 320px) {
    .homeAdvantages-tabs {
      margin-left: 0; } }
  @media (min-width: 375px) {
    .homeAdvantages-tabs {
      margin-left: -7px; } }
  @media (min-width: 480px) {
    .homeAdvantages-tabs {
      margin-left: -10px; } }
  @media (min-width: 640px) {
    .homeAdvantages-tabs {
      margin-left: -1.7rem; } }
  .homeAdvantages-tabs .tab {
    border: none;
    float: left; }
    .homeAdvantages-tabs .tab .tab-title {
      text-transform: uppercase;
      color: #898989;
      padding-left: 10px;
      padding-right: 10px; }
      @media (min-width: 320px) {
        .homeAdvantages-tabs .tab .tab-title {
          padding-left: 0;
          padding-right: 7px;
          font-size: 13px; } }
      @media (min-width: 375px) {
        .homeAdvantages-tabs .tab .tab-title {
          padding-left: 7px;
          padding-right: 7px; } }
      @media (min-width: 480px) {
        .homeAdvantages-tabs .tab .tab-title {
          padding-left: 10px;
          padding-right: 10px;
          font-size: 14px; } }
      @media (min-width: 640px) {
        .homeAdvantages-tabs .tab .tab-title {
          padding-left: 1.7rem;
          padding-right: 1.7rem; } }
    .homeAdvantages-tabs .tab.is-active .tab-title {
      font-weight: 700;
      color: #262626;
      position: relative; }
      .homeAdvantages-tabs .tab.is-active .tab-title::before {
        content: "";
        position: absolute;
        bottom: 8px;
        left: 10px;
        right: 10px;
        border-bottom: 2px solid #eb81aa; }
        @media (min-width: 320px) {
          .homeAdvantages-tabs .tab.is-active .tab-title::before {
            left: 0;
            right: 7px; } }
        @media (min-width: 375px) {
          .homeAdvantages-tabs .tab.is-active .tab-title::before {
            left: 7px;
            right: 7px; } }
        @media (min-width: 480px) {
          .homeAdvantages-tabs .tab.is-active .tab-title::before {
            left: 10px;
            right: 10px; } }
        @media (min-width: 640px) {
          .homeAdvantages-tabs .tab.is-active .tab-title::before {
            left: 1.7rem;
            right: 1.7rem; } }

.homeAdvantages-tabs-content .tab-content {
  font-size: 15px; }
  .homeAdvantages-tabs-content .tab-content.is-active {
    padding: 1.2rem 0; }

.homeAdvantages-img {
  display: none; }
  .homeAdvantages-img.is-active {
    display: inline-block; }

.homeNurse {
  margin-bottom: 80px; }
  @media (min-width: 640px) {
    .homeNurse {
      margin-bottom: 120px; } }
  @media (min-width: 1024px) {
    .homeNurse {
      margin-bottom: 232px; } }

.homeNurse-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  @media (min-width: 1440px) {
    .homeNurse-content {
      flex-wrap: nowrap; } }
  .homeNurse-content img + div, .homeNurse-content div + img {
    margin-left: 1.5rem;
    margin-top: 64px; }
    @media (min-width: 1024px) {
      .homeNurse-content img + div, .homeNurse-content div + img {
        margin-left: 48px;
        margin-top: 0; } }
    @media (min-width: 1440px) {
      .homeNurse-content img + div, .homeNurse-content div + img {
        margin-left: 80px; } }
  .homeNurse-content img {
    width: 100%; }
    @media (min-width: 1024px) {
      .homeNurse-content img {
        width: 50%; } }
    @media (min-width: 1280px) {
      .homeNurse-content img {
        width: 60%; } }
    @media (min-width: 1440px) {
      .homeNurse-content img {
        width: auto; } }

.homeNurse-details {
  width: calc(100% - 1.5rem); }
  @media (min-width: 1024px) {
    .homeNurse-details {
      width: calc(50% - 48px); } }
  @media (min-width: 1280px) {
    .homeNurse-details {
      width: calc(40% - 48px); } }
  @media (min-width: 1440px) {
    .homeNurse-details {
      width: auto;
      max-width: 548px; } }
  .homeNurse-details .page-heading {
    text-align: left;
    margin-bottom: 12px; }

.homePink {
  padding-bottom: 80px;
  position: relative; }
  @media (min-width: 320px) {
    .homePink {
      padding-bottom: 86px; } }
  @media (min-width: 640px) {
    .homePink {
      padding-bottom: 112px; } }
  @media (min-width: 1024px) {
    .homePink {
      padding-bottom: 148px; } }
  .homePink::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80%;
    background-color: #ffeeef; }
    @media (min-width: 320px) {
      .homePink::before {
        height: 91%; } }
    @media (min-width: 480px) {
      .homePink::before {
        height: 90%; } }
    @media (min-width: 576px) {
      .homePink::before {
        height: 87%; } }
    @media (min-width: 600px) {
      .homePink::before {
        height: 80%; } }

.homeInstagram-container {
  margin-bottom: 84px; }
  @media (min-width: 1024px) {
    .homeInstagram-container {
      margin-bottom: 132px; } }

.homeInstagram-header {
  position: relative;
  margin-bottom: 16px; }

.homeInstagram-title {
  margin: 0;
  font-family: "Brandon Text", Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 400;
  color: #363636;
  text-align: center; }

.homeInstagram-link {
  font-size: 16px;
  text-decoration: none;
  color: #363636;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none; }
  @media (min-width: 1024px) {
    .homeInstagram-link {
      display: block; } }
  .homeInstagram-link svg {
    position: relative;
    top: 6px;
    fill: #eb81aa;
    margin-right: 8px; }

#main-content #instagram-feed .evm-hover-li-div {
  margin: 0 !important;
  height: 230px !important; }
  #main-content #instagram-feed .evm-hover-li-div > a {
    height: 100%; }
    #main-content #instagram-feed .evm-hover-li-div > a .evm_img_div {
      height: 100% !important; }

#main-content #instagram-feed #evm-instagram #evm-hover-li {
  width: 20% !important; }
  @media (min-width: 576px) {
    #main-content #instagram-feed #evm-instagram #evm-hover-li {
      width: calc(100% / 3); } }
  @media (min-width: 991px) {
    #main-content #instagram-feed #evm-instagram #evm-hover-li {
      width: 20%; } }

#main-content #instagram-feed .slick-next, #main-content #instagram-feed .slick-prev {
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%); }

#main-content #instagram-feed .slick-prev {
  left: -10px; }

#main-content #instagram-feed .slick-list {
  width: calc(100% - 60px);
  margin: 0 auto; }
  @media (min-width: 1024px) {
    #main-content #instagram-feed .slick-list {
      width: 100%; } }

.homeReviews-title {
  font-family: "Brandon Text", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 20px; }

.homeReviews-review-raiting {
  margin-bottom: 20px;
  text-align: center; }

.homeReviews-review-content {
  font-size: 30px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0; }
  @media (min-width: 1024px) {
    .homeReviews-review-content {
      font-size: 36px; } }
  .homeReviews-review-content::before {
    content: "“"; }
  .homeReviews-review-content::after {
    content: "”"; }

.homeReviews-review-author {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 700; }

.homeReviews-carousel .slick-dots {
  bottom: -48px; }
  .homeReviews-carousel .slick-dots li {
    padding: 2px;
    width: auto;
    height: auto; }
    .homeReviews-carousel .slick-dots li button {
      width: 58px;
      height: 3px;
      border-radius: 0;
      border: none;
      background-color: white; }
      .homeReviews-carousel .slick-dots li button::before {
        content: none; }
    .homeReviews-carousel .slick-dots li.slick-active button {
      background-color: #eb81aa; }

.breadcrumb a {
  color: #363636; }

.breadcrumb:before {
  color: #363636; }

.breadcrumb.is-active .breadcrumb-label {
  margin-left: -3px;
  font-weight: 700;
  color: #eb81aa; }

@media (min-width: 320px) {
  .w-product-page {
    margin-top: 20px; } }

@media (min-width: 551px) {
  .w-product-page {
    margin-top: 58px; } }

@media (min-width: 801px) {
  .w-product-page {
    margin-top: 68px; } }

@media (min-width: 1024px) {
  .w-product-page .container {
    padding: 0 1.7rem; } }

@media (min-width: 1400px) {
  .w-product-page .container {
    padding: 0 6.8rem; } }

.w-page-heading {
  position: relative;
  z-index: 2;
  background: red;
  height: 230px;
  background-color: #ffeeef;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden; }
  @media (min-width: 320px) {
    .w-page-heading {
      margin-top: 48px;
      justify-content: center; }
      .w-page-heading .page-heading {
        margin-bottom: 0; } }
  @media (min-width: 480px) {
    .w-page-heading {
      margin-top: 54px; } }
  @media (min-width: 550px) {
    .w-page-heading {
      justify-content: flex-end; }
      .w-page-heading .page-heading {
        margin: 0 0 3.4rem; } }
  @media (min-width: 1280px) {
    .w-page-heading {
      margin-top: 67px; } }
  .w-page-heading .container {
    position: relative; }
  .w-page-heading *:not(img) {
    z-index: 9;
    position: relative; }
  .w-page-heading img {
    position: absolute;
    right: 188px;
    bottom: -30px;
    max-width: 304px;
    width: 100%;
    pointer-events: none; }
    @media (min-width: 320px) {
      .w-page-heading img {
        right: -5%; } }
    @media (min-width: 991px) {
      .w-page-heading img {
        right: 188px; } }

.body {
  margin-top: 0; }

.page {
  padding-top: 66px; }

.w-content-catalog > * {
  float: none !important;
  width: 100% !important; }

#filter-catalog {
  display: none;
  padding-top: 80px;
  padding-bottom: 90px; }
  @media (min-width: 320px) {
    #filter-catalog {
      padding-bottom: 0px;
      padding-top: 50px; } }
  @media (min-width: 991px) {
    #filter-catalog {
      padding-top: 40px;
      padding-bottom: 30px; } }
  #filter-catalog.is-open {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99; }
    @media (min-width: 320px) {
      #filter-catalog.is-open {
        top: 100px; } }
    @media (min-width: 991px) {
      #filter-catalog.is-open {
        top: 100px; } }
  #filter-catalog > .container {
    position: initial; }
    @media (min-width: 320px) {
      #filter-catalog > .container {
        display: block; } }
    @media (min-width: 991px) {
      #filter-catalog > .container {
        display: -ms-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: start;
        align-items: flex-start; } }

.facetedSearch .accordion-title {
  font-family: "Brandon Text",Arial,Helvetica,sans-serif; }

.btn-filter-toggle {
  width: 100%; }
  @media (min-width: 320px) {
    .btn-filter-toggle {
      position: relative;
      max-width: 100%;
      background-color: #f1bcc4;
      cursor: pointer;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 13px 10px 10px 10px; } }
  @media (min-width: 551px) {
    .btn-filter-toggle {
      max-width: 200px; } }
  @media (min-width: 991px) {
    .btn-filter-toggle {
      max-width: 67px;
      padding: 0;
      background: none; } }
  .btn-filter-toggle h5 {
    font-size: 14px;
    font-family: "Brandon Text",Arial,Helvetica,sans-serif; }
  @media (min-width: 320px) {
    .btn-filter-toggle .accordion-navigation-actions {
      right: 10px;
      top: -2px;
      bottom: 0;
      margin: auto;
      line-height: 1;
      transition: transform .24s ease-in-out;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute; } }
  @media (min-width: 991px) {
    .btn-filter-toggle .accordion-navigation-actions {
      bottom: initial;
      margin-top: 0;
      top: 0;
      right: 0; } }
  .btn-filter-toggle.is-open .accordion-navigation-actions {
    transform: rotate(180deg); }

.w-catalog-filter-sort {
  position: relative;
  top: 0;
  z-index: 2;
  padding-top: 59px;
  margin-top: 0;
  background: #fff;
  border-bottom: 1px solid transparent;
  transition: border .3s; }
  @media (min-width: 991px) {
    .w-catalog-filter-sort {
      position: sticky;
      top: 30px; } }
  .w-catalog-filter-sort.border-bottom {
    border-bottom: 1px solid transparent; }
    @media (min-width: 991px) {
      .w-catalog-filter-sort.border-bottom {
        border-bottom: 1px solid #e9e9e9;
        background-color: #f1bcc4; }
        .w-catalog-filter-sort.border-bottom .actionBar .actionBar-section .form-field {
          background-color: transparent; }
          .w-catalog-filter-sort.border-bottom .actionBar .actionBar-section .form-field select {
            background-color: transparent; } }
  .w-catalog-filter-sort.search {
    padding-top: 20px;
    padding-bottom: 40px; }
    .w-catalog-filter-sort.search #filter-catalog.is-open {
      top: 40px; }
    .w-catalog-filter-sort.search .wrapper {
      position: initial;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      .w-catalog-filter-sort.search .wrapper .facetedSearch .accordion--navList {
        flex-wrap: nowrap; }
  .w-catalog-filter-sort > .container {
    position: initial;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media (min-width: 320px) {
      .w-catalog-filter-sort > .container {
        flex-direction: column; } }
    @media (min-width: 551px) {
      .w-catalog-filter-sort > .container {
        flex-direction: row; } }
  .w-catalog-filter-sort .sidebarBlock + .sidebarBlock {
    margin: 0;
    padding: 0;
    border: 0; }
  @media (min-width: 320px) {
    .w-catalog-filter-sort .actionBar {
      margin: 0;
      height: 41px;
      width: 100%;
      margin-top: 15px;
      background-color: #f1bcc4;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      align-items: center;
      padding: 0 10px; }
      .w-catalog-filter-sort .actionBar .actionBar-section .form-field,
      .w-catalog-filter-sort .actionBar .actionBar-section .form-select {
        background-color: transparent; }
      .w-catalog-filter-sort .actionBar .actionBar-section {
        width: 100%; }
        .w-catalog-filter-sort .actionBar .actionBar-section .form-field {
          display: -webkit-flex;
          display: -ms-flex;
          display: flex;
          justify-content: space-between; }
          .w-catalog-filter-sort .actionBar .actionBar-section .form-field .form-select {
            flex-grow: 1;
            max-width: 100%;
            padding-left: 10px; }
        .w-catalog-filter-sort .actionBar .actionBar-section .form-field:before, .w-catalog-filter-sort .actionBar .actionBar-section .form-field:after {
          content: none; }
      .w-catalog-filter-sort .actionBar .actionBar-section:before, .w-catalog-filter-sort .actionBar .actionBar-section:after {
        content: none; } }
  @media (min-width: 551px) {
    .w-catalog-filter-sort .actionBar {
      width: auto;
      margin-top: 0; }
      .w-catalog-filter-sort .actionBar .actionBar-section {
        width: initial; }
        .w-catalog-filter-sort .actionBar .actionBar-section .form-field .form-select {
          max-width: 20em;
          padding-left: 0; }
        .w-catalog-filter-sort .actionBar .actionBar-section .form-field:before, .w-catalog-filter-sort .actionBar .actionBar-section .form-field:after {
          content: " "; }
      .w-catalog-filter-sort .actionBar .actionBar-section:before, .w-catalog-filter-sort .actionBar .actionBar-section:after {
        content: " "; } }
  @media (min-width: 991px) {
    .w-catalog-filter-sort .actionBar {
      position: relative;
      top: -6px;
      right: 2px;
      height: auto;
      background: none;
      display: block;
      padding: 0; } }
  .w-catalog-filter-sort .actionBar .actionBar-section .form-field {
    margin: 0; }

#product-listing-container > .actionBar {
  margin-left: 0;
  margin-right: 0; }

@media (min-width: 320px) {
  #product-listing-container > form {
    margin: 0 -8px; } }

@media (min-width: 991px) {
  #product-listing-container > form {
    margin: 0 -18px; } }

.open-filter .overlay-filter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.12;
  z-index: 1; }

.facetedSearch {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap; }
  .facetedSearch .accordion {
    border: 0; }
  @media (min-width: 320px) {
    .facetedSearch {
      flex-direction: column-reverse; } }
  @media (min-width: 991px) {
    .facetedSearch {
      justify-content: center;
      flex-direction: row; } }
  @media (min-width: 320px) {
    .facetedSearch .accordion--navList {
      display: block; } }
  @media (min-width: 991px) {
    .facetedSearch .accordion--navList {
      justify-content: center;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      flex-wrap: wrap; } }
  .facetedSearch .accordion-block {
    width: 240px;
    flex-shrink: 0;
    overflow: hidden; }
    @media (min-width: 320px) {
      .facetedSearch .accordion-block {
        margin: 0 0 30px 0;
        padding: 0; } }
    @media (min-width: 991px) {
      .facetedSearch .accordion-block {
        margin: 0;
        padding-left: 20px;
        padding-right: 20px; } }
  .facetedSearch .facetedSearch-navList {
    margin-top: 0; }
  .facetedSearch .facetedSearch-refineFilters {
    max-width: 140px;
    width: 100%; }
    @media (min-width: 320px) {
      .facetedSearch .facetedSearch-refineFilters {
        margin-bottom: 30px; } }
    @media (min-width: 991px) {
      .facetedSearch .facetedSearch-refineFilters {
        margin-top: -6px;
        margin-bottom: 0; } }
    .facetedSearch .facetedSearch-refineFilters .button, .facetedSearch .facetedSearch-refineFilters #consent-manager .css-1k76mzs, #consent-manager .facetedSearch .facetedSearch-refineFilters .css-1k76mzs, .facetedSearch .facetedSearch-refineFilters #consent-manager .css-a0j149, #consent-manager .facetedSearch .facetedSearch-refineFilters .css-a0j149 {
      min-width: 100%;
      padding: 13px 13px 11px 13px;
      margin-bottom: 37px; }
    .facetedSearch .facetedSearch-refineFilters .facetLabel {
      background: transparent;
      padding: 0;
      color: #363636; }
    .facetedSearch .facetedSearch-refineFilters .facetLabel .icon {
      margin-right: 3px; }
  .facetedSearch .accordion-navigation {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 30px; }
  .facetedSearch .navList-action--checkbox {
    padding: 0;
    margin: 0 0 12px 0; }
  .facetedSearch .navList-action--checkbox::before, .facetedSearch .navList-action--checkbox::after {
    left: -20px; }
  .facetedSearch .navList-action--checkbox::before {
    border: 0;
    background: transparent; }
  .facetedSearch .navList-action--checkbox::after {
    width: 9px;
    height: 9px;
    background: #eb81aa;
    border-radius: 50%;
    content: "";
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%); }
  .facetedSearch .inlineList--labels {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    list-style-position: inside;
    margin: 0; }
    .facetedSearch .inlineList--labels > li {
      margin: 0 0 12px 0; }
  .facetedSearch .accordion-navigation {
    margin: 0;
    border: 0; }
  .facetedSearch .accordion-title {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase; }
  .facetedSearch .form-minMaxRow {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin: 0;
    flex-direction: column; }
    .facetedSearch .form-minMaxRow .form-field {
      max-width: 140px;
      width: 100%;
      padding: 0;
      margin-bottom: 6px; }
    .facetedSearch .form-minMaxRow .button, .facetedSearch .form-minMaxRow #consent-manager .css-1k76mzs, #consent-manager .facetedSearch .form-minMaxRow .css-1k76mzs, .facetedSearch .form-minMaxRow #consent-manager .css-a0j149, #consent-manager .facetedSearch .form-minMaxRow .css-a0j149 {
      min-width: 100%; }
  .facetedSearch .navList-action {
    color: #363636; }

.sect-advantages-catalog {
  margin-top: 17px;
  background-color: #ffeeef; }
  @media (min-width: 320px) {
    .sect-advantages-catalog {
      height: auto;
      padding-bottom: 40px; } }
  @media (min-width: 991px) {
    .sect-advantages-catalog {
      height: 170px;
      padding-bottom: 30px; } }
  .sect-advantages-catalog strong {
    max-width: 900px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px; }
  .sect-advantages-catalog .button-did-know {
    position: relative;
    top: -20px;
    margin-bottom: 17px; }

.button-did-know {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  line-height: 1;
  height: 47px;
  background-color: #f1bcc4;
  color: #363636;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.82px;
  pointer-events: none; }

.card-img-container {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto; }
  .card-img-container .slider-cart-main-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fafafa; }
    .card-img-container .slider-cart-main-img .slick-list,
    .card-img-container .slider-cart-main-img .slick-track {
      height: inherit; }
    .card-img-container .slider-cart-main-img-item {
      position: relative;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      align-items: center;
      height: 100%;
      justify-content: center; }
      .card-img-container .slider-cart-main-img-item .live-img {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        opacity: 0;
        transition: all .3s; }
        .card-img-container .slider-cart-main-img-item .live-img:hover {
          opacity: 1; }
  .card-img-container .slider-cart-preview-img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 54px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: initial; }
    @media (min-width: 320px) {
      .card-img-container .slider-cart-preview-img {
        max-width: 240px; } }
    @media (min-width: 576px) {
      .card-img-container .slider-cart-preview-img {
        max-width: 190px; } }
    @media (min-width: 1180px) {
      .card-img-container .slider-cart-preview-img {
        max-width: 240px; } }
    .card-img-container .slider-cart-preview-img .slick-track {
      min-width: inherit !important; }
    .card-img-container .slider-cart-preview-img .slick-list {
      width: 100%;
      padding: 0 4px; }
    .card-img-container .slider-cart-preview-img .slick-slide {
      position: relative;
      cursor: pointer;
      width: 100%;
      border: 2px solid transparent;
      background-color: transparent;
      border-radius: 40px;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      transition: border .24s ease-in-out; }
      .card-img-container .slider-cart-preview-img .slick-slide::after {
        content: '';
        display: block;
        height: 0;
        width: 100%;
        padding-bottom: 100%; }
      .card-img-container .slider-cart-preview-img .slick-slide.slick-current {
        border-color: #ffa6c8; }
      .card-img-container .slider-cart-preview-img .slick-slide .card-image {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 18px;
        max-height: 18px;
        object-fit: cover;
        object-position: center;
        border-radius: 40px;
        display: block; }
    .card-img-container .slider-cart-preview-img .slick-disabled,
    .card-img-container .slider-cart-preview-img .slick-prev.slick-disabled:before, .card-img-container .slider-cart-preview-img .slick-next.slick-disabled:before {
      opacity: 1; }
    .card-img-container .slider-cart-preview-img .slick-prev {
      left: 4px; }
      .card-img-container .slider-cart-preview-img .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='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
    .card-img-container .slider-cart-preview-img .slick-next {
      right: 4px; }
      .card-img-container .slider-cart-preview-img .slick-next::before {
        transform: scale(-1, -1);
        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='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
    .card-img-container .slider-cart-preview-img .slick-next, .card-img-container .slider-cart-preview-img .slick-prev {
      background: transparent;
      padding: 0;
      margin: 0;
      width: 8px;
      height: 12px;
      border: none;
      cursor: pointer; }
      .card-img-container .slider-cart-preview-img .slick-next::before, .card-img-container .slider-cart-preview-img .slick-prev::before {
        width: 8px;
        height: 12px; }

.page-search ul {
  margin: 0; }

.sect-category-desk {
  padding-top: 59px;
  position: relative;
  z-index: 3;
  background: #fff; }
  .sect-category-desk p:empty {
    display: none; }
  .sect-category-desk p:last-child {
    margin-bottom: 0; }

#facetedSearch-content--Color-Option #facetedSearch-navList--Color-Option {
  display: flex;
  flex-wrap: wrap;
  margin: -12px 0 0 -10px; }
  @media (min-width: 320px) {
    #facetedSearch-content--Color-Option #facetedSearch-navList--Color-Option {
      margin-left: 0; } }
  @media (min-width: 991px) {
    #facetedSearch-content--Color-Option #facetedSearch-navList--Color-Option {
      margin-left: -10px; } }
  #facetedSearch-content--Color-Option #facetedSearch-navList--Color-Option li a {
    padding: 6px;
    border-radius: 50px;
    border: 2px solid transparent;
    margin: 0;
    width: auto;
    transition: border .24s ease-in-out; }
    #facetedSearch-content--Color-Option #facetedSearch-navList--Color-Option li a:hover {
      border-color: rgba(0, 0, 0, 0.1); }
    #facetedSearch-content--Color-Option #facetedSearch-navList--Color-Option li a.is-selected {
      border-color: #eb81aa; }
    #facetedSearch-content--Color-Option #facetedSearch-navList--Color-Option li a:before, #facetedSearch-content--Color-Option #facetedSearch-navList--Color-Option li a:after {
      display: none; }
    #facetedSearch-content--Color-Option #facetedSearch-navList--Color-Option li a img {
      width: 29px;
      height: 29px; }

.w-custom-page {
  margin: 0;
  border-bottom: 1px solid #e9e9e9; }
  @media (min-width: 320px) {
    .w-custom-page {
      padding-top: 54px;
      padding-bottom: 55px; } }
  @media (min-width: 400px) {
    .w-custom-page {
      padding-bottom: 60px; } }
  @media (min-width: 769px) {
    .w-custom-page {
      padding-bottom: 120px; } }
  @media (min-width: 1280px) {
    .w-custom-page {
      padding-top: 66px; }
      .w-custom-page.page-gift {
        padding-top: 100px; } }
  .w-custom-page.page-gift {
    padding-left: 0.85em;
    padding-right: 0.85em; }
    @media (min-width: 991px) {
      .w-custom-page.page-gift {
        padding-left: 0;
        padding-right: 0; } }
    .w-custom-page.page-gift .button, .w-custom-page.page-gift #consent-manager .css-1k76mzs, #consent-manager .w-custom-page.page-gift .css-1k76mzs, .w-custom-page.page-gift #consent-manager .css-a0j149, #consent-manager .w-custom-page.page-gift .css-a0j149 {
      padding: 15px 20px; }
  .w-custom-page:after, .w-custom-page:before {
    display: none; }
  .w-custom-page .b-header-custom-page {
    background-color: #ffeeef; }
    @media (min-width: 320px) {
      .w-custom-page .b-header-custom-page {
        padding-bottom: 27px; } }
    @media (min-width: 769px) {
      .w-custom-page .b-header-custom-page {
        height: 295px;
        padding-bottom: 0; } }
    .w-custom-page .b-header-custom-page > .container {
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center;
      height: 100%; }
    .w-custom-page .b-header-custom-page .b-title-custom-page {
      margin: 0;
      font-weight: 400;
      text-transform: uppercase; }
      @media (min-width: 320px) {
        .w-custom-page .b-header-custom-page .b-title-custom-page {
          padding: 45px 0 40px 0;
          font-size: 24px;
          line-height: 1; } }
      @media (min-width: 576px) {
        .w-custom-page .b-header-custom-page .b-title-custom-page {
          padding: 45px 0 40px 0;
          font-size: 32px;
          line-height: 1; } }
      @media (min-width: 769px) {
        .w-custom-page .b-header-custom-page .b-title-custom-page {
          padding: 0;
          font-size: 42px; } }
    @media (min-width: 320px) {
      .w-custom-page .b-header-custom-page .header-custom-page-menu {
        display: block;
        width: 100%;
        margin-top: 0px; } }
    @media (min-width: 769px) {
      .w-custom-page .b-header-custom-page .header-custom-page-menu {
        margin-top: 90px; } }
    @media (min-width: 1024px) {
      .w-custom-page .b-header-custom-page .header-custom-page-menu {
        width: initial; } }
    .w-custom-page .b-header-custom-page .header-custom-page-menu ul {
      list-style: none;
      margin: 0;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex; }
      @media (min-width: 320px) {
        .w-custom-page .b-header-custom-page .header-custom-page-menu ul {
          flex-direction: column;
          align-items: center;
          justify-content: center; } }
      @media (min-width: 769px) {
        .w-custom-page .b-header-custom-page .header-custom-page-menu ul {
          flex-direction: row;
          align-items: initial;
          justify-content: space-between; } }
      @media (min-width: 1024px) {
        .w-custom-page .b-header-custom-page .header-custom-page-menu ul {
          justify-content: initial; } }
      .w-custom-page .b-header-custom-page .header-custom-page-menu ul li {
        line-height: 1; }
        @media (min-width: 320px) {
          .w-custom-page .b-header-custom-page .header-custom-page-menu ul li {
            padding: 0;
            margin-bottom: 18px; } }
        @media (min-width: 769px) {
          .w-custom-page .b-header-custom-page .header-custom-page-menu ul li {
            padding: 14px;
            margin-bottom: 0; } }
        @media (min-width: 1024px) {
          .w-custom-page .b-header-custom-page .header-custom-page-menu ul li {
            padding: 20px 25px; } }
        @media (min-width: 320px) {
          .w-custom-page .b-header-custom-page .header-custom-page-menu ul li.active a {
            text-decoration: underline; } }
        @media (min-width: 769px) {
          .w-custom-page .b-header-custom-page .header-custom-page-menu ul li.active {
            background: #fff; }
            .w-custom-page .b-header-custom-page .header-custom-page-menu ul li.active a {
              text-decoration: none; } }
        .w-custom-page .b-header-custom-page .header-custom-page-menu ul li a {
          color: #363636;
          text-decoration: none;
          font-size: 14px;
          font-weight: 700; }
          @media (min-width: 769px) {
            .w-custom-page .b-header-custom-page .header-custom-page-menu ul li a {
              font-size: 12px; } }
          @media (min-width: 1024px) {
            .w-custom-page .b-header-custom-page .header-custom-page-menu ul li a {
              font-size: 14px; } }
        @media (min-width: 769px) {
          .w-custom-page .b-header-custom-page .header-custom-page-menu ul li:not(:last-child) {
            margin-right: 14px; } }
        @media (min-width: 1024px) {
          .w-custom-page .b-header-custom-page .header-custom-page-menu ul li:not(:last-child) {
            margin-right: 45px; } }
        .w-custom-page .b-header-custom-page .header-custom-page-menu ul li:not(.active) a:hover {
          text-decoration: underline; }
  .w-custom-page .page-custom-content {
    max-width: 970px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .w-custom-page #contact-us-page.page-custom-content {
    max-width: 666px; }
    .w-custom-page #contact-us-page.page-custom-content .form-label {
      text-align: left;
      line-height: 1.7;
      margin-bottom: 0.57143rem; }
  .w-custom-page .acordion-list,
  .w-custom-page .cms_page_content {
    display: block;
    margin: 100px 0 0 0;
    list-style: none; }
    @media (min-width: 320px) {
      .w-custom-page .acordion-list,
      .w-custom-page .cms_page_content {
        margin: 50px 0 0 0; } }
    @media (min-width: 769px) {
      .w-custom-page .acordion-list,
      .w-custom-page .cms_page_content {
        margin: 100px 0 0 0; } }
    .w-custom-page .acordion-list-title,
    .w-custom-page .cms_page_content-title {
      display: block;
      color: #000000;
      font-size: 30px;
      line-height: 1;
      font-weight: 700;
      border-bottom: 1px solid #e9e9e9; }
      @media (min-width: 320px) {
        .w-custom-page .acordion-list-title,
        .w-custom-page .cms_page_content-title {
          padding: 10px 0px; } }
      @media (min-width: 769px) {
        .w-custom-page .acordion-list-title,
        .w-custom-page .cms_page_content-title {
          padding: 19px 15px; } }
    @media (min-width: 320px) {
      .w-custom-page .acordion-list p,
      .w-custom-page .cms_page_content p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 24px; }
      .w-custom-page .acordion-list ul,
      .w-custom-page .acordion-list ol,
      .w-custom-page .cms_page_content ul,
      .w-custom-page .cms_page_content ol {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 24px; }
        .w-custom-page .acordion-list ul li,
        .w-custom-page .acordion-list ol li,
        .w-custom-page .cms_page_content ul li,
        .w-custom-page .cms_page_content ol li {
          margin-bottom: 7px; }
          .w-custom-page .acordion-list ul li:last-child,
          .w-custom-page .acordion-list ol li:last-child,
          .w-custom-page .cms_page_content ul li:last-child,
          .w-custom-page .cms_page_content ol li:last-child {
            margin-bottom: 0; } }
    @media (min-width: 769px) {
      .w-custom-page .acordion-list p,
      .w-custom-page .cms_page_content p {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px; }
      .w-custom-page .acordion-list ul,
      .w-custom-page .acordion-list ol,
      .w-custom-page .cms_page_content ul,
      .w-custom-page .cms_page_content ol {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px; }
        .w-custom-page .acordion-list ul li,
        .w-custom-page .acordion-list ol li,
        .w-custom-page .cms_page_content ul li,
        .w-custom-page .cms_page_content ol li {
          margin-bottom: 10px; }
          .w-custom-page .acordion-list ul li:last-child,
          .w-custom-page .acordion-list ol li:last-child,
          .w-custom-page .cms_page_content ul li:last-child,
          .w-custom-page .cms_page_content ol li:last-child {
            margin-bottom: 0; } }
  .w-custom-page .acordion-item {
    border-bottom: 1px solid #e9e9e9;
    line-height: 1; }
    .w-custom-page .acordion-item-title {
      position: relative;
      display: block;
      width: 100%;
      color: #363636;
      font-weight: 700;
      cursor: pointer; }
      @media (min-width: 320px) {
        .w-custom-page .acordion-item-title {
          padding: 10px 18px 10px 0;
          font-size: 16px;
          line-height: 24px; } }
      @media (min-width: 769px) {
        .w-custom-page .acordion-item-title {
          padding: 25px 15px;
          font-size: 18px;
          line-height: 1; } }
      @media (min-width: 991px) {
        .w-custom-page .acordion-item-title {
          font-size: 20px; } }
      .w-custom-page .acordion-item-title::after {
        content: '';
        position: absolute;
        margin: auto;
        width: 18px;
        height: 18px;
        background: url("../img/spoiler-toggle.svg") no-repeat center;
        transform: rotate(0);
        transition: all .3s; }
        @media (min-width: 320px) {
          .w-custom-page .acordion-item-title::after {
            top: 12px;
            right: 0; } }
        @media (min-width: 769px) {
          .w-custom-page .acordion-item-title::after {
            top: 25px;
            right: 15px; } }
      .w-custom-page .acordion-item-title.active::after {
        height: 2px;
        transform: rotate(180deg); }
        @media (min-width: 320px) {
          .w-custom-page .acordion-item-title.active::after {
            top: 20px; } }
        @media (min-width: 769px) {
          .w-custom-page .acordion-item-title.active::after {
            top: 33px; } }
    .w-custom-page .acordion-item-content {
      display: none;
      padding: 0 15px; }
      @media (min-width: 320px) {
        .w-custom-page .acordion-item-content {
          padding: 0; }
          .w-custom-page .acordion-item-content p {
            font-size: 14px;
            line-height: 24px;
            margin-bottom: 24px; }
          .w-custom-page .acordion-item-content ul,
          .w-custom-page .acordion-item-content ol {
            font-size: 14px;
            line-height: 24px;
            margin-bottom: 24px; }
            .w-custom-page .acordion-item-content ul li,
            .w-custom-page .acordion-item-content ol li {
              margin-bottom: 7px; }
              .w-custom-page .acordion-item-content ul li:last-child,
              .w-custom-page .acordion-item-content ol li:last-child {
                margin-bottom: 0; } }
      @media (min-width: 769px) {
        .w-custom-page .acordion-item-content {
          padding: 0 15px; }
          .w-custom-page .acordion-item-content p {
            font-size: 18px;
            font-weight: 400;
            line-height: 28px; }
          .w-custom-page .acordion-item-content ul,
          .w-custom-page .acordion-item-content ol {
            font-size: 18px;
            font-weight: 400;
            line-height: 28px; }
            .w-custom-page .acordion-item-content ul li,
            .w-custom-page .acordion-item-content ol li {
              margin-bottom: 10px; }
              .w-custom-page .acordion-item-content ul li:last-child,
              .w-custom-page .acordion-item-content ol li:last-child {
                margin-bottom: 0; } }
  .w-custom-page .acordion-item-title.active + .acordion-item-content {
    display: block; }
  .w-custom-page #contact-us-page {
    text-align: center; }
  .w-custom-page .w-content {
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    @media (min-width: 320px) {
      .w-custom-page .w-content {
        margin-top: 40px;
        margin-bottom: 34px; } }
    @media (min-width: 769px) {
      .w-custom-page .w-content {
        margin-top: 80px;
        margin-bottom: 64px; } }
    .w-custom-page .w-content p {
      font-size: 16px;
      line-height: 27px; }
    .w-custom-page .w-content > p:last-child {
      margin-bottom: 0; }

/*Modal popup issue*/
.has-activeModal header {
  z-index: 99; }

.has-activeModal .modal-background {
  z-index: 999; }

.has-activeModal #previewModal {
  z-index: 999999; }
  .has-activeModal #previewModal .previewCart {
    display: block; }

@media (min-width: 991px) {
  .previewCartCheckout {
    width: 28%; } }

@media (min-width: 991px) {
  .previewCart .productView {
    width: 72%; }
  .previewCart .previewCartCheckout .button, .previewCart .previewCartCheckout #consent-manager .css-1k76mzs, #consent-manager .previewCart .previewCartCheckout .css-1k76mzs, .previewCart .previewCartCheckout #consent-manager .css-a0j149, #consent-manager .previewCart .previewCartCheckout .css-a0j149 {
    min-width: auto; } }

@media (min-width: 769px) {
  .previewCart .productView-details {
    position: initial;
    margin-top: 10px; } }

#modal-size-help {
  z-index: 999999; }

.NurseReviews-title {
  color: #eb81aa;
  font-family: "Brandon Text", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 20px; }

.nurseReviews-review-content {
  font-size: 18px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0; }
  @media (min-width: 1024px) {
    .nurseReviews-review-content {
      font-size: 25px; } }
  .nurseReviews-review-content::before {
    content: "“"; }
  .nurseReviews-review-content::after {
    content: "”"; }

.nurseReviews-review-author {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-top: -20px;
  margin-bottom: 30px; }

.banners .banner [data-event-type="promotion-click"] p {
  font-size: 14px;
  color: #363636; }
  .banners .banner [data-event-type="promotion-click"] p a {
    font-size: 14px;
    color: #363636;
    text-decoration: underline;
    padding-left: 16px;
    margin-left: 15px;
    border-left: 0.5px solid #AEA39B; }

.main-banner-region-wrapper [data-placement-status="ACTIVE"]:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0000005c;
  position: absolute;
  top: 0;
  z-index: -1; }
  @media screen and (max-width: 768px) {
    .main-banner-region-wrapper [data-placement-status="ACTIVE"]:after {
      height: 400px; } }
  @media screen and (max-width: 767px) {
    .main-banner-region-wrapper [data-placement-status="ACTIVE"]:after {
      height: 100%;
      max-height: 300px; } }

.main-banner-region-wrapper [data-placement-status="ACTIVE"] .go2425071660 {
  min-height: 400px;
  max-height: 400px; }
  @media screen and (max-width: 767px) {
    .main-banner-region-wrapper [data-placement-status="ACTIVE"] .go2425071660 {
      min-height: 195px;
      margin-bottom: 30px; } }

.main-banner-region-wrapper [data-test-id="hero-image-title"] p {
  font-size: 36px;
  line-height: 46px;
  color: #fff;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .main-banner-region-wrapper [data-test-id="hero-image-title"] p {
      color: #000; } }
  @media screen and (max-width: 767px) {
    .main-banner-region-wrapper [data-test-id="hero-image-title"] p {
      font-size: 30px;
      line-height: 36px;
      font-weight: bold;
      color: #000;
      letter-spacing: -1px; } }

.main-banner-region-wrapper [data-test-id="hero-image-subtitle"] p {
  font-size: 15px;
  margin-top: 15px;
  color: #fff; }
  @media screen and (max-width: 768px) {
    .main-banner-region-wrapper [data-test-id="hero-image-subtitle"] p {
      color: #000; } }
  @media screen and (max-width: 767px) {
    .main-banner-region-wrapper [data-test-id="hero-image-subtitle"] p {
      font-size: 13px;
      margin-top: 5px;
      color: #000; } }

.main-banner-region-wrapper [data-sub-layout] {
  padding: 0px !important; }

.top-banner-bcfm .breadcrumbs {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 24px;
  margin: 0;
  display: block !important; }
  .top-banner-bcfm .breadcrumbs .breadcrumb.is-active .breadcrumb-label {
    color: #fff !important; }
  .top-banner-bcfm .breadcrumbs .breadcrumb:before {
    color: #fff !important; }
  .top-banner-bcfm .breadcrumbs li a {
    font-size: 13px;
    color: #fff; }

.main-banner-below-bfcm {
  max-width: 1559px;
  margin: 0 auto;
  padding: 60px 15px; }
  @media screen and (max-width: 767px) {
    .main-banner-below-bfcm {
      padding: 0px 0px; } }
  @media screen and (max-width: 820px) {
    .main-banner-below-bfcm [data-sub-layout-container] {
      width: 100%;
      flex-wrap: nowrap;
      gap: 15px;
      max-width: 100%;
      overflow-x: auto; }
      .main-banner-below-bfcm [data-sub-layout-container]::-webkit-scrollbar {
        width: 6px;
        height: 5px; }
      .main-banner-below-bfcm [data-sub-layout-container]::-webkit-scrollbar-track {
        background: #f1f1f1; }
      .main-banner-below-bfcm [data-sub-layout-container]::-webkit-scrollbar-thumb {
        background: lightgrey;
        border-radius: 5px; }
      .main-banner-below-bfcm [data-sub-layout-container]::-webkit-scrollbar-thumb:hover {
        background: #555; } }
  @media screen and (max-width: 820px) {
    .main-banner-below-bfcm [data-sub-layout-container] [data-sub-layout] {
      min-width: 250px; } }
  .main-banner-below-bfcm [data-edit-mode] img {
    width: 100% !important; }
  .main-banner-below-bfcm [data-layout-name="Layout"] {
    justify-content: space-between;
    width: 100%;
    flex-wrap: nowrap;
    gap: 15px; }
    @media screen and (max-width: 767px) {
      .main-banner-below-bfcm [data-layout-name="Layout"] {
        justify-content: start;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 10px;
        padding-bottom: 40px;
        margin-bottom: 10px; } }
    .main-banner-below-bfcm [data-layout-name="Layout"] [data-sub-layout] {
      flex-basis: 20% !important;
      padding: 0px !important;
      max-width: 20%;
      width: 100%;
      position: relative;
      overflow: hidden;
      transition: 0.3s all; }
      @media screen and (max-width: 767px) {
        .main-banner-below-bfcm [data-layout-name="Layout"] [data-sub-layout] {
          max-width: 100%;
          width: 180px;
          min-width: 180px;
          flex-basis: auto; } }
      .main-banner-below-bfcm [data-layout-name="Layout"] [data-sub-layout] p {
        font-size: 15px;
        font-weight: 500;
        color: #000;
        margin-top: 30px;
        text-transform: uppercase; }
        @media screen and (max-width: 767px) {
          .main-banner-below-bfcm [data-layout-name="Layout"] [data-sub-layout] p {
            font-size: 12px;
            margin-top: 20px; } }
      .main-banner-below-bfcm [data-layout-name="Layout"] [data-sub-layout]:hover p {
        color: #C28786; }
      .main-banner-below-bfcm [data-layout-name="Layout"] [data-sub-layout]:hover [data-widget-id][data-placement-id]:last-child {
        bottom: 122px; }
      .main-banner-below-bfcm [data-layout-name="Layout"] [data-sub-layout] [data-widget-id][data-placement-id]:last-child {
        max-width: 244px;
        margin: 0 auto;
        width: 90%;
        position: absolute;
        left: 0;
        right: 0;
        top: auto;
        bottom: 0;
        transition: 0.3s all;
        transform: translateY(100%); }
        .main-banner-below-bfcm [data-layout-name="Layout"] [data-sub-layout] [data-widget-id][data-placement-id]:last-child .buttonLink {
          width: 100%; }
          .main-banner-below-bfcm [data-layout-name="Layout"] [data-sub-layout] [data-widget-id][data-placement-id]:last-child .buttonLink a {
            font-size: 10px;
            font-weight: 500;
            color: #000000;
            background: #fff;
            border-radius: 0px;
            text-transform: uppercase;
            padding: 13px 60px;
            width: 100%;
            border: none; }
            @media screen and (max-width: 767px) {
              .main-banner-below-bfcm [data-layout-name="Layout"] [data-sub-layout] [data-widget-id][data-placement-id]:last-child .buttonLink a {
                padding: 10px 40px; } }

.fs-promo-tile-product-wrapper .fs-promo-tile-image-wrapper {
  height: 100% !important; }
  @media screen and (max-width: 992px) {
    .fs-promo-tile-product-wrapper .fs-promo-tile-image-wrapper {
      height: 100% !important; } }

@media screen and (max-width: 768px) {
  .top-banner-section {
    background: #fff !important; } }

.scroll-container {
  width: 100%;
  /* Full width of the visible area */
  overflow: hidden;
  /* Hide overflowing content */
  white-space: nowrap;
  /* Prevent text from wrapping */ }

.scroll-content {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 30px;
  justify-content: space-between;
  animation: scroll 10s linear infinite;
  /* Continuous scrolling */ }
  .scroll-content p {
    margin-bottom: 0px !important;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase; }

.marquee-region-main {
  background: #fff;
  border-bottom: 1px solid lightgrey; }
  @media only screen and (max-width: 767px) {
    .marquee-region-main {
      margin-bottom: 30px; } }

@keyframes scroll {
  0% {
    transform: translateX(0);
    /* Start at the initial position */ }
  100% {
    transform: translateX(-100%);
    /* Move to the left by 100% */ } }

header .navUser-section .holiday-deals a span {
  font-weight: bold;
  color: green; }

.w-page-about-us {
  overflow-x: hidden;
  margin-left: 0;
  margin-right: 0; }
  .w-page-about-us .homeAbout-details .page-heading {
    font-weight: 400; }
  .w-page-about-us #best-sellers-section {
    margin-top: 96px; }

.about-banner {
  background: url("//blomdahlusa.com/images/stencil/original/image-manager/our-store-banner-image.jpg?t=1742941755") no-repeat center;
  background-size: cover; }
  @media (min-width: 320px) {
    .about-banner {
      height: 300px;
      margin-top: -12px; } }
  @media (min-width: 500px) {
    .about-banner {
      margin-top: -8px; } }
  @media (min-width: 769px) {
    .about-banner {
      height: 521px; } }
  @media (min-width: 1280px) {
    .about-banner {
      margin-top: 0; } }

@media (min-width: 320px) {
  .sect-custom-quote {
    padding: 80px 0; } }

@media (min-width: 991px) {
  .sect-custom-quote {
    padding: 130px 0; } }

.sect-custom-quote .b-quote-img {
  text-align: center; }

@media (min-width: 320px) {
  .sect-custom-quote .b-quote-img + .b-quote {
    margin-top: 40px; } }

@media (min-width: 769px) {
  .sect-custom-quote .b-quote-img + .b-quote {
    margin-top: 70px; } }

@media (min-width: 991px) {
  .sect-custom-quote .b-quote-img + .b-quote {
    margin-top: 130px; } }

.sect-custom-quote .b-quote {
  max-width: 780px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  @media (min-width: 320px) {
    .sect-custom-quote .b-quote p {
      font-size: 24px;
      line-height: 42px;
      margin-bottom: 0;
      letter-spacing: 0; } }
  @media (min-width: 769px) {
    .sect-custom-quote .b-quote p {
      font-size: 36px;
      line-height: 50px; } }

.sect-custom-quote .b-quote-content {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 950px;
  width: 100%; }
  .sect-custom-quote .b-quote-content.center {
    text-align: center; }
  .sect-custom-quote .b-quote-content.w560 {
    max-width: 560px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px; }

.sect-hypoallergenic {
  position: relative;
  background-color: #ffeeef; }
  @media (min-width: 320px) {
    .sect-hypoallergenic {
      padding-bottom: 50px; } }
  @media (min-width: 769px) {
    .sect-hypoallergenic {
      padding-bottom: 70px; } }
  @media (min-width: 991px) {
    .sect-hypoallergenic {
      padding-bottom: 130px; } }
  .sect-hypoallergenic::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 150px;
    background: #fff; }
    @media (min-width: 320px) {
      .sect-hypoallergenic::before {
        height: 150px; } }
    @media (min-width: 1024px) {
      .sect-hypoallergenic::before {
        height: 40px; } }
    @media (min-width: 1170px) {
      .sect-hypoallergenic::before {
        height: 100px; } }
    @media (min-width: 1280px) {
      .sect-hypoallergenic::before {
        height: 150px; } }
  @media (min-width: 320px) {
    .sect-hypoallergenic .homeAbout-content {
      padding-bottom: 60px;
      flex-direction: column-reverse; }
      .sect-hypoallergenic .homeAbout-content div + img, .sect-hypoallergenic .homeAbout-content .homeAdvantages-img.is-active {
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 64px; }
      .sect-hypoallergenic .homeAbout-content .homeAbout-details {
        width: 100%; } }
  @media (min-width: 769px) {
    .sect-hypoallergenic .homeAbout-content {
      padding-bottom: 80px; } }
  @media (min-width: 991px) {
    .sect-hypoallergenic .homeAbout-content {
      margin-bottom: 170px; } }
  @media (min-width: 1024px) {
    .sect-hypoallergenic .homeAbout-content {
      flex-direction: row; }
      .sect-hypoallergenic .homeAbout-content img + div, .sect-hypoallergenic .homeAbout-content div + img, .sect-hypoallergenic .homeAbout-content .homeAdvantages-img.is-active {
        margin-left: 48px;
        margin-top: 0;
        margin-bottom: 0; }
      .sect-hypoallergenic .homeAbout-content .homeAbout-details {
        width: calc(50% - 48px); } }
  @media (min-width: 1280px) {
    .sect-hypoallergenic .homeAbout-content .homeAbout-details {
      width: calc(40% - 48px); } }
  @media (min-width: 1400px) {
    .sect-hypoallergenic .homeAbout-content .homeAbout-details {
      width: auto;
      max-width: 548px; } }
  @media (min-width: 1440px) {
    .sect-hypoallergenic .homeAbout-content img + div, .sect-hypoallergenic .homeAbout-content div + img, .sect-hypoallergenic .homeAbout-content .homeAdvantages-img.is-active {
      margin-left: 80px; } }

@media (min-width: 320px) {
  .sect-patented-medical .homeAbout-content img + div, .sect-patented-medical .homeAbout-content div + img, .sect-patented-medical .homeAbout-content .homeAdvantages-img.is-active {
    margin-left: 0; }
  .sect-patented-medical .homeAbout-content .homeAbout-details {
    width: 100%; } }

@media (min-width: 1024px) {
  .sect-patented-medical .homeAbout-content img + div, .sect-patented-medical .homeAbout-content div + img, .sect-patented-medical .homeAbout-content .homeAdvantages-img.is-active {
    margin-left: 48px; }
  .sect-patented-medical .homeAbout-content .homeAbout-details {
    width: calc(50% - 48px); }
    .sect-patented-medical .homeAbout-content .homeAbout-details P:last-child {
      margin-bottom: 85px; } }

@media (min-width: 1280px) {
  .sect-patented-medical .homeAbout-content .homeAbout-details {
    width: calc(40% - 48px); } }

@media (min-width: 1400px) {
  .sect-patented-medical .homeAbout-content .homeAbout-details {
    width: auto;
    max-width: 548px; } }

@media (min-width: 1440px) {
  .sect-patented-medical .homeAbout-content img + div, .sect-patented-medical .homeAbout-content div + img, .sect-patented-medical .homeAbout-content .homeAdvantages-img.is-active {
    margin-left: 80px; } }

.homeAbout-content.flex-end {
  align-items: flex-end; }

@media (min-width: 320px) {
  .w-prefooter-about {
    display: block;
    text-align: center; } }

@media (min-width: 991px) {
  .w-prefooter-about {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left; } }

.w-prefooter-about p {
  width: 100%;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 0; }
  @media (min-width: 320px) {
    .w-prefooter-about p {
      margin-top: 50px;
      font-size: 24px;
      line-height: 42px;
      margin-bottom: 0;
      text-align: center;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 769px) {
    .w-prefooter-about p {
      font-size: 36px;
      line-height: 50px;
      margin-top: 55px; } }
  @media (min-width: 991px) {
    .w-prefooter-about p {
      max-width: 500px;
      margin-left: 40px;
      margin-right: 0;
      margin-top: 0;
      text-align: left; } }
  @media (min-width: 1080px) {
    .w-prefooter-about p {
      margin-left: 100px; } }

.w-page-medical-piercing {
  overflow-x: hidden;
  margin-left: 0;
  margin-right: 0; }
  .w-page-medical-piercing .blog-lists .blog {
    margin-bottom: 30px; }
  .w-page-medical-piercing .homeAbout-details .page-heading {
    font-weight: 400; }
  .w-page-medical-piercing .pre-banner .container {
    max-width: 100%; }
  @media (min-width: 320px) {
    .w-page-medical-piercing .sect-top-quote {
      padding: 58px 0;
      margin-top: -12px; } }
  @media (min-width: 500px) {
    .w-page-medical-piercing .sect-top-quote {
      margin-top: -8px; } }
  @media (min-width: 769px) {
    .w-page-medical-piercing .sect-top-quote {
      padding: 70px 0; } }
  @media (min-width: 991px) {
    .w-page-medical-piercing .sect-top-quote {
      padding: 110px 0;
      margin-top: 0; } }
  .w-page-medical-piercing .sect-top-quote .categoriesList-header {
    margin-bottom: 0; }
  .w-page-medical-piercing .sect-top-quote .categoriesList-header p {
    max-width: 760px;
    margin-bottom: 20px; }
  .w-page-medical-piercing .w-padding {
    max-width: 119.5rem !important; }
    @media (min-width: 320px) {
      .w-page-medical-piercing .w-padding {
        padding: 0 !important; } }
    @media (min-width: 1080px) {
      .w-page-medical-piercing .w-padding {
        padding: 0 1.7rem !important; } }
    @media (min-width: 320px) {
      .w-page-medical-piercing .w-padding .sect-prefooter .left strong {
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 991px) {
      .w-page-medical-piercing .w-padding .sect-prefooter .left strong {
        max-width: 320px;
        margin-left: 0;
        margin-right: initial; } }
    .w-page-medical-piercing .w-padding .sect-prefooter .center p {
      max-width: 520px; }
      @media (min-width: 320px) {
        .w-page-medical-piercing .w-padding .sect-prefooter .center p {
          margin-left: auto;
          margin-right: auto; } }
      @media (min-width: 991px) {
        .w-page-medical-piercing .w-padding .sect-prefooter .center p {
          margin-left: 0;
          margin-right: initial;
          padding-right: 30px;
          max-width: 550px;
          font-size: 16px;
          line-height: 22px; } }
      @media (min-width: 1080px) {
        .w-page-medical-piercing .w-padding .sect-prefooter .center p {
          font-size: 18px;
          line-height: 28px; } }
    .w-page-medical-piercing .w-padding .sect-prefooter .left {
      margin-left: 0; }
      @media (min-width: 991px) {
        .w-page-medical-piercing .w-padding .sect-prefooter .left {
          padding-right: 25px; } }
      @media (min-width: 1170px) {
        .w-page-medical-piercing .w-padding .sect-prefooter .left {
          padding-right: 54px; } }
    @media (min-width: 991px) {
      .w-page-medical-piercing .w-padding .sect-prefooter .center {
        padding-left: 25px; } }
    @media (min-width: 1170px) {
      .w-page-medical-piercing .w-padding .sect-prefooter .center {
        padding-left: 54px; } }
    .w-page-medical-piercing .w-padding .sect-prefooter .right {
      padding-right: 0; }
  .w-page-medical-piercing .sect-banner-img img {
    width: 100%; }
  .w-page-medical-piercing .w1370 {
    max-width: 98rem; }
  @media (min-width: 320px) {
    .w-page-medical-piercing .same-titanium {
      margin-bottom: 64px; } }
  @media (min-width: 769px) {
    .w-page-medical-piercing .same-titanium {
      margin-bottom: 70px; } }
  @media (min-width: 991px) {
    .w-page-medical-piercing .same-titanium {
      margin-bottom: 130px; } }
  .w-page-medical-piercing .same-plastic .blog-post,
  .w-page-medical-piercing .sect-blog-posts .blog-post {
    line-height: 32px; }
  @media (min-width: 320px) {
    .w-page-medical-piercing .same-plastic,
    .w-page-medical-piercing .sect-blog-posts {
      margin-bottom: 64px; } }
  @media (min-width: 769px) {
    .w-page-medical-piercing .same-plastic,
    .w-page-medical-piercing .sect-blog-posts {
      margin-bottom: 70px; } }
  @media (min-width: 991px) {
    .w-page-medical-piercing .same-plastic,
    .w-page-medical-piercing .sect-blog-posts {
      margin-bottom: 150px; } }
  @media (min-width: 320px) {
    .w-page-medical-piercing .same-plastic {
      flex-direction: column-reverse; }
      .w-page-medical-piercing .same-plastic img + div,
      .w-page-medical-piercing .same-plastic div + img {
        margin-top: initial;
        margin-bottom: 64px; } }
  @media (min-width: 1024px) {
    .w-page-medical-piercing .same-plastic {
      flex-direction: initial; }
      .w-page-medical-piercing .same-plastic img + div,
      .w-page-medical-piercing .same-plastic div + img {
        margin-bottom: initial; } }
  .w-page-medical-piercing .sect-link-faq {
    text-align: center;
    margin-bottom: 150px; }
    @media (min-width: 320px) {
      .w-page-medical-piercing .sect-link-faq {
        margin-bottom: 76px; } }
    @media (min-width: 769px) {
      .w-page-medical-piercing .sect-link-faq {
        margin-bottom: 86px; } }
    @media (min-width: 991px) {
      .w-page-medical-piercing .sect-link-faq {
        margin-bottom: 150px; } }
    .w-page-medical-piercing .sect-link-faq strong {
      display: block;
      font-weight: 400; }
      @media (min-width: 320px) {
        .w-page-medical-piercing .sect-link-faq strong {
          font-size: 30px;
          line-height: 42px;
          margin-bottom: 20px; } }
      @media (min-width: 769px) {
        .w-page-medical-piercing .sect-link-faq strong {
          margin-bottom: 46px; } }
  .w-page-medical-piercing > .sect-prefooter {
    position: relative; }
    .w-page-medical-piercing > .sect-prefooter .img-prefooter {
      position: absolute;
      bottom: -45px;
      right: 0;
      left: 0;
      margin: auto; }
      @media (min-width: 320px) {
        .w-page-medical-piercing > .sect-prefooter .img-prefooter {
          display: none; } }
      @media (min-width: 1080px) {
        .w-page-medical-piercing > .sect-prefooter .img-prefooter {
          max-width: 404px;
          width: 100%;
          display: block; } }
      @media (min-width: 1180px) {
        .w-page-medical-piercing > .sect-prefooter .img-prefooter {
          max-width: 504px; } }
      @media (min-width: 1366px) {
        .w-page-medical-piercing > .sect-prefooter .img-prefooter {
          max-width: 594px; } }
  @media (min-width: 320px) {
    .w-page-medical-piercing > .sect-prefooter .left strong {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px;
      max-width: 100%; } }
  @media (min-width: 991px) {
    .w-page-medical-piercing > .sect-prefooter .left strong {
      max-width: 500px;
      margin-bottom: 0; } }
  @media (min-width: 1080px) {
    .w-page-medical-piercing > .sect-prefooter .left strong {
      max-width: 400px;
      margin-bottom: 0;
      margin-left: 0;
      margin-right: initial; } }
  @media (min-width: 320px) {
    .w-page-medical-piercing .w-prefooter-about {
      display: block;
      text-align: center; } }
  @media (min-width: 991px) {
    .w-page-medical-piercing .w-prefooter-about {
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      align-items: flex-start;
      margin-left: 55px;
      text-align: left; } }
  .w-page-medical-piercing .w-prefooter-about p {
    max-width: 650px;
    width: 100%;
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 0; }
    @media (min-width: 320px) {
      .w-page-medical-piercing .w-prefooter-about p {
        margin-top: 40px;
        font-size: 24px;
        line-height: 42px;
        margin-bottom: 0;
        text-align: center;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 769px) {
      .w-page-medical-piercing .w-prefooter-about p {
        font-size: 36px;
        line-height: 50px; } }
    @media (min-width: 991px) {
      .w-page-medical-piercing .w-prefooter-about p {
        margin-left: 30px;
        margin-right: 0;
        text-align: left; } }
    @media (min-width: 1080px) {
      .w-page-medical-piercing .w-prefooter-about p {
        margin-left: 75px; } }
  .w-page-medical-piercing .sect-skin-friendly-prefooter {
    position: relative;
    background-color: #ffeeef; }
    @media (min-width: 320px) {
      .w-page-medical-piercing .sect-skin-friendly-prefooter {
        padding: 46px 0; } }
    @media (min-width: 1024px) {
      .w-page-medical-piercing .sect-skin-friendly-prefooter {
        padding: 95px 0 0 0; } }
    .w-page-medical-piercing .sect-skin-friendly-prefooter:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 160px;
      background: #fff; }
      @media (min-width: 320px) {
        .w-page-medical-piercing .sect-skin-friendly-prefooter:before {
          display: none; } }
      @media (min-width: 1024px) {
        .w-page-medical-piercing .sect-skin-friendly-prefooter:before {
          display: block;
          height: 60px; } }
      @media (min-width: 1140px) {
        .w-page-medical-piercing .sect-skin-friendly-prefooter:before {
          height: 160px; } }
  @media (min-width: 320px) {
    .w-page-medical-piercing .margin-minus {
      margin-top: 64px; } }
  @media (min-width: 1170px) {
    .w-page-medical-piercing .margin-minus {
      margin-top: -60px; } }

@media (min-width: 1024px) {
  .sect-patented-medical .homeAbout-content .homeAbout-details P:last-child {
    margin-bottom: 0; } }

.border-bottom {
  border-bottom: 1px solid #e9e9e9; }

.sect-safty-quote {
  max-width: 740px;
  margin: 0 auto;
  text-align: center; }
  .sect-safty-quote.bottom .container {
    padding: 0 30px; }
  .sect-safty-quote .container {
    padding: 0 5rem; }
    @media (max-width: 767px) {
      .sect-safty-quote .container {
        padding: 0 20px; } }
    .sect-safty-quote .container h3 {
      font-size: 36px;
      line-height: 47px; }
      @media (max-width: 767px) {
        .sect-safty-quote .container h3 {
          font-size: 30px;
          line-height: initial; } }
    .sect-safty-quote .container p {
      font-size: 18px;
      line-height: 22px; }
      @media (max-width: 767px) {
        .sect-safty-quote .container p {
          line-height: inherit; } }

section.sect-prefooter .button, section.sect-prefooter #consent-manager .css-1k76mzs, #consent-manager section.sect-prefooter .css-1k76mzs, section.sect-prefooter #consent-manager .css-a0j149, #consent-manager section.sect-prefooter .css-a0j149 {
  margin: 0; }
  @media (min-width: 991px) {
    section.sect-prefooter .button:nth-child(2), section.sect-prefooter #consent-manager .css-1k76mzs:nth-child(2), #consent-manager section.sect-prefooter .css-1k76mzs:nth-child(2), section.sect-prefooter #consent-manager .css-a0j149:nth-child(2), #consent-manager section.sect-prefooter .css-a0j149:nth-child(2) {
      margin-top: 25px; } }
  @media (max-width: 587px) {
    section.sect-prefooter .button:nth-child(2), section.sect-prefooter #consent-manager .css-1k76mzs:nth-child(2), #consent-manager section.sect-prefooter .css-1k76mzs:nth-child(2), section.sect-prefooter #consent-manager .css-a0j149:nth-child(2), #consent-manager section.sect-prefooter .css-a0j149:nth-child(2) {
      margin-top: 15px; } }

.how-works {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 60px auto 30px;
  text-align: center; }
  .how-works img {
    width: 80%;
    max-width: 600px; }

.sect-nurse-advantage {
  text-align: center; }
  .sect-nurse-advantage .w-items {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    /*margin-bottom: 90px;*/ }
    @media (min-width: 320px) {
      .sect-nurse-advantage .w-items {
        justify-content: center; } }
    @media (min-width: 992px) {
      .sect-nurse-advantage .w-items {
        justify-content: space-between; } }
    .sect-nurse-advantage .w-items .b-item {
      width: 33.33%;
      flex-shrink: 0;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center; }
      @media (min-width: 320px) {
        .sect-nurse-advantage .w-items .b-item {
          width: 100%;
          margin-bottom: 80px; } }
      @media (min-width: 769px) {
        .sect-nurse-advantage .w-items .b-item {
          width: 50%; } }
      @media (min-width: 991px) {
        .sect-nurse-advantage .w-items .b-item {
          width: 33.33%;
          margin-bottom: 0; } }
      .sect-nurse-advantage .w-items .b-item-icon {
        position: relative;
        width: 112px;
        height: 112px;
        background-color: #E2C5C4;
        border-radius: 112px; }
        .sect-nurse-advantage .w-items .b-item-icon svg {
          position: absolute; }
      .sect-nurse-advantage .w-items .b-item-title {
        font-size: 26px;
        font-weight: 700;
        font-family: "Brandon Text", Arial, Helvetica, sans-serif;
        line-height: 1;
        margin: 40px 0 30px 0; }
      .sect-nurse-advantage .w-items .b-item p {
        margin-bottom: 0; }
        @media (min-width: 320px) {
          .sect-nurse-advantage .w-items .b-item p br {
            display: none; } }
        @media (min-width: 769px) {
          .sect-nurse-advantage .w-items .b-item p {
            padding: 0 20px; }
            .sect-nurse-advantage .w-items .b-item p br {
              display: block; } }
    .sect-nurse-advantage .w-items .b-item:nth-child(1) .b-item-icon svg {
      top: 17px;
      right: 31px; }
    .sect-nurse-advantage .w-items .b-item:nth-child(2) .b-item-icon svg {
      top: 24px;
      right: 26px; }
    .sect-nurse-advantage .w-items .b-item:nth-child(3) .b-item-icon svg {
      bottom: -2px;
      right: 6px; }
  .sect-nurse-advantage.doctor .b-item:nth-child(1) .b-item-icon svg {
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto; }
  .sect-nurse-advantage.doctor .b-item:nth-child(2) .b-item-icon svg {
    top: 17px;
    right: 31px; }
  .sect-nurse-advantage.doctor .b-item:nth-child(3) .b-item-icon svg {
    bottom: -2px;
    right: 6px; }

.sect-kit {
  position: relative;
  background: #ffeeef;
  text-align: center; }
  .sect-kit::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 240px;
    background: #fff;
    z-index: 1; }
    @media (min-width: 320px) {
      .sect-kit::after {
        height: 80px; } }
    @media (min-width: 568px) {
      .sect-kit::after {
        height: 240px; } }
  .sect-kit::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 130px;
    background: #fff;
    z-index: 1; }
    @media (min-width: 320px) {
      .sect-kit::before {
        display: none; } }
    @media (min-width: 992px) {
      .sect-kit::before {
        display: block; } }
  .sect-kit .container {
    position: relative;
    z-index: 2; }
  .sect-kit .w-items {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 320px) {
      .sect-kit .w-items {
        margin-top: 40px;
        justify-content: center; } }
    @media (min-width: 768px) {
      .sect-kit .w-items {
        margin-top: 0; } }
    @media (min-width: 992px) {
      .sect-kit .w-items {
        justify-content: space-between; } }
    .sect-kit .w-items .b-item {
      width: 33.33%;
      text-align: center; }
      @media (min-width: 320px) {
        .sect-kit .w-items .b-item {
          width: 100%;
          margin-bottom: 40px; }
          .sect-kit .w-items .b-item img {
            max-width: 140px; } }
      @media (min-width: 769px) {
        .sect-kit .w-items .b-item {
          width: 50%; }
          .sect-kit .w-items .b-item img {
            max-width: initial; } }
      @media (min-width: 991px) {
        .sect-kit .w-items .b-item {
          width: 33.33%;
          margin-bottom: 0; } }
      .sect-kit .w-items .b-item h4 {
        color: #7d7d7d;
        font-family: "Brandon Text";
        font-size: 16px;
        font-weight: 400;
        line-height: 1;
        margin-top: 20px;
        margin-bottom: 20px; }

.w-page-nurse .w-page-medical-piercing.doctor {
  margin-top: 150px; }

@media (min-width: 320px) {
  .w-page-nurse .w-page-medical-piercing .page-heading br {
    display: none; } }

@media (min-width: 769px) {
  .w-page-nurse .w-page-medical-piercing .page-heading br {
    display: block; } }

.sect-benner-form {
  overflow: hidden; }
  @media (min-width: 320px) {
    .sect-benner-form {
      display: block; } }
  @media (min-width: 1024px) {
    .sect-benner-form {
      max-height: 560px;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      align-items: stretch; } }
  @media (min-width: 320px) {
    .sect-benner-form img {
      width: 100%; } }
  @media (min-width: 1024px) {
    .sect-benner-form img {
      display: block;
      width: 56%;
      object-fit: cover; } }
  .sect-benner-form .form {
    padding: 20px 1.7rem 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #E0D1C7;
    margin: 0; }
    @media (min-width: 320px) {
      .sect-benner-form .form {
        width: 100%; } }
    @media (min-width: 1024px) {
      .sect-benner-form .form {
        width: 44%; } }
    .sect-benner-form .form .form-inner {
      max-width: 408px;
      margin: 0 auto; }
      .sect-benner-form .form .form-inner .button--filled {
        display: block;
        background: #C18786;
        color: #fff;
        width: 100%;
        max-width: 408px;
        margin: 22px auto 0;
        border-color: #C18786; }
        .sect-benner-form .form .form-inner .button--filled:hover {
          background: transparent;
          color: #C18786; }
    .sect-benner-form .form h2 {
      font-size: 36px;
      text-align: center;
      line-height: 1.1;
      margin-top: 22px;
      margin-bottom: 22px; }
      @media (min-width: 1024px) {
        .sect-benner-form .form h2 {
          line-height: 1.2; } }
    .sect-benner-form .form form p {
      font-size: 14px;
      padding: 0 12px;
      line-height: 1;
      margin: 22px auto 0;
      max-width: 408px;
      text-align: center; }
      @media (min-width: 1024px) {
        .sect-benner-form .form form p {
          text-align: left; } }
    .sect-benner-form .form .columns-2 {
      width: 100%;
      display: flex;
      flex-wrap: wrap; }
      .sect-benner-form .form .columns-2 > * {
        width: 100% !important; }
        .sect-benner-form .form .columns-2 > *:not(:last-child) {
          margin-right: 0 !important; }
        .sect-benner-form .form .columns-2 > *:not(:first-child) {
          margin-top: 10px !important; }
      .sect-benner-form .form .columns-2:not(:first-child) {
        margin-top: 10px; }
      @media (min-width: 640px) {
        .sect-benner-form .form .columns-2:not(:first-child) {
          margin-top: 10px; }
        .sect-benner-form .form .columns-2 > * {
          width: calc(50% - 5px) !important; }
          .sect-benner-form .form .columns-2 > *:not(:last-child) {
            margin-right: 10px !important;
            margin-bottom: 0; }
          .sect-benner-form .form .columns-2 > *:not(:first-child) {
            margin-top: 0 !important; } }
    .sect-benner-form .form .messages .message {
      position: absolute;
      width: 100%;
      padding: 15px;
      text-align: center;
      background: #f33;
      bottom: 0;
      left: 0;
      color: #fff;
      display: none; }

.field-wrapper .field {
  width: 100%;
  height: 50px;
  border: none;
  padding: 0 13px; }

.field-wrapper:not(:first-child) {
  margin-top: 13px; }

.field-wrapper.full {
  width: 100% !important;
  margin-top: 10px !important; }

.sect-banner-footer-form {
  width: 100%; }
  .sect-banner-footer-form h2 {
    max-width: 700px;
    margin: 0 auto; }
  .sect-banner-footer-form .form {
    width: 100%;
    padding: 50px 1.7rem; }
    .sect-banner-footer-form .form .form-inner {
      width: 100%;
      max-width: 960px; }
      .sect-banner-footer-form .form .form-inner .fields {
        display: flex;
        flex-wrap: wrap; }
        .sect-banner-footer-form .form .form-inner .fields .field-wrapper {
          width: 100%; }
          .sect-banner-footer-form .form .form-inner .fields .field-wrapper:not(:first-child) {
            margin-top: 12px; }
          .sect-banner-footer-form .form .form-inner .fields .field-wrapper:not(:last-child) {
            margin-right: 0; }
          @media (min-width: 640px) {
            .sect-banner-footer-form .form .form-inner .fields .field-wrapper {
              width: calc(100% / 3 - 8px); }
              .sect-banner-footer-form .form .form-inner .fields .field-wrapper:not(:first-child) {
                margin-top: 0; }
              .sect-banner-footer-form .form .form-inner .fields .field-wrapper:not(:last-child):not(:first-child) {
                margin-right: 12px; } }
    .sect-banner-footer-form .form form p {
      max-width: 490px;
      padding: 0; }

.page.w-page-nurse {
  margin: 0; }

body {
  max-width: 100%; }

.page.w-page-nurse {
  padding-top: 59px; }

.page.w-page-nurse .sect-benner-form > img {
  width: 50%; }

.page.w-page-nurse .sect-benner-form .form {
  text-align: center;
  width: 50%; }

.page.w-page-nurse .sect-benner-form .form .form-inner {
  max-width: 560px;
  margin: 0 auto; }

.page.w-page-nurse .sect-benner-form .form h2 {
  line-height: 83px;
  font-size: 63px;
  color: #000000;
  margin: 0 auto 20px;
  letter-spacing: 0.2px;
  max-width: 540px; }

.page.w-page-nurse .sect-benner-form .form p {
  font-size: 18px;
  color: #363636;
  line-height: 26px;
  letter-spacing: 0; }

.page.w-page-nurse .sect-benner-form .form p a {
  background-color: #C18786;
  border: 2px solid #C18786;
  display: inline-flex;
  align-items: center; }
  .page.w-page-nurse .sect-benner-form .form p a:hover {
    color: #C18786;
    background-color: transparent; }

.page.w-page-nurse .sect-benner-form .form ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: center; }

.page.w-page-nurse .sect-benner-form .form ul li {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  color: #363636;
  line-height: 26px; }

.page.w-page-nurse .sect-benner-form .form ul li:not(:last-child)::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #C18786;
  border-radius: 4px;
  margin: 8px 10px;
  vertical-align: top; }

.page.w-page-nurse .sect-custom-quote.medical-ear-piercing {
  padding: 180px 0 90px;
  text-align: center; }

.page.w-page-nurse .sect-custom-quote.medical-ear-piercing .b-quote p {
  font-size: 16px;
  line-height: 1;
  color: #C18786;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.2px; }

.page.w-page-nurse .sect-custom-quote.medical-ear-piercing .b-quote p:after {
  content: '';
  display: block;
  background: #C18786;
  width: 24px;
  height: 2px;
  margin: 12px auto; }

.page.w-page-nurse .sect-custom-quote.medical-ear-piercing .b-quote-content {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 660px;
  width: 100%; }

.page.w-page-nurse .sect-custom-quote.medical-ear-piercing .b-quote-content p {
  margin: 0 0 25px;
  font-size: 18px;
  color: #363636;
  line-height: 26px;
  letter-spacing: 0; }

.page.w-page-nurse .sect-custom-quote.medical-ear-piercing .b-quote-content p:nth-child(2) {
  margin: 0 0 50px; }

.page.w-page-nurse .sect-custom-quote.medical-ear-piercing .b-quote-content p:last-child {
  margin: 0; }

.page.w-page-nurse .sect-nurse-advantage .w-items .b-item-icon {
  width: 180px;
  height: 180px;
  border-radius: 50%; }

.page.w-page-nurse .sect-nurse-advantage .w-items .b-item-icon svg {
  width: 140px;
  height: 140px; }

.page.w-page-nurse .sect-nurse-advantage .w-items .b-item:nth-child(1) .b-item-icon svg {
  top: auto;
  right: 0;
  bottom: 8px;
  left: -12px; }

.page.w-page-nurse .sect-nurse-advantage .w-items .b-item:nth-child(2) .b-item-icon svg {
  top: auto;
  right: auto;
  bottom: -3px;
  left: -26px;
  width: 160px;
  height: 160px; }

.page.w-page-nurse .sect-nurse-advantage .w-items .b-item:nth-child(3) .b-item-icon svg {
  bottom: 0;
  right: 10px;
  margin: 0 auto; }

.page.w-page-nurse .success-from-start {
  display: flex;
  margin: 180px 0 0;
  background: #E2C5C4; }

.page.w-page-nurse .success-from-start .container .success-from-start-content {
  display: flex; }

.page.w-page-nurse .success-from-start .image {
  width: 50%; }

.page.w-page-nurse .success-from-start .image img {
  display: block;
  position: relative;
  top: -95px; }
  @media (min-width: 1200px) {
    .page.w-page-nurse .success-from-start .image img {
      padding-right: 30px; } }

.page.w-page-nurse .success-from-start .content {
  width: 50%;
  text-align: left;
  padding: 30px 0 0; }

.page.w-page-nurse .success-from-start .content .b-quote p {
  /*font-family: 'Futura';*/
  font-size: 36px;
  font-weight: bold;
  color: #363636;
  line-height: 1;
  margin: 0 0 15px; }

.page.w-page-nurse .success-from-start .content .b-quote-content p:last-child {
  margin: 0; }

.page.w-page-nurse .sect-kit {
  position: relative;
  background: none;
  text-align: center;
  margin: 0 0 60px;
  top: -75px; }

.page.w-page-nurse .sect-kit::before,
.page.w-page-nurse .sect-kit::after {
  display: none; }

.page.w-page-nurse .sect-kit .container {
  max-width: 1050px;
  padding: 0 15px; }

.page.w-page-nurse .sect-kit .w-items .b-item img {
  max-height: 250px;
  max-width: initial; }
  @media (max-width: 375px) {
    .page.w-page-nurse .sect-kit .w-items .b-item img {
      width: 300px; } }
  @media (min-width: 1020px) and (max-width: 1200px) {
    .page.w-page-nurse .sect-kit .w-items .b-item img {
      max-width: 345px; } }
  @media (min-width: 992px) and (max-width: 1019px) {
    .page.w-page-nurse .sect-kit .w-items .b-item img {
      max-width: 335px; } }

.page.w-page-nurse .sect-kit .w-items .b-item h4 {
  color: #363636;
  font-family: "Brandon Text";
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  margin: 10px 0 0;
  letter-spacing: 0.20px; }

.page.w-page-nurse .container .NurseReviews-title {
  color: #EB81AA;
  margin: 0 0 50px; }

.page.w-page-nurse .container .homeReviews-review .homeReviews-review-raiting {
  margin-bottom: 10px;
  line-height: 1; }

.page.w-page-nurse .container .homeReviews-review .nurseReviews-review-content {
  font-size: 18px;
  color: #363636;
  max-width: 565px;
  margin: 0 auto 20px; }

.page.w-page-nurse .container .homeReviews-review .nurseReviews-review-author {
  font-size: 12px;
  font-weight: 500;
  margin: 0 0 40px; }

.page.w-page-nurse .sect-custom-quote.ear-piercing-experience {
  padding: 60px 0 70px; }

.page.w-page-nurse .sect-custom-quote.ear-piercing-experience .b-quote {
  max-width: 770px; }

.page.w-page-nurse .sect-custom-quote.ear-piercing-experience .b-quote p {
  font-size: 37px;
  line-height: 50px;
  color: #363636; }

.page.w-page-nurse .w-page-medical-piercing .sect-patented-medical .homeAbout-content {
  max-width: 1160px; }

.page.w-page-nurse .w-page-medical-piercing .sect-patented-medical .homeAbout-content.same-plastic {
  margin: 0 0 70px auto; }

.page.w-page-nurse .w-page-medical-piercing .sect-patented-medical .homeAbout-content.same-titanium {
  margin: 0 auto 50px 0;
  max-width: 1200px; }

.page.w-page-nurse .w-page-medical-piercing .sect-patented-medical .homeAbout-details .page-heading {
  font-size: 36px;
  color: #363636;
  max-width: 350px; }

.page.w-page-nurse .w-page-medical-piercing .sect-patented-medical .container {
  padding: 0 6.8rem;
  max-width: 1250px;
  padding: 0 15px; }

.page.w-page-nurse .w-page-medical-piercing .sect-patented-medical .w1370 {
  max-width: 1250px;
  padding: 0 15px; }

.page.w-page-nurse .w-page-medical-piercing .sect-patented-medical .homeAbout-content .homeAbout-details {
  width: 100%;
  max-width: 448px;
  margin: 0 auto 0 0; }

.page.w-page-nurse .w-page-medical-piercing .sect-patented-medical .homeAbout-content.same-titanium .homeAbout-details {
  margin: 0 0 0 auto; }

.page.w-page-nurse .w-page-medical-piercing .sect-patented-medical .homeAbout-content .homeAbout-details P {
  font-size: 18px;
  letter-spacing: 0; }

.page.w-page-nurse .w-page-medical-piercing .sect-patented-medical .homeAbout-content > img {
  margin: 0;
  width: 100%;
  max-width: 705px; }

.page.w-page-nurse + .sect-banner-footer-form .form .form-inner h2 {
  max-width: 740px; }

.page.w-page-nurse + .sect-banner-footer-form .form .form-inner .field-wrapper .field {
  border: 1px solid #B5B1B0; }

.page.w-page-nurse + .sect-banner-footer-form .form .form-inner form > p {
  text-align: center; }

.page.w-page-nurse + .sect-banner-footer-form .form .form-inner {
  max-width: 550px; }

.page.w-page-nurse + .sect-banner-footer-form .form .form-inner h2 {
  font-family: "Brandon Text", Arial, Helvetica, sans-serif;
  font-size: 30px; }

.page.w-page-nurse + .sect-banner-footer-form .form {
  width: 100%;
  padding: 10px 20px 40px; }

/* Testimonial Nurse */
.testimonial-nurse {
  background: #E2C5C4;
  padding: 20px 0 30px 0;
  text-align: center;
  margin-bottom: 20px; }
  .testimonial-nurse .container {
    max-width: 1250px;
    padding: 0 15px; }
    @media (min-width: 1024px) {
      .testimonial-nurse .container .top-section {
        display: flex; } }
    .testimonial-nurse .container h2 {
      font-family: "Futura", Arial, Helvetica, sans-serif;
      font-size: 36px;
      line-height: 47px;
      font-weight: 400;
      margin: 0 0 20px 0;
      color: #363636; }
      @media (max-width: 1023px) {
        .testimonial-nurse .container h2 {
          font-size: 32px;
          line-height: normal; } }
    @media (min-width: 1024px) {
      .testimonial-nurse .container .left-section, .testimonial-nurse .container .right-section {
        width: 50%; } }
    @media (max-width: 1023px) {
      .testimonial-nurse .container .left-section, .testimonial-nurse .container .right-section {
        width: 100%;
        margin: 40px 0; } }
    .testimonial-nurse .container .left-section p, .testimonial-nurse .container .right-section p {
      line-height: 22px; }
    @media (min-width: 768px) {
      .testimonial-nurse .container .left-section {
        padding-right: 10px; }
      .testimonial-nurse .container .right-section {
        margin-left: 10px; } }
    .testimonial-nurse .container .user-img {
      margin-right: 20px; }
      @media (min-width: 1200px) {
        .testimonial-nurse .container .user-img img {
          max-width: 201px; } }
      @media (max-width: 1199px) {
        .testimonial-nurse .container .user-img img {
          max-width: 150px;
          margin-bottom: 15px; } }
    .testimonial-nurse .container .user-testimonial p {
      font-size: 18px;
      font-weight: normal;
      margin-bottom: 5px;
      color: #363636; }
      @media (max-width: 1199px) {
        .testimonial-nurse .container .user-testimonial p {
          font-size: 16px;
          line-height: 24px; } }
      @media (max-width: 767px) {
        .testimonial-nurse .container .user-testimonial p {
          display: block;
          text-align: center; } }
      .testimonial-nurse .container .user-testimonial p.diff-info {
        margin-bottom: 10px;
        line-height: 28px; }
    .testimonial-nurse .container .user-testimonial strong {
      font-size: 18px;
      line-height: 28px;
      color: #363636; }
      @media (max-width: 767px) {
        .testimonial-nurse .container .user-testimonial strong {
          display: block;
          text-align: center; } }
      @media (max-width: 1199px) {
        .testimonial-nurse .container .user-testimonial strong {
          font-size: 16px;
          line-height: normal; } }
    .testimonial-nurse .container .full-width {
      margin-top: 60px; }
      .testimonial-nurse .container .full-width p {
        line-height: 28px; }
      @media (max-width: 1023px) {
        .testimonial-nurse .container .full-width {
          margin-top: 40px; } }
    @media (min-width: 768px) {
      .testimonial-nurse .container .d-flex {
        display: flex;
        align-items: center; } }
    .testimonial-nurse .container .text-left {
      text-align: left; }

@media (max-width: 1199px) {
  .page.w-page-nurse .sect-benner-form .form h2 {
    line-height: 65px;
    font-size: 55px; }
  .page.w-page-nurse .sect-custom-quote.medical-ear-piercing {
    padding: 120px 0 80px; }
  .page.w-page-nurse .sect-nurse-advantage .w-items .b-item-title {
    font-size: 24px;
    margin: 35px 0 20px 0; }
  .page.w-page-nurse .sect-nurse-advantage .w-items .b-item p {
    padding: 0 15px;
    font-size: 16px;
    line-height: 24px; }
  .page.w-page-nurse .sect-custom-quote.ear-piercing-experience .b-quote p {
    font-size: 32px;
    line-height: 45px; }
  .page.w-page-nurse .w-page-medical-piercing .sect-patented-medical .homeAbout-content.same-titanium {
    flex-wrap: nowrap; }
  .page.w-page-nurse .w-page-medical-piercing .sect-patented-medical .homeAbout-content > img {
    max-width: 500px; }
  .page.w-page-nurse .success-from-start .content {
    padding: 30px 0 0 30px; }
  .page.w-page-nurse .success-from-start {
    padding: 0 0 30px; }
  .page.w-page-nurse .success-from-start .content .b-quote p {
    font-size: 32px; }
  .page.w-page-nurse .success-from-start .content .b-quote-content p {
    font-size: 16px;
    line-height: 24px; } }

@media (max-width: 1023px) {
  .page.w-page-nurse .sect-benner-form > img {
    width: 100%;
    display: block; }
  .page.w-page-nurse .sect-benner-form .form {
    width: 100%;
    padding: 30px 20px; }
  .page.w-page-nurse .success-from-start .container .success-from-start-content {
    flex-wrap: wrap; }
  .page.w-page-nurse .success-from-start .image {
    width: 100%; }
  .page.w-page-nurse .success-from-start .image img {
    margin: 0 auto; }
  .page.w-page-nurse .success-from-start .content {
    padding: 0;
    width: 100%;
    position: relative;
    top: -40px; }
  .page.w-page-nurse .success-from-start {
    padding: 0; }
  .page.w-page-nurse .sect-kit {
    margin: 20px 0 40px;
    top: 0; }
  .page.w-page-nurse .w-page-medical-piercing .sect-patented-medical .homeAbout-content.same-plastic {
    margin: 0 0 30px !important;
    flex-wrap: wrap !important; }
  .page.w-page-nurse .w-page-medical-piercing .sect-patented-medical .homeAbout-content .homeAbout-details {
    width: 100%;
    max-width: 100%;
    margin: 30px 0 0; }
  .page.w-page-nurse .w-page-medical-piercing .sect-patented-medical .homeAbout-content.same-titanium {
    flex-wrap: wrap;
    margin: 0 0 30px; }
  .page.w-page-nurse .w-page-medical-piercing .sect-patented-medical .homeAbout-content > img {
    max-width: 500px;
    margin: 0 auto;
    display: block; }
  .page.w-page-nurse .w-page-medical-piercing .sect-patented-medical .homeAbout-content.same-titanium .homeAbout-details {
    margin: 30px 0 0; } }

@media (max-width: 767px) {
  .page.w-page-nurse .sect-benner-form .form h2 {
    line-height: 45px;
    font-size: 36px;
    max-width: 310px; }
  .page.w-page-nurse .sect-benner-form .form ul {
    flex-wrap: wrap; }
  .page.w-page-nurse .sect-benner-form .form ul li {
    white-space: nowrap; }
  .page.w-page-nurse .sect-custom-quote.medical-ear-piercing {
    padding: 60px 0; }
  .page.w-page-nurse .sect-nurse-advantage .w-items .b-item {
    margin-bottom: 50px; }
  .page.w-page-nurse .success-from-start {
    margin: 120px 0 0; }
  .page.w-page-nurse .sect-kit {
    margin: 0 0 30px; }
  .page.w-page-nurse .container .NurseReviews-title {
    font-size: 24px;
    margin: 0 0 30px; }
  .page.w-page-nurse .sect-custom-quote.ear-piercing-experience {
    padding: 30px 0 50px; }
  .page.w-page-nurse .sect-custom-quote.ear-piercing-experience .b-quote p {
    font-size: 24px;
    line-height: 36px; }
  .page.w-page-nurse .w-page-medical-piercing .sect-patented-medical .homeAbout-details .page-heading {
    font-size: 30px; }
  .page.w-page-nurse .sect-benner-form .form h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 20px; } }

/* Header */
.header.header-cart {
  position: relative;
  padding: 10px 0; }
  @media (max-width: 1023px) {
    .header.header-cart .navUser {
      display: flex;
      padding: 0 20px; } }
  @media (max-width: 767px) {
    .header.header-cart .navUser {
      padding: 0 15px; } }
  .header.header-cart .navUser .header-logo {
    width: 200px;
    margin: 0;
    float: left; }
    @media (max-width: 1023px) {
      .header.header-cart .navUser .header-logo {
        padding: 7px 0;
        margin: 0 !important;
        text-align: left; }
        .header.header-cart .navUser .header-logo > a {
          padding: 0; } }
    @media (max-width: 767px) {
      .header.header-cart .navUser .header-logo {
        width: 100px; } }
    @media (max-width: 767px) {
      .header.header-cart .navUser .header-logo > a {
        width: 100%; } }
  .header.header-cart .navUser .header-contact {
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0; }
    @media (max-width: 1023px) {
      .header.header-cart .navUser .header-contact {
        font-size: 18px;
        line-height: 40px; } }
    @media (max-width: 767px) {
      .header.header-cart .navUser .header-contact {
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        padding-top: 3px; } }
    .header.header-cart .navUser .header-contact a {
      text-decoration: none; }
      @media (max-width: 767px) {
        .header.header-cart .navUser .header-contact a {
          display: block; } }
  .header.header-cart .navUser .navUser-section.navUser-section--alt {
    margin-left: 0;
    width: 200px; }
    @media (max-width: 767px) {
      .header.header-cart .navUser .navUser-section.navUser-section--alt {
        width: auto; } }
    @media (max-width: 1023px) {
      .header.header-cart .navUser .navUser-section.navUser-section--alt .navUser-item {
        display: block;
        padding: 0 !important; } }
    .header.header-cart .navUser .navUser-section.navUser-section--alt .navUser-item .navUser-action {
      padding: 5px 15px;
      border: 2px solid #363636;
      line-height: 26px; }
      @media (max-width: 767px) {
        .header.header-cart .navUser .navUser-section.navUser-section--alt .navUser-item .navUser-action {
          padding: 1px 10px 3px;
          line-height: 26px;
          font-size: 12px; } }
    .header.header-cart .navUser .navUser-section.navUser-section--alt .navUser-item .navUser-item-userLabel {
      line-height: 20px;
      display: inline-block;
      vertical-align: top;
      margin: 2px 0 0 5px; }
      @media (max-width: 767px) {
        .header.header-cart .navUser .navUser-section.navUser-section--alt .navUser-item .navUser-item-userLabel {
          margin: 4px 0 0 3px; } }
    .header.header-cart .navUser .navUser-section.navUser-section--alt .navUser-item:hover {
      background: #eb81aa;
      color: #fff; }
      .header.header-cart .navUser .navUser-section.navUser-section--alt .navUser-item:hover .navUser-action {
        border-color: #eb81aa; }
      .header.header-cart .navUser .navUser-section.navUser-section--alt .navUser-item:hover .navUser-item-userLabel {
        color: #fff; }

.page.cart-page {
  padding: 50px 0 120px;
  margin-top: 0 !important; }
  @media (max-width: 1199px) {
    .page.cart-page {
      padding: 40px 0 80px; } }
  @media (max-width: 1023px) {
    .page.cart-page {
      padding: 30px 0 50px; } }
  @media (min-width: 1261px) {
    .page.cart-page .container {
      padding: 0 1.7rem; } }
  @media (max-width: 767px) {
    .page.cart-page .container {
      padding: 0; } }
  @media (max-width: 1023px) {
    .page.cart-page .container .page-heading {
      margin: 0 0 25px;
      text-align: center;
      font-size: 30px; } }
  @media (max-width: 767px) {
    .page.cart-page .container .page-heading {
      font-size: 24px; } }
  .page.cart-page .container .cart-container {
    display: inline-block;
    width: 100%; }
    .page.cart-page .container .cart-container .cart-left {
      width: 75%;
      float: left;
      padding-right: 30px;
      padding-bottom: 50px; }
      @media (min-width: 1261px) {
        .page.cart-page .container .cart-container .cart-left {
          padding-right: 100px;
          padding-bottom: 70px; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .page.cart-page .container .cart-container .cart-left {
          width: calc(100% - 280px); } }
      @media (max-width: 1023px) {
        .page.cart-page .container .cart-container .cart-left {
          width: 100%;
          padding: 0;
          float: none; } }
      .page.cart-page .container .cart-container .cart-left .cart .cart-header .cart-header-item {
        font-weight: bold;
        font-size: 16px;
        letter-spacing: 0;
        text-shadow: 0px 0px;
        padding-bottom: 0;
        line-height: 30px; }
        .page.cart-page .container .cart-container .cart-left .cart .cart-header .cart-header-item:last-child {
          text-align: left; }
      @media (max-width: 1023px) {
        .page.cart-page .container .cart-container .cart-left .cart .cart-list .cart-item {
          padding: 10px 0;
          padding-left: 100px;
          position: relative; } }
      .page.cart-page .container .cart-container .cart-left .cart .cart-list .cart-item .cart-item-block {
        display: table-cell;
        font-size: 16px;
        vertical-align: top;
        padding: 25px 0 15px; }
        @media (max-width: 767px) {
          .page.cart-page .container .cart-container .cart-left .cart .cart-list .cart-item .cart-item-block {
            padding: 7px 0;
            margin: 0; } }
        .page.cart-page .container .cart-container .cart-left .cart .cart-list .cart-item .cart-item-block.cart-item-figure {
          padding: 10px 0;
          min-width: 100px; }
          @media (max-width: 1023px) {
            .page.cart-page .container .cart-container .cart-left .cart .cart-list .cart-item .cart-item-block.cart-item-figure {
              width: 100px;
              margin-left: -100px; } }
        .page.cart-page .container .cart-container .cart-left .cart .cart-list .cart-item .cart-item-block.cart-item-title {
          padding-left: 15px; }
          @media (min-width: 1024px) {
            .page.cart-page .container .cart-container .cart-left .cart .cart-list .cart-item .cart-item-block.cart-item-title {
              padding-top: 35px; } }
          @media (max-width: 1023px) {
            .page.cart-page .container .cart-container .cart-left .cart .cart-list .cart-item .cart-item-block.cart-item-title {
              padding: 10px 0 0 25px; } }
          @media (max-width: 767px) {
            .page.cart-page .container .cart-container .cart-left .cart .cart-list .cart-item .cart-item-block.cart-item-title {
              padding-left: 20px;
              padding-right: 20px; } }
        .page.cart-page .container .cart-container .cart-left .cart .cart-list .cart-item .cart-item-block .cart-item-name {
          margin: 0 0 10px; }
          .page.cart-page .container .cart-container .cart-left .cart .cart-list .cart-item .cart-item-block .cart-item-name a {
            color: #363636;
            text-decoration: none; }
        .page.cart-page .container .cart-container .cart-left .cart .cart-list .cart-item .cart-item-block > a {
          font-weight: 600; }
        .page.cart-page .container .cart-container .cart-left .cart .cart-list .cart-item .cart-item-block.cart-item-info {
          width: auto; }
          @media (max-width: 550px) {
            .page.cart-page .container .cart-container .cart-left .cart .cart-list .cart-item .cart-item-block.cart-item-info {
              width: 100%;
              display: block;
              padding-left: 20px; } }
          .page.cart-page .container .cart-container .cart-left .cart .cart-list .cart-item .cart-item-block.cart-item-info:last-child {
            text-align: left;
            width: 120px; }
            @media (min-width: 551px) and (max-width: 767px) {
              .page.cart-page .container .cart-container .cart-left .cart .cart-list .cart-item .cart-item-block.cart-item-info:last-child {
                padding-left: 25px; } }
            @media (max-width: 550px) {
              .page.cart-page .container .cart-container .cart-left .cart .cart-list .cart-item .cart-item-block.cart-item-info:last-child {
                width: 100%; } }
            @media (max-width: 1023px) {
              .page.cart-page .container .cart-container .cart-left .cart .cart-list .cart-item .cart-item-block.cart-item-info:last-child .cart-item-value {
                font-weight: bold;
                text-shadow: 0px 0px; } }
          .page.cart-page .container .cart-container .cart-left .cart .cart-list .cart-item .cart-item-block.cart-item-info .cart-item-label {
            font-weight: bold;
            color: #363636; }
            @media (min-width: 551px) and (max-width: 1023px) {
              .page.cart-page .container .cart-container .cart-left .cart .cart-list .cart-item .cart-item-block.cart-item-info .cart-item-label {
                line-height: 20px; } }
            @media (max-width: 767px) {
              .page.cart-page .container .cart-container .cart-left .cart .cart-list .cart-item .cart-item-block.cart-item-info .cart-item-label {
                text-align: left; } }
            @media (min-width: 551px) and (max-width: 767px) {
              .page.cart-page .container .cart-container .cart-left .cart .cart-list .cart-item .cart-item-block.cart-item-info .cart-item-label {
                padding-left: 20px; } }
          @media (min-width: 551px) {
            .page.cart-page .container .cart-container .cart-left .cart .cart-list .cart-item .cart-item-block.cart-item-info .cart-item-value {
              line-height: 40px; } }
          @media (min-width: 551px) and (max-width: 767px) {
            .page.cart-page .container .cart-container .cart-left .cart .cart-list .cart-item .cart-item-block.cart-item-info .cart-item-value {
              padding-left: 20px; } }
          @media (max-width: 1023px) {
            .page.cart-page .container .cart-container .cart-left .cart .cart-list .cart-item .cart-item-block.cart-item-info + .cart-item-info {
              margin-top: 0; } }
        @media (max-width: 1199px) {
          .page.cart-page .container .cart-container .cart-left .cart .cart-list .cart-item .cart-item-block.cart-item-quantity {
            padding-left: 10px;
            padding-right: 10px; } }
        @media (min-width: 551px) and (max-width: 1023px) {
          .page.cart-page .container .cart-container .cart-left .cart .cart-list .cart-item .cart-item-block.cart-item-quantity {
            width: 130px !important;
            text-align: center; } }
        @media (max-width: 550px) {
          .page.cart-page .container .cart-container .cart-left .cart .cart-list .cart-item .cart-item-block.cart-item-quantity {
            padding-top: 0;
            padding-left: 20px; } }
        .page.cart-page .container .cart-container .cart-left .cart .cart-list .cart-item .cart-item-block.cart-item-quantity .form-increment .form-input {
          color: #363636;
          padding-top: 2px; }
        @media (min-width: 551px) and (max-width: 1023px) {
          .page.cart-page .container .cart-container .cart-left .cart .cart-list .cart-item .cart-item-block.cart-item-quantity .cart-item-label {
            padding: 0 !important;
            text-align: center !important; } }
        @media (max-width: 550px) {
          .page.cart-page .container .cart-container .cart-left .cart .cart-list .cart-item .cart-item-block.cart-item-quantity .cart-item-label {
            text-align: left;
            margin: 0;
            line-height: 40px; } }
        .page.cart-page .container .cart-container .cart-left .cart .cart-list .cart-item .cart-item-block .cart-remove {
          background: #fff;
          border: 1px solid #B2B0B1;
          margin-top: 10px; }
          @media (max-width: 1023px) {
            .page.cart-page .container .cart-container .cart-left .cart .cart-list .cart-item .cart-item-block .cart-remove {
              position: absolute;
              top: 15px;
              right: 0;
              margin-top: 5px; } }
          .page.cart-page .container .cart-container .cart-left .cart .cart-list .cart-item .cart-item-block .cart-remove > svg {
            fill: #B2B0B1;
            stroke-width: 2px;
            stroke: #B2B0B1; }
      @media (max-width: 1023px) {
        .page.cart-page .container .cart-container .cart-left .cart-actions {
          text-align: center;
          margin-bottom: 20px; } }
      .page.cart-page .container .cart-container .cart-left .cart-actions .button, .page.cart-page .container .cart-container .cart-left .cart-actions #consent-manager .css-1k76mzs, #consent-manager .page.cart-page .container .cart-container .cart-left .cart-actions .css-1k76mzs, .page.cart-page .container .cart-container .cart-left .cart-actions #consent-manager .css-a0j149, #consent-manager .page.cart-page .container .cart-container .cart-left .cart-actions .css-a0j149 {
        display: inline-block;
        float: none;
        background: none;
        border: none;
        color: #eb81aa;
        font-size: 14px;
        letter-spacing: 0;
        padding: 0;
        line-height: 28px;
        position: relative;
        left: -5px;
        text-align: left; }
        @media (max-width: 1023px) {
          .page.cart-page .container .cart-container .cart-left .cart-actions .button, .page.cart-page .container .cart-container .cart-left .cart-actions #consent-manager .css-1k76mzs, #consent-manager .page.cart-page .container .cart-container .cart-left .cart-actions .css-1k76mzs, .page.cart-page .container .cart-container .cart-left .cart-actions #consent-manager .css-a0j149, #consent-manager .page.cart-page .container .cart-container .cart-left .cart-actions .css-a0j149 {
            text-align: center; } }
        .page.cart-page .container .cart-container .cart-left .cart-actions .button svg, .page.cart-page .container .cart-container .cart-left .cart-actions #consent-manager .css-1k76mzs svg, #consent-manager .page.cart-page .container .cart-container .cart-left .cart-actions .css-1k76mzs svg, .page.cart-page .container .cart-container .cart-left .cart-actions #consent-manager .css-a0j149 svg, #consent-manager .page.cart-page .container .cart-container .cart-left .cart-actions .css-a0j149 svg {
          fill: #eb81aa;
          vertical-align: top; }
    .page.cart-page .container .cart-container .cart-right {
      width: 25%;
      float: right; }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .page.cart-page .container .cart-container .cart-right {
          width: 280px; } }
      @media (max-width: 1023px) {
        .page.cart-page .container .cart-container .cart-right {
          width: 100%;
          padding: 0;
          float: none; } }
      .page.cart-page .container .cart-container .cart-right .title {
        font-size: 16px;
        font-weight: bold;
        color: #eb81aa;
        letter-spacing: 0;
        line-height: 30px; }
      .page.cart-page .container .cart-container .cart-right .sidebar-box {
        border: 1px solid #eb81aa;
        padding: 10px 20px 20px; }
        .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-totals {
          width: 100%;
          border-bottom: 1px solid #e5e5e5;
          margin-bottom: 15px; }
          @media (max-width: 1023px) {
            .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-totals {
              text-align: left; } }
          .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-totals .cart-total .cart-total-label,
          .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-totals .cart-total .cart-total-value {
            padding: 10px 0;
            line-height: 20px; }
          @media (max-width: 767px) {
            .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-totals .cart-total .cart-total-label {
              width: 50%; } }
          .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-totals .cart-total .cart-total-value {
            padding-left: 15px; }
            @media (max-width: 1023px) {
              .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-totals .cart-total .cart-total-value {
                float: right; } }
          .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-totals .cart-total .estimator-form .button, .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-totals .cart-total .estimator-form #consent-manager .css-1k76mzs, #consent-manager .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-totals .cart-total .estimator-form .css-1k76mzs, .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-totals .cart-total .estimator-form #consent-manager .css-a0j149, #consent-manager .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-totals .cart-total .estimator-form .css-a0j149 {
            min-width: 200px;
            padding: 12px 0 10px; }
            @media (max-width: 767px) {
              .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-totals .cart-total .estimator-form .button, .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-totals .cart-total .estimator-form #consent-manager .css-1k76mzs, #consent-manager .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-totals .cart-total .estimator-form .css-1k76mzs, .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-totals .cart-total .estimator-form #consent-manager .css-a0j149, #consent-manager .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-totals .cart-total .estimator-form .css-a0j149 {
                margin-left: auto;
                display: block; } }
          .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-totals .cart-total .coupon-form .form-input,
          .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-totals .cart-total .cart-gift-certificate-form .form-input {
            width: 70%;
            height: 40px;
            padding: 10px 0 6px 10px; }
          .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-totals .cart-total .coupon-form .button, .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-totals .cart-total .coupon-form #consent-manager .css-1k76mzs, #consent-manager .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-totals .cart-total .coupon-form .css-1k76mzs, .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-totals .cart-total .coupon-form #consent-manager .css-a0j149, #consent-manager .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-totals .cart-total .coupon-form .css-a0j149,
          .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-totals .cart-total .cart-gift-certificate-form .button,
          .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-totals .cart-total .cart-gift-certificate-form #consent-manager .css-1k76mzs,
          #consent-manager .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-totals .cart-total .cart-gift-certificate-form .css-1k76mzs,
          .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-totals .cart-total .cart-gift-certificate-form #consent-manager .css-a0j149,
          #consent-manager .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-totals .cart-total .cart-gift-certificate-form .css-a0j149 {
            padding: 0;
            height: 40px; }
          .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-totals .cart-total + .cart-total {
            border-top: none; }
        .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-actions .button.button--primary, .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-actions #consent-manager .button--primary.css-1k76mzs, #consent-manager .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-actions .button--primary.css-1k76mzs, .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-actions #consent-manager .css-a0j149, #consent-manager .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-actions .css-a0j149 {
          background: #eb81aa;
          color: #fff;
          line-height: 24px;
          padding: 13px 0;
          width: 100%;
          min-width: auto; }
          @media (max-width: 1023px) {
            .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-actions .button.button--primary, .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-actions #consent-manager .button--primary.css-1k76mzs, #consent-manager .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-actions .button--primary.css-1k76mzs, .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-actions #consent-manager .css-a0j149, #consent-manager .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-actions .css-a0j149 {
              max-width: 300px;
              margin: 0 auto;
              float: none;
              display: block; } }
          .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-actions .button.button--primary:before, .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-actions #consent-manager .button--primary.css-1k76mzs:before, #consent-manager .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-actions .button--primary.css-1k76mzs:before, .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-actions #consent-manager .css-a0j149:before, #consent-manager .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-actions .css-a0j149:before {
            content: '';
            display: inline-block;
            width: 20px;
            height: 20px;
            vertical-align: top;
            margin-right: 2px;
            background: url(https://cdn11.bigcommerce.com/s-xqjlaq4kau/product_images/uploaded_images/checkout.png) left no-repeat; }
        .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-additionalCheckoutButtons {
          text-align: center;
          margin-top: 15px; }
          .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-additionalCheckoutButtons:before {
            content: "-- or use --";
            display: block;
            font-size: 16px; }
          .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-additionalCheckoutButtons .FloatRight div {
            float: none; }
          .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-additionalCheckoutButtons .FloatRight p {
            text-align: center;
            margin-top: 0;
            font-size: 16px; }
          .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-additionalCheckoutButtons .CheckoutButton {
            margin-bottom: 5px; }
            .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-additionalCheckoutButtons .CheckoutButton:last-child {
              margin-bottom: 0; }
    .page.cart-page .container .cart-container .cart-features-block {
      display: flex;
      width: 75%;
      padding-right: 30px;
      justify-content: space-between; }
      @media (min-width: 1261px) {
        .page.cart-page .container .cart-container .cart-features-block {
          padding-right: 160px; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .page.cart-page .container .cart-container .cart-features-block {
          width: calc(100% - 280px); } }
      @media (max-width: 1023px) {
        .page.cart-page .container .cart-container .cart-features-block {
          width: 100%;
          padding: 0;
          float: none;
          margin: 40px auto 0; } }
      @media (max-width: 580px) {
        .page.cart-page .container .cart-container .cart-features-block {
          margin: 20px auto 0;
          display: block;
          text-align: center; } }
      .page.cart-page .container .cart-container .cart-features-block .feature-item {
        width: calc(100% / 3);
        display: inline-flex;
        max-width: 240px; }
        @media (max-width: 1023px) {
          .page.cart-page .container .cart-container .cart-features-block .feature-item {
            max-width: 205px; } }
        @media (max-width: 580px) {
          .page.cart-page .container .cart-container .cart-features-block .feature-item {
            width: 100%;
            text-align: left;
            margin: 15px 0;
            max-width: 220px; } }
        .page.cart-page .container .cart-container .cart-features-block .feature-item .feature-icon {
          min-width: 40px;
          max-width: 40px; }
          @media (min-width: 801px) and (max-width: 920px) {
            .page.cart-page .container .cart-container .cart-features-block .feature-item .feature-icon {
              min-width: 30px; } }
        .page.cart-page .container .cart-container .cart-features-block .feature-item .feature-content {
          padding-left: 10px; }
          .page.cart-page .container .cart-container .cart-features-block .feature-item .feature-content h3 {
            font-size: 14px;
            margin: 0 0 5px;
            font-weight: bold;
            text-shadow: 0px 0px;
            line-height: 1;
            font-family: "Brandon Text";
            letter-spacing: 0; }
            @media (max-width: 1023px) {
              .page.cart-page .container .cart-container .cart-features-block .feature-item .feature-content h3 {
                font-size: 12px; } }
            @media (min-width: 801px) and (max-width: 920px) {
              .page.cart-page .container .cart-container .cart-features-block .feature-item .feature-content h3 {
                font-size: 10px; } }
          .page.cart-page .container .cart-container .cart-features-block .feature-item .feature-content p {
            font-size: 10px;
            line-height: 12px;
            margin: 0; }
            @media (min-width: 801px) and (max-width: 920px) {
              .page.cart-page .container .cart-container .cart-features-block .feature-item .feature-content p {
                font-size: 9px; } }
            .page.cart-page .container .cart-container .cart-features-block .feature-item .feature-content p a {
              color: #363636;
              text-decoration: none; }

/* Footer */
.footer.footer-cart {
  padding: 15px 0; }
  .footer.footer-cart .footer-copyright {
    text-align: center;
    justify-content: center;
    padding: 0; }

.productGrid .product .card .card-figure .card-figcaption .card-figcaption-body {
  transform: none;
  top: 0;
  display: block; }

.productGrid .product .card .card-figure .card-figcaption .card-figcaption-body .card-figcaption-button {
  display: none !important; }

.productGrid .product .card .card-figure .card-figcaption .card-figcaption-body .card-figcaption-button.quickview {
  display: block !important;
  width: 50px;
  min-width: auto;
  padding: 0;
  height: 50px;
  border-radius: 50%;
  font-size: 0;
  margin: 10px 10px 0 auto; }

.productGrid .product .card .card-figure .card-figcaption .card-figcaption-body .card-figcaption-button.quickview:before {
  content: '';
  width: 50px;
  height: 50px;
  background: url(https://cdn11.bigcommerce.com/s-xqjlaq4kau/product_images/uploaded_images/search-regular-60.png) no-repeat center;
  display: block;
  margin: 0 auto;
  background-size: 26px; }

@media (max-width: 1199px) {
  .productGrid .product .card .card-figure .card-figcaption .card-figcaption-body .card-figcaption-button.quickview {
    width: 40px;
    height: 40px; }
  .productGrid .product .card .card-figure .card-figcaption .card-figcaption-body .card-figcaption-button.quickview:before {
    width: 40px;
    height: 40px;
    background-size: 20px; } }

.productAttributes-message {
  background-color: #fdd; }
  .productAttributes-message .icon svg {
    fill: #cc4749; }

.banners {
  background-color: #D5AD7A; }

.footer .footer-subscription-form .button, .footer .footer-subscription-form #consent-manager .css-1k76mzs, #consent-manager .footer .footer-subscription-form .css-1k76mzs, .footer .footer-subscription-form #consent-manager .css-a0j149, #consent-manager .footer .footer-subscription-form .css-a0j149 {
  background-color: #83796F;
  border-color: #83796F; }

.footer .footer-info-text a {
  color: #633116; }

.footer .socialLinks .icon svg {
  fill: #633116; }

@media (max-width: 767px) {
  .footer .footer-info .footer-info-col .footer-subscription-info {
    margin-bottom: 10px; } }

@media (max-width: 1023px) {
  .footer .footer-info .footer-info-col {
    width: 50%;
    text-align: left; } }

@media (max-width: 767px) {
  .footer .footer-info .footer-info-col {
    width: 100%;
    margin-bottom: 10px; } }

.footer .footer-info .w-menu-footer article h5.footer-info-heading {
  font-family: "Brandon Text";
  font-size: 16px;
  line-height: 27px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  color: #231F20;
  margin-bottom: 10px;
  position: relative; }
  @media (max-width: 767px) {
    .footer .footer-info .w-menu-footer article h5.footer-info-heading::after {
      content: "";
      position: absolute;
      top: 7px;
      right: 0;
      background-image: url("../img/footer-plus-icon.png");
      width: 12px;
      height: 12px; } }
  @media (max-width: 1023px) {
    .footer .footer-info .w-menu-footer article h5.footer-info-heading {
      margin-bottom: 0;
      font-size: 18px; } }
  @media (max-width: 767px) {
    .footer .footer-info .w-menu-footer article h5.footer-info-heading {
      text-align: left; } }

@media (max-width: 767px) {
  .footer .footer-info .w-menu-footer article h5.footer-info-heading.active::after {
    content: "";
    position: absolute;
    top: 13px;
    right: 0;
    background-image: url("../img/footer-minus-icon.png");
    width: 12px;
    height: 2px; } }

.footer .footer-info .w-menu-footer article ul.footer-info-list {
  margin-top: 0px; }
  .footer .footer-info .w-menu-footer article ul.footer-info-list li a {
    color: #231F20;
    text-decoration: none;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
    text-transform: capitalize; }
  @media (max-width: 1023px) {
    .footer .footer-info .w-menu-footer article ul.footer-info-list {
      display: none;
      padding-left: 10px; } }
  @media (max-width: 767px) {
    .footer .footer-info .w-menu-footer article ul.footer-info-list {
      text-align: left;
      padding-left: 10px; } }

@media (max-width: 1023px) {
  .footer .footer-info .w-menu-footer article {
    width: 100%;
    border-bottom: 1px solid #C8C0B3;
    padding: 20px 0; } }

@media (max-width: 767px) {
  .footer .footer-info .w-menu-footer article {
    margin-bottom: 0; } }

.footer .footer-info .w-menu-footer [data-section-type="storeInfo"] .footer-info-heading::after {
  content: none; }

.footer .footer-info .w-menu-footer [data-section-type="storeInfo"] .footer-info-heading.active::after {
  content: none; }

@media (max-width: 1023px) {
  .footer .footer-info .w-menu-footer [data-section-type="storeInfo"] {
    border-bottom: none; } }

@media (max-width: 767px) {
  .footer .footer-info .w-menu-footer [data-section-type="storeInfo"] {
    margin-left: 0;
    text-align: left; } }

@media (max-width: 1023px) {
  .footer .footer-info .w-menu-footer {
    width: 50%;
    max-width: 338px;
    flex-direction: column; } }

@media (max-width: 767px) {
  .footer .footer-info .w-menu-footer {
    width: 100%;
    max-width: 100%; } }

@media (max-width: 1023px) {
  .footer .footer-info {
    display: flex;
    justify-content: space-between; } }

@media (max-width: 767px) {
  .footer .footer-info {
    flex-direction: column; } }

.footer .footer-copyright p.powered-by {
  font-size: 12px;
  line-height: 22px;
  color: #231F20;
  width: auto;
  padding-right: 20px;
  position: relative; }
  @media (max-width: 767px) {
    .footer .footer-copyright p.powered-by {
      width: auto;
      padding-right: 20px; } }

.footer .footer-copyright p.powered-by:first-child::after {
  content: "";
  position: absolute;
  height: 12px;
  width: 1px;
  background: #231F20;
  top: 5px;
  right: 9px; }

@media (max-width: 767px) {
  .footer .footer-copyright {
    text-align: left;
    justify-content: left; } }

@media (min-width: 767px) {
  .footer .footer-copyright .powered-by + .powered-by.links {
    margin-left: 0; } }

.footer-info .w-menu-footer [data-section-type="storeInfo"] {
  margin-right: 0; }
  @media (min-width: 1280px) {
    .footer-info .w-menu-footer [data-section-type="storeInfo"] {
      margin-left: 35px; } }
  @media (max-width: 767px) {
    .footer-info .w-menu-footer [data-section-type="storeInfo"] {
      margin-left: 25px; } }
  @media (max-width: 320px) {
    .footer-info .w-menu-footer [data-section-type="storeInfo"] {
      margin-left: 0; } }

@media (min-width: 991px) {
  .header .navUser .navUser-section[data-menu] .navUser-item .navUser-action.bold {
    color: #C28887; } }

/* font color */
.form-action input#form-action-addToCart {
  background-color: #D5AD7A;
  border-color: #D5AD7A;
  color: #000000;
  font-size: 20px;
  height: 45px;
  line-height: 10px; }

.form-action input#form-action-addToCart:hover {
  background-color: rgba(0, 0, 255, 0);
  border-color: #D5AD7A;
  color: #D5AD7A; }

body .banners {
  background-color: #E2C5C4;
  min-height: 35px; }

body .footer section.footer-info article .footer-info-text a {
  color: #C18786; }

body .footer section.footer-info .footer-subscription-form .form-fieldset button {
  background-color: #C8C0B3;
  border-color: #C8C0B3; }
  body .footer section.footer-info .footer-subscription-form .form-fieldset button svg {
    fill: #000000; }

body .footer ul.socialLinks .socialLinks-item a.icon svg {
  fill: #C18786; }

@media (max-width: 1023px) {
  .footer .footer-info .w-menu-footer article h5.footer-info-heading::after {
    content: "";
    position: absolute;
    top: 7px;
    right: 0;
    background-image: url(../img/footer-plus-icon.png);
    width: 12px;
    height: 12px; }
  .footer .footer-info .w-menu-footer article h5.footer-info-heading.active::after {
    content: "";
    position: absolute;
    top: 13px;
    right: 0;
    background-image: url(../img/footer-minus-icon.png);
    width: 12px;
    height: 2px; } }

@media (max-width: 990px) {
  .navPages-list.navPages-list--mobile .navPages-item {
    width: 100%;
    border-bottom: 1px solid #C8C0B3; }
  div.navPage-subMenu {
    display: none; }
  body .navPages-action svg {
    fill: #231F20;
    stroke: #231F20;
    width: 11px;
    height: 15px; }
  .navPages-action {
    position: relative;
    margin-top: 5px; }
  .navPages-action-moreIcon {
    position: absolute;
    right: 0;
    margin-top: 9px;
    transform: rotate(0deg);
    margin-right: 3px; }
  body .navPages-list--user {
    border-top: 0; }
  ul.navPages-list.navPages-list--user {
    margin-top: 0;
    padding-top: 0; }
  ul.navPages-list.navPages-list--user li.navPages-item {
    border-bottom: 1px solid #C8C0B3; }
  .navPages-list.navPages-list--mobile li.navPages-item:first-child {
    border-bottom: 0; }
  .navPages-quickSearch .form-field {
    display: flex; }
  .navPages-quickSearch .form-field span.menu-navUser-item-icon {
    background: #c8c0b3;
    width: 60px;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center; }
  .navPages-quickSearch .form-field span.menu-navUser-item-icon img {
    width: 20px;
    height: 20px; }
  .navPages-quickSearch .form-field input#search_query {
    height: 40px;
    padding-top: 15px; }
  a.navPages-action.has-subMenu.hasSub_list {
    color: #231F20; }
  ul.navPages-list.navPages-list--mobile .navPages-action:hover, ul.navPages-list.navPages-list--mobile .navPages-action.activePage {
    color: #231F20; }
  ul.navPages-list.navPages-list--mobile .navPages-action i svg:hover, ul.navPages-list.navPages-list--mobile .navPages-action.activePage i svg {
    fill: #231F20;
    stroke: #231F20; }
  div.navPage-subMenu ul.navPage-subMenu-subCategories-list li.navPage-subMenu-subCategories-item {
    padding-left: 10px; }
  body .navPages-action:hover svg, body .navPages-action.activePage svg {
    fill: #231F20;
    stroke: #231F20; }
  div.navPage-subMenu ul.navPage-subMenu-subCategories-list li.navPage-subMenu-subCategories-item:last-child {
    margin-bottom: 10px; }
  a.navPages-action.has-subMenu.active + .navPage-subMenu {
    display: block; }
  .navPages-action.has-subMenu.active i.icon.navPages-action-moreIcon svg {
    transform: rotate(180deg); }
  li.navPages-item a.navPages-action.has-subMenu {
    color: #231F20;
    font-size: 20px;
    font-weight: 400; }
  ul.navPages-list.navPages-list--user li.navPages-item a.navPages-action {
    font-size: 20px;
    font-weight: 400;
    width: 100%; }
  ul.navPages-list.navPages-list--user li.navPages-item:first-child a.navPages-action {
    color: #C18786;
    font-weight: bold; }
  ul.navPages-list.navPages-list--user li.navPages-item:nth-child(2) a.navPages-action {
    color: #C18786;
    font-weight: bold; }
  .navPage-subMenu ul.navPage-subMenu-subCategories-list li.navPage-subMenu-subCategories-item a.navPage-subMenu-subCategories-action.navPages-action {
    font-size: 18px;
    color: #231F20; } }

.button, #consent-manager .css-1k76mzs, #consent-manager .css-a0j149 {
  background-color: #C18786;
  border-color: #C18786;
  color: white; }

.button:hover, #consent-manager .css-1k76mzs:hover, #consent-manager .css-a0j149:hover, .button:focus, #consent-manager .css-1k76mzs:focus, #consent-manager .css-a0j149:focus, .button.is-active, #consent-manager .is-active.css-1k76mzs, #consent-manager .is-active.css-a0j149, .button.active, #consent-manager .active.css-1k76mzs, #consent-manager .active.css-a0j149 {
  background-color: rgba(0, 0, 255, 0);
  border-color: #C18786;
  color: #C18786; }

.button--primary, #consent-manager .css-a0j149 {
  border-color: #C18786;
  color: #C18786;
  background-color: rgba(0, 0, 255, 0); }

.button--primary.active, #consent-manager .active.css-a0j149, .button--primary.is-active, #consent-manager .is-active.css-a0j149, .button--primary:focus, #consent-manager .css-a0j149:focus, .button--primary:hover, #consent-manager .css-a0j149:hover {
  background-color: #C18786;
  border-color: #C18786;
  color: #fff; }

.previewCartCheckout .button + .button, .previewCartCheckout #consent-manager .css-1k76mzs + .button, #consent-manager .previewCartCheckout .css-1k76mzs + .button, .previewCartCheckout #consent-manager .css-a0j149 + .button, #consent-manager .previewCartCheckout .css-a0j149 + .button, .previewCartCheckout #consent-manager .button + .css-1k76mzs, #consent-manager .previewCartCheckout .button + .css-1k76mzs, .previewCartCheckout #consent-manager .css-1k76mzs + .css-1k76mzs, #consent-manager .previewCartCheckout .css-1k76mzs + .css-1k76mzs, .previewCartCheckout #consent-manager .css-a0j149 + .css-1k76mzs, #consent-manager .previewCartCheckout .css-a0j149 + .css-1k76mzs, .previewCartCheckout #consent-manager .button + .css-a0j149, #consent-manager .previewCartCheckout .button + .css-a0j149, .previewCartCheckout #consent-manager .css-1k76mzs + .css-a0j149, #consent-manager .previewCartCheckout .css-1k76mzs + .css-a0j149, .previewCartCheckout #consent-manager .css-a0j149 + .css-a0j149, #consent-manager .previewCartCheckout .css-a0j149 + .css-a0j149 {
  background-color: #C18786;
  border-color: #C18786; }
  .previewCartCheckout .button + .button:hover, .previewCartCheckout #consent-manager .css-1k76mzs + .button:hover, #consent-manager .previewCartCheckout .css-1k76mzs + .button:hover, .previewCartCheckout #consent-manager .css-a0j149 + .button:hover, #consent-manager .previewCartCheckout .css-a0j149 + .button:hover, .previewCartCheckout #consent-manager .button + .css-1k76mzs:hover, #consent-manager .previewCartCheckout .button + .css-1k76mzs:hover, .previewCartCheckout #consent-manager .css-1k76mzs + .css-1k76mzs:hover, #consent-manager .previewCartCheckout .css-1k76mzs + .css-1k76mzs:hover, .previewCartCheckout #consent-manager .css-a0j149 + .css-1k76mzs:hover, #consent-manager .previewCartCheckout .css-a0j149 + .css-1k76mzs:hover, .previewCartCheckout #consent-manager .button + .css-a0j149:hover, #consent-manager .previewCartCheckout .button + .css-a0j149:hover, .previewCartCheckout #consent-manager .css-1k76mzs + .css-a0j149:hover, #consent-manager .previewCartCheckout .css-1k76mzs + .css-a0j149:hover, .previewCartCheckout #consent-manager .css-a0j149 + .css-a0j149:hover, #consent-manager .previewCartCheckout .css-a0j149 + .css-a0j149:hover {
    background-color: rgba(0, 0, 255, 0);
    border-color: #C18786;
    color: #C18786; }

.card-figcaption-button:hover {
  background-color: #C18786;
  color: white; }

.page.cart-page .container .cart-container .cart-right .sidebar-box .cart-actions .button.button--primary, .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-actions #consent-manager .button--primary.css-1k76mzs, #consent-manager .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-actions .button--primary.css-1k76mzs, .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-actions #consent-manager .css-a0j149, #consent-manager .page.cart-page .container .cart-container .cart-right .sidebar-box .cart-actions .css-a0j149 {
  background: #C18786;
  color: #fff; }

.p-search .navBar-action-color--active {
  background: #C18786; }

.p-search .navBar--sub .navBar-action {
  color: #C18786; }

.p-search .navBar--sub .navBar-action.toggleLink {
  color: #eb81aa; }

.breadcrumb.is-active .breadcrumb-label {
  color: #C18786; }

.body_category_page .w-page-heading {
  background-color: #CCB1B1; }

.skin-frndly-title.page-upperheading {
  color: #C18786; }

.skin-frndly-title.page-upperheading::before {
  background-color: #C18786; }

@media (min-width: 991px) {
  .w-catalog-filter-sort #faceted-search-container .btn-filter-toggle {
    border-color: #C18786; } }

@media (min-width: 991px) {
  .w-catalog-filter-sort.border-bottom {
    background-color: #CCB1B1; } }

li.pagination-item--current a, li.pagination-item--current button {
  color: #C18786; }

.pagination-item.pagination-item--current {
  border-color: #C18786; }

.pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
  color: #C18786; }

.pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
  fill: #C18786; }

@media (min-width: 991px) {
  body .header .navUser .navUser-section[data-menu] .navUser-item .navUser-action:hover {
    color: #C18786; } }

body .banners {
  background-color: #E0D1C7; }

.page-upperheading {
  color: #D4A8A6; }

.page-upperheading::before {
  background-color: #D4A8A6; }

@media (min-width: 991px) {
  body .header .navUser .navUser-section[data-menu] .navUser-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPages-action:hover {
    color: #D4A8A6; } }

.categoriesList a:focus, .categoriesList a:hover {
  color: #D4A8A6; }

.homeProducts .homeProducts-header a {
  color: #D4A8A6; }

.homeAdvantages-tabs .tab.is-active .tab-title::before {
  border-color: #D4A8A6; }

.body_category_page .sect-advantages-catalog, .homePink::before {
  background-color: #f1e2e1; }

.form-action input#form-action-addToCart {
  color: #fff; }

.body_product_page .sect-burewards {
  background-color: #E0D1C7; }

@media (max-width: 590px) {
  .productGrid .product {
    width: 50% !important; } }

@media (max-width: 767px) {
  .w-page-doctor form button[aria-label="Search Countries"], #nurse-form form button[aria-label="Search Countries"] {
    max-width: fit-content; }
  .w-page-doctor form div[data-testid="form-row"], #nurse-form form div[data-testid="form-row"] {
    width: 100% !important;
    display: inline-block !important; } }

.page.type-page.test_rewards_page {
  padding-top: 0px; }

.test_rewards_page .container {
  padding: 0;
  width: 100%;
  max-width: 100%; }

.test_rewards_page .breadcrumbs, .test_rewards_page .page-heading {
  display: none; }

.test_rewards_page .page-content.page-content--centered {
  width: 100%;
  padding: 0; }

@media (max-width: 500px) {
  .test_rewards_page .yotpo-widget-hero-section .yotpo-text-on-background .yotpo-text-container {
    left: 50% !important;
    transform: translateX(-50%);
    max-width: 85%; }
  .test_rewards_page .yotpo-widget-hero-section .yotpo-customer-logged-out-buttons .yotpo-login-link {
    margin-top: 10px; } }

@media (max-width: 590px) {
  .body_default_page .homeProducts .productGrid > .slick-list.draggable > .slick-track {
    width: 100% !important;
    transform: initial !important; } }

@media (max-width: 590px) {
  .body_default_page .homeProducts .productGrid > button.slick-prev.slick-arrow,
  .body_default_page .homeProducts .productGrid > button.slick-next.slick-arrow {
    display: none !important; } }

.top-banner-section {
  position: relative;
  margin-top: 57px;
  background: #e2c5c4; }
  .top-banner-section .banner-image {
    position: relative; }
    .top-banner-section .banner-image img {
      max-height: 482px;
      min-height: 482px;
      width: 100%;
      object-fit: cover; }
      @media screen and (max-width: 1365px) {
        .top-banner-section .banner-image img {
          max-height: 362px;
          min-height: 362px; } }
      @media screen and (max-width: 1023px) {
        .top-banner-section .banner-image img {
          max-height: 300px;
          min-height: 300px; } }
      @media screen and (max-width: 767px) {
        .top-banner-section .banner-image img {
          min-height: 230px;
          max-height: 230px; } }
    .top-banner-section .banner-image:after {
      content: "";
      background: linear-gradient(90deg, rgba(93, 56, 0, 0.5) 0, rgba(0, 0, 0, 0.497396) 0.01%, transparent 100%);
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      height: 100%;
      width: 100%; }
    .top-banner-section .banner-image + .top-content {
      position: absolute;
      top: 0;
      height: 100%;
      left: 0;
      right: 0;
      padding: 0 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background: transparent; }
      .top-banner-section .banner-image + .top-content .page-heading {
        color: #ffffff; }
        @media screen and (max-width: 767px) {
          .top-banner-section .banner-image + .top-content .page-heading {
            margin: 0 0 1.4rem; } }
      .top-banner-section .banner-image + .top-content .breadcrumb a {
        color: #ffffff; }
      .top-banner-section .banner-image + .top-content .breadcrumb:before {
        color: #ffffff; }
  .top-banner-section .top-content {
    padding: 57px 0; }
    .top-banner-section .top-content .breadcrumbs {
      margin-bottom: 0; }
    @media screen and (max-width: 567px) {
      .top-banner-section .top-content .page-heading {
        margin: 0; } }

div#main-content .main-banner .banner-container {
  width: 100%;
  height: auto;
  margin: 0 auto 48px;
  position: relative; }

div#main-content .main-banner .banner-container .image-box {
  display: flex;
  height: 100%; }

div#main-content .main-banner .banner-container .image-box > div.slick-list {
  width: 100%;
  height: inherit; }

div#main-content .main-banner .banner-container .image-box > div.slick-list .slick-slide {
  padding: 0; }

div#main-content .main-banner .banner-container .image-box > div img {
  width: 100%;
  height: inherit; }

div#main-content .main-banner .banner-container .text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center; }

div#main-content .main-banner .banner-container .text-box p {
  font-size: 52px;
  line-height: 69px;
  margin: 0 auto;
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: 0.02em;
  margin-bottom: 31px;
  font-family: 'Jost', sans-serif; }

div#main-content .main-banner .banner-container .text-box a:hover {
  color: #c18786;
  background-color: #fff; }

div#main-content .main-banner .banner-container .text-box a {
  display: block;
  max-width: 268px;
  width: 100%;
  height: 53px;
  border: 2px solid #fff;
  margin: 0 auto;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  line-height: 47px;
  font-weight: 700;
  font-family: "Brandon Text", Arial, Helvetica, sans-serif; }

@media (max-width: 991px) {
  div#main-content .main-banner .banner-container .text-box p {
    font-size: 42px;
    line-height: 48px; } }

@media (max-width: 550px) {
  div#main-content .main-banner .banner-container {
    height: 475px;
    top: 42px; }
  div#main-content .main-banner .banner-container .image-box {
    flex-direction: column; }
  div#main-content .main-banner .banner-container .image-box > div {
    width: 100%; }
  div#main-content .main-banner .banner-container .text-box p {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 28px; }
  div#main-content .main-banner .banner-container .text-box {
    max-width: 338px; }
  div#main-content .main-banner .banner-container .slick-dots {
    bottom: 7px; }
  div#main-content .main-banner .banner-container .slick-dots li {
    width: 20px; }
  div#main-content .main-banner .banner-container .slick-dots li button {
    height: 13px;
    width: 13px;
    border: 1px solid #363636;
    background: #FFFFFF; }
  div#main-content .main-banner .banner-container .slick-dots li.slick-active button::before {
    background: #E0D1C7;
    width: 13px;
    height: 13px;
    border: 1px solid #363636; } }

[data-content-region="page_builder_top_banner"] {
  z-index: 1;
  position: relative; }

.page-top-banner {
  margin-top: -9px;
  position: relative; }
  .page-top-banner::before, .page-top-banner:after {
    position: absolute;
    content: "";
    width: 455px;
    height: 274px;
    background-repeat: no-repeat;
    z-index: 1; }
  .page-top-banner::before {
    background: url(https://cdn11.bigcommerce.com/s-xqjlaq4kau/images/stencil/original/image-manager/bg-1.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    width: 578px;
    height: 308px;
    top: 0;
    left: 0; }
    @media screen and (max-width: 1365px) {
      .page-top-banner::before {
        width: 200px;
        height: 210px;
        background-size: auto 100%; } }
    @media screen and (max-width: 767px) {
      .page-top-banner::before {
        width: 150px;
        height: 150px;
        top: 40px; } }
  .page-top-banner:after {
    background: url(https://cdn11.bigcommerce.com/s-xqjlaq4kau/images/stencil/original/image-manager/bg-2.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    right: -97px;
    bottom: -150px; }
    @media screen and (max-width: 1365px) {
      .page-top-banner:after {
        width: 400px;
        height: 180px;
        background-size: auto 100%;
        right: -200px;
        bottom: -60px; } }
    @media screen and (max-width: 767px) {
      .page-top-banner:after {
        width: 360px;
        height: 160px;
        right: -180px; } }

.page-skin-friendly .banner-image {
  position: relative; }
  @media screen and (max-width: 1279px) {
    .page-skin-friendly .banner-image {
      height: 450px; } }
  @media screen and (max-width: 767px) {
    .page-skin-friendly .banner-image {
      height: 800px; } }
  .page-skin-friendly .banner-image img {
    max-height: 600px;
    width: 100%;
    object-fit: cover; }
    @media screen and (max-width: 1279px) {
      .page-skin-friendly .banner-image img {
        max-height: 100%;
        height: 100%;
        width: 100%;
        object-fit: cover; } }
  .page-skin-friendly .banner-image::before {
    position: absolute;
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.3; }

.banner-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 720px; }
  @media screen and (max-width: 767px) {
    .banner-content {
      left: 40px;
      transform: translateY(-50%);
      right: 40px; } }
  .banner-content h1 {
    margin: 0;
    font-size: 55px;
    line-height: 55px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 21px;
    font-family: 'Futura Md BT'; }
    @media screen and (max-width: 1279px) {
      .banner-content h1 {
        font-size: 45px;
        line-height: 45px; } }
    @media screen and (max-width: 767px) {
      .banner-content h1 {
        font-size: 36px;
        line-height: 36px; } }
  .banner-content p {
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    letter-spacing: 0;
    padding: 0 20px;
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .banner-content p {
        font-size: 16px;
        line-height: 20px; } }

.usp-icon-block {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  background: #ffffff;
  position: relative;
  border: 1px solid #63300F;
  padding: 4px;
  margin-bottom: 32px; }
  @media screen and (max-width: 1023px) {
    .usp-icon-block {
      margin-bottom: 26px; } }
  @media screen and (max-width: 767px) {
    .usp-icon-block {
      width: 80px;
      height: 80px;
      padding: 3px; } }

.block-inner {
  background: #DDBFAB;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .block-inner svg {
    width: 49px;
    height: 56px;
    fill: none; }
    @media screen and (max-width: 767px) {
      .block-inner svg {
        width: 36px;
        height: 41px; } }
    .block-inner svg.skin {
      width: 63px;
      height: 63px; }
      @media screen and (max-width: 767px) {
        .block-inner svg.skin {
          width: 46px;
          height: 46px; } }
    .block-inner svg.hypoallergenic {
      width: 53px;
      height: 55px; }
      @media screen and (max-width: 767px) {
        .block-inner svg.hypoallergenic {
          width: 38px;
          height: 40px; } }
    .block-inner svg.water {
      width: 60px;
      height: 48px; }
      @media screen and (max-width: 767px) {
        .block-inner svg.water {
          width: 42px;
          height: 34px; } }

.usp-content-block span {
  font-size: 22px;
  line-height: 29px;
  font-weight: 500;
  color: #63300F;
  letter-spacing: 0;
  margin-bottom: 8px;
  display: block;
  font-family: 'Futura Md BT'; }
  @media screen and (max-width: 1023px) {
    .usp-content-block span {
      font-size: 18px;
      line-height: 22px; } }

.usp-content-block p {
  font-size: 16px;
  line-height: 22px;
  color: #363636;
  margin: 0;
  letter-spacing: 0; }
  @media screen and (max-width: 1023px) {
    .usp-content-block p br {
      display: none; } }
  @media screen and (max-width: 767px) {
    .usp-content-block p {
      font-size: 13px;
      line-height: 16px; } }

.whyus-section {
  background: #F9F2EA;
  text-align: center;
  padding: 155px 0;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 1279px) {
    .whyus-section {
      padding: 100px 30px; } }
  @media screen and (max-width: 767px) {
    .whyus-section {
      padding: 100px 20px; } }
  .whyus-section::before {
    position: absolute;
    content: "";
    background: radial-gradient(50% 50% at 50% 50%, #F2DECB 0%, rgba(242, 222, 203, 0) 100%);
    width: 1200px;
    height: 1200px;
    top: -600px;
    right: -600px; }
    @media screen and (max-width: 767px) {
      .whyus-section::before {
        width: 600px;
        height: 600px;
        top: -300px;
        right: -300px; } }
  .whyus-section ul {
    display: flex;
    list-style: none;
    margin: 0 0 67px 0;
    justify-content: center;
    gap: 90px; }
    @media screen and (max-width: 1279px) {
      .whyus-section ul {
        gap: 40px; } }
    @media screen and (max-width: 1023px) {
      .whyus-section ul {
        gap: 20px;
        margin-bottom: 40px; } }
    @media screen and (max-width: 767px) {
      .whyus-section ul {
        flex-wrap: wrap;
        gap: 37px; } }
    .whyus-section ul + p {
      max-width: 715px;
      margin: 0 auto;
      letter-spacing: 0; }
      @media screen and (max-width: 767px) {
        .whyus-section ul + p {
          font-size: 15px;
          line-height: 22px;
          padding: 0 10px; } }
  .whyus-section li {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .whyus-section li {
        width: calc(100% / 2 - 40px); } }

.title-section {
  max-width: 730px;
  margin: 0 auto 70px; }
  @media screen and (max-width: 1279px) {
    .title-section {
      z-index: 1;
      position: relative;
      margin: 0 auto 60px; } }
  @media screen and (max-width: 767px) {
    .title-section p {
      font-size: 15px;
      line-height: 22px; } }

.section-heading {
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
  color: #63300F;
  margin: 0 0 26px 0;
  letter-spacing: 0;
  font-family: 'Futura Md BT'; }
  @media screen and (max-width: 1279px) {
    .section-heading {
      font-size: 32px;
      line-height: 32px; } }
  @media screen and (max-width: 767px) {
    .section-heading {
      font-size: 26px;
      line-height: 26px; } }

.new-jewelry {
  position: relative; }

@media screen and (max-width: 1439px) {
  .jewelry-image {
    height: 700px; }
    .jewelry-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; } }

@media screen and (max-width: 1023px) {
  .jewelry-image {
    height: 100%;
    width: 100%; } }

@media screen and (max-width: 767px) {
  .jewelry-image {
    height: 364px; }
    .jewelry-image img {
      object-position: left; } }

.jewelry-content {
  position: absolute;
  top: 50%;
  right: 260px;
  max-width: 480px;
  transform: translateY(-50%); }
  @media screen and (max-width: 1439px) {
    .jewelry-content {
      right: 80px; } }
  @media screen and (max-width: 1365px) {
    .jewelry-content {
      right: 30px; } }
  @media screen and (max-width: 1023px) {
    .jewelry-content {
      position: inherit;
      top: inherit;
      right: inherit;
      transform: inherit;
      max-width: 100%;
      text-align: center;
      padding: 76px 30px; } }
  @media screen and (max-width: 767px) {
    .jewelry-content p {
      font-size: 15px;
      line-height: 22px; } }
  .jewelry-content img {
    margin-top: 60px; }
    @media screen and (max-width: 1680px) {
      .jewelry-content img {
        max-width: 400px;
        margin-top: 30px; } }
    @media screen and (max-width: 767px) {
      .jewelry-content img {
        max-width: 100%; } }

.production-section {
  background: #F9F2EA;
  padding: 80px 260px 80px 196px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  justify-content: space-between; }
  @media screen and (max-width: 1680px) {
    .production-section {
      padding: 80px 100px; } }
  @media screen and (max-width: 1365px) {
    .production-section {
      padding: 80px 40px; } }
  @media screen and (max-width: 1023px) {
    .production-section {
      flex-wrap: wrap;
      padding: 76px 20px; } }
  .production-section::before {
    position: absolute;
    content: "";
    background: radial-gradient(50% 50% at 50% 50%, #F2DECB 0%, rgba(242, 222, 203, 0) 100%);
    width: 1200px;
    height: 1200px;
    top: -600px;
    right: -600px; }
    @media screen and (max-width: 767px) {
      .production-section::before {
        width: 600px;
        height: 600px;
        top: -300px;
        right: -300px; } }
  .production-section::after {
    position: absolute;
    content: "";
    background: radial-gradient(50% 50% at 50% 50%, #F2DECB 0%, rgba(242, 222, 203, 0) 100%);
    width: 1200px;
    height: 1200px;
    bottom: -600px;
    left: -600px; }
    @media screen and (max-width: 767px) {
      .production-section::after {
        width: 600px;
        height: 600px;
        bottom: -300px;
        left: -300px; } }

.production-image {
  order: 2;
  max-width: 605px;
  position: relative; }
  @media screen and (max-width: 1365px) {
    .production-image {
      max-width: 500px; } }
  @media screen and (max-width: 1023px) {
    .production-image {
      max-width: 357px;
      margin: 40px auto 0; } }
  .production-image::before {
    position: absolute;
    content: "";
    width: 106px;
    height: 168px;
    background: linear-gradient(147.52deg, #ECCFAF -32.59%, rgba(236, 207, 175, 0) 80.55%);
    bottom: -14px;
    left: -14px;
    border-bottom-left-radius: 35px; }
    @media screen and (max-width: 1023px) {
      .production-image::before {
        bottom: -8px;
        left: -8px;
        border-bottom-left-radius: 21px; } }
  .production-image::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(320.88deg, #ECCFAF 11.71%, rgba(236, 207, 175, 0) 99.51%);
    top: -14px;
    right: -14px;
    border-top-right-radius: 176px; }
    @media screen and (max-width: 1023px) {
      .production-image::after {
        top: -8px;
        right: -8px;
        border-top-right-radius: 104px; } }
  .production-image img {
    border-top-right-radius: 176px;
    border-bottom-left-radius: 35px;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 1023px) {
      .production-image img {
        border-top-right-radius: 104px;
        border-bottom-left-radius: 21px; } }

.production-content {
  order: 1;
  max-width: 510px;
  z-index: 1; }
  @media screen and (max-width: 1365px) {
    .production-content {
      padding-right: 30px; } }
  @media screen and (max-width: 1023px) {
    .production-content {
      max-width: 100%;
      text-align: center;
      padding: 0; } }
  @media screen and (max-width: 767px) {
    .production-content p {
      font-size: 15px;
      line-height: 22px;
      letter-spacing: 0;
      padding: 0 10px; } }
  .production-content .section-heading {
    padding-right: 61px; }
    @media screen and (max-width: 1023px) {
      .production-content .section-heading {
        padding-right: 0; } }

.inspected-section {
  background: #B89578;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 80px; }
  @media screen and (max-width: 1023px) {
    .inspected-section {
      flex-wrap: wrap; } }
  .inspected-section::before {
    position: absolute;
    content: "";
    width: 578px;
    height: 308px;
    bottom: 122px;
    left: 0px;
    background-repeat: no-repeat;
    background: url(https://cdn11.bigcommerce.com/s-xqjlaq4kau/images/stencil/original/image-manager/bg-3.png);
    background-size: auto 100%;
    background-repeat: no-repeat; }
    @media screen and (max-width: 1365px) {
      .inspected-section::before {
        width: 238px;
        height: 178px;
        background-size: auto 100%; } }
    @media screen and (max-width: 767px) {
      .inspected-section::before {
        width: 175px;
        height: 138px;
        bottom: auto;
        top: 220px; } }
  .inspected-section:after {
    position: absolute;
    content: "";
    background: radial-gradient(50% 50% at 50% 50%, #9F7C5C 0%, rgba(159, 124, 92, 0) 100%);
    width: 1200px;
    height: 1200px;
    bottom: -600px;
    right: -600px; }
    @media screen and (max-width: 767px) {
      .inspected-section:after {
        width: 600px;
        height: 600px;
        bottom: -300px;
        right: -300px; } }

.inspected-image {
  width: 1027px; }
  @media screen and (max-width: 1680px) {
    .inspected-image {
      width: 800px; } }
  @media screen and (max-width: 1279px) {
    .inspected-image {
      height: 460px; }
      .inspected-image img {
        width: 100%;
        height: 100%;
        object-fit: cover; } }
  @media screen and (max-width: 1023px) {
    .inspected-image {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .inspected-image {
      height: 429px; } }

.inspected-content {
  width: 475px;
  margin-left: 120px;
  z-index: 1; }
  @media screen and (max-width: 1680px) {
    .inspected-content {
      padding-right: 30px;
      margin-left: 60px; } }
  @media screen and (max-width: 1365px) {
    .inspected-content {
      margin-left: 0;
      width: 700px; } }
  @media screen and (max-width: 1023px) {
    .inspected-content {
      width: 100%;
      text-align: center;
      padding: 57px 30px 60px; } }
  .inspected-content h3 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    color: #ffffff;
    margin: 0 0 26px 0;
    letter-spacing: 0;
    font-family: 'Futura Md BT';
    max-width: 380px; }
    @media screen and (max-width: 1279px) {
      .inspected-content h3 {
        font-size: 32px;
        line-height: 32px; } }
    @media screen and (max-width: 1023px) {
      .inspected-content h3 {
        width: 100%;
        text-align: center;
        max-width: 290px;
        margin: 0 auto 26px; } }
    @media screen and (max-width: 767px) {
      .inspected-content h3 {
        font-size: 26px;
        line-height: 26px; } }
  .inspected-content p {
    color: white; }
    @media screen and (max-width: 767px) {
      .inspected-content p {
        font-size: 15px;
        line-height: 22px;
        letter-spacing: 0; } }
  .inspected-content .button, .inspected-content #consent-manager .css-1k76mzs, #consent-manager .inspected-content .css-1k76mzs, .inspected-content #consent-manager .css-a0j149, #consent-manager .inspected-content .css-a0j149 {
    background: white;
    border-color: white;
    font-size: 10px;
    color: #63300F;
    font-weight: 500;
    font-family: 'Futura Md BT';
    letter-spacing: 1px;
    min-width: auto;
    padding: 15px 30px; }
    .inspected-content .button:hover, .inspected-content #consent-manager .css-1k76mzs:hover, #consent-manager .inspected-content .css-1k76mzs:hover, .inspected-content #consent-manager .css-a0j149:hover, #consent-manager .inspected-content .css-a0j149:hover {
      background: #63300F;
      border-color: #63300F;
      color: white; }

@media screen and (max-width: 767px) {
  #best-sellers-section {
    margin-bottom: 40px; } }

#best-sellers-section .homeProducts {
  margin-bottom: 0; }

.w-page-medical-piercing [data-sub-layout] {
  padding: 0 !important; }

.b-main-baner {
  background-image: url("../img/bg-rewards.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center; }
  @media (min-width: 320px) {
    .b-main-baner {
      margin-top: 52px;
      height: 320px; } }
  @media (min-width: 769px) {
    .b-main-baner {
      margin-top: 60px;
      height: 522px; } }
  .b-main-baner svg {
    max-width: 415px;
    width: 100%; }

.sect-how-works {
  background-color: #fff3f4; }
  @media (min-width: 320px) {
    .sect-how-works {
      padding: 80px 0; } }
  @media (min-width: 769px) {
    .sect-how-works {
      padding: 100px 0; } }
  .sect-how-works > .container {
    text-align: center; }

.b-type-content {
  max-width: 640px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; }
  .b-type-content strong {
    font-family: "Futura";
    font-size: 36px;
    font-weight: 400;
    line-height: 1; }
  .b-type-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin: 30px 0; }
  .b-type-content span {
    display: block;
    margin-top: 25px;
    font-size: 15px;
    font-weight: 400; }
    .b-type-content span a {
      font-weight: 700;
      text-decoration: none; }
  @media (min-width: 320px) {
    .b-type-content-controls {
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      flex-direction: column;
      width: 100%; }
      .b-type-content-controls .button, .b-type-content-controls #consent-manager .css-1k76mzs, #consent-manager .b-type-content-controls .css-1k76mzs, .b-type-content-controls #consent-manager .css-a0j149, #consent-manager .b-type-content-controls .css-a0j149 {
        width: 100%; }
      .b-type-content-controls .button + .button, .b-type-content-controls #consent-manager .css-1k76mzs + .button, #consent-manager .b-type-content-controls .css-1k76mzs + .button, .b-type-content-controls #consent-manager .css-a0j149 + .button, #consent-manager .b-type-content-controls .css-a0j149 + .button, .b-type-content-controls #consent-manager .button + .css-1k76mzs, #consent-manager .b-type-content-controls .button + .css-1k76mzs, .b-type-content-controls #consent-manager .css-1k76mzs + .css-1k76mzs, #consent-manager .b-type-content-controls .css-1k76mzs + .css-1k76mzs, .b-type-content-controls #consent-manager .css-a0j149 + .css-1k76mzs, #consent-manager .b-type-content-controls .css-a0j149 + .css-1k76mzs, .b-type-content-controls #consent-manager .button + .css-a0j149, #consent-manager .b-type-content-controls .button + .css-a0j149, .b-type-content-controls #consent-manager .css-1k76mzs + .css-a0j149, #consent-manager .b-type-content-controls .css-1k76mzs + .css-a0j149, .b-type-content-controls #consent-manager .css-a0j149 + .css-a0j149, #consent-manager .b-type-content-controls .css-a0j149 + .css-a0j149 {
        margin-top: 20px; } }
  @media (min-width: 769px) {
    .b-type-content-controls {
      display: block; }
      .b-type-content-controls .button, .b-type-content-controls #consent-manager .css-1k76mzs, #consent-manager .b-type-content-controls .css-1k76mzs, .b-type-content-controls #consent-manager .css-a0j149, #consent-manager .b-type-content-controls .css-a0j149 {
        width: initial;
        min-width: 268px; }
      .b-type-content-controls .button + .button, .b-type-content-controls #consent-manager .css-1k76mzs + .button, #consent-manager .b-type-content-controls .css-1k76mzs + .button, .b-type-content-controls #consent-manager .css-a0j149 + .button, #consent-manager .b-type-content-controls .css-a0j149 + .button, .b-type-content-controls #consent-manager .button + .css-1k76mzs, #consent-manager .b-type-content-controls .button + .css-1k76mzs, .b-type-content-controls #consent-manager .css-1k76mzs + .css-1k76mzs, #consent-manager .b-type-content-controls .css-1k76mzs + .css-1k76mzs, .b-type-content-controls #consent-manager .css-a0j149 + .css-1k76mzs, #consent-manager .b-type-content-controls .css-a0j149 + .css-1k76mzs, .b-type-content-controls #consent-manager .button + .css-a0j149, #consent-manager .b-type-content-controls .button + .css-a0j149, .b-type-content-controls #consent-manager .css-1k76mzs + .css-a0j149, #consent-manager .b-type-content-controls .css-1k76mzs + .css-a0j149, .b-type-content-controls #consent-manager .css-a0j149 + .css-a0j149, #consent-manager .b-type-content-controls .css-a0j149 + .css-a0j149 {
        margin-top: 0; } }

.b-title {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  margin-bottom: 25px; }
  .b-title strong {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-right: 18px; }
  .b-title .line {
    flex-grow: 1;
    height: 1px;
    background-color: #e1e1e1; }

@media (min-width: 320px) {
  .s-pt {
    padding-top: 60px; } }

@media (min-width: 769px) {
  .s-pt {
    padding-top: 130px; } }

@media (min-width: 320px) {
  .s-pb {
    padding-bottom: 60px; } }

@media (min-width: 769px) {
  .s-pb {
    padding-bottom: 130px; } }

.w-points-items {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px; }
  .w-points-items .b-point-item {
    margin-left: 18px;
    margin-right: 18px;
    margin-bottom: 30px;
    height: 127px;
    border: 1px solid #dbdbdb;
    background-color: #ffffff;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center; }
    @media (min-width: 320px) {
      .w-points-items .b-point-item {
        width: 100%; } }
    @media (min-width: 576px) {
      .w-points-items .b-point-item {
        width: calc(50% - 36px); } }
    @media (min-width: 992px) {
      .w-points-items .b-point-item {
        width: calc(33.333% - 36px); } }
    .w-points-items .b-point-item > * {
      text-align: center;
      text-decoration: none;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      align-items: center;
      justify-content: center; }
    .w-points-items .b-point-item-icon {
      width: 25%;
      height: inherit; }
    .w-points-items .b-point-item-points {
      width: 25%;
      height: inherit; }
      .w-points-items .b-point-item-points strong {
        font-size: 20px;
        line-height: 1;
        font-weight: 700; }
    .w-points-items .b-point-item-name {
      width: 50%;
      height: inherit; }
      .w-points-items .b-point-item-name h4 {
        font-weight: 400;
        line-height: 1;
        margin: 0; }
        @media (min-width: 320px) {
          .w-points-items .b-point-item-name h4 {
            font-size: 16px;
            line-height: 1.5; } }
        @media (min-width: 769px) {
          .w-points-items .b-point-item-name h4 {
            font-size: 20px;
            line-height: 1; } }
    .w-points-items .b-point-item.link {
      position: relative;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #fff3f4;
      background-color: #fff3f4; }
      .w-points-items .b-point-item.link a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%; }
      .w-points-items .b-point-item.link span {
        font-size: 20px;
        font-weight: 700;
        line-height: 1; }
      .w-points-items .b-point-item.link svg {
        margin-left: 12px; }
    .w-points-items .b-point-item.price {
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      .w-points-items .b-point-item.price span {
        font-size: 15px;
        font-weight: 700;
        line-height: 1;
        text-transform: uppercase; }
      .w-points-items .b-point-item.price strong {
        display: block;
        margin-top: 10px;
        text-transform: uppercase;
        line-height: 1;
        color: #eb81aa;
        font-weight: 700;
        font-size: 48px; }

.b-refer-friend {
  max-width: 1136px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 320px) {
    .b-refer-friend {
      display: block;
      margin-top: 20px;
      margin-bottom: 20px; } }
  @media (min-width: 769px) {
    .b-refer-friend {
      margin-top: 94px;
      margin-bottom: 30px;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex; } }
  .b-refer-friend-img {
    max-width: 429px;
    width: 100%;
    flex-shrink: 0;
    background: url("../img/img-refer-rewards.jpg") no-repeat center;
    background-size: cover; }
    @media (min-width: 320px) {
      .b-refer-friend-img {
        max-width: 100%;
        height: 270px; } }
    @media (min-width: 560px) {
      .b-refer-friend-img {
        height: 370px; } }
    @media (min-width: 769px) {
      .b-refer-friend-img {
        max-width: 320px;
        height: auto;
        background-position: left center; } }
    @media (min-width: 991px) {
      .b-refer-friend-img {
        max-width: 429px;
        height: auto;
        background-position: center; } }
  .b-refer-friend-content {
    background-color: #fff3f4;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column; }
    @media (min-width: 320px) {
      .b-refer-friend-content {
        padding: 35px 20px; } }
    @media (min-width: 769px) {
      .b-refer-friend-content {
        padding: 55px; } }
    .b-refer-friend-content * {
      letter-spacing: 0.55px !important; }
    .b-refer-friend-content-header {
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .b-refer-friend-content-header h4 {
        margin: 0;
        line-height: 1; }
        @media (min-width: 320px) {
          .b-refer-friend-content-header h4 {
            font-size: 24px;
            font-weight: 400; } }
        @media (min-width: 769px) {
          .b-refer-friend-content-header h4 {
            font-size: 36px; } }
      .b-refer-friend-content-header span {
        line-height: 1; }
        @media (min-width: 320px) {
          .b-refer-friend-content-header span {
            font-size: 24px;
            font-weight: 700; } }
        @media (min-width: 769px) {
          .b-refer-friend-content-header span {
            font-size: 36px; } }
    .b-refer-friend-content p {
      margin-bottom: 0; }
      @media (min-width: 320px) {
        .b-refer-friend-content p {
          padding: 20px 0;
          font-size: 16px;
          font-weight: 400;
          line-height: 26px; } }
      @media (min-width: 769px) {
        .b-refer-friend-content p {
          padding: 40px 0;
          font-size: 18px;
          line-height: 30px; } }
    @media (min-width: 320px) {
      .b-refer-friend-content .controls {
        display: block; } }
    @media (min-width: 769px) {
      .b-refer-friend-content .controls {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center; } }
    .b-refer-friend-content .controls .button, .b-refer-friend-content .controls #consent-manager .css-1k76mzs, #consent-manager .b-refer-friend-content .controls .css-1k76mzs, .b-refer-friend-content .controls #consent-manager .css-a0j149, #consent-manager .b-refer-friend-content .controls .css-a0j149 {
      min-width: initial; }
      @media (min-width: 320px) {
        .b-refer-friend-content .controls .button, .b-refer-friend-content .controls #consent-manager .css-1k76mzs, #consent-manager .b-refer-friend-content .controls .css-1k76mzs, .b-refer-friend-content .controls #consent-manager .css-a0j149, #consent-manager .b-refer-friend-content .controls .css-a0j149 {
          width: 100%; } }
      @media (min-width: 769px) {
        .b-refer-friend-content .controls .button, .b-refer-friend-content .controls #consent-manager .css-1k76mzs, #consent-manager .b-refer-friend-content .controls .css-1k76mzs, .b-refer-friend-content .controls #consent-manager .css-a0j149, #consent-manager .b-refer-friend-content .controls .css-a0j149 {
          width: 50%; } }
    @media (min-width: 320px) {
      .b-refer-friend-content .controls .button + .button, .b-refer-friend-content .controls #consent-manager .css-1k76mzs + .button, #consent-manager .b-refer-friend-content .controls .css-1k76mzs + .button, .b-refer-friend-content .controls #consent-manager .css-a0j149 + .button, #consent-manager .b-refer-friend-content .controls .css-a0j149 + .button, .b-refer-friend-content .controls #consent-manager .button + .css-1k76mzs, #consent-manager .b-refer-friend-content .controls .button + .css-1k76mzs, .b-refer-friend-content .controls #consent-manager .css-1k76mzs + .css-1k76mzs, #consent-manager .b-refer-friend-content .controls .css-1k76mzs + .css-1k76mzs, .b-refer-friend-content .controls #consent-manager .css-a0j149 + .css-1k76mzs, #consent-manager .b-refer-friend-content .controls .css-a0j149 + .css-1k76mzs, .b-refer-friend-content .controls #consent-manager .button + .css-a0j149, #consent-manager .b-refer-friend-content .controls .button + .css-a0j149, .b-refer-friend-content .controls #consent-manager .css-1k76mzs + .css-a0j149, #consent-manager .b-refer-friend-content .controls .css-1k76mzs + .css-a0j149, .b-refer-friend-content .controls #consent-manager .css-a0j149 + .css-a0j149, #consent-manager .b-refer-friend-content .controls .css-a0j149 + .css-a0j149 {
        margin-top: 20px; } }
    @media (min-width: 769px) {
      .b-refer-friend-content .controls .button + .button, .b-refer-friend-content .controls #consent-manager .css-1k76mzs + .button, #consent-manager .b-refer-friend-content .controls .css-1k76mzs + .button, .b-refer-friend-content .controls #consent-manager .css-a0j149 + .button, #consent-manager .b-refer-friend-content .controls .css-a0j149 + .button, .b-refer-friend-content .controls #consent-manager .button + .css-1k76mzs, #consent-manager .b-refer-friend-content .controls .button + .css-1k76mzs, .b-refer-friend-content .controls #consent-manager .css-1k76mzs + .css-1k76mzs, #consent-manager .b-refer-friend-content .controls .css-1k76mzs + .css-1k76mzs, .b-refer-friend-content .controls #consent-manager .css-a0j149 + .css-1k76mzs, #consent-manager .b-refer-friend-content .controls .css-a0j149 + .css-1k76mzs, .b-refer-friend-content .controls #consent-manager .button + .css-a0j149, #consent-manager .b-refer-friend-content .controls .button + .css-a0j149, .b-refer-friend-content .controls #consent-manager .css-1k76mzs + .css-a0j149, #consent-manager .b-refer-friend-content .controls .css-1k76mzs + .css-a0j149, .b-refer-friend-content .controls #consent-manager .css-a0j149 + .css-a0j149, #consent-manager .b-refer-friend-content .controls .css-a0j149 + .css-a0j149 {
        margin-left: 24px;
        margin-top: 0; } }

.w-redeem-points {
  max-width: 1136px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 320px) {
  .sect-ready-join {
    padding-top: 0px;
    padding-bottom: 60px; } }

@media (min-width: 769px) {
  .sect-ready-join {
    padding-top: 90px;
    padding-bottom: 100px; } }

.sect-ready-join .b-type-content {
  max-width: 730px; }

@media (min-width: 1025px) {
  .sect-rewards-acordion {
    margin-top: 60px; } }

.sect-rewards-acordion .w-custom-page {
  padding-top: 0;
  border: 0; }

.sect-rewards-acordion .acordion-list {
  margin-top: 0; }

.sect-rewards-acordion .w-custom-page .acordion-list-title {
  padding: 0; }

.sect-prefooter {
  padding: 46px 0;
  background-color: #ffeeef; }
  @media (min-width: 320px) {
    .sect-prefooter > .container {
      display: block;
      text-align: center; } }
  @media (min-width: 991px) {
    .sect-prefooter > .container {
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      align-items: center;
      text-align: initial; } }
  .sect-prefooter .left {
    flex-shrink: 0; }
    @media (min-width: 320px) {
      .sect-prefooter .left {
        margin-left: 0;
        padding-right: 0; } }
    @media (min-width: 991px) {
      .sect-prefooter .left {
        padding-right: 54px;
        margin-left: 35px; } }
    .sect-prefooter .left strong {
      display: block;
      width: 100%;
      font-size: 30px;
      font-weight: 700;
      line-height: 36px; }
      @media (min-width: 320px) {
        .sect-prefooter .left strong {
          max-width: 100%; } }
      @media (min-width: 991px) {
        .sect-prefooter .left strong {
          max-width: 274px; } }
  .sect-prefooter .right {
    margin-left: auto;
    padding-right: 35px; }
    @media (min-width: 320px) {
      .sect-prefooter .right {
        padding-right: 0; } }
    @media (min-width: 991px) {
      .sect-prefooter .right {
        padding-right: 35px; } }
  .sect-prefooter .center {
    padding-top: 20px;
    padding-bottom: 20px; }
    @media (min-width: 320px) {
      .sect-prefooter .center {
        padding-left: 0;
        padding-right: 0;
        border: 0; } }
    @media (min-width: 991px) {
      .sect-prefooter .center {
        padding-left: 54px;
        padding-right: 0;
        border-left: 1px solid #eb81aa; } }
    .sect-prefooter .center p {
      width: 100%;
      margin-bottom: 0;
      font-size: 18px;
      font-weight: 400;
      line-height: 28px; }
      @media (min-width: 320px) {
        .sect-prefooter .center p {
          max-width: 100%; } }
      @media (min-width: 991px) {
        .sect-prefooter .center p {
          max-width: 489px; } }

.sect-category-desk .container {
  padding: 0 0 35px;
  max-width: 916px; }
  @media screen and (max-width: 768px) {
    .sect-category-desk .container {
      padding: 0 20px 20px; } }
  .sect-category-desk .container p {
    font-size: 12px; }

.header {
  z-index: 9; }

#fast-simon-serp-app {
  padding: 0 20px; }

@media screen and (max-width: 1023px) {
  .subCategories .slick-prev {
    width: 72px;
    height: 72px;
    background-color: transparent;
    border: 0;
    top: 50%;
    transform: translateY(-90%);
    left: -55px; }
    .subCategories .slick-prev:before {
      width: 72px;
      height: 72px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23f5ced0'%3E%3Cpath d='M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z'%3E%3C/path%3E%3C/svg%3E"); } }

@media screen and (max-width: 1023px) {
  .subCategories .slick-next {
    width: 72px;
    height: 72px;
    background-color: transparent;
    border: 0;
    top: 50%;
    transform: translateY(-90%);
    right: -45px; }
    .subCategories .slick-next:before {
      width: 72px;
      height: 72px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23f5ced0' style=' transform: rotate(180deg);%0A'%3E%3Cpath d='M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z'%3E%3C/path%3E%3C/svg%3E"); } }

.footer-subscription-form .form-input::placeholder {
  position: relative;
  top: 3px; }

@media (max-width: 767px) {
  .heroCarousel-slide .heroCarousel-image {
    height: auto;
    object-fit: contain;
    margin-top: 40px; } }

@media (min-width: 991px) {
  .header .navUser {
    background-color: #ffffff;
    padding: 0 1.7rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 111.22857rem;
    position: relative;
    width: 100%;
    justify-content: flex-start; }
    .header .navUser .header-logo {
      width: auto; }
      .header .navUser .header-logo .header-logo-image {
        margin-left: 0;
        max-height: 30px; }
    .header .navUser .navUser-section[data-menu] {
      margin-left: 25px;
      width: 100%;
      display: flex;
      justify-content: space-between; } }
    @media (min-width: 991px) and (min-width: 1261px) {
      .header .navUser .navUser-section[data-menu] {
        margin-left: 40px; } }

@media (min-width: 991px) {
      .header .navUser .navUser-section[data-menu] .navUser-item {
        position: relative;
        margin-top: 0px !important; }
        .header .navUser .navUser-section[data-menu] .navUser-item .navUser-action {
          font-weight: normal;
          display: flex;
          align-items: center;
          padding: 10px 0;
          white-space: nowrap;
          font-size: 12px; } }
        @media (min-width: 991px) and (min-width: 1261px) {
          .header .navUser .navUser-section[data-menu] .navUser-item .navUser-action {
            font-size: 14px; } }

@media (min-width: 991px) {
          .header .navUser .navUser-section[data-menu] .navUser-item .navUser-action span {
            line-height: 15px;
            padding-top: 5px; }
          .header .navUser .navUser-section[data-menu] .navUser-item .navUser-action.bold {
            font-weight: bold; }
          .header .navUser .navUser-section[data-menu] .navUser-item .navUser-action svg {
            fill: #B5B1B1;
            stroke: none;
            transition: all 0.15s ease;
            transform: rotate(90deg);
            margin: 0;
            vertical-align: top; }
          .header .navUser .navUser-section[data-menu] .navUser-item .navUser-action:hover {
            color: #EB81A9;
            font-weight: bold; }
        .header .navUser .navUser-section[data-menu] .navUser-item.hover-shop-menu .navPage-subMenu {
          padding: 15px 0 25px !important; }
        .header .navUser .navUser-section[data-menu] .navUser-item.hover-shop-menu:hover .navPage-subMenu {
          left: 0;
          width: auto; }
        .header .navUser .navUser-section[data-menu] .navUser-item .navPage-subMenu {
          border-top: none;
          box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.25); }
          .header .navUser .navUser-section[data-menu] .navUser-item .navPage-subMenu .navPage-subMenu-list {
            margin-left: 0;
            margin-right: 0; }
            .header .navUser .navUser-section[data-menu] .navUser-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item {
              padding: 0 30px !important; }
              .header .navUser .navUser-section[data-menu] .navUser-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPages-action {
                width: 100%;
                white-space: nowrap; }
                .header .navUser .navUser-section[data-menu] .navUser-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPages-action:hover {
                  color: #EB81A9;
                  font-weight: bold; }
    .header .navUser .navUser-section.navUser-section--alt {
      margin-left: auto;
      width: 200px; }
      .header .navUser .navUser-section.navUser-section--alt .navUser-item {
        margin-top: 0 !important;
        display: flex;
        align-items: center;
        padding: 0 !important; }
        .header .navUser .navUser-section.navUser-section--alt .navUser-item .navUser-action {
          padding: 8px;
          display: flex;
          align-items: center;
          float: left; } }
        @media (min-width: 991px) and (min-width: 1261px) {
          .header .navUser .navUser-section.navUser-section--alt .navUser-item .navUser-action {
            padding: 10px; } }

@media (min-width: 991px) {
          .header .navUser .navUser-section.navUser-section--alt .navUser-item .navUser-action .navUser-item-icon img {
            width: auto;
            height: auto;
            margin-top: 0; }
            .header .navUser .navUser-section.navUser-section--alt .navUser-item .navUser-action .navUser-item-icon img.cart-icon-empty, .header .navUser .navUser-section.navUser-section--alt .navUser-item .navUser-action .navUser-item-icon img.cart-icon-full {
              width: 15px;
              height: 17px; }
          .header .navUser .navUser-section.navUser-section--alt .navUser-item .navUser-action .countPill {
            margin-left: 5px; } }

@media (max-width: 990px) {
  .header .navUser .header-logo.header-logo--center {
    margin: 0 auto; } }

.cat-sub-heading-text {
  text-align: center;
  margin-top: -25px; }

@media (max-width: 551px) {
  .cat-sub-heading-text {
    margin-top: 10px;
    margin-bottom: 0px; } }

body .heroCarousel {
  margin-top: 55px; }

@media (max-width: 991px) {
  .heroCarousel .slick-active {
    padding: 0px !important; } }

@media (max-width: 767px) {
  .heroCarousel-slide .heroCarousel-image {
    margin-top: 0px; } }

.custom-model-close {
  display: none; }

@media (min-width: 991px) {
  .custom-model-close {
    display: block; }
  .quickSearchResults .modal-close {
    display: none; } }

@media (min-width: 991px) {
  .w-catalog-filter-sort .btn-filter-toggle {
    max-width: 150px;
    border: 2px solid #f1bcc5;
    padding: 11px 10px 7px;
    bottom: 12px; }
  .btn-filter-toggle .accordion-navigation-actions {
    right: 10px;
    top: 0px;
    bottom: 0; }
  aside.w-catalog-filter-sort.border-bottom .btn-filter-toggle {
    border: 2px solid #363636; } }

.homeInstagram-link {
  text-align: center;
  position: unset; }

body.swal2-shown > .swal2-container.swal2-center.swal2-fade.swal2-shown {
  z-index: 999999; }

productView .productView-details .productView-options {
  margin-bottom: 20px; }

.productView .productView-details .productView-options .form {
  margin: 0 0 20px; }

.productView .productView-details .productView-options .form.form-wishlist {
  margin: 0; }

.productView .productView-details .productView-options .form.form-wishlist .button.dropdown-menu-button, .productView .productView-details .productView-options .form.form-wishlist #consent-manager .dropdown-menu-button.css-1k76mzs, #consent-manager .productView .productView-details .productView-options .form.form-wishlist .dropdown-menu-button.css-1k76mzs, .productView .productView-details .productView-options .form.form-wishlist #consent-manager .dropdown-menu-button.css-a0j149, #consent-manager .productView .productView-details .productView-options .form.form-wishlist .dropdown-menu-button.css-a0j149 {
  border: none;
  background: #fff;
  color: #363636;
  padding: 0;
  text-align: left;
  min-width: initial;
  width: auto;
  display: inline-block;
  font-weight: 500; }

.productView .productView-details .productView-options .form.form-wishlist .button.dropdown-menu-button .icon, .productView .productView-details .productView-options .form.form-wishlist #consent-manager .dropdown-menu-button.css-1k76mzs .icon, #consent-manager .productView .productView-details .productView-options .form.form-wishlist .dropdown-menu-button.css-1k76mzs .icon, .productView .productView-details .productView-options .form.form-wishlist #consent-manager .dropdown-menu-button.css-a0j149 .icon, #consent-manager .productView .productView-details .productView-options .form.form-wishlist .dropdown-menu-button.css-a0j149 .icon {
  display: none; }

.productView .productView-details .productView-options .form.form-wishlist .button.dropdown-menu-button span, .productView .productView-details .productView-options .form.form-wishlist #consent-manager .dropdown-menu-button.css-1k76mzs span, #consent-manager .productView .productView-details .productView-options .form.form-wishlist .dropdown-menu-button.css-1k76mzs span, .productView .productView-details .productView-options .form.form-wishlist #consent-manager .dropdown-menu-button.css-a0j149 span, #consent-manager .productView .productView-details .productView-options .form.form-wishlist .dropdown-menu-button.css-a0j149 span {
  display: inline-block;
  line-height: 24px;
  margin: 0 5px 0 0; }

.productView .productView-details .productView-options .form.form-wishlist .button.dropdown-menu-button:after, .productView .productView-details .productView-options .form.form-wishlist #consent-manager .dropdown-menu-button.css-1k76mzs:after, #consent-manager .productView .productView-details .productView-options .form.form-wishlist .dropdown-menu-button.css-1k76mzs:after, .productView .productView-details .productView-options .form.form-wishlist #consent-manager .dropdown-menu-button.css-a0j149:after, #consent-manager .productView .productView-details .productView-options .form.form-wishlist .dropdown-menu-button.css-a0j149:after {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(https://cdn11.bigcommerce.com/s-xqjlaq4kau/product_images/uploaded_images/heart.png);
  background-size: cover;
  vertical-align: top; }

.productView .productView-details .productView-options .form.form-wishlist #wishlist-dropdown {
  width: 200px !important;
  max-width: 200px !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
  padding: 5px 0;
  background-color: #fff;
  margin: 5px 0 0; }

.productView .productView-details .productView-options .form.form-wishlist #wishlist-dropdown li input,
.productView .productView-details .productView-options .form.form-wishlist #wishlist-dropdown li a {
  border: none !important;
  color: #363636;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 15px;
  min-width: auto;
  text-align: left; }

.sect-earn-points.s-pt.s-pb + .sect-redeem-points.s-pb .b-point-item.price.js-popup-rewards {
  border: 2px solid #eb81aa;
  transition: all .3s ease;
  cursor: pointer; }

.sect-earn-points.s-pt.s-pb + .sect-redeem-points.s-pb .b-point-item:hover {
  background: #eb81aa; }

.sect-earn-points.s-pt.s-pb + .sect-redeem-points.s-pb .b-point-item.price.js-popup-rewards:hover strong {
  color: #fff; }

.page .sect-benner-form .form.doctor {
  text-align: center;
  width: 100%; }

@media (min-width: 1440px) {
  .sect-patented-medical .homeAbout-content .homeAdvantages-img.is-active,
  .sect-patented-medical .homeAbout-content div + img,
  .sect-patented-medical .homeAbout-content img + div {
    margin-left: 140px; } }

.request-information {
  margin-top: 30px;
  text-align: center; }

.request-information a {
  background: #ea81a9;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 13px 20px 10px;
  text-decoration: none;
  font-size: 16px; }

.request-information a:hover {
  background: #fbeeee;
  color: #ea81a9;
  border: 2px solid #ea81a9; }

.body._thankyou .type-page {
  padding-top: 40px; }
  .body._thankyou .type-page > .container {
    padding-left: 0;
    padding-right: 0; }
    .body._thankyou .type-page > .container .breadcrumbs,
    .body._thankyou .type-page > .container h1.page-heading {
      display: none; }

.body._thankyou .page-content--centered {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%; }

.body._thankyou .thank__you {
  background-color: #FEF6F6; }
  .body._thankyou .thank__you .container {
    display: flex; }
    .body._thankyou .thank__you .container .img {
      width: 40%;
      text-align: center; }
      @media screen and (max-width: 551px) {
        .body._thankyou .thank__you .container .img {
          width: 100%; }
          .body._thankyou .thank__you .container .img img {
            width: 85%; } }
    .body._thankyou .thank__you .container .information {
      position: relative;
      width: 60%; }
      .body._thankyou .thank__you .container .information .info {
        width: 90%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center; }
        .body._thankyou .thank__you .container .information .info h1 {
          text-align: center;
          font-size: 60px;
          margin-top: 0;
          color: #000; }
          @media screen and (max-width: 1024px) {
            .body._thankyou .thank__you .container .information .info h1 {
              font-size: 45px; } }
          @media screen and (max-width: 767px) {
            .body._thankyou .thank__you .container .information .info h1 {
              font-size: 30px; } }
          @media screen and (max-width: 551px) {
            .body._thankyou .thank__you .container .information .info h1 {
              font-size: 36px; } }
        .body._thankyou .thank__you .container .information .info p {
          text-align: center;
          font-weight: bold;
          font-size: 28px;
          font-family: 'Brandon Grotesque', sans-serif; }
          @media screen and (max-width: 1024px) {
            .body._thankyou .thank__you .container .information .info p {
              font-size: 22px; } }
          @media screen and (max-width: 767px) {
            .body._thankyou .thank__you .container .information .info p {
              font-size: 16px; } }
          @media screen and (max-width: 551px) {
            .body._thankyou .thank__you .container .information .info p {
              font-size: 19px; } }
        @media screen and (max-width: 767px) {
          .body._thankyou .thank__you .container .information .info a {
            padding: 12px;
            min-width: 200px; } }
        @media screen and (max-width: 551px) {
          .body._thankyou .thank__you .container .information .info a {
            min-width: 268px; } }
        @media screen and (max-width: 551px) {
          .body._thankyou .thank__you .container .information .info {
            position: relative;
            width: 100%;
            padding: 2.5rem 0; } }
      @media screen and (max-width: 551px) {
        .body._thankyou .thank__you .container .information {
          width: 100%; } }
    @media screen and (max-width: 551px) {
      .body._thankyou .thank__you .container {
        flex-wrap: wrap; } }

.swell-tab,
#hubspot-messages-iframe-container {
  z-index: 10 !important; }

.Holiday.Gift.Guide {
  display: none !important; }

.promoted-products-box,
.yotpo .yotpo-label-container {
  display: none !important; }

.yotpo .yotpo-display-wrapper {
  width: 100% !important; }

.yotpo .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-icon,
.yotpo .yotpo-bottomline .yotpo-icon-star,
.yotpo .yotpo-bottomline .yotpo-icon-half-star,
.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-stars .review-stars .yotpo-icon-star,
.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-stars .review-stars .yotpo-icon-empty-star {
  color: #EB80AA !important; }

.yotpo .yotpo-review .yotpo-main .content-title {
  color: #363636 !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  line-height: 21px !important;
  font-family: 'Brandon Text' !important; }

.yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-name {
  color: #363636 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  font-weight: bold !important;
  font-family: 'Brandon Text' !important; }

.yotpo .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-description {
  color: #363636 !important;
  font-size: 14px !important;
  line-height: 24px !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  font-style: normal !important;
  font-family: 'Brandon Text' !important; }

.yotpo .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-answer {
  color: #363636 !important;
  font-size: 14px !important;
  line-height: 24px !important;
  font-family: 'Brandon Text' !important; }

.yotpo .yotpo-review .yotpo-main .content-review {
  color: #363636 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  font-family: 'Brandon Text' !important; }

.yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active span {
  color: #000 !important; }

.yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active .yotpo-nav-wrapper {
  border-color: #000 !important;
  text-transform: lowercase !important; }

.yotpo .yotpo-nav ul .yotpo-nav-tab span {
  text-transform: lowercase !important;
  color: #898989 !important;
  font-weight: bold !important; }

.yotpo .yotpo-nav ul .yotpo-nav-tab:hover span {
  color: #eb80aa !important; }

.yotpo .yotpo-default-button {
  background: #ffffff !important;
  border: 1px solid #E3E3E3 !important;
  border-radius: 3px !important; }

.yotpo.yotpo-main-widget .yotpo-icon-btn .yotpo-icon {
  color: #2C3041 !important; }

.yotpo.yotpo-main-widget .yotpo-icon-btn .yotpo-icon-button-text {
  color: #6B6D75 !important;
  text-transform: capitalize !important; }

.yotpo .yotpo-nav-content .yotpo-regular-box {
  display: grid !important;
  grid-template-columns: 22% 55% 23% !important; }

.yotpo .yotpo-review .yotpo-main {
  margin-top: 0 !important; }

.yotpo .yotpo-review .yotpo-header .yotpo-icon-profile {
  background: #eb80aa !important;
  display: none !important; }

.filters-container .filters-container-title {
  color: #000000 !important; }

.filters-container .free-text-search-input {
  border-radius: 4px !important;
  border: solid 1px #707070 !important; }

.filters-dropdown .yotpo-dropdown-button {
  border: 1px solid #B5B1B1 !important;
  border-radius: 4px !important; }

.filters-dropdown .yotpo-dropdown-button .selected {
  font-size: 16px !important;
  line-height: 21px !important;
  color: #363636 !important; }

.reviews-header .reviews-amount {
  color: #898989 !important; }

@media (max-width: 767px) {
  .yotpo .yotpo-nav-content .yotpo-regular-box {
    display: block !important; }
  .yotpo .yotpo-review .yotpo-main,
  .yotpo .yotpo-review .yotpo-footer {
    margin-left: 0 !important; } }

@media (max-width: 703px) {
  span.yotpo-user-field-description.text-s {
    color: #363636 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    font-style: normal !important;
    font-family: 'Brandon Text' !important; }
  span.yotpo-user-field-answer.text-s {
    color: #363636 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    font-family: 'Brandon Text' !important; } }

.yotpo .yotpo-pager a.yotpo-page-element.goTo,
.yotpo a {
  color: #c18786 !important; }

.yotpo .yotpo-review .yotpo-read-more,
.yotpo .yotpo-icon-left-arrow:before,
.yotpo .yotpo-icon-right-arrow:before {
  color: #c18786 !important; }

.productView-product .yotpo .text-m {
  color: #000 !important; }

/* color fixes */
.body.body_category_page .w-page-heading {
  background-color: #E2C5C4; }

.body.body_category_page .sect-advantages-catalog a.button-did-know {
  background-color: #EEECE8; }

/* Hide Earn Reards */
.swell-tab {
  display: none !important; }

.icon--ratingFull svg {
  fill: #C18786 !important; }

.homeReviews-carousel .slick-dots li.slick-active button {
  background-color: #C18786 !important; }

.categoriesList-carousel-item span {
  right: -22px; }
  @media (max-width: 991px) {
    .categoriesList-carousel-item span {
      right: -17px; } }

.homeInstagram-link svg {
  fill: #C18786 !important; }

a:hover,
a:focus,
.homeInstagram-link:hover,
.homeInstagram-link:focus,
a {
  color: #C18786; }

@media (min-width: 320px) and (max-width: 990px) {
  .btn-filter-toggle,
  .w-catalog-filter-sort .actionBar {
    background-color: #D4A8A6; } }

@media (max-width: 990px) {
  .heroCarousel .heroCarousel-content {
    background-color: #E2C5C4 !important; } }

.yotpo .yotpo-bottomline .yotpo-icon-half-star,
.yotpo .yotpo-bottomline .yotpo-icon-star,
.yotpo .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-icon,
.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-stars .review-stars .yotpo-icon-empty-star,
.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-stars .review-stars .yotpo-icon-star {
  color: #C18786 !important; }

.sect-burewards .logo p a,
.sect-burewards .controls p a {
  color: #C18786 !important; }

.yotpo .yotpo-bottomline .yotpo-icon-star,
.yotpo .yotpo-bottomline .yotpo-icon-half-star,
.yotpo .yotpo-bottomline .yotpo-icon-empty-star {
  color: #C18786 !important; }

.yotpo .yotpo-first-review .yotpo-first-review-stars .yotpo-icon-star {
  color: #C18786 !important; }

.page.cart-page .container .cart-container .cart-right .title, .page.cart-page .container .cart-container .cart-left .cart-actions .button, .page.cart-page .container .cart-container .cart-left .cart-actions #consent-manager .css-1k76mzs, #consent-manager .page.cart-page .container .cart-container .cart-left .cart-actions .css-1k76mzs, .page.cart-page .container .cart-container .cart-left .cart-actions #consent-manager .css-a0j149, #consent-manager .page.cart-page .container .cart-container .cart-left .cart-actions .css-a0j149 {
  color: #C18786; }
  .page.cart-page .container .cart-container .cart-right .title svg, .page.cart-page .container .cart-container .cart-left .cart-actions .button svg, .page.cart-page .container .cart-container .cart-left .cart-actions #consent-manager .css-1k76mzs svg, #consent-manager .page.cart-page .container .cart-container .cart-left .cart-actions .css-1k76mzs svg, .page.cart-page .container .cart-container .cart-left .cart-actions #consent-manager .css-a0j149 svg, #consent-manager .page.cart-page .container .cart-container .cart-left .cart-actions .css-a0j149 svg {
    fill: #C18786; }

.page.cart-page .container .cart-container .cart-right .sidebar-box {
  border-color: #C18786; }

.form-radio:checked + .form-option {
  border-color: #C18786 !important;
  box-shadow: 0 0 0 1px #C18786 !important; }

.swal2-modal .swal2-confirm {
  background-color: #C18786 !important;
  border-color: #C18786 !important;
  color: white !important; }

.swal2-modal .swal2-cancel {
  background-color: transparent !important;
  border-color: #C18786 !important;
  color: #C18786 !important; }

/* cart page signup css */
.header.header-cart .navUser .navUser-section.navUser-section--alt li.navUser-item:hover {
  background: #C18786;
  color: #fff; }

.header.header-cart .navUser .navUser-section.navUser-section--alt li.navUser-item:hover .navUser-action {
  border-color: #C18786; }

.header.header-cart .navUser .navUser-section.navUser-section--alt li.navUser-item .navUser-action:hover {
  color: #C18786; }

body .blog-lists .blog-read-more {
  color: #C18786; }

/* Icon */
.free-shipping-icon,
.customer-support-icon,
.no-hassle-guarantee-icon {
  width: 40px !important;
  height: 40px !important; }

.navUser-item.hover-shop-menu.shop-all .navPage-subMenu-list {
  display: block !important; }

div.filters-container .filters-container-title {
  font-weight: 700; }

.reviews-header .reviews-amount {
  font-weight: 700; }

div.write-question-review-buttons-container .write-question-review-button .write-question-review-button-text {
  font-weight: bold; }

div.bottom-line-items-container .avg-score {
  font-weight: 700; }

div.more-filters-btn .more-filters-text {
  font-weight: bold; }

div.reviews-header .reviews-amount {
  font-weight: bold; }

div.modal-background {
  background-color: rgba(0, 0, 0, 0.4); }

div.modal--alert {
  padding: 20px; }
  div.modal--alert .icon-content {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #F8BB86;
    border-color: #FACEA8;
    font-size: 60px;
    line-height: 80px;
    text-align: center;
    width: 80px;
    height: 80px;
    border: 4px solid #FACEA8;
    border-radius: 50%;
    margin: 20px auto 30px;
    padding: 0;
    position: relative;
    box-sizing: content-box;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  div.modal--alert .modal-content {
    text-align: center;
    font-weight: 300;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    word-wrap: break-word; }
  div.modal--alert .button-container {
    display: flex;
    align-items: center;
    justify-content: center; }
    div.modal--alert .button-container .confirm.button, div.modal--alert .button-container #consent-manager .confirm.css-1k76mzs, #consent-manager div.modal--alert .button-container .confirm.css-1k76mzs, div.modal--alert .button-container #consent-manager .confirm.css-a0j149, #consent-manager div.modal--alert .button-container .confirm.css-a0j149 {
      max-width: 268px;
      min-width: initial;
      background-color: #C18786;
      border-color: #C18786;
      color: #fff; }
    div.modal--alert .button-container .cancel.button, div.modal--alert .button-container #consent-manager .cancel.css-1k76mzs, #consent-manager div.modal--alert .button-container .cancel.css-1k76mzs, div.modal--alert .button-container #consent-manager .cancel.css-a0j149, #consent-manager div.modal--alert .button-container .cancel.css-a0j149 {
      display: inline-block;
      max-width: 268px;
      min-width: initial;
      background-color: transparent;
      border-color: #C18786;
      color: #C18786;
      margin-left: 0.85714rem; }

.body_product_page button.yotpo-default-button.write-review-button.write-first-review-button {
  color: #6A6C77; }

.yotpo .primary-color-btn,
.yotpo input[type="button"].primary-color-btn {
  background-color: #2F84ED !important;
  border: none !important; }

.w-catalog-filter-sort .actionBar .actionBar-section .form-field .form-select {
  padding-top: 0;
  padding-bottom: 0; }

.alert-icon.error-icon .icon-content:before {
  content: "!";
  width: 70px;
  display: inline-block;
  margin-bottom: 25px; }

.w-catalog-filter-sort .actionBar .actionBar-section .form-field .form-select {
  line-height: initial; }

/* menu "Become a Provider" subcategory css */
.header .navUser .navUser-section .navUser-item.hover-shop-menu.pierce .navUser-action {
  color: #C28786;
  font-weight: bold; }

.header .navUser .navUser-section .navUser-item.hover-shop-menu.pierce .navPages-action svg {
  fill: #C28786; }

.header .navUser .navUser-section .navUser-item.hover-shop-menu.pierce .navPage-subMenu {
  padding: 0 !important;
  padding-bottom: 20px !important; }

.header .navUser .navUser-section .navUser-item.hover-shop-menu.pierce .navPage-subMenu .navPage-subMenu-item {
  padding-left: 13px !important;
  padding-right: 50px !important; }

.header .navUser .navUser-section .navUser-item.hover-shop-menu.pierce .navPage-subMenu .navPage-subMenu-item .navPage-subMenu-subCategories-item a {
  padding: 10px 0;
  font-size: 14px;
  line-height: 20px; }

.header .navUser .navUser-section .navUser-item.hover-shop-menu.pierce .navPage-subMenu .navPage-subMenu-item .sub-nav .navPages-action:before {
  top: -2px;
  content: "";
  background-color: #C18786;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: relative;
  margin-right: 5px;
  display: inline-block; }

.header .navUser .navUser-section .navUser-item.hover-shop-menu.pierce .navPage-subMenu .navPage-subMenu-item .sub-nav .navPages-action {
  color: #363636;
  padding: 0;
  font-weight: 400;
  margin-left: 10px;
  line-height: 22px; }

.header .navUser .navUser-section .navUser-item.hover-shop-menu.pierce .navPage-subMenu .navPage-subMenu-item .sub-nav .navPages-action:hover {
  color: #C18786;
  font-weight: bold; }

.header .navUser .navUser-section .navUser-item.hover-shop-menu.pierce .navPage-subMenu .navPage-subMenu-item .navPage-subMenu-subCategories-item:first-child a {
  padding-bottom: 1px;
  pointer-events: none; }

.header .navUser .navUser-section .navUser-item.hover-shop-menu.pierce:hover a svg {
  transform: rotate(270deg); }

.header .navUser .navUser-section .navUser-item.hover-shop-menu.pierce .navPage-subMenu .navPage-subMenu-item:nth-child(2) {
  display: none; }

@media (min-width: 991px) {
  .header .navUser .navUser-section[data-menu] .navUser-item .navUser-action svg {
    position: relative;
    top: 1px; } }

@media (max-width: 990px) {
  .navPages-container.is-open ul.navPages-list.navPages-list--user li.navPages-item:first-child a.navPages-action {
    color: #231F20;
    font-size: 20px;
    font-weight: 400; }
  .navPages-container.is-open ul.navPages-list.navPages-list--user li.navPages-item:nth-child(2) a.navPages-action {
    color: #231F20;
    font-size: 20px;
    font-weight: 400; }
  .navPages-container.is-open .navPages-item .navPages-action.has-subMenu.Pierce {
    color: #C28786 !important;
    font-weight: bold !important; }
  .navPages-container.is-open .navPages-item .navPages-action.has-subMenu.Pierce svg {
    fill: #C28786;
    stroke: #C28786; }
  .navPages-container.is-open ul.navPages-list.navPages-list--user li.navPages-item.pierce-nav .navPage-subMenu-subCategories-item a {
    font-size: 18px;
    color: #363636;
    margin: 0; }
  .navPages-container.is-open .navPages-item .navPages-action.has-subMenu.Pierce + .navPage-subMenu .navPage-subMenu-subCategories-list li.navPage-subMenu-subCategories-item:nth-child(2) a:before {
    content: "";
    background-color: #C18786;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 9px;
    display: inline-block;
    position: relative;
    top: -3px; }
  .navPages-container.is-open .navPages-item .navPages-action.has-subMenu.Pierce + .navPage-subMenu .navPage-subMenu-subCategories-list li.navPage-subMenu-subCategories-item:nth-child(3) a:before {
    content: "";
    background-color: #C18786;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 9px;
    display: inline-block;
    position: relative;
    top: -3px; }
  .navPages-container.is-open .navPages-item .navPages-action.has-subMenu.Pierce + .navPage-subMenu .navPage-subMenu-subCategories-list li.navPage-subMenu-subCategories-item:nth-child(2) a {
    margin-left: 12px;
    font-size: 16px;
    padding: 0;
    padding-bottom: 10px;
    line-height: 21px;
    margin-top: 0; }
  .navPages-container.is-open .navPages-item .navPages-action.has-subMenu.Pierce + .navPage-subMenu .navPage-subMenu-subCategories-list li.navPage-subMenu-subCategories-item:nth-child(3) a {
    margin-left: 12px;
    font-size: 16px;
    padding: 0;
    padding-bottom: 10px;
    line-height: 21px;
    margin-top: 0; }
  .navPages-container.is-open ul.navPages-list.navPages-list--user li.navPages-item.pierce-nav .navPages-action.has-subMenu.active {
    padding-bottom: 0; }
  .navPages-container.is-open .navPages-item .navPages-action.has-subMenu.Pierce + .navPage-subMenu .navPage-subMenu-subCategories-list li.navPage-subMenu-subCategories-item:first-child {
    pointer-events: none; } }

header .navUser-section .navUser-item.holiday-gift-guide {
  display: none; }

#consent-manager {
  z-index: 2147483637 !important;
  display: none; }
  #consent-manager .css-10z1g2q {
    color: #000000;
    background-color: #faf4ed;
    font-family: "Brandon Text", Arial, Helvetica, sans-serif; }
  #consent-manager .css-1wn42nw button:nth-child(1) {
    order: 2; }
  #consent-manager .css-1wn42nw button:nth-child(2) {
    display: none; }
  #consent-manager .css-1wn42nw button:nth-child(3) {
    order: 1; }
  #consent-manager .css-bhz559 {
    font-size: 1.28571rem;
    font-weight: 400;
    line-height: 1.7; }
  #consent-manager .css-1k76mzs {
    height: auto;
    min-width: auto;
    font-size: 0.95rem !important;
    border-radius: 4px;
    padding: 13px 18px;
    margin-left: 10px; }
    @media only screen and (max-width: 767px) {
      #consent-manager .css-1k76mzs {
        margin-top: 10px; } }
    @media screen and (max-width: 400px) {
      #consent-manager .css-1k76mzs {
        margin-left: 0; } }
  #consent-manager .css-a0j149 {
    height: auto;
    min-width: auto;
    font-size: 0.95rem !important;
    border-radius: 4px;
    padding: 13px 18px; }

#consent-manager .button + .css-1k76mzs, #consent-manager .css-1k76mzs + .css-1k76mzs, #consent-manager .css-a0j149 + .css-1k76mzs,
#consent-manager .button + .css-a0j149,
#consent-manager .css-1k76mzs + .css-a0j149,
#consent-manager .css-a0j149 + .css-a0j149,
#consent-manager .css-1k76mzs + .button,
#consent-manager .css-1k76mzs + .css-1k76mzs,
#consent-manager .css-1k76mzs + .css-a0j149,
#consent-manager .css-1k76mzs + .css-1k76mzs,
#consent-manager .css-1k76mzs + .css-a0j149,
#consent-manager .css-a0j149 + .button,
#consent-manager .css-a0j149 + .css-1k76mzs,
#consent-manager .css-a0j149 + .css-a0j149,
#consent-manager .css-a0j149 + .css-1k76mzs,
#consent-manager .css-a0j149 + .css-a0j149, .button + .button, #consent-manager .css-1k76mzs + .button, #consent-manager .css-a0j149 + .button, #consent-manager .button + .css-1k76mzs, #consent-manager .css-1k76mzs + .css-1k76mzs, #consent-manager .css-a0j149 + .css-1k76mzs, #consent-manager .button + .css-a0j149, #consent-manager .css-1k76mzs + .css-a0j149, #consent-manager .css-a0j149 + .css-a0j149 {
  margin-left: 10px; }
  @media only screen and (max-width: 767px) {
    #consent-manager .button + .css-1k76mzs, #consent-manager .css-1k76mzs + .css-1k76mzs, #consent-manager .css-a0j149 + .css-1k76mzs,
    #consent-manager .button + .css-a0j149,
    #consent-manager .css-1k76mzs + .css-a0j149,
    #consent-manager .css-a0j149 + .css-a0j149,
    #consent-manager .css-1k76mzs + .button,
    #consent-manager .css-1k76mzs + .css-1k76mzs,
    #consent-manager .css-1k76mzs + .css-a0j149,
    #consent-manager .css-1k76mzs + .css-1k76mzs,
    #consent-manager .css-1k76mzs + .css-a0j149,
    #consent-manager .css-a0j149 + .button,
    #consent-manager .css-a0j149 + .css-1k76mzs,
    #consent-manager .css-a0j149 + .css-a0j149,
    #consent-manager .css-a0j149 + .css-1k76mzs,
    #consent-manager .css-a0j149 + .css-a0j149, .button + .button, #consent-manager .css-1k76mzs + .button, #consent-manager .css-a0j149 + .button, #consent-manager .button + .css-1k76mzs, #consent-manager .css-1k76mzs + .css-1k76mzs, #consent-manager .css-a0j149 + .css-1k76mzs, #consent-manager .button + .css-a0j149, #consent-manager .css-1k76mzs + .css-a0j149, #consent-manager .css-a0j149 + .css-a0j149 {
      margin-left: 0;
      margin-top: 10px; } }

#consent-manager-update-banner {
  color: #000000 !important;
  background-color: #faf4ed !important;
  font-family: "Brandon Text", Arial, Helvetica, sans-serif !important; }
  #consent-manager-update-banner a {
    color: #c18786 !important;
    letter-spacing: 0.55px !important; }

.subCategories-section {
  padding-top: 59px; }
  .subCategories-section .subCategories {
    margin: 0 -18px; }
    .subCategories-section .subCategories .subCategories-item {
      padding: 0 18px; }
      .subCategories-section .subCategories .subCategories-item .image-block img {
        aspect-ratio: 1/1;
        object-fit: cover; }
      .subCategories-section .subCategories .subCategories-item a {
        text-decoration: none; }
        .subCategories-section .subCategories .subCategories-item a:hover h2 {
          color: #C18786; }
      .subCategories-section .subCategories .subCategories-item h2 {
        font-size: 25px;
        font-size: 14px;
        text-align: center;
        text-decoration: none;
        margin-top: 26px; }
      @media (max-width: 990px) {
        .subCategories-section .subCategories .subCategories-item {
          padding: 0 8px; } }
    @media (max-width: 990px) {
      .subCategories-section .subCategories {
        margin: 0 -8px; } }

@media screen and (min-width: 769px) {
  .quality-links {
    margin-right: 20px; } }

.intro_text {
  padding: 10px 20px;
  border: 2px solid #d7d7d7;
  margin: 0 auto 20px; }
  .intro_text p {
    margin: 0 auto;
    text-align: center;
    padding: 0; }

.header .navUser-action--quickSearch .close {
  display: none; }

.header .dropdown--quickSearch {
  padding: 26px; }
  .header .dropdown--quickSearch .form-input {
    font-size: 16px; }
  .header .dropdown--quickSearch.is-open {
    background: #F9F4EE;
    bottom: inherit !important; }
    .header .dropdown--quickSearch.is-open .container {
      width: calc(100% - 40px);
      max-width: 1050px;
      margin: 0 auto;
      padding: 0;
      display: flex; }
    .header .dropdown--quickSearch.is-open .form {
      max-width: 1000px;
      margin: 0;
      width: 100%; }
    .header .dropdown--quickSearch.is-open .modal-close {
      top: 50% !important;
      transform: translateY(-50%) !important;
      color: #C18786 !important; }

.header .fast-simon-form .form-field {
  position: relative; }
  .header .fast-simon-form .form-field .fast-autocomplete-input {
    padding-right: 42px;
    background: none !important;
    border-color: #C18786; }
  .header .fast-simon-form .form-field .menu-navUser-item-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%); }

.autocomplete.wide.fs-ac-1t4up5f.fs-ac-1t4up5f #fast-autocomplete-1234,
.autocomplete.list.mobile.fs-ac-1t4up5f.fs-ac-1t4up5f #fast-autocomplete-1234 {
  box-shadow: none !important;
  background: red !important; }

@media (max-width: 990px) {
  .header {
    padding: 13px 15px;
    display: flex;
    align-items: center; } }

.header .navUser {
  font-family: "Inter", Arial, Helvetica, sans-serif; }

.header .dropdown--quickSearch {
  border-color: #EAD6CA; }
  @media (max-width: 990px) {
    .header .dropdown--quickSearch {
      padding: 20px; } }
  .header .dropdown--quickSearch .modal-close {
    display: none; }
  @media (max-width: 990px) {
    .header .dropdown--quickSearch.is-open .container {
      margin: 0;
      width: 100%; } }

@media (max-width: 990px) {
  .header .navUser {
    display: flex;
    align-items: center;
    flex: auto; } }

.header .navUser .navUser-section[data-menu] .navUser-item .navUser-action:hover {
  font-weight: 500; }

@media (max-width: 990px) {
  .header .navUser .navUser-section.navUser-section--alt {
    display: flex; } }

.header .navUser .navUser-section.navUser-section--alt .navUser-item {
  margin-right: 10px; }
  @media (max-width: 990px) {
    .header .navUser .navUser-section.navUser-section--alt .navUser-item {
      display: block;
      padding: 0 !important; } }
  .header .navUser .navUser-section.navUser-section--alt .navUser-item:last-child {
    margin-right: 0; }
  .header .navUser .navUser-section.navUser-section--alt .navUser-item .navUser-action {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: #F6EDED;
    border-radius: 50%;
    padding: 0; }
    .header .navUser .navUser-section.navUser-section--alt .navUser-item .navUser-action .navUser-item-icon {
      font-size: 0; }
      .header .navUser .navUser-section.navUser-section--alt .navUser-item .navUser-action .navUser-item-icon img.cart-icon-empty, .header .navUser .navUser-section.navUser-section--alt .navUser-item .navUser-action .navUser-item-icon img.cart-icon-full {
        width: 13px;
        height: 13px; }
  .header .navUser .navUser-section.navUser-section--alt .navUser-item .navUser-action--quickSearch .close-icon {
    display: none; }
  .header .navUser .navUser-section.navUser-section--alt .navUser-item .navUser-action--quickSearch[aria-expanded="true"] {
    background-color: #C28786; }
    .header .navUser .navUser-section.navUser-section--alt .navUser-item .navUser-action--quickSearch[aria-expanded="true"] .close-icon {
      display: block; }
    .header .navUser .navUser-section.navUser-section--alt .navUser-item .navUser-action--quickSearch[aria-expanded="true"] .open-icon {
      display: none; }

@media (max-width: 990px) {
  .header .navUser .navUser-section.navUser-section--alt .navUser-item--account {
    display: none; } }

@media (max-width: 990px) {
  .header .navUser .navUser-section.navUser-section--alt .navUser-item--cart {
    position: static; } }

.header .navUser .navUser-section.navUser-section--alt .navUser-item--cart .navUser-action {
  position: relative; }
  .header .navUser .navUser-section.navUser-section--alt .navUser-item--cart .navUser-action.navUser-item--cart__hidden-s .countPill {
    display: none; }
  .header .navUser .navUser-section.navUser-section--alt .navUser-item--cart .navUser-action .countPill {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    color: white;
    background-color: #C28786;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    margin: 0;
    top: 0;
    right: -8px;
    font-size: 8px; }

.header .fast-simon-form .form-field .menu-navUser-item-icon {
  line-height: 0; }

.header .fast-simon-form .form-field .fast-autocomplete-input {
  font-weight: 500;
  color: #000000;
  padding: 17px 34px 19px; }
  @media (max-width: 990px) {
    .header .fast-simon-form .form-field .fast-autocomplete-input {
      padding: 12px 18px 14px; } }
  .header .fast-simon-form .form-field .fast-autocomplete-input::-webkit-input-placeholder {
    color: #000000; }
  .header .fast-simon-form .form-field .fast-autocomplete-input::-moz-placeholder {
    color: #000000; }
  .header .fast-simon-form .form-field .fast-autocomplete-input::-ms-input-placeholder {
    color: #000000; }
  .header .fast-simon-form .form-field .fast-autocomplete-input::-moz-placeholder {
    color: #000000; }

@media (max-width: 990px) {
  .header.is-scrolled ul.navPages-list .navPage-subMenu {
    top: 56px !important; } }

@media (max-width: 990px) {
  .header .navPages {
    padding: 0;
    border-color: #C8C0B3; } }

@media (max-width: 990px) {
  .header .navPages .navPages-quickSearch {
    display: none; } }

.header.header-cart .navUser .navUser-section.navUser-section--alt .navUser-item .navUser-action {
  padding: 5px 15px;
  border: 2px solid #363636;
  line-height: 26px;
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: white;
  color: #c18786; }
  .header.header-cart .navUser .navUser-section.navUser-section--alt .navUser-item .navUser-action:hover {
    color: white;
    background-color: #c18786; }

.header.header-cart .navUser .navUser-section.navUser-section--alt .navUser-item .navUser-item-icon {
  font-size: inherit; }

.header.header-cart .navUser .navUser-section.navUser-section--alt .navUser-item .navUser-item-userLabel {
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  margin: 2px 0 0 5px; }

@media (max-width: 990px) {
  ul.navPages-list.navPages-list--mobile {
    padding: 10px 0 18px; } }

@media (max-width: 990px) {
  ul.navPages-list.navPages-list--mobile .navPages-item {
    border-bottom: 0; } }

@media (max-width: 990px) {
  ul.navPages-list.navPages-list--mobile .navPages-item .navPages-action {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: #363636;
    margin-top: 0;
    padding: 10px 20px; } }

@media (max-width: 990px) {
  ul.navPages-list.navPages-list--mobile .navPages-item .navPages-action.Learn {
    display: none; } }

@media (max-width: 990px) {
  ul.navPages-list.navPages-list--user {
    border-top: 1px solid #C8C0B3; } }

@media (max-width: 990px) {
  ul.navPages-list.navPages-list--user li.navPages-item {
    border: 0; } }

@media (max-width: 990px) {
  ul.navPages-list .navPage-subMenu {
    border-top: 1px solid #C8C0B3;
    position: fixed;
    top: 91px;
    width: 100%;
    height: 100%;
    background-color: white; } }

@media (max-width: 990px) {
  ul.navPages-list .navPage-subMenu ul.navPage-subMenu-subCategories-list li.navPage-subMenu-subCategories-item {
    padding-left: 0; } }

@media (max-width: 990px) {
  ul.navPages-list .navPage-subMenu ul.navPage-subMenu-subCategories-list li.navPage-subMenu-subCategories-item a.navPage-subMenu-subCategories-action.navPages-action {
    font-size: 16px;
    font-weight: 400;
    color: #363636; } }

@media (max-width: 990px) {
  body .navPages-action-moreIcon {
    top: 22px;
    right: 20px;
    margin: 0;
    transform: rotate(270deg); } }

@media (max-width: 990px) {
  body .navPages-action-moreIcon svg {
    width: 13px;
    height: 7px;
    fill: #363636;
    stroke: #363636; } }

.navPages-container {
  font-family: "Inter", Arial, Helvetica, sans-serif; }
  .navPages-container.is-open {
    padding-top: 93px; }
    @media (max-width: 990px) {
      .navPages-container.is-open .navPages-item .navPages-action.has-subMenu.Pierce svg {
        fill: #363636;
        stroke: #363636; } }
    .navPages-container.is-open .navPages-item .navPages-action.has-subMenu.Pierce + .navPage-subMenu .navPage-subMenu-subCategories-list li.navPage-subMenu-subCategories-item:nth-child(2) a, .navPages-container.is-open .navPages-item .navPages-action.has-subMenu.Pierce + .navPage-subMenu .navPage-subMenu-subCategories-list li.navPage-subMenu-subCategories-item:nth-child(3) a {
      padding-left: 20px; }
    @media (max-width: 990px) {
      .navPages-container.is-open ul.navPages-list.navPages-list--user {
        padding-top: 18px; } }
    @media (max-width: 990px) {
      .navPages-container.is-open ul.navPages-list.navPages-list--user li.navPages-item a.navPages-action {
        font-size: 16px;
        padding: 10px 20px;
        margin-top: 0; } }
    .navPages-container.is-open ul.navPages-list.navPages-list--user li.navPages-item a.navPages-action:nth-child(1), .navPages-container.is-open ul.navPages-list.navPages-list--user li.navPages-item a.navPages-action:nth-child(2) {
      font-size: 16px;
      color: #363636; }

.back-button-container {
  border-bottom: 1px solid #C8C0B3;
  padding: 17px 20px; }
  .back-button-container .back-button {
    padding: 0;
    display: none; }
    @media (max-width: 990px) {
      .back-button-container .back-button {
        display: flex;
        align-items: center; } }
  .back-button-container .icon {
    width: 8px;
    height: 12px;
    margin-right: 20px; }
  .back-button-container .back-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase; }

.header-logo {
  width: 150px; }
  .header-logo > a {
    padding: 0;
    width: 100%; }

.mobileMenu-toggle {
  position: relative;
  width: 30px;
  height: 30px;
  background-color: #F6EDED;
  border-radius: 50%;
  padding: 0;
  margin-right: 40px; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
    background-color: #C28786; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    width: 12px;
    height: 1px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #C28786; }
    .mobileMenu-toggle .mobileMenu-toggleIcon::after, .mobileMenu-toggle .mobileMenu-toggleIcon::before {
      width: 12px;
      height: 1px;
      background-color: #C28786; }
    .mobileMenu-toggle .mobileMenu-toggleIcon::before {
      top: -4px; }
    .mobileMenu-toggle .mobileMenu-toggleIcon::after {
      bottom: -4px; }

.header-logo-image-container svg {
  width: 210px;
  height: 28px; }
  @media screen and (max-width: 479px) {
    .header-logo-image-container svg {
      width: 150px !important;
      height: auto; } }

.navUser-item .navPage-subMenu-subCategories-item.blog-link {
  display: none; }

.navUser-item.learn .navPage-subMenu-subCategories-item.blog-link {
  display: initial; }

.card .slider-cart-main-img .card-image {
  transition: 0.4s ease-in-out; }
  .card .slider-cart-main-img .card-image.item-1 {
    opacity: 0; }

.card .slider-cart-main-img:hover .card-image.item-0 {
  opacity: 0; }

.card .slider-cart-main-img:hover .card-image.item-1 {
  opacity: 1;
  transition: all .5s; }

.filters-container .category-title-wrapper span {
  color: #333;
  font-family: "HvDTrial Brandon Text";
  font-size: 15px;
  font-weight: 500;
  line-height: normal; }

.category-title.fs-result-page-wf8j8a {
  color: #333 !important;
  font-family: "HvDTrial Brandon Text";
  font-size: 15px;
  font-weight: 500;
  line-height: normal; }

.checkmark.fs-result-page-p4c5lu.fs-result-page-p4c5lu.fs-result-page-p4c5lu {
  border-radius: 3px;
  border: 0.5px solid #BDBDBD; }

@media screen and (max-width: 1024px) {
  .subCategories-section .subCategories-section .subCategories {
    margin: 0 auto; }
    .subCategories-section .subCategories-section .subCategories .slick-arrow {
      background-color: transparent; }
    .subCategories-section .subCategories-section .subCategories .slick-prev {
      left: -30px; }
    .subCategories-section .subCategories-section .subCategories .slick-next {
      right: -30px; } }

.sect-category-desk p {
  margin-bottom: 0; }

.BraintreePaypalCheckout.RemoteCheckout.CheckoutButton .or-use-label {
  display: none; }

.previewCartCheckout-additionalCheckoutButtons {
  display: none !important; }

.previewCartCheckout .button + .button, .previewCartCheckout #consent-manager .css-1k76mzs + .button, #consent-manager .previewCartCheckout .css-1k76mzs + .button, .previewCartCheckout #consent-manager .css-a0j149 + .button, #consent-manager .previewCartCheckout .css-a0j149 + .button, .previewCartCheckout #consent-manager .button + .css-1k76mzs, #consent-manager .previewCartCheckout .button + .css-1k76mzs, .previewCartCheckout #consent-manager .css-1k76mzs + .css-1k76mzs, #consent-manager .previewCartCheckout .css-1k76mzs + .css-1k76mzs, .previewCartCheckout #consent-manager .css-a0j149 + .css-1k76mzs, #consent-manager .previewCartCheckout .css-a0j149 + .css-1k76mzs, .previewCartCheckout #consent-manager .button + .css-a0j149, #consent-manager .previewCartCheckout .button + .css-a0j149, .previewCartCheckout #consent-manager .css-1k76mzs + .css-a0j149, #consent-manager .previewCartCheckout .css-1k76mzs + .css-a0j149, .previewCartCheckout #consent-manager .css-a0j149 + .css-a0j149, #consent-manager .previewCartCheckout .css-a0j149 + .css-a0j149 {
  margin-left: 0; }

@media screen and (max-width: 767px) {
  .body_default_page .homeAbout-details,
  .body_default_page .homeNurse-details {
    text-align: center; }
    .body_default_page .homeAbout-details h2,
    .body_default_page .homeAbout-details h3,
    .body_default_page .homeNurse-details h2,
    .body_default_page .homeNurse-details h3 {
      text-align: left; }
    .body_default_page .homeAbout-details p,
    .body_default_page .homeNurse-details p {
      text-align: left; }
    .body_default_page .homeAbout-details .button, .body_default_page .homeAbout-details #consent-manager .css-1k76mzs, #consent-manager .body_default_page .homeAbout-details .css-1k76mzs, .body_default_page .homeAbout-details #consent-manager .css-a0j149, #consent-manager .body_default_page .homeAbout-details .css-a0j149,
    .body_default_page .homeNurse-details .button,
    .body_default_page .homeNurse-details #consent-manager .css-1k76mzs,
    #consent-manager .body_default_page .homeNurse-details .css-1k76mzs,
    .body_default_page .homeNurse-details #consent-manager .css-a0j149,
    #consent-manager .body_default_page .homeNurse-details .css-a0j149 {
      text-align: center; } }

.store-locator .page-content--centered,
.provider-locator .page-content--centered {
  width: 100%; }

@media screen and (max-width: 767px) {
  .store-locator h1,
  .provider-locator h1 {
    margin-bottom: 2rem; } }

.store-locator .strmpr-search .strmpr-search-box-wrapper .strmpr-search-box,
.provider-locator .strmpr-search .strmpr-search-box-wrapper .strmpr-search-box {
  box-sizing: border-box !important; }

#storemapper {
  padding: 0 0 !important;
  z-index: 8 !important; }

.main-banner {
  margin-top: 60px; }
  @media screen and (max-width: 733px) {
    .main-banner {
      margin-top: 0px !important; } }
  @media screen and (max-width: 550px) {
    .main-banner .banner-container {
      height: auto !important; } }
  .main-banner .text-box {
    bottom: 0 !important;
    transform: translate(-50%, 50%) !important; }
    @media screen and (max-width: 1024px) {
      .main-banner .text-box {
        transform: translate(-50%, 45%) !important; } }
    @media screen and (max-width: 768px) {
      .main-banner .text-box {
        transform: translate(-50%, 39%) !important; } }
    @media screen and (max-width: 733px) {
      .main-banner .text-box {
        transform: translate(-50%, 48%) !important; } }
    .main-banner .text-box a {
      background: #fff;
      color: #000 !important;
      border: 1px solid #5f5d5d !important; }
      @media screen and (max-width: 1024px) {
        .main-banner .text-box a {
          max-width: 195px !important;
          height: 42px !important;
          font-size: 13px !important;
          line-height: 42px !important; } }
      .main-banner .text-box a:hover {
        background: #d53a4c !important;
        border-color: #d53a4c !important;
        color: #fff !important; }

@media screen and (min-width: 1536px) {
  .heroCarousel.slick-initialized {
    max-height: 1000px !important; } }

@media screen and (min-width: 2000px) {
  .heroCarousel.slick-initialized {
    max-height: 1200px !important; } }

@media screen and (min-width: 1267px) {
  .heroCarousel.slick-initialized {
    max-height: 800px; } }

@media screen and (max-width: 1024px) {
  .heroCarousel.slick-initialized {
    max-height: 550px; } }

@media screen and (max-width: 889px) {
  .heroCarousel.slick-initialized {
    max-height: 750px; } }

.heroCarousel.slick-initialized .heroCarousel-image-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  /* Black overlay with 30% opacity */
  z-index: 1; }

@media screen and (max-width: 767px) {
  .heroCarousel .slick-track {
    background: #e2c5c4; } }

.heroCarousel .heroCarousel-slide img {
  height: 100%; }

@media screen and (max-width: 767px) {
  .heroCarousel .slick-arrow {
    display: none !important; } }

.heroCarousel .slick-dots {
  display: none !important;
  bottom: 10px; }
  @media screen and (max-width: 767px) {
    .heroCarousel .slick-dots {
      display: block !important; } }
  .heroCarousel .slick-dots li {
    width: 9px;
    height: 3px;
    background: #fff;
    padding: 0;
    margin-right: 5px; }
    .heroCarousel .slick-dots li.slick-active {
      background-color: #000; }
    .heroCarousel .slick-dots li button {
      width: 0px;
      height: 0px;
      padding: 0px;
      display: none; }

.heroCarousel .heroCarousel-content {
  top: 50%;
  transform: translateY(-50%);
  width: 60rem;
  z-index: 2;
  padding: 30px;
  padding-left: 90px; }
  @media screen and (min-width: 1200px) {
    .heroCarousel .heroCarousel-content {
      padding-left: 90px; } }
  @media screen and (max-width: 1024px) {
    .heroCarousel .heroCarousel-content {
      width: 50rem; } }
  @media screen and (max-width: 990px) {
    .heroCarousel .heroCarousel-content {
      width: 100% !important;
      transform: translateY(0%) !important;
      padding-left: 30px; } }
  @media screen and (max-width: 767px) {
    .heroCarousel .heroCarousel-content {
      width: 100% !important;
      padding: 20px !important;
      padding-bottom: 20px !important; } }
  @media screen and (max-width: 767px) {
    .heroCarousel .heroCarousel-content .heroCarousel-action {
      margin-bottom: 20px; } }
  .heroCarousel .heroCarousel-content .heroCarousel-description {
    color: #fff; }
    @media screen and (max-width: 767px) {
      .heroCarousel .heroCarousel-content .heroCarousel-description {
        font-size: 16px;
        line-height: 1; } }
  .heroCarousel .heroCarousel-content .heroCarousel-title {
    font-size: 3.5rem;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 1.4rem;
    text-transform: uppercase;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    color: #fff; }
    @media screen and (max-width: 1024px) {
      .heroCarousel .heroCarousel-content .heroCarousel-title {
        font-size: 2.5rem; } }
    @media screen and (max-width: 767px) {
      .heroCarousel .heroCarousel-content .heroCarousel-title {
        font-size: 1.5rem;
        line-height: 1.2;
        margin-bottom: 10px; } }
  .heroCarousel .heroCarousel-content .heroCarousel-action {
    background: #fff;
    color: #000;
    border: 1px solid #000; }
    @media screen and (max-width: 767px) {
      .heroCarousel .heroCarousel-content .heroCarousel-action {
        padding: 13px 15px; } }
    .heroCarousel .heroCarousel-content .heroCarousel-action:hover {
      background-color: #E0D1C7 !important; }

.heroCarousel-image-wrapper {
  position: relative; }
  @media screen and (max-width: 767px) {
    .heroCarousel-image-wrapper img {
      height: 310px !important;
      object-fit: cover !important; } }

.heroCarousel .heroCarousel-content {
  opacity: 0; }
  @media screen and (max-width: 820px) {
    .heroCarousel .heroCarousel-content {
      opacity: 1; } }

.heroCarousel .slick-active .heroCarousel-content {
  opacity: 1; }

.heroCarousel .slick-active .heroCarousel-title,
.heroCarousel .slick-active .heroCarousel-description,
.heroCarousel .slick-active .heroCarousel-action {
  opacity: 0;
  /* Initial state - hidden */
  transform: translateY(20px);
  /* Start from below */
  -webkit-animation-name: fadeInSlideUp;
  animation-name: fadeInSlideUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.heroCarousel .slick-active .heroCarousel-title {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.heroCarousel .slick-active .heroCarousel-description {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.heroCarousel .slick-active .heroCarousel-action {
  -webkit-animation-delay: 1.2s;
  /* This delay makes sure the action button appears after the title and description */
  animation-delay: 1.2s; }

@keyframes fadeInSlideUp {
  0% {
    opacity: 0;
    transform: translateY(200px);
    /* Initial position */ }
  100% {
    opacity: 1;
    transform: translateY(0);
    /* Final position */ } }

@-webkit-keyframes fadeInSlideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

.heroCarousel .slick-prev:before {
  transform: rotate(180deg); }

.heroCarousel .slick-arrow {
  background: transparent;
  border: transparent;
  display: grid !important;
  align-items: center;
  justify-content: center; }
  .heroCarousel .slick-arrow:before {
    background-image: url("https://store-xqjlaq4kau.mybigcommerce.com/content/arrow-new.svg") !important;
    width: 60px; }

@media screen and (max-width: 767px) {
  .body .heroCarousel .slick-arrow {
    display: none !important; } }

@media screen and (max-width: 800px) {
  .body .css-ueuzok {
    z-index: 2147483637 !important; } }
