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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

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

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

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

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

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

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

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

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

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

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

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

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

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

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

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

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


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

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

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


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

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

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

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

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

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

These are all the button

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

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

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

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

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #8f8f8f;
  color: #666666;
  font-size: 1rem;
  padding: 0.85714rem 2.28571rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: #474747;
    color: #333333; }
  .button:active {
    background-color: transparent;
    border: 1px solid #757575;
    color: black; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.78571rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button--tiny { }

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

We provide a couple of component styles to layout forms.

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

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

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

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

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

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

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

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

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

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

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

Switch

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

### Form Actions --fixed

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

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

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

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

Form inline errors

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb-label {
  cursor: pointer; }
  .breadcrumb-label:hover {
    color: #333333;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #757575;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #999999;
    cursor: default; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.navList:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

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

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

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

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

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #e5e5e5;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 767px) {
    .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: 767px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 767px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 767px) {
    .modal {
      transform: translateY(-50%); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 767px) {
  .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: 767px) {
  .actionBar-section--alt {
    float: right; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -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: #8f8f8f;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel-tooltip {
  display: none;
  height: 1px;
  margin-top: 10px;
  position: relative; }
  .carousel-tooltip::before {
    border-color: transparent transparent #313440 transparent;
    border-style: solid;
    border-width: 0.71429rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .carousel-tooltip::after {
    background-color: #313440;
    border-radius: 0.57143rem;
    color: white;
    content: attr(aria-label);
    cursor: default;
    font-size: 1rem;
    padding: 0.28571rem 0.42857rem;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap; }
  .carousel-tooltip::before, .carousel-tooltip::after {
    display: none; }
  .carousel-tooltip:focus::before, .carousel-tooltip:focus::after {
    display: block; }
  @media (min-width: 767px) {
    .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: 767px) {
    .carousel-play-pause-button {
      font-size: 18px;
      max-width: 150px; } }
  @media (min-width: 1025px) {
    .carousel-play-pause-button {
      bottom: 1.5rem;
      left: 25px; } }
  .carousel-play-pause-button:hover {
    color: #474747; }
  @media (min-width: 375px) {
    .carousel-play-pause-button {
      max-width: 90px;
      min-width: 80px; } }

html,
body {
  height: auto; }

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

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

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

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

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

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

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

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hide-content {
  opacity: 0; }

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

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

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

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

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

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

.pagination-list {
  font-size: 0;
  margin-bottom: 1.5rem;
  text-align: center; }
  .pagination-list:before, .pagination-list:after {
    content: " ";
    display: table; }
  .pagination-list:after {
    clear: both; }
  .pagination-list .pagination-item {
    display: inline-block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accordion--navList .accordion-heading {
  font-size: 1rem;
  line-height: 19px;
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-inlineMessage {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.loadingOverlay {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 20; }

.icons-svg-sprite {
  display: none; }

.icon,
.icon svg {
  transition: all 0.15s ease; }

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

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

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

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

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

.has-ribbon {
  position: relative; }

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

.navUser {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  top: 26px;
  width: 100%;
  z-index: 5; }
  .navUser:before, .navUser:after {
    content: " ";
    display: table; }
  .navUser:after {
    clear: both; }
  .navUser ul,
  .navUser ol {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0; }
    .navUser ul ul,
    .navUser ul ol,
    .navUser ol ul,
    .navUser ol ol {
      list-style: none;
      margin-bottom: 0; }
    .navUser ul li,
    .navUser ol li {
      margin: 0;
      padding: 0; }
  .navUser-section {
    float: left; }
    .navUser-section:before, .navUser-section:after {
      content: " ";
      display: table; }
    .navUser-section:after {
      clear: both; }
  .navUser-section--alt {
    float: right;
    margin-left: 1.5rem; }
  .navUser-section + .navUser-section {
    margin-left: 1.5rem; }
  @media (min-width: 767px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 1025px) {
    .navUser {
      padding: 0 1.5rem;
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; } }
  .navUser .dropdown-menu {
    background-color: white;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
    position: absolute; }
    .navUser .dropdown-menu.is-open::before {
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #cccccc transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.78571rem;
      position: absolute; }
    .navUser .dropdown-menu.is-open::after {
      border: inset 8px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent white transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.92857rem;
      position: absolute; }

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

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

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

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

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

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

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

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

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

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

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

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

.navUser-or {
  color: #333333;
  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 #e5e5e5 transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

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

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

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

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

.navPages .navPage-subMenu-list, .navPage-childList {
  border-left: 1px solid #cccccc;
  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: 1025px) {
    .navPages-container {
      background: transparent;
      display: block;
      height: auto;
      padding: 0;
      position: relative; } }
  .navPages-container.is-open {
    display: block;
    padding-top: 55px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tag {
  display: inline-block;
  font-size: 1rem; }
  .tag a {
    color: #757575;
    display: inline-block;
    padding: 0.35714rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #333333; }

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

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

.pin_it_iframe_widget {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quickView:after {
  clear: both; }

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

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

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

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

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

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

.productView {
  padding-top: 1rem; }

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

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

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

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

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

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

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

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

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

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

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

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

.productView-reviewLink {
  color: #757575;
  display: inline-block;
  margin-left: 0.35714rem;
  vertical-align: middle; }
  .productView-reviewLink:hover {
    color: #333333; }
  .productView-reviewLink--new {
    padding: 0; }

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

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

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

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 767px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 767px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
    .productView-options .form .add-to-cart-wrapper {
      display: inline; }
  .productView-options input[type="file"] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field--error > .form-inlineMessage {
      font-size: 1rem; }
    .productView-options .form-field > .form-checkbox + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 767px) {
        .productView-options .form-field > .form-checkbox + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      text-align: justify; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  .productView-options .add-to-cart-buttons {
    display: inline-grid;
    float: left;
    margin-bottom: 1rem;
    width: 100%; }
    @media (min-width: 767px) {
      .productView-options .add-to-cart-buttons {
        padding: 0 0.71429rem;
        width: 50%; } }
    @media (min-width: 1025px) {
      .productView-options .add-to-cart-buttons {
        padding-right: 0.78571rem;
        width: 50%; } }
    @media (min-width: 1261px) {
      .productView-options .add-to-cart-buttons {
        display: inline-block;
        margin-top: 1rem;
        padding-right: 0.78571rem;
        width: 50%; } }
    @media (min-width: 767px) {
      .productView-options .add-to-cart-buttons.pre-order-buttons {
        min-width: 50%;
        width: auto; } }
    @media (min-width: 1025px) {
      .productView-options .add-to-cart-buttons.pre-order-buttons {
        margin-right: 0.78571rem;
        min-width: auto;
        padding: 0;
        width: auto; } }
    .productView-options .add-to-cart-buttons.pre-order-buttons .button {
      padding: 0.92857rem 1.71429rem; }
    .productView-options .add-to-cart-buttons .button {
      margin: 0;
      width: 100%; }
  .productView-options .add-to-cart-wallet-buttons {
    margin-top: 0.78571rem; }
    .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] {
      line-height: 0;
      margin-top: 6px; }
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] button,
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] div {
        width: 100%; }
    .productView-options .add-to-cart-wallet-buttons button.show-more-button {
      color: #757575;
      display: block;
      margin-top: 0.35714rem;
      padding: 0.35714rem 0;
      text-align: center;
      text-decoration: underline;
      vertical-align: middle;
      width: 100%; }
      .productView-options .add-to-cart-wallet-buttons button.show-more-button:hover {
        color: #333333; }

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

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

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

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

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

.shareProduct {
  text-align: center; }

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

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

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

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

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

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

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

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

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

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

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

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

.blocker-container {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border: #e5e5e5 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 1025px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }

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

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

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

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

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

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

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

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

.reset-filters {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shipping-estimate-value #shipping-cost-discounted {
  margin-left: 0.35714rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.video {
  display: block;
  margin-bottom: 1.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: 1025px) {
    .video {
      margin-bottom: 1.85714rem; } }
  .video:hover, .video.is-active {
    color: #333333;
    opacity: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.new-customer-fact {
  padding-left: 0.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: 1025px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 1025px) {
      .quickSearchResults .modal-close {
        display: block; } }

.advancedSearch-separator {
  display: none; }

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

.search-price-range label {
  display: inline; }
  .search-price-range label input {
    display: block;
    padding-left: 1.5rem; }
    @media (min-width: 767px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 767px) {
    .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: 1025px) {
    .navBar--account {
      display: block; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.account-product-detail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 767px) {
    .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: 767px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 767px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

.account-sidebar-block {
  font-size: 15px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.5rem; }

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

.account-reorder-form {
  display: inline-block; }

.order-payments-description {
  color: #757575;
  font-weight: 400;
  margin-top: 1.5rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
    min-height: 17.85714rem;
    padding: 0.78571rem;
    width: 100%; }
    @media (min-width: 767px) {
      .paymentMethodsGrid-item {
        width: 50%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.page-region {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  float: right;
  width: 100%; }
  @media (min-width: 1025px) {
    .page-region {
      width: 75%; } }

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

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

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

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

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

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

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  color: #757575;
  display: inline-block;
  float: none;
  font-size: 1rem;
  overflow-wrap: break-word;
  text-align: center;
  vertical-align: top;
  -ms-word-break: break-all; }
  @media (min-width: 767px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 1025px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

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

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

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

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

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

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

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

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

.footer-payment-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  margin-left: 0;
  margin-top: 1.5rem; }
  @media (min-width: 767px) {
    .footer-payment-icons {
      justify-content: normal; } }
  @media (min-width: 1025px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 2.85714rem;
    margin: 0.35714rem;
    vertical-align: middle;
    width: 3.57143rem; }
  .footer-payment-icons svg {
    fill: #757575; }

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

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

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

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

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

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

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

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

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

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

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

.sidebarBlock-heading {
  font-size: 1.07143rem;
  margin-top: 0;
  text-transform: inherit; }
  @media (min-width: 1025px) {
    .sidebarBlock-heading.heading-price {
      margin-top: -0.85714rem; } }

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

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

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

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

@media (min-width: 767px) {
  .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: 767px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 1025px) {
    .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: 1025px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

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

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

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

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

@media (min-width: 767px) {
  .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: 767px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

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

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

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  @media (min-width: 767px) {
    .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: 767px) {
  .listItem-body {
    padding-left: 1.28571rem;
    padding-right: 0.78571rem;
    width: 75%; } }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: -1rem;
  margin-right: -1rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 1025px) {
    .productView {
      display: block; } }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

.productView--quickView .socialLinks-item--print {
  display: none; }

.productView-images {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1025px) {
    .productView-images {
      width: 50%; } }

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1025px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }
  .productView--quickView .productView-details {
    position: relative; }
  .productView-details.product-data {
    order: -1; }

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 1; }
  .productView-description .productView-title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 1025px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after, .sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  content: "";
  display: block;
  height: 3.57143rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  transition: background-color 800ms ease;
  width: 3.57143rem;
  z-index: 10; }
  
  .sale-flag-star::before,
  .sold-out-flag-star::before {
    transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }
  
  .sale-flag-star::after,
  .sold-out-flag-star::after {
    transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after {
  background: #007dc6; }

.sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  background: #007dc6; }

.starwrap {
  height: 3.57143rem;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 3.57143rem; }

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 767px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1261px) {
    .listItem-figure .starwrap {
      top: 10px;
      transform: scale(0.7); } }

.sale-text-burst, .sold-out-text-burst {
  font-weight: 600;
  line-height: 1.07143rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.57143rem;
  z-index: 50; }

.sale-text-burst {
  color: white; }

.sold-out-text-burst {
  color: white; }

.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star::before,
.product:hover .starwrap .sale-flag-star::after {
  background: black; }

.product:hover .starwrap .sold-out-flag-star,
.product:hover .starwrap .sold-out-flag-star::before,
.product:hover .starwrap .sold-out-flag-star::after {
  background: black; }

.sale-flag-side, .sold-out-flag-side {
  border-radius: 0 50px 50px 0;
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  line-height: 1.14286rem;
  padding-left: 0.5rem;
  padding-right: 0.78571rem;
  padding-top: 0.10714rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

.sale-flag-side {
  background: #007dc6;
  color: white; }

.sold-out-flag-side {
  background: #007dc6;
  color: white; }

.product:hover .sale-flag-side {
  background: black; }

.product:hover .sold-out-flag-side {
  background: black; }

.sale-flag-sash, .sold-out-flag-sash {
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  left: -25px;
  line-height: 1.14286rem;
  padding-top: 0.10714rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  width: 8.5rem;
  z-index: 10; }

.sale-flag-sash {
  background: #007dc6;
  color: white; }

.sold-out-flag-sash {
  background: #007dc6;
  color: white; }

.listItem-figure .sale-flag-sash,
.listItem-figure .sold-out-flag-sash {
  top: 24px; }
  @media (min-width: 767px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -20px;
      top: 19px; } }
  @media (min-width: 1261px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -15px;
      top: 24px; } }

.product:hover .sale-flag-sash {
  background: black; }

.product:hover .sold-out-flag-sash {
  background: black; }

.product {
  overflow: hidden; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 22px;
  width: 22px; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #474747;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 5000; }

.form-option-image {
  display: block;
  height: 100px;
  width: 100px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.account {
  margin-bottom: 1.5rem; }

@media (min-width: 1025px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media (min-width: 1025px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 1025px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

.account-body {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-body:before, .account-body:after {
    content: " ";
    display: table; }
  .account-body:after {
    clear: both; }

.account-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 1025px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 1025px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 1025px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

/* GillSansStd */
@font-face {
  font-family: 'GillSansStd';
  src: url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/gillsansstd.woff2") format("woff2"), url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/gillsansstd.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GillSansStd';
  src: url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/gillsansstdbold.woff2") format("woff2"), url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/gillsansstdbold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'GillSansStd';
  src: url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/gillsansstdbolditalic.woff2") format("woff2"), url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/gillsansstdbolditalic.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'GillSansStd';
  src: url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/gillsansstditalic.woff2") format("woff2"), url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/gillsansstditalic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'GillSansStd';
  src: url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/gillsansstdlight.woff2") format("woff2"), url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/gillsansstdlight.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'GillSansStd';
  src: url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/gillsansstdlightitalic.woff2") format("woff2"), url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/gillsansstdlightitalic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'GillSansStd';
  src: url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/gillsansstdlightshadowed.woff2") format("woff2"), url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/gillsansstdlightshadowed.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'GillSansStd';
  src: url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/gillsansstdultrabold.woff2") format("woff2"), url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/gillsansstdultrabold.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'GillSansStd';
  src: url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/gillsansstdextrabold.woff2") format("woff2"), url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/gillsansstdextrabold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'GillSansStd';
  src: url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/gillsansstdextrabolddisp.woff2") format("woff2"), url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/gillsansstdextrabolddisp.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'GillSansStd';
  src: url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/gillsansstdcondensed.woff2") format("woff2"), url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/gillsansstdcondensed.woff") format("woff");
  font-stretch: condensed;
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GillSansStd';
  src: url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/gillsansstdboldcondensed.woff2") format("woff2"), url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/gillsansstdboldcondensed.woff") format("woff");
  font-stretch: condensed;
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'GillSansStd';
  src: url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/gillsansstdboldextracond.woff2") format("woff2"), url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/gillsansstdboldextracond.woff") format("woff");
  font-stretch: extra-condensed;
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'GillSansStd';
  src: url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/gillsansstdultraboldcond.woff2") format("woff2"), url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/gillsansstdultraboldcond.woff") format("woff");
  font-stretch: condensed;
  font-weight: 800;
  font-style: normal; }

/* SourceSansPro */
@font-face {
  font-family: 'SourceSansPro';
  src: url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/sourcesanspro-regular.woff2") format("woff2"), url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/sourcesanspro-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro';
  src: url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/sourcesanspro-it.woff2") format("woff2"), url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/sourcesanspro-it.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'SourceSansPro';
  src: url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/sourcesanspro-bold.woff2") format("woff2"), url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/sourcesanspro-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro';
  src: url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/sourcesanspro-boldit.woff2") format("woff2"), url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/sourcesanspro-boldit.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'SourceSansPro';
  src: url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/sourcesanspro-light.woff2") format("woff2"), url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/sourcesanspro-light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro';
  src: url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/sourcesanspro-lightit.woff2") format("woff2"), url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/sourcesanspro-lightit.woff") format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'SourceSansPro';
  src: url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/sourcesanspro-semibold.woff2") format("woff2"), url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/sourcesanspro-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro';
  src: url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/sourcesanspro-semiboldit.woff2") format("woff2"), url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/sourcesanspro-semiboldit.woff") format("woff");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'SourceSansPro';
  src: url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/sourcesanspro-extralight.woff2") format("woff2"), url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/sourcesanspro-extralight.woff") format("woff");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro';
  src: url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/sourcesanspro-extralightit.woff2") format("woff2"), url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/sourcesanspro-extralightit.woff") format("woff");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'SourceSansPro';
  src: url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/sourcesanspro-black.woff2") format("woff2"), url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/sourcesanspro-black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro';
  src: url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/sourcesanspro-blackit.woff2") format("woff2"), url("https://store-xqyjyp2r6i.mybigcommerce.com/content/fonts/sourcesanspro-blackit.woff") format("woff");
  font-weight: 900;
  font-style: italic; }

.announcement-bar {
  width: 100%;
  padding: 6px 0;
  background-color: #edefed; }
  @media (min-width: 1025px) {
    .announcement-bar {
      padding: 4.5px 0; } }
  .announcement-bar .announcement-bar-wrap {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between; }
    .announcement-bar .announcement-bar-wrap p {
      margin: 0;
      text-align: center;
      color: #222222;
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0%;
      text-align: center;
      text-transform: none;
      font-family: "SourceSansPro", sans-serif; }
      .announcement-bar .announcement-bar-wrap p a {
        font-weight: 600;
        font-size: 14px;
        text-decoration: none; }
  .announcement-bar .inner p:not(:first-child) {
    display: none; }
  .announcement-bar .inner p.slick-slide {
    display: block; }
  .announcement-bar .inner p a {
    color: #222222; }
    .announcement-bar .inner p a:hover {
      color: #000000; }
  .announcement-bar .inner.slick-initialized {
    margin: 0;
    min-width: unset; }
  .announcement-bar .inner:nth-child(1) {
    display: none;
    width: 25%; }
    .announcement-bar .inner:nth-child(1) p {
      text-align: left; }
    @media (min-width: 1025px) {
      .announcement-bar .inner:nth-child(1) {
        display: block; } }
  .announcement-bar .inner:nth-child(2) {
    width: 100%;
    padding: 0 14px; }
    @media (min-width: 1025px) {
      .announcement-bar .inner:nth-child(2) {
        padding: 0 45px; } }
    .announcement-bar .inner:nth-child(2) p {
      font-weight: 600;
      text-align: center;
      text-transform: uppercase; }
    @media (min-width: 1025px) {
      .announcement-bar .inner:nth-child(2) {
        width: 50%; } }
  .announcement-bar .inner:nth-child(3) {
    width: 25%;
    display: none; }
    .announcement-bar .inner:nth-child(3) p {
      text-align: right; }
    @media (min-width: 1025px) {
      .announcement-bar .inner:nth-child(3) {
        display: block; } }
  .announcement-bar .inner .slick-arrow {
    margin: 0;
    border: 0;
    opacity: 1;
    padding: 0;
    height: 9px;
    width: 14px;
    background-color: transparent; }
    .announcement-bar .inner .slick-arrow.slick-next {
      right: 0px; }
      @media (min-width: 1025px) {
        .announcement-bar .inner .slick-arrow.slick-next {
          right: 30px; } }
      .announcement-bar .inner .slick-arrow.slick-next:before {
        background-image: url('data:image/svg+xml,<svg width="14" height="9" viewBox="0 0 14 9" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_2_6280)"><path d="M1.11364 3.88891C0.774734 3.88891 0.5 4.16251 0.5 4.5C0.5 4.83748 0.774734 5.11108 1.11364 5.11108V3.88891ZM13.8203 4.9321C14.0599 4.69345 14.0599 4.30654 13.8203 4.0679L9.91509 0.178982C9.67547 -0.0596607 9.28697 -0.0596607 9.04729 0.178982C8.80766 0.417627 8.80766 0.80454 9.04729 1.04319L12.5186 4.5L9.04729 7.95683C8.80766 8.19546 8.80766 8.58234 9.04729 8.82103C9.28697 9.05966 9.67547 9.05966 9.91509 8.82103L13.8203 4.9321ZM1.11364 5.11108H13.3864V3.88891H1.11364V5.11108Z" fill="%23222222"/></g><defs><clipPath id="clip0_2_6280"><rect width="14" height="9" fill="white"/></clipPath></defs></svg>'); }
    .announcement-bar .inner .slick-arrow.slick-prev {
      left: 0px; }
      @media (min-width: 1025px) {
        .announcement-bar .inner .slick-arrow.slick-prev {
          left: 30px; } }
      .announcement-bar .inner .slick-arrow.slick-prev:before {
        background-image: url('data:image/svg+xml,<svg width="14" height="9" viewBox="0 0 14 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.8864 3.88891C13.2253 3.88891 13.5 4.16251 13.5 4.5C13.5 4.83748 13.2253 5.11108 12.8864 5.11108V3.88891ZM0.17972 4.9321C-0.059906 4.69345 -0.059906 4.30654 0.17972 4.0679L4.08491 0.178982C4.32453 -0.0596607 4.71303 -0.0596607 4.95271 0.178982C5.19234 0.417627 5.19234 0.80454 4.95271 1.04319L1.48143 4.5L4.95271 7.95683C5.19234 8.19546 5.19234 8.58234 4.95271 8.82103C4.71303 9.05966 4.32453 9.05966 4.08491 8.82103L0.17972 4.9321ZM12.8864 5.11108H0.613623V3.88891H12.8864V5.11108Z" fill="%23222222"/></svg>'); }
    .announcement-bar .inner .slick-arrow:before {
      padding: 0;
      width: 100%;
      height: 100%;
      background-color: transparent; }
    .announcement-bar .inner .slick-arrow:hover {
      opacity: 1;
      background-color: transparent; }
  .announcement-bar .slick-dots {
    display: none !important; }
  .announcement-bar + .container {
    max-width: 1800px; }

.header {
  height: auto;
  position: fixed;
  border-bottom: 0;
  background: #222222;
  transition: 0.4s all ease; }
  .header.fixedHeader {
    background: #222222;
    transition: 0.4s all ease; }
  .header .header-wrap {
    padding: 16px 0;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between; }
    @media (min-width: 1025px) {
      .header .header-wrap {
        display: flex;
        padding: 0; } }
    .header .header-wrap .header-logo {
      order: 1;
      margin: 0;
      width: 60%;
      position: relative;
      z-index: 1; }
      @media (min-width: 1025px) {
        .header .header-wrap .header-logo {
          width: 20%; } }
      .header .header-wrap .header-logo .header-logo-image {
        max-height: 2.35714rem; }
        @media (min-width: 767px) {
          .header .header-wrap .header-logo .header-logo-image {
            max-width: 200px;
            max-height: 90px; } }
        @media (min-width: 1025px) {
          .header .header-wrap .header-logo .header-logo-image {
            max-height: 90px; } }
        @media (min-width: 1261px) {
          .header .header-wrap .header-logo .header-logo-image {
            max-width: 280px; } }
    .header .header-wrap .header-logo__link {
      width: fit-content;
      margin: 0 0 0 44px; }
      @media (min-width: 1025px) {
        .header .header-wrap .header-logo__link {
          margin: 0; } }
      @media (min-width: 1025px) {
        .header .header-wrap .header-logo__link .header-logo-image-container {
          display: inline-flex;
          align-items: center; } }
    .header .header-wrap .navUser {
      order: 3;
      top: 63px;
      padding: 0;
      width: 40%;
      right: 6px;
      max-width: 150px;
      transform: none; }
      @media (min-width: 1025px) {
        .header .header-wrap .navUser {
          width: 20%;
          top: unset;
          right: unset;
          max-width: unset;
          transform: translateY(0); } }
      .header .header-wrap .navUser .navUser-section {
        width: 100%;
        max-width: 150px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .header .header-wrap .navUser .navUser-section .navUser-item {
          width: 22px;
          height: 22px;
          margin: 0 auto;
          cursor: pointer;
          display: inline-block; }
          @media (min-width: 1261px) {
            .header .header-wrap .navUser .navUser-section .navUser-item {
              width: 26px;
              height: 26px; } }
          .header .header-wrap .navUser .navUser-section .navUser-item .navUser-action {
            background-size: auto;
            background-position: center;
            background-repeat: no-repeat; }
            @media (min-width: 1261px) {
              .header .header-wrap .navUser .navUser-section .navUser-item .navUser-action {
                background-size: 25px; } }
          .header .header-wrap .navUser .navUser-section .navUser-item--search .navUser-action {
            background-image: url('data:image/svg+xml,<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.47998 8.63332C3.47998 9.39937 3.63086 10.1579 3.92402 10.8656C4.21717 11.5734 4.64685 12.2164 5.18852 12.7581C5.7302 13.2998 6.37326 13.7295 7.08099 14.0226C7.78873 14.3158 8.54727 14.4667 9.31331 14.4667C10.0794 14.4667 10.8379 14.3158 11.5456 14.0226C12.2534 13.7295 12.8964 13.2998 13.4381 12.7581C13.9798 12.2164 14.4095 11.5734 14.7026 10.8656C14.9958 10.1579 15.1466 9.39937 15.1466 8.63332C15.1466 7.86728 14.9958 7.10873 14.7026 6.401C14.4095 5.69327 13.9798 5.05021 13.4381 4.50853C12.8964 3.96686 12.2534 3.53718 11.5456 3.24402C10.8379 2.95087 10.0794 2.79999 9.31331 2.79999C8.54727 2.79999 7.78873 2.95087 7.08099 3.24402C6.37326 3.53718 5.7302 3.96686 5.18852 4.50853C4.64685 5.05021 4.21717 5.69327 3.92402 6.401C3.63086 7.10873 3.47998 7.86728 3.47998 8.63332Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M18.48 17.8L13.48 12.8" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>'); }
            .header .header-wrap .navUser .navUser-section .navUser-item--search .navUser-action[aria-expanded="true"] {
              background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.22173 23.7782L23.7781 8.22184" stroke="%23C4D600" stroke-width="2" stroke-linecap="round"/><path d="M23.7783 23.7782L8.22192 8.22184" stroke="%23C4D600" stroke-width="2" stroke-linecap="round"/></svg>'); }
          .header .header-wrap .navUser .navUser-section .navUser-item--search:hover .navUser-action {
            background-image: url('data:image/svg+xml,<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.47998 8.63332C3.47998 9.39937 3.63086 10.1579 3.92402 10.8656C4.21717 11.5734 4.64685 12.2164 5.18852 12.7581C5.7302 13.2998 6.37326 13.7295 7.08099 14.0226C7.78873 14.3158 8.54727 14.4667 9.31331 14.4667C10.0794 14.4667 10.8379 14.3158 11.5456 14.0226C12.2534 13.7295 12.8964 13.2998 13.4381 12.7581C13.9798 12.2164 14.4095 11.5734 14.7026 10.8656C14.9958 10.1579 15.1466 9.39937 15.1466 8.63332C15.1466 7.86728 14.9958 7.10873 14.7026 6.401C14.4095 5.69327 13.9798 5.05021 13.4381 4.50853C12.8964 3.96686 12.2534 3.53718 11.5456 3.24402C10.8379 2.95087 10.0794 2.79999 9.31331 2.79999C8.54727 2.79999 7.78873 2.95087 7.08099 3.24402C6.37326 3.53718 5.7302 3.96686 5.18852 4.50853C4.64685 5.05021 4.21717 5.69327 3.92402 6.401C3.63086 7.10873 3.47998 7.86728 3.47998 8.63332Z" stroke="%23C4D600" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M18.48 17.8L13.48 12.8" stroke="%23C4D600" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>'); }
            .header .header-wrap .navUser .navUser-section .navUser-item--search:hover .navUser-action[aria-expanded="true"] {
              background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.22173 23.7782L23.7781 8.22184" stroke="%23C4D600" stroke-width="2" stroke-linecap="round"/><path d="M23.7783 23.7782L8.22192 8.22184" stroke="%23C4D600" stroke-width="2" stroke-linecap="round"/></svg>'); }
          .header .header-wrap .navUser .navUser-section .navUser-item--cart .navUser-action {
            background-image: url('data:image/svg+xml,<svg width="22" height="18" viewBox="0 0 22 18" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_308_834)"><path d="M1.53662 1.51401H2.84259C3.55425 1.51401 4.18263 1.97052 4.38894 2.63674L7.0993 11.3718C7.35671 12.2013 8.1914 12.7246 9.06583 12.604L17.5736 11.4478C18.3042 11.3476 18.9004 10.8206 19.0745 10.1173L20.4637 4.49991H6.61477" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.25488 15.0154C9.93977 15.0154 10.5126 15.5623 10.5127 16.2576C10.5127 16.9529 9.93981 17.4998 9.25488 17.4998C8.57007 17.4996 7.99805 16.9529 7.99805 16.2576C7.99811 15.5624 8.5701 15.0155 9.25488 15.0154Z" fill="white" stroke="white" stroke-linecap="round" stroke-linejoin="round"/><path d="M15.9585 15.0154C16.6434 15.0154 17.2162 15.5623 17.2163 16.2576C17.2163 16.9529 16.6434 17.4998 15.9585 17.4998C15.2737 17.4996 14.7017 16.9529 14.7017 16.2576C14.7017 15.5624 15.2737 15.0155 15.9585 15.0154Z" fill="white" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_308_834"><rect width="22" height="18" fill="white"/></clipPath></defs></svg>'); }
            .header .header-wrap .navUser .navUser-section .navUser-item--cart .navUser-action[aria-expanded="true"] {
              background-image: url('data:image/svg+xml,<svg width="22" height="18" viewBox="0 0 22 18" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_308_834)"><path d="M1.53662 1.51401H2.84259C3.55425 1.51401 4.18263 1.97052 4.38894 2.63674L7.0993 11.3718C7.35671 12.2013 8.1914 12.7246 9.06583 12.604L17.5736 11.4478C18.3042 11.3476 18.9004 10.8206 19.0745 10.1173L20.4637 4.49991H6.61477" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.25488 15.0154C9.93977 15.0154 10.5126 15.5623 10.5127 16.2576C10.5127 16.9529 9.93981 17.4998 9.25488 17.4998C8.57007 17.4996 7.99805 16.9529 7.99805 16.2576C7.99811 15.5624 8.5701 15.0155 9.25488 15.0154Z" fill="white" stroke="white" stroke-linecap="round" stroke-linejoin="round"/><path d="M15.9585 15.0154C16.6434 15.0154 17.2162 15.5623 17.2163 16.2576C17.2163 16.9529 16.6434 17.4998 15.9585 17.4998C15.2737 17.4996 14.7017 16.9529 14.7017 16.2576C14.7017 15.5624 15.2737 15.0155 15.9585 15.0154Z" fill="white" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_308_834"><rect width="22" height="18" fill="white"/></clipPath></defs></svg>'); }
          .header .header-wrap .navUser .navUser-section .navUser-item--cart:hover .navUser-action {
            background-image: url('data:image/svg+xml,<svg width="22" height="18" viewBox="0 0 22 18" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_308_834)"><path d="M1.53662 1.51401H2.84259C3.55425 1.51401 4.18263 1.97052 4.38894 2.63674L7.0993 11.3718C7.35671 12.2013 8.1914 12.7246 9.06583 12.604L17.5736 11.4478C18.3042 11.3476 18.9004 10.8206 19.0745 10.1173L20.4637 4.49991H6.61477" stroke="%23C4D600" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.25488 15.0154C9.93977 15.0154 10.5126 15.5623 10.5127 16.2576C10.5127 16.9529 9.93981 17.4998 9.25488 17.4998C8.57007 17.4996 7.99805 16.9529 7.99805 16.2576C7.99811 15.5624 8.5701 15.0155 9.25488 15.0154Z" fill="%23C4D600" stroke="%23C4D600" stroke-linecap="round" stroke-linejoin="round"/><path d="M15.9585 15.0154C16.6434 15.0154 17.2162 15.5623 17.2163 16.2576C17.2163 16.9529 16.6434 17.4998 15.9585 17.4998C15.2737 17.4996 14.7017 16.9529 14.7017 16.2576C14.7017 15.5624 15.2737 15.0155 15.9585 15.0154Z" fill="%23C4D600" stroke="%23C4D600" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_308_834"><rect width="22" height="18" fill="%23C4D600"/></clipPath></defs></svg>'); }
            .header .header-wrap .navUser .navUser-section .navUser-item--cart:hover .navUser-action[aria-expanded="true"] {
              background-image: url('data:image/svg+xml,<svg width="22" height="18" viewBox="0 0 22 18" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_308_834)"><path d="M1.53662 1.51401H2.84259C3.55425 1.51401 4.18263 1.97052 4.38894 2.63674L7.0993 11.3718C7.35671 12.2013 8.1914 12.7246 9.06583 12.604L17.5736 11.4478C18.3042 11.3476 18.9004 10.8206 19.0745 10.1173L20.4637 4.49991H6.61477" stroke="%23C4D600" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.25488 15.0154C9.93977 15.0154 10.5126 15.5623 10.5127 16.2576C10.5127 16.9529 9.93981 17.4998 9.25488 17.4998C8.57007 17.4996 7.99805 16.9529 7.99805 16.2576C7.99811 15.5624 8.5701 15.0155 9.25488 15.0154Z" fill="white" stroke="white" stroke-linecap="round" stroke-linejoin="round"/><path d="M15.9585 15.0154C16.6434 15.0154 17.2162 15.5623 17.2163 16.2576C17.2163 16.9529 16.6434 17.4998 15.9585 17.4998C15.2737 17.4996 14.7017 16.9529 14.7017 16.2576C14.7017 15.5624 15.2737 15.0155 15.9585 15.0154Z" fill="%23C4D600" stroke="%23C4D600" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_308_834"><rect width="22" height="18" fill="white"/></clipPath></defs></svg>'); }
          .header .header-wrap .navUser .navUser-section .navUser-item--cart .navUser-item--cart__hidden-s {
            display: inline-block;
            vertical-align: middle; }
            @media (min-width: 767px) {
              .header .header-wrap .navUser .navUser-section .navUser-item--cart .navUser-item--cart__hidden-s {
                display: block; } }
          .header .header-wrap .navUser .navUser-section .navUser-item--account .navUser-action {
            background-image: url('data:image/svg+xml,<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_308_840)"><path d="M16.7878 14.3848C16.5379 13.297 16.0749 12.2694 15.4254 11.3617C14.7759 10.454 13.9528 9.68402 13.0038 9.09642C13.6459 8.25691 14.0404 7.25456 14.1428 6.20262C14.2451 5.15069 14.0512 4.09109 13.583 3.14355C13.1148 2.19602 12.391 1.3983 11.4932 0.840539C10.5955 0.282777 9.55964 -0.0128021 8.50274 -0.0128021C7.44583 -0.0128021 6.40999 0.282777 5.51225 0.840539C4.61451 1.3983 3.89064 2.19602 3.42244 3.14355C2.95423 4.09109 2.76035 5.15069 2.8627 6.20262C2.96505 7.25456 3.35956 8.25691 4.00163 9.09642C3.05182 9.68304 2.22806 10.4526 1.57823 11.3603C0.928397 12.2681 0.465454 13.2959 0.216301 14.3841C0.143479 14.698 0.142741 15.0243 0.214144 15.3385C0.285546 15.6527 0.427231 15.9466 0.628551 16.1982C0.826429 16.4487 1.07863 16.6511 1.36612 16.79C1.65361 16.9289 1.96889 17.0007 2.28818 17H14.7123C15.0316 17.0007 15.3469 16.9289 15.6344 16.79C15.9219 16.6511 16.1741 16.4487 16.372 16.1982C16.5739 15.947 16.7162 15.6534 16.7882 15.3393C16.8602 15.0252 16.8601 14.6989 16.7878 14.3848ZM8.50026 1.41667C9.34083 1.41667 10.1625 1.66593 10.8614 2.13292C11.5603 2.59992 12.1051 3.26368 12.4267 4.04026C12.7484 4.81685 12.8326 5.67138 12.6686 6.4958C12.5046 7.32022 12.0998 8.0775 11.5055 8.67187C10.9111 9.26624 10.1538 9.67102 9.32939 9.835C8.50497 9.99899 7.65044 9.91483 6.87385 9.59315C6.09727 9.27148 5.43351 8.72675 4.96651 8.02784C4.49952 7.32893 4.25026 6.50724 4.25026 5.66667C4.25138 4.53984 4.69951 3.45949 5.4963 2.66271C6.29308 1.86592 7.37343 1.41779 8.50026 1.41667ZM15.2641 15.3163C15.1987 15.4 15.1149 15.4676 15.0192 15.5139C14.9236 15.5602 14.8186 15.5839 14.7123 15.5833H2.28818C2.18191 15.5839 2.07693 15.5602 1.98128 15.5139C1.88562 15.4676 1.80185 15.4 1.73638 15.3163C1.66787 15.2309 1.61955 15.1311 1.59502 15.0244C1.57048 14.9177 1.57038 14.8068 1.59472 14.7C1.81459 13.7404 2.23406 12.8378 2.82584 12.051C3.41762 11.2642 4.16843 10.6108 5.02942 10.1334C6.02091 10.9113 7.24467 11.334 8.50486 11.334C9.76505 11.334 10.9888 10.9113 11.9803 10.1334C12.8394 10.6128 13.5883 11.2671 14.1786 12.0541C14.7689 12.8411 15.1875 13.7432 15.4072 14.7022C15.4311 14.8087 15.4307 14.9193 15.4059 15.0256C15.3811 15.1319 15.3327 15.2313 15.2641 15.3163Z" fill="white"/></g><defs><clipPath id="clip0_308_840"><rect width="17" height="17" fill="white"/></clipPath></defs></svg>'); }
            .header .header-wrap .navUser .navUser-section .navUser-item--account .navUser-action.is-open {
              background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.22173 23.7782L23.7781 8.22184" stroke="%23C4D600" stroke-width="2" stroke-linecap="round"/><path d="M23.7783 23.7782L8.22192 8.22184" stroke="%23C4D600" stroke-width="2" stroke-linecap="round"/></svg>'); }
            @media (min-width: 1261px) {
              .header .header-wrap .navUser .navUser-section .navUser-item--account .navUser-action {
                background-size: 22px; } }
          .header .header-wrap .navUser .navUser-section .navUser-item--account:hover .navUser-action {
            background-image: url('data:image/svg+xml,<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_308_840)"><path d="M16.7878 14.3848C16.5379 13.297 16.0749 12.2694 15.4254 11.3617C14.7759 10.454 13.9528 9.68402 13.0038 9.09642C13.6459 8.25691 14.0404 7.25456 14.1428 6.20262C14.2451 5.15069 14.0512 4.09109 13.583 3.14355C13.1148 2.19602 12.391 1.3983 11.4932 0.840539C10.5955 0.282777 9.55964 -0.0128021 8.50274 -0.0128021C7.44583 -0.0128021 6.40999 0.282777 5.51225 0.840539C4.61451 1.3983 3.89064 2.19602 3.42244 3.14355C2.95423 4.09109 2.76035 5.15069 2.8627 6.20262C2.96505 7.25456 3.35956 8.25691 4.00163 9.09642C3.05182 9.68304 2.22806 10.4526 1.57823 11.3603C0.928397 12.2681 0.465454 13.2959 0.216301 14.3841C0.143479 14.698 0.142741 15.0243 0.214144 15.3385C0.285546 15.6527 0.427231 15.9466 0.628551 16.1982C0.826429 16.4487 1.07863 16.6511 1.36612 16.79C1.65361 16.9289 1.96889 17.0007 2.28818 17H14.7123C15.0316 17.0007 15.3469 16.9289 15.6344 16.79C15.9219 16.6511 16.1741 16.4487 16.372 16.1982C16.5739 15.947 16.7162 15.6534 16.7882 15.3393C16.8602 15.0252 16.8601 14.6989 16.7878 14.3848ZM8.50026 1.41667C9.34083 1.41667 10.1625 1.66593 10.8614 2.13292C11.5603 2.59992 12.1051 3.26368 12.4267 4.04026C12.7484 4.81685 12.8326 5.67138 12.6686 6.4958C12.5046 7.32022 12.0998 8.0775 11.5055 8.67187C10.9111 9.26624 10.1538 9.67102 9.32939 9.835C8.50497 9.99899 7.65044 9.91483 6.87385 9.59315C6.09727 9.27148 5.43351 8.72675 4.96651 8.02784C4.49952 7.32893 4.25026 6.50724 4.25026 5.66667C4.25138 4.53984 4.69951 3.45949 5.4963 2.66271C6.29308 1.86592 7.37343 1.41779 8.50026 1.41667ZM15.2641 15.3163C15.1987 15.4 15.1149 15.4676 15.0192 15.5139C14.9236 15.5602 14.8186 15.5839 14.7123 15.5833H2.28818C2.18191 15.5839 2.07693 15.5602 1.98128 15.5139C1.88562 15.4676 1.80185 15.4 1.73638 15.3163C1.66787 15.2309 1.61955 15.1311 1.59502 15.0244C1.57048 14.9177 1.57038 14.8068 1.59472 14.7C1.81459 13.7404 2.23406 12.8378 2.82584 12.051C3.41762 11.2642 4.16843 10.6108 5.02942 10.1334C6.02091 10.9113 7.24467 11.334 8.50486 11.334C9.76505 11.334 10.9888 10.9113 11.9803 10.1334C12.8394 10.6128 13.5883 11.2671 14.1786 12.0541C14.7689 12.8411 15.1875 13.7432 15.4072 14.7022C15.4311 14.8087 15.4307 14.9193 15.4059 15.0256C15.3811 15.1319 15.3327 15.2313 15.2641 15.3163Z" fill="%23C4D600"/></g><defs><clipPath id="clip0_308_840"><rect width="17" height="17" fill="white"/></clipPath></defs></svg>'); }
          .header .header-wrap .navUser .navUser-section .navUser-item .navUser-action {
            padding: 0;
            width: 100%;
            height: 100%;
            font-size: 0; }
    .header .header-wrap .navPages-container {
      order: 2;
      width: 100%; }
      @media (min-width: 1025px) {
        .header .header-wrap .navPages-container {
          width: 60%;
          padding: 0 10px;
          position: unset; } }
      .header .header-wrap .navPages-container.is-open {
        padding-top: 117px;
        transition: 0.2s all ease; }
        .header .header-wrap .navPages-container.is-open .navPages {
          background-color: #edefed; }

.countPill {
  display: inline-flex !important;
  position: absolute;
  top: -8px;
  right: 2px;
  opacity: 0;
  width: 15px;
  height: 15px;
  font-size: 7px;
  color: #222222;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: #c4d600;
  font-family: "Inter", sans-serif; }
  .countPill--positive {
    opacity: 1; }

.navPages {
  padding: 0; }
  .navPages .navPage-subMenu-list {
    margin: 0;
    width: 100%;
    padding: 0 20px;
    max-width: 1220px; }
    @media (min-width: 1025px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        padding: 0; } }
    .navPages .navPage-subMenu-list--page {
      display: flex;
      flex-wrap: wrap;
      gap: 0px;
      justify-content: flex-start; }
      @media (min-width: 1025px) {
        .navPages .navPage-subMenu-list--page {
          gap: 30px;
          justify-content: space-between; } }
      .navPages .navPage-subMenu-list--page:before {
        display: none; }
      .navPages .navPage-subMenu-list--page:after {
        display: none; }
      .navPages .navPage-subMenu-list--page .navPage-subMenu-item {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 15px 0 !important; }
        @media (min-width: 1025px) {
          .navPages .navPage-subMenu-list--page .navPage-subMenu-item {
            display: block;
            width: calc(25% - 30px);
            padding: 0 0 33px 0 !important;
            border-bottom: 1px solid #d6d6d6; } }
        .navPages .navPage-subMenu-list--page .navPage-subMenu-item .navPage-subMenu-action {
          margin: 0;
          border: 0;
          padding: 0;
          display: block;
          text-align: center;
          color: #222222;
          font-weight: 400;
          font-size: 16px;
          line-height: 120%;
          letter-spacing: 0%;
          text-decoration: none;
          text-decoration: none;
          font-family: "Inter", sans-serif; }
  .navPages .navPages-list {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #ffffff; }
    @media (min-width: 1025px) {
      .navPages .navPages-list {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        background-color: transparent; } }
    .navPages .navPages-list .navPages-item {
      width: 100%;
      text-align: left;
      padding: 20px 0px;
      border-bottom: 1px solid #f2f2f0; }
      @media (min-width: 1025px) {
        .navPages .navPages-list .navPages-item {
          width: auto;
          border: 0;
          padding: 0px;
          margin: 0 5px;
          text-align: center; } }
      .navPages .navPages-list .navPages-item .navPages-action {
        color: #222;
        font-size: 18px;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: 0%;
        padding: 10px 20px;
        position: relative;
        text-align: left;
        text-transform: none;
        font-family: "Inter", sans-serif; }
        @media (min-width: 1025px) {
          .navPages .navPages-list .navPages-item .navPages-action {
            cursor: default;
            color: #fff;
            font-size: 16px;
            font-weight: 400;
            text-align: center;
            padding: 44px 16px; } }
        @media (min-width: 1261px) {
          .navPages .navPages-list .navPages-item .navPages-action {
            font-size: 18px; } }
        .navPages .navPages-list .navPages-item .navPages-action:after {
          position: absolute;
          left: 0;
          width: 0px;
          right: 0;
          height: 4px;
          bottom: 0px;
          display: block;
          transition: width 0.2s;
          background: #c4d600; }
          @media (min-width: 1025px) {
            .navPages .navPages-list .navPages-item .navPages-action:after {
              content: ""; } }
        .navPages .navPages-list .navPages-item .navPages-action:hover:after {
          width: 100%;
          transition: width 0.2s; }
        .navPages .navPages-list .navPages-item .navPages-action + .navPage-subMenu {
          width: 100%;
          max-width: 100%;
          background-color: #ffffff; }
          @media (min-width: 1025px) {
            .navPages .navPages-list .navPages-item .navPages-action + .navPage-subMenu {
              position: absolute;
              left: 0;
              right: 0;
              top: 100%; } }
          @media (min-width: 1025px) {
            .navPages .navPages-list .navPages-item .navPages-action + .navPage-subMenu--category {
              padding: 40px 10px !important; } }
          @media (min-width: 1261px) {
            .navPages .navPages-list .navPages-item .navPages-action + .navPage-subMenu--category {
              padding: 75px 0px 100px 0px !important; } }
          @media (min-width: 1025px) {
            .navPages .navPages-list .navPages-item .navPages-action + .navPage-subMenu--page {
              padding: 40px 10px !important; } }
          @media (min-width: 1261px) {
            .navPages .navPages-list .navPages-item .navPages-action + .navPage-subMenu--page {
              padding: 46px 0px 56px 0px !important; } }
        .navPages .navPages-list .navPages-item .navPages-action.is-open {
          background-color: transparent; }
          .navPages .navPages-list .navPages-item .navPages-action.is-open:after {
            width: 100%;
            transition: width 0.2s; }
        .navPages .navPages-list .navPages-item .navPages-action.has-subMenu {
          background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 13V1" stroke="%23222222" stroke-width="2" stroke-linecap="round"/><path d="M13 7L1 7" stroke="%23222222" stroke-width="2" stroke-linecap="round"/></svg>');
          background-repeat: no-repeat;
          background-size: 12px;
          background-position: right 21px center; }
          @media (min-width: 1025px) {
            .navPages .navPages-list .navPages-item .navPages-action.has-subMenu {
              background-image: none; } }
          .navPages .navPages-list .navPages-item .navPages-action.has-subMenu.is-open {
            background-image: url('data:image/svg+xml,<svg width="14" height="2" viewBox="0 0 14 2" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 1L1 1" stroke="%23222222" stroke-width="2" stroke-linecap="round"/></svg>');
            background-repeat: no-repeat;
            background-size: 12px;
            background-position: right 21px center; }
            @media (min-width: 1025px) {
              .navPages .navPages-list .navPages-item .navPages-action.has-subMenu.is-open {
                background-image: none; } }
      @media (min-width: 1025px) {
        .navPages .navPages-list .navPages-item:hover .navPages-action + .navPage-subMenu {
          display: block; } }
      .navPages .navPages-list .navPages-item:hover .navPages-action.has-subMenu:after {
        width: 100%;
        transition: width 0.2s; }
    @media (min-width: 1025px) {
      .navPages .navPages-list--user {
        display: none; } }

.have-quest {
  color: #222222;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0%;
  margin: 0;
  padding: 28px 0 34px 0;
  background: #fff;
  text-align: center;
  font-family: "SourceSansPro", sans-serif; }
  @media (min-width: 1025px) {
    .have-quest {
      display: none; } }
  .have-quest a {
    font-weight: 600;
    text-decoration: none; }

.category-dropdown {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 1025px) {
    .category-dropdown {
      flex-wrap: nowrap; } }
  .category-dropdown .dropdown-left {
    width: 100%;
    order: 2; }
    @media (min-width: 1025px) {
      .category-dropdown .dropdown-left {
        order: 1;
        width: 35%; } }
    .category-dropdown .dropdown-left .category-desc {
      width: 100%;
      margin: 0 0 25px;
      color: #000;
      display: none;
      margin: 0 0 30px;
      max-width: 330px;
      font-weight: 400;
      font-size: 16px;
      line-height: 160%;
      letter-spacing: 0%;
      font-family: "SourceSansPro", sans-serif; }
      @media (min-width: 1025px) {
        .category-dropdown .dropdown-left .category-desc {
          display: block; } }
      .category-dropdown .dropdown-left .category-desc p {
        margin: 0;
        color: #000;
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
        letter-spacing: 0%;
        font-family: "SourceSansPro", sans-serif; }
    .category-dropdown .dropdown-left .shop-all {
      display: block;
      width: 100%;
      margin: 22px 0 13px 0;
      max-width: 143px;
      color: #222222;
      font-weight: 400;
      font-size: 17px;
      text-align: center;
      line-height: 26.6px;
      text-decoration: none;
      max-width: 100%;
      border-radius: 100px;
      letter-spacing: 0.23px;
      padding: 13px 5px 15px 5px;
      background-color: #f2f2f2;
      font-family: "SourceSansPro", sans-serif; }
      @media (min-width: 1025px) {
        .category-dropdown .dropdown-left .shop-all {
          margin: 0;
          max-width: 143px; } }
      .category-dropdown .dropdown-left .shop-all:hover {
        color: #c4d600;
        transition: 0.2s all ease;
        background-color: #222222; }
  .category-dropdown .dropdown-right {
    width: 100%;
    order: 1; }
    @media (min-width: 1025px) {
      .category-dropdown .dropdown-right {
        order: 2;
        width: 65%; } }
    .category-dropdown .dropdown-right .custom-cat-list {
      display: flex;
      justify-content: flex-start;
      margin: 0;
      flex-wrap: wrap; }
      @media (min-width: 1025px) {
        .category-dropdown .dropdown-right .custom-cat-list {
          gap: 16px 35px; } }
      .category-dropdown .dropdown-right .custom-cat-list .navPage-subMenu-item {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 15px 0 !important; }
        @media (min-width: 1025px) {
          .category-dropdown .dropdown-right .custom-cat-list .navPage-subMenu-item {
            display: block;
            width: calc(33.33% - 25px);
            padding: 0 0 22px !important;
            border-bottom: 1px solid #d6d6d6; } }
        .category-dropdown .dropdown-right .custom-cat-list .navPage-subMenu-item .navPage-subMenu-action {
          width: 100%;
          border: 0;
          margin: 0;
          padding: 0;
          display: flex;
          gap: 20px;
          color: #222222;
          font-weight: 400;
          font-size: 16px;
          text-align: left;
          line-height: 120%;
          letter-spacing: 0%;
          align-items: center;
          text-decoration: none;
          font-family: "Inter", sans-serif; }
          .category-dropdown .dropdown-right .custom-cat-list .navPage-subMenu-item .navPage-subMenu-action .drop-cat-img {
            display: none;
            width: 57px; }
            @media (min-width: 1025px) {
              .category-dropdown .dropdown-right .custom-cat-list .navPage-subMenu-item .navPage-subMenu-action .drop-cat-img {
                display: inline-block; } }
          .category-dropdown .dropdown-right .custom-cat-list .navPage-subMenu-item .navPage-subMenu-action .drop-cat-name {
            margin: 0;
            padding: 0;
            text-align: left;
            color: #222222;
            font-weight: 400;
            font-size: 16px;
            line-height: 120%;
            letter-spacing: 0%;
            width: calc(100% - 57px);
            font-family: "Inter", sans-serif; }

.dropdown.is-open {
  z-index: 50;
  display: block;
  padding: 36px 20px;
  background: #fff;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  outline: none;
  width: 100% !important; }
  @media (min-width: 1025px) {
    .dropdown.is-open {
      padding: 69px 20px; } }
  .dropdown.is-open .container {
    padding: 0; }
    @media (min-width: 1025px) {
      .dropdown.is-open .container {
        padding: 0 20px; } }

.dropdown .quickSearchResults {
  margin: 0; }

.dropdown--quickSearch .form {
  max-width: 100%; }
  .dropdown--quickSearch .form input {
    border: 0;
    font-size: 20px;
    color: #53565a;
    font-weight: 300;
    line-height: 160%;
    border-radius: 0;
    letter-spacing: 0%;
    padding: 0 20px 30px 0;
    border-bottom: 1px solid #222;
    font-family: "SourceSansPro", sans-serif;
    background: url('data:image/svg+xml,<svg width="23" height="23" viewBox="0 0 23 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.875 9.58333C2.875 10.4643 3.04852 11.3366 3.38564 12.1505C3.72277 12.9644 4.2169 13.7039 4.83982 14.3268C5.46275 14.9498 6.20227 15.4439 7.01616 15.781C7.83006 16.1181 8.70238 16.2917 9.58333 16.2917C10.4643 16.2917 11.3366 16.1181 12.1505 15.781C12.9644 15.4439 13.7039 14.9498 14.3268 14.3268C14.9498 13.7039 15.4439 12.9644 15.781 12.1505C16.1181 11.3366 16.2917 10.4643 16.2917 9.58333C16.2917 8.70238 16.1181 7.83006 15.781 7.01616C15.4439 6.20227 14.9498 5.46275 14.3268 4.83982C13.7039 4.2169 12.9644 3.72277 12.1505 3.38564C11.3366 3.04852 10.4643 2.875 9.58333 2.875C8.70238 2.875 7.83006 3.04852 7.01616 3.38564C6.20227 3.72277 5.46275 4.2169 4.83982 4.83982C4.2169 5.46275 3.72277 6.20227 3.38564 7.01616C3.04852 7.83006 2.875 8.70238 2.875 9.58333Z" stroke="%23222222" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M20.125 20.125L14.375 14.375" stroke="%23222222" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: right bottom 29px; }
    .dropdown--quickSearch .form input::placeholder {
      font-size: 20px;
      color: #53565a;
      font-weight: 300;
      line-height: 160%;
      letter-spacing: 0%;
      font-family: "SourceSansPro", sans-serif; }

.account-list {
  margin: 0;
  list-style: none; }
  .account-list .navUser-action {
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: none;
    font-family: "SourceSansPro", sans-serif; }
    .account-list .navUser-action:hover {
      text-decoration: underline; }

.mobileMenu-toggle .mobileMenu-toggleIcon {
  border-radius: 20px;
  background: #fff;
  width: 16px; }
  .mobileMenu-toggle .mobileMenu-toggleIcon:before {
    width: 10px;
    background: #fff;
    border-radius: 20px; }
  .mobileMenu-toggle .mobileMenu-toggleIcon:after {
    width: 16px;
    background: #fff;
    border-radius: 20px; }

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon:before {
  width: 22px;
  background: #c4d600; }

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon:after {
  width: 22px;
  background: #c4d600; }

#densah-wrap {
  scroll-margin-top: 100px; }

.heroCarousel {
  margin-top: 0;
  max-height: 705px;
  min-height: 430px;
  margin-bottom: 21px; }
  @media (min-width: 1025px) {
    .heroCarousel {
      margin-bottom: 38px; } }
  .heroCarousel.slick-initialized {
    max-height: 705px;
    min-height: 430px; }
  .heroCarousel .heroCarousel-slide .heroCarousel-image-wrapper {
    min-height: 430px;
    max-height: 705px;
    position: relative; }
    .heroCarousel .heroCarousel-slide .heroCarousel-image-wrapper:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(34, 34, 34, 0.5); }
    .heroCarousel .heroCarousel-slide .heroCarousel-image-wrapper .heroCarousel-image {
      object-position: top right; }
      @media (min-width: 1025px) {
        .heroCarousel .heroCarousel-slide .heroCarousel-image-wrapper .heroCarousel-image {
          object-position: top right; } }
  .heroCarousel .heroCarousel-content {
    position: absolute;
    background: transparent;
    left: 0;
    margin: 0 auto;
    max-height: 80%;
    overflow: auto;
    padding: 1.5rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%; }
    @media (min-width: 1025px) {
      .heroCarousel .heroCarousel-content {
        top: calc(210px + 179px);
        padding-top: 0; } }
  .heroCarousel .heroCarousel-title {
    margin: 0 0 10px;
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;
    font-family: "GillSansStd", sans-serif; }
    @media (min-width: 1025px) {
      .heroCarousel .heroCarousel-title {
        font-size: 65px;
        margin: 0; } }
  .heroCarousel .heroCarousel-subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;
    margin-top: 20px;
    display: none;
    font-family: "GillSansStd", sans-serif; }
    @media (min-width: 1025px) {
      .heroCarousel .heroCarousel-subtitle {
        margin-top: 15px;
        font-size: 45px;
        display: inline-block; } }
    .heroCarousel .heroCarousel-subtitle sup {
      font-size: 30px; }
      @media (min-width: 1025px) {
        .heroCarousel .heroCarousel-subtitle sup {
          font-size: 30px; } }
  .heroCarousel .heroCarousel-description {
    color: #ffffff;
    font-weight: 300;
    font-size: 18px;
    max-width: unset;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
    font-family: "SourceSansPro", sans-serif; }
    @media (min-width: 1025px) {
      .heroCarousel .heroCarousel-description {
        max-width: unset;
        font-size: 22px; } }
  .heroCarousel .button {
    width: 100%;
    padding: 13px;
    display: block;
    max-width: 300px;
    font-weight: 400;
    font-size: 20px;
    color: #222222;
    margin: 24px auto 0;
    text-align: center;
    line-height: 26.6px;
    text-decoration: none;
    border-radius: 100px;
    letter-spacing: 0.23px;
    background-color: #c4d600;
    border: 1px solid #c4d600;
    font-family: "SourceSansPro", sans-serif; }
    .heroCarousel .button:hover {
      color: #c4d600;
      border-color: #222222;
      background-color: #222222; }
    @media (min-width: 1025px) {
      .heroCarousel .button {
        font-size: 25px;
        margin: 40px auto 0;
        padding: 21px 13px;
        max-width: 400px;
        line-height: 31.6px; } }

.custom-bur-kits-wrap {
  padding: 0 0 60px; }
  @media (min-width: 1025px) {
    .custom-bur-kits-wrap {
      padding: 76px 0 21px; } }
  .custom-bur-kits-wrap .bur-kits-title {
    margin: 0 0 52px;
    color: #222222;
    font-weight: 400;
    font-size: 36px;
    line-height: 110%;
    letter-spacing: 0%;
    text-align: center;
    font-family: "GillSansStd", sans-serif; }
    @media (min-width: 1025px) {
      .custom-bur-kits-wrap .bur-kits-title {
        font-size: 55px;
        margin: 0 0 49px; } }

.custom-widget-prods div[data-sub-layout] {
  padding: 0; }

.custom-widget-prods .listing-wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between; }
  @media (min-width: 767px) {
    .custom-widget-prods .listing-wrapper {
      gap: 19px; } }
  @media (min-width: 1025px) {
    .custom-widget-prods .listing-wrapper {
      flex-wrap: wrap; } }
  .custom-widget-prods .listing-wrapper .product-grid-item {
    margin: 0;
    border: 0;
    width: calc(50% - 10px);
    height: auto !important;
    border-radius: 20px !important;
    padding: 38px 20px 38px 20px; }
    @media (min-width: 1025px) {
      .custom-widget-prods .listing-wrapper .product-grid-item {
        padding: 38px 38px 38px 58px; } }
    .custom-widget-prods .listing-wrapper .product-grid-item .product-item-thumbnail {
      width: 100%;
      float: none;
      text-align: center;
      margin: 0;
      display: none; }
      @media (min-width: 1025px) {
        .custom-widget-prods .listing-wrapper .product-grid-item .product-item-thumbnail {
          width: 50%;
          float: right;
          display: block; } }
    .custom-widget-prods .listing-wrapper .product-grid-item .product-item-details {
      width: 100%;
      display: flex;
      flex-direction: column; }
      @media (min-width: 1025px) {
        .custom-widget-prods .listing-wrapper .product-grid-item .product-item-details {
          width: 50%; } }
      .custom-widget-prods .listing-wrapper .product-grid-item .product-item-details .product-item-thumbnail {
        order: 3;
        display: block; }
        @media (min-width: 1025px) {
          .custom-widget-prods .listing-wrapper .product-grid-item .product-item-details .product-item-thumbnail {
            display: none; } }
    .custom-widget-prods .listing-wrapper .product-grid-item .product-item-title {
      margin: 0 0 13px;
      color: #222 !important;
      font-weight: 400 !important;
      font-size: 30px !important;
      letter-spacing: 0%;
      line-height: 110%;
      text-transform: none;
      text-align: center;
      min-height: unset !important;
      font-family: "GillSansStd", sans-serif !important; }
      .custom-widget-prods .listing-wrapper .product-grid-item .product-item-title a {
        text-decoration: none !important; }
      @media (min-width: 1025px) {
        .custom-widget-prods .listing-wrapper .product-grid-item .product-item-title {
          text-align: left !important; } }
    .custom-widget-prods .listing-wrapper .product-grid-item .product-item-price {
      margin: 0 0 22px; }
      .custom-widget-prods .listing-wrapper .product-grid-item .product-item-price .price-label {
        color: #222;
        font-weight: 400;
        font-size: 18px;
        line-height: 120%;
        letter-spacing: 0%;
        text-align: left;
        font-family: "SourceSansPro", sans-serif !important; }
      .custom-widget-prods .listing-wrapper .product-grid-item .product-item-price .price-value-wrapper {
        text-align: center; }
        @media (min-width: 1025px) {
          .custom-widget-prods .listing-wrapper .product-grid-item .product-item-price .price-value-wrapper {
            text-align: left; } }
      .custom-widget-prods .listing-wrapper .product-grid-item .product-item-price .price-value {
        color: #222;
        font-weight: 700;
        font-size: 18px;
        line-height: 120%;
        letter-spacing: 0%;
        text-align: left;
        font-family: "SourceSansPro", sans-serif !important; }
    .custom-widget-prods .listing-wrapper .product-grid-item .button.button-sm.product-item-button {
      color: #fff !important;
      margin: 0 auto 15px;
      max-width: 199px;
      font-weight: 400;
      font-size: 17px !important;
      line-height: 26.6px;
      letter-spacing: 0.23px;
      text-align: center;
      vertical-align: middle;
      border-radius: 100px;
      text-transform: none;
      background-color: #222 !important;
      font-family: "SourceSansPro", sans-serif !important; }
      @media (min-width: 767px) {
        .custom-widget-prods .listing-wrapper .product-grid-item .button.button-sm.product-item-button {
          max-width: 199px; } }
      .custom-widget-prods .listing-wrapper .product-grid-item .button.button-sm.product-item-button:hover {
        border: 1px solid #c4d600 !important;
        color: #222222 !important;
        background-color: #c4d600 !important; }
      @media (min-width: 1025px) {
        .custom-widget-prods .listing-wrapper .product-grid-item .button.button-sm.product-item-button {
          margin: 0 auto 38px 0; } }
    .custom-widget-prods .listing-wrapper .product-grid-item .product-item-details .specification {
      padding: 0;
      margin: 0;
      order: 3; }
      .custom-widget-prods .listing-wrapper .product-grid-item .product-item-details .specification .description-cf {
        margin: 0;
        padding: 0;
        list-style: none; }
        .custom-widget-prods .listing-wrapper .product-grid-item .product-item-details .specification .description-cf li {
          margin-bottom: 8px;
          color: #222222;
          font-weight: 400;
          font-size: 16px;
          line-height: 140%;
          text-align: center;
          letter-spacing: 0%;
          font-family: "SourceSansPro", sans-serif !important; }
          @media (min-width: 1025px) {
            .custom-widget-prods .listing-wrapper .product-grid-item .product-item-details .specification .description-cf li {
              text-align: left; } }

.discover-difference-wrap {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 52px;
  align-items: flex-start;
  justify-content: space-between; }
  @media (min-width: 1025px) {
    .discover-difference-wrap {
      gap: 44px;
      margin-bottom: 47px;
      flex-wrap: nowrap; } }
  .discover-difference-wrap .dd-inner {
    width: 100%;
    overflow: hidden;
    border-radius: 20px; }
    .discover-difference-wrap .dd-inner:nth-child(1) {
      position: relative;
      background: #ffffff;
      padding: 32px 0px 0px 0px; }
      @media (min-width: 1025px) {
        .discover-difference-wrap .dd-inner:nth-child(1) {
          width: 50%;
          padding: 67px 0px 0px 0px; } }
    .discover-difference-wrap .dd-inner:nth-child(2) {
      border-radius: 0px; }
      @media (min-width: 1025px) {
        .discover-difference-wrap .dd-inner:nth-child(2) {
          width: 48%; } }
    .discover-difference-wrap .dd-inner img {
      width: 100%;
      height: 600px;
      display: block;
      object-fit: contain;
      object-position: bottom right; }
      @media (min-width: 1025px) {
        .discover-difference-wrap .dd-inner img {
          height: 670px;
          object-fit: cover;
          object-position: center; } }
    .discover-difference-wrap .dd-inner .dd-floating-content {
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
      margin: 0 auto;
      max-width: 100%;
      padding: 0 10px; }
      @media (min-width: 1025px) {
        .discover-difference-wrap .dd-inner .dd-floating-content {
          padding: 0;
          max-width: calc(100% - 116px); } }
    .discover-difference-wrap .dd-inner .dd-heading {
      margin: 0 0 12px 0;
      font-size: 36px;
      font-weight: 400;
      color: #222222;
      line-height: 110%;
      text-align: center;
      font-family: "GillSansStd", sans-serif; }
      @media (min-width: 1025px) {
        .discover-difference-wrap .dd-inner .dd-heading {
          font-size: 55px;
          text-align: left;
          margin: 0 0 16px 0; } }
    .discover-difference-wrap .dd-inner .dd-subheading {
      margin: 0 0 12px 0;
      font-size: 24px;
      font-weight: 400;
      color: #222222;
      line-height: 110%;
      text-align: center;
      font-family: "GillSansStd", sans-serif; }
      @media (min-width: 1025px) {
        .discover-difference-wrap .dd-inner .dd-subheading {
          font-size: 32px;
          text-align: left;
          margin: 0 0 16px 0; } }
    .discover-difference-wrap .dd-inner .dd-desc {
      max-width: 300px;
      font-size: 16px;
      font-weight: 400;
      color: #222222;
      line-height: 160%;
      margin: 0 auto 20px auto;
      text-align: center;
      font-family: "SourceSansPro", sans-serif; }
      @media (min-width: 767px) {
        .discover-difference-wrap .dd-inner .dd-desc {
          max-width: 550px; } }
      @media (min-width: 1025px) {
        .discover-difference-wrap .dd-inner .dd-desc {
          text-align: left;
          margin: 0 0 20px 0; } }
    .discover-difference-wrap .dd-inner .dd-btn-wrap {
      display: flex;
      gap: 10px 16px;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      @media (min-width: 767px) {
        .discover-difference-wrap .dd-inner .dd-btn-wrap {
          flex-direction: row; } }
      @media (min-width: 1025px) {
        .discover-difference-wrap .dd-inner .dd-btn-wrap {
          justify-content: flex-start; } }
      .discover-difference-wrap .dd-inner .dd-btn-wrap .dd-btn {
        display: block;
        width: 100%;
        font-size: 17px;
        font-weight: 400;
        color: #222222;
        line-height: 22px;
        text-align: center;
        text-align: center;
        border-radius: 50px;
        text-decoration: none;
        align-content: center;
        background: #f2f2f2;
        transform: 0.2s all ease;
        padding: 16px 13px 17px 13px;
        font-family: "SourceSansPro", sans-serif; }
        @media (min-width: 767px) {
          .discover-difference-wrap .dd-inner .dd-btn-wrap .dd-btn {
            max-width: 179px; } }
        .discover-difference-wrap .dd-inner .dd-btn-wrap .dd-btn:hover {
          background: #c4d600;
          transform: 0.2s all ease; }
    .discover-difference-wrap .dd-inner .accordion-box {
      padding: 38px 0 47px;
      border-bottom: 1px solid #222222; }
      @media (min-width: 1025px) {
        .discover-difference-wrap .dd-inner .accordion-box {
          padding: 36px 0 61px; } }
      .discover-difference-wrap .dd-inner .accordion-box:not(:first-child) {
        padding: 38px 0 47px; }
        @media (min-width: 1025px) {
          .discover-difference-wrap .dd-inner .accordion-box:not(:first-child) {
            padding: 56px 0 61px; } }
      .discover-difference-wrap .dd-inner .accordion-box .accordion-header h3 {
        cursor: pointer;
        margin: 0;
        color: #222222;
        font-size: 22px;
        font-weight: 400;
        line-height: 32px;
        text-transform: capitalize;
        font-family: "GillSansStd", sans-serif;
        background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 23V1" stroke="%23222222" stroke-width="2" stroke-linecap="round"/><path d="M23 12L1 12" stroke="%23222222" stroke-width="2" stroke-linecap="round"/></svg>');
        padding: 0 0 0 52px;
        background-size: 24px;
        transition: 0.2s all ease;
        background-repeat: no-repeat;
        background-position: left 4px center; }
        @media (min-width: 1025px) {
          .discover-difference-wrap .dd-inner .accordion-box .accordion-header h3 {
            font-size: 30px;
            line-height: 110%;
            padding: 0 0 0 58px;
            background-position: left 9px center; } }
      .discover-difference-wrap .dd-inner .accordion-box .accordion-header.active h3 {
        transition: 0.2s all ease;
        background-image: url('data:image/svg+xml,<svg width="24" height="2" viewBox="0 0 24 2" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M23 1L1 1" stroke="%23222222" stroke-width="2" stroke-linecap="round"/></svg>'); }
      .discover-difference-wrap .dd-inner .accordion-box .accordion-content {
        padding: 25px 0 0 58px; }
        .discover-difference-wrap .dd-inner .accordion-box .accordion-content p {
          color: #000;
          font-size: 16px;
          margin: 0 0 12px;
          font-weight: 400;
          line-height: 160%;
          letter-spacing: 0%;
          max-width: 520px;
          font-family: "SourceSansPro", sans-serif; }
        .discover-difference-wrap .dd-inner .accordion-box .accordion-content a {
          margin: 0;
          padding: 13px;
          display: block;
          color: #222222;
          font-weight: 400;
          font-size: 17px;
          text-align: center;
          line-height: 26.6px;
          text-decoration: none;
          border-radius: 100px;
          letter-spacing: 0.23px;
          border: 1px solid #edefed;
          background-color: #ffffff;
          font-family: "SourceSansPro", sans-serif; }
          .discover-difference-wrap .dd-inner .accordion-box .accordion-content a + .clinical-btn {
            margin-top: 10px; }
          .discover-difference-wrap .dd-inner .accordion-box .accordion-content a:hover {
            color: #000;
            border-color: #c4d600;
            background-color: #c4d600; }

.our-specs-wrap {
  margin-bottom: 78px;
  width: 100%;
  margin: 0 auto;
  max-width: 1400px; }
  @media (min-width: 1025px) {
    .our-specs-wrap {
      padding: 0 20px; } }
  .our-specs-wrap .specs-inner {
    margin: 0 8px;
    padding: 20px;
    text-align: center;
    border-radius: 20px;
    background: #e4e4e4; }
    @media (min-width: 1025px) {
      .our-specs-wrap .specs-inner {
        padding: 40px 37px 50px 38px; } }
    .our-specs-wrap .specs-inner h6 {
      font-size: 30px;
      font-weight: 600;
      color: #222222;
      line-height: 36px;
      margin: 0 0 10px 0;
      font-family: "SourceSansPro", sans-serif; }
      @media (min-width: 1025px) {
        .our-specs-wrap .specs-inner h6 {
          font-size: 48px;
          line-height: 110%;
          margin: 0 0 17px 0; } }
    .our-specs-wrap .specs-inner .specs {
      margin: 0;
      font-size: 20px;
      color: #222222;
      line-height: 120%;
      font-weight: 400;
      font-family: "GillSansStd", sans-serif; }
  .our-specs-wrap--slick {
    display: block;
    margin: 0 0 100px !important; }
    .our-specs-wrap--slick .slick-list.draggable {
      padding: 0 30px; }
    .our-specs-wrap--slick .slick-dots {
      bottom: -50px; }
      .our-specs-wrap--slick .slick-dots li {
        margin: 0 11px;
        border: 0;
        width: 8px;
        padding: 0;
        height: 8px;
        position: relative;
        border-radius: 100px;
        transition: cubic-bezier(0.075, 0.82, 0.165, 1);
        background-color: #d9d9d9; }
        .our-specs-wrap--slick .slick-dots li button {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          margin: 0;
          border: 0;
          bottom: 0;
          width: 8px;
          padding: 0;
          height: 8px;
          border-radius: 100px;
          background-color: #d9d9d9;
          transition: cubic-bezier(0.075, 0.82, 0.165, 1); }
          .our-specs-wrap--slick .slick-dots li button:before {
            top: 0;
            left: 0;
            border: 0;
            margin: 0;
            width: 8px;
            padding: 0;
            height: 8px;
            border-radius: 100px;
            background-color: #d9d9d9;
            transition: cubic-bezier(0.075, 0.82, 0.165, 1); }
        .our-specs-wrap--slick .slick-dots li.slick-active {
          border-radius: 100px;
          background-color: #000000;
          transition: cubic-bezier(0.075, 0.82, 0.165, 1); }
          .our-specs-wrap--slick .slick-dots li.slick-active button {
            border-radius: 100px;
            background-color: #000000;
            transition: cubic-bezier(0.075, 0.82, 0.165, 1); }
            .our-specs-wrap--slick .slick-dots li.slick-active button:before {
              border-radius: 100px;
              background-color: #000000;
              transition: cubic-bezier(0.075, 0.82, 0.165, 1); }
        .our-specs-wrap--slick .slick-dots li + li {
          margin-left: 8px; }
    @media (min-width: 1025px) {
      .our-specs-wrap--slick {
        display: none !important; } }
  .our-specs-wrap--unslick {
    display: none; }
    @media (min-width: 1025px) {
      .our-specs-wrap--unslick {
        display: flex;
        gap: 18px;
        justify-content: space-between; } }
    .our-specs-wrap--unslick .specs-inner {
      width: 25%;
      margin: 0; }

.custom-cat-link {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  line-height: 110%;
  letter-spacing: 0%;
  border-radius: 20px;
  margin-bottom: 47px;
  text-decoration: none;
  padding: 29px 60px 29px 30px;
  font-family: "GillSansStd", sans-serif;
  background: url('data:image/svg+xml,<svg width="22" height="16" viewBox="0 0 22 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_2_1626)"><path d="M1 7.00019C0.447715 7.00019 4.82823e-08 7.44791 0 8.00019C-4.82823e-08 8.55247 0.447715 9.00019 1 9.00019V7.00019ZM21.7071 8.7073C22.0976 8.31677 22.0976 7.68361 21.7071 7.29309L15.3431 0.929123C14.9526 0.538599 14.3195 0.538599 13.9289 0.929123C13.5384 1.31965 13.5384 1.95281 13.9289 2.34334L19.5858 8.00019L13.9289 13.6571C13.5384 14.0476 13.5384 14.6807 13.9289 15.0713C14.3195 15.4618 14.9526 15.4618 15.3431 15.0713L21.7071 8.7073ZM1 9.00019H21V7.00019H1V9.00019Z" fill="%23C4D600"/></g><defs><clipPath id="clip0_2_1626"><rect width="22" height="16" fill="white"/></clipPath></defs></svg>'), #222222;
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: right 30px center; }
  @media (min-width: 1025px) {
    .custom-cat-link {
      font-size: 32px;
      margin-bottom: 90px;
      padding: 31px 90px 34px 60px;
      background-position: right 60px center; } }
  .custom-cat-link:hover {
    color: #000000;
    background: url('data:image/svg+xml,<svg width="22" height="16" viewBox="0 0 22 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_2_1626)"><path d="M1 7.00019C0.447715 7.00019 4.82823e-08 7.44791 0 8.00019C-4.82823e-08 8.55247 0.447715 9.00019 1 9.00019V7.00019ZM21.7071 8.7073C22.0976 8.31677 22.0976 7.68361 21.7071 7.29309L15.3431 0.929123C14.9526 0.538599 14.3195 0.538599 13.9289 0.929123C13.5384 1.31965 13.5384 1.95281 13.9289 2.34334L19.5858 8.00019L13.9289 13.6571C13.5384 14.0476 13.5384 14.6807 13.9289 15.0713C14.3195 15.4618 14.9526 15.4618 15.3431 15.0713L21.7071 8.7073ZM1 9.00019H21V7.00019H1V9.00019Z" fill="%23000000"/></g><defs><clipPath id="clip0_2_1626"><rect width="22" height="16" fill="white"/></clipPath></defs></svg>'), #c4d600;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: right 60px center; }

.clinical-wrap {
  margin: 0 0 40px; }
  @media (min-width: 1025px) {
    .clinical-wrap {
      margin: 0 0 60px; } }
  .clinical-wrap .cliniccal-title {
    font-size: 36px;
    margin: 0 0 11px;
    color: #222222;
    font-weight: 400;
    line-height: 110%;
    text-align: center;
    letter-spacing: 0%;
    text-align: center;
    font-family: "GillSansStd", sans-serif; }
    @media (min-width: 1025px) {
      .clinical-wrap .cliniccal-title {
        font-size: 55px;
        margin: 0 0 16px; } }
    .clinical-wrap .cliniccal-title span {
      display: inline;
      font-weight: 900;
      font-family: "SourceSansPro", sans-serif; }
  .clinical-wrap .clinical-tagline {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
    font-family: "SourceSansPro", sans-serif; }
    @media (min-width: 767px) {
      .clinical-wrap .clinical-tagline {
        max-width: 1055px; } }
    .clinical-wrap .clinical-tagline a {
      display: inline;
      color: #53565a;
      font-size: 16px;
      font-weight: 400;
      line-height: 160%;
      letter-spacing: 0%;
      text-align: center;
      transform: scale(1);
      text-decoration: underline;
      transition: transform 0.3s ease-in-out;
      font-family: "SourceSansPro", sans-serif; }
      @media (min-width: 1025px) {
        .clinical-wrap .clinical-tagline a {
          display: inline-block; } }
      .clinical-wrap .clinical-tagline a:hover {
        color: #656e00;
        transform: scale(1.01);
        text-decoration: none; }

.clinical-accordions {
  display: flex;
  width: 100%;
  gap: 0px;
  flex-wrap: wrap;
  max-width: 1075px;
  margin: 0 auto 41px;
  align-items: center;
  justify-content: space-between; }
  @media (min-width: 1025px) {
    .clinical-accordions {
      gap: 60px;
      flex-wrap: nowrap;
      align-items: flex-start;
      margin: 0 auto 60px; } }
  .clinical-accordions .accordion-inner {
    width: 100%; }
    @media (min-width: 1025px) {
      .clinical-accordions .accordion-inner {
        width: 50%; } }
    .clinical-accordions .accordion-inner .accordion-box {
      padding: 18px 0;
      border-bottom: 1px solid #53565a; }
      .clinical-accordions .accordion-inner .accordion-box:nth-of-type(1) {
        border-top: 1px solid #53565a; }
        @media (min-width: 1025px) {
          .clinical-accordions .accordion-inner .accordion-box:nth-of-type(1) {
            border-top: 0; } }
      @media (min-width: 1025px) {
        .clinical-accordions .accordion-inner .accordion-box {
          padding: 20px 0 19px 0; } }
      .clinical-accordions .accordion-inner .accordion-box .accordion-header {
        display: flex;
        gap: 28px;
        cursor: pointer;
        position: relative;
        align-items: center;
        justify-content: center; }
        .clinical-accordions .accordion-inner .accordion-box .accordion-header span {
          flex-shrink: 0;
          width: 91px;
          display: inline-block;
          border-radius: 100px;
          transition: 0.2s all ease;
          border: 1px solid #bdbdbd; }
          @media (min-width: 1025px) {
            .clinical-accordions .accordion-inner .accordion-box .accordion-header span {
              width: 131px; } }
          .clinical-accordions .accordion-inner .accordion-box .accordion-header span img {
            display: block;
            width: 100%;
            height: 100%;
            border-radius: 100px; }
        .clinical-accordions .accordion-inner .accordion-box .accordion-header h3 {
          margin: 0;
          width: 100%;
          color: #222222;
          font-size: 24px;
          font-weight: 400;
          line-height: 110%;
          letter-spacing: 0%;
          padding-right: 36px;
          vertical-align: middle;
          transition: 0.2s all ease;
          font-family: "GillSansStd", sans-serif;
          background: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 13V1" stroke="%23222222" stroke-width="2" stroke-linecap="round"/><path d="M13 7L1 7" stroke="%23222222" stroke-width="2" stroke-linecap="round"/></svg>');
          background-size: 12px;
          background-repeat: no-repeat;
          background-position: right 5px center; }
          @media (min-width: 1025px) {
            .clinical-accordions .accordion-inner .accordion-box .accordion-header h3 {
              font-size: 28px;
              line-height: 120%; } }
        .clinical-accordions .accordion-inner .accordion-box .accordion-header:hover span {
          border-color: #c4d600;
          transition: 0.2s all ease; }
        .clinical-accordions .accordion-inner .accordion-box .accordion-header:hover h3 {
          color: #656e00;
          transition: 0.2s all ease; }
        .clinical-accordions .accordion-inner .accordion-box .accordion-header.active {
          align-items: center; }
          .clinical-accordions .accordion-inner .accordion-box .accordion-header.active .content-toggle {
            width: calc(100% - 158px); }
            .clinical-accordions .accordion-inner .accordion-box .accordion-header.active .content-toggle .accordion-content {
              padding-top: 18px; }
          .clinical-accordions .accordion-inner .accordion-box .accordion-header.active h3 {
            background: url('data:image/svg+xml,<svg width="14" height="2" viewBox="0 0 14 2" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 1L1 1" stroke="%23222222" stroke-width="2" stroke-linecap="round"/></svg>');
            background-size: 12px;
            background-repeat: no-repeat;
            background-position: right 5px center; }
      .clinical-accordions .accordion-inner .accordion-box .content-toggle {
        flex: 1;
        width: calc(100% - 158px); }
        .clinical-accordions .accordion-inner .accordion-box .content-toggle .accordion-content {
          padding-top: 18px; }
      .clinical-accordions .accordion-inner .accordion-box .accordion-content {
        padding: 16px 0 19px 0; }
        .clinical-accordions .accordion-inner .accordion-box .accordion-content p {
          margin: 0;
          color: #000000;
          font-weight: 400;
          font-size: 16px;
          line-height: 160%;
          letter-spacing: 0%;
          text-align: center;
          font-family: "SourceSansPro", sans-serif; }
          @media (min-width: 1025px) {
            .clinical-accordions .accordion-inner .accordion-box .accordion-content p {
              text-align: left; } }
        .clinical-accordions .accordion-inner .accordion-box .accordion-content .clinical-btn {
          margin: 0 auto;
          max-width: 500px;
          padding: 13px;
          display: block;
          color: #222222;
          font-weight: 400;
          font-size: 17px;
          text-align: center;
          line-height: 26.6px;
          text-decoration: none;
          border-radius: 100px;
          letter-spacing: 0.23px;
          border: 1px solid #edefed;
          background-color: #ffffff;
          font-family: "SourceSansPro", sans-serif; }
          .clinical-accordions .accordion-inner .accordion-box .accordion-content .clinical-btn + .clinical-btn {
            margin-top: 10px; }
          .clinical-accordions .accordion-inner .accordion-box .accordion-content .clinical-btn:hover {
            color: #000;
            border-color: #c4d600;
            background-color: #c4d600; }

.empower-care-wrap {
  margin-bottom: 60px; }
  @media (min-width: 767px) {
    .empower-care-wrap {
      margin-bottom: 90px; } }
  .empower-care-wrap .emp_title {
    margin: 0 auto 30px;
    font-size: 36px;
    color: #222222;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0%;
    text-align: center;
    max-width: fit-content;
    font-family: "GillSansStd", sans-serif; }
    @media (min-width: 1025px) {
      .empower-care-wrap .emp_title {
        font-size: 55px;
        margin: 0 auto 49px; } }
  .empower-care-wrap .emp-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0px 0 39px;
    justify-content: space-between;
    position: relative; }
    @media (min-width: 767px) {
      .empower-care-wrap .emp-wrap {
        margin: 0 0px 70px; } }
    @media (min-width: 1025px) {
      .empower-care-wrap .emp-wrap {
        margin: 0 0px 70px; } }
    .empower-care-wrap .emp-wrap .slick-list.draggable {
      margin: 0 -20px; }
    .empower-care-wrap .emp-wrap .slick-arrow,
    .empower-care-wrap .emp-wrap .emp-next {
      width: 22px;
      padding: 0;
      border: 0;
      opacity: 1;
      margin: 0;
      top: -83px;
      height: 15px;
      display: none;
      transform: none;
      background: transparent; }
      @media (min-width: 1025px) {
        .empower-care-wrap .emp-wrap .slick-arrow,
        .empower-care-wrap .emp-wrap .emp-next {
          display: block; } }
      .empower-care-wrap .emp-wrap .slick-arrow:before,
      .empower-care-wrap .emp-wrap .emp-next:before {
        opacity: 1;
        width: 100%;
        height: 100%;
        background-size: 22px; }
      .empower-care-wrap .emp-wrap .slick-arrow:after,
      .empower-care-wrap .emp-wrap .emp-next:after {
        display: none; }
      .empower-care-wrap .emp-wrap .slick-arrow.slick-prev,
      .empower-care-wrap .emp-wrap .emp-next.slick-prev {
        left: 0; }
        .empower-care-wrap .emp-wrap .slick-arrow.slick-prev:before,
        .empower-care-wrap .emp-wrap .emp-next.slick-prev:before {
          background-image: url('data:image/svg+xml,<svg width="22" height="16" viewBox="0 0 22 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 7.00019C21.5523 7.00019 22 7.44791 22 8.00019C22 8.55247 21.5523 9.00019 21 9.00019V7.00019ZM0.2929 8.7073C-0.097599 8.31677 -0.097599 7.68361 0.2929 7.29309L6.6569 0.929123C7.0474 0.538599 7.6805 0.538599 8.0711 0.929123C8.4616 1.31965 8.4616 1.95281 8.0711 2.34334L2.4142 8.00019L8.0711 13.6571C8.4616 14.0476 8.4616 14.6807 8.0711 15.0713C7.6805 15.4618 7.0474 15.4618 6.6569 15.0713L0.2929 8.7073ZM21 9.00019H1V7.00019H21V9.00019Z" fill="%23222222"/></svg>'); }
        .empower-care-wrap .emp-wrap .slick-arrow.slick-prev.slick-disabled:before, .empower-care-wrap .emp-wrap .slick-arrow.slick-prev.swiper-button-disabled:before,
        .empower-care-wrap .emp-wrap .emp-next.slick-prev.slick-disabled:before,
        .empower-care-wrap .emp-wrap .emp-next.slick-prev.swiper-button-disabled:before {
          background-image: url('data:image/svg+xml,<svg width="22" height="16" viewBox="0 0 22 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 7.00019C21.5523 7.00019 22 7.44791 22 8.00019C22 8.55247 21.5523 9.00019 21 9.00019V7.00019ZM0.2929 8.7073C-0.097599 8.31677 -0.097599 7.68361 0.2929 7.29309L6.6569 0.929123C7.0474 0.538599 7.6805 0.538599 8.0711 0.929123C8.4616 1.31965 8.4616 1.95281 8.0711 2.34334L2.4142 8.00019L8.0711 13.6571C8.4616 14.0476 8.4616 14.6807 8.0711 15.0713C7.6805 15.4618 7.0474 15.4618 6.6569 15.0713L0.2929 8.7073ZM21 9.00019H1V7.00019H21V9.00019Z" fill="%23B0B1B0"/></svg>'); }
        .empower-care-wrap .emp-wrap .slick-arrow.slick-prev:hover:before,
        .empower-care-wrap .emp-wrap .emp-next.slick-prev:hover:before {
          background-image: url('data:image/svg+xml,<svg width="22" height="16" viewBox="0 0 22 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 7.00019C21.5523 7.00019 22 7.44791 22 8.00019C22 8.55247 21.5523 9.00019 21 9.00019V7.00019ZM0.2929 8.7073C-0.097599 8.31677 -0.097599 7.68361 0.2929 7.29309L6.6569 0.929123C7.0474 0.538599 7.6805 0.538599 8.0711 0.929123C8.4616 1.31965 8.4616 1.95281 8.0711 2.34334L2.4142 8.00019L8.0711 13.6571C8.4616 14.0476 8.4616 14.6807 8.0711 15.0713C7.6805 15.4618 7.0474 15.4618 6.6569 15.0713L0.2929 8.7073ZM21 9.00019H1V7.00019H21V9.00019Z" fill="%23C4D600"/></svg>'); }
      .empower-care-wrap .emp-wrap .slick-arrow.slick-next,
      .empower-care-wrap .emp-wrap .emp-next.slick-next {
        right: 0; }
        .empower-care-wrap .emp-wrap .slick-arrow.slick-next:before,
        .empower-care-wrap .emp-wrap .emp-next.slick-next:before {
          background-image: url('data:image/svg+xml,<svg width="22" height="16" viewBox="0 0 22 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 7.00019C0.447715 7.00019 4.82823e-08 7.44791 0 8.00019C-4.82823e-08 8.55247 0.447715 9.00019 1 9.00019V7.00019ZM21.7071 8.7073C22.0976 8.31677 22.0976 7.68361 21.7071 7.29309L15.3431 0.929123C14.9526 0.538599 14.3195 0.538599 13.9289 0.929123C13.5384 1.31965 13.5384 1.95281 13.9289 2.34334L19.5858 8.00019L13.9289 13.6571C13.5384 14.0476 13.5384 14.6807 13.9289 15.0713C14.3195 15.4618 14.9526 15.4618 15.3431 15.0713L21.7071 8.7073ZM1 9.00019H21V7.00019H1V9.00019Z" fill="%23222222"/></svg>'); }
        .empower-care-wrap .emp-wrap .slick-arrow.slick-next.slick-disabled:before, .empower-care-wrap .emp-wrap .slick-arrow.slick-next.swiper-button-disabled:before,
        .empower-care-wrap .emp-wrap .emp-next.slick-next.slick-disabled:before,
        .empower-care-wrap .emp-wrap .emp-next.slick-next.swiper-button-disabled:before {
          background-image: url('data:image/svg+xml,<svg width="22" height="16" viewBox="0 0 22 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 7.00019C0.447715 7.00019 4.82823e-08 7.44791 0 8.00019C-4.82823e-08 8.55247 0.447715 9.00019 1 9.00019V7.00019ZM21.7071 8.7073C22.0976 8.31677 22.0976 7.68361 21.7071 7.29309L15.3431 0.929123C14.9526 0.538599 14.3195 0.538599 13.9289 0.929123C13.5384 1.31965 13.5384 1.95281 13.9289 2.34334L19.5858 8.00019L13.9289 13.6571C13.5384 14.0476 13.5384 14.6807 13.9289 15.0713C14.3195 15.4618 14.9526 15.4618 15.3431 15.0713L21.7071 8.7073ZM1 9.00019H21V7.00019H1V9.00019Z" fill="%23B0B1B0"/></svg>'); }
        .empower-care-wrap .emp-wrap .slick-arrow.slick-next:hover:before,
        .empower-care-wrap .emp-wrap .emp-next.slick-next:hover:before {
          background-image: url('data:image/svg+xml,<svg width="22" height="16" viewBox="0 0 22 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 7.00019C0.447715 7.00019 4.82823e-08 7.44791 0 8.00019C-4.82823e-08 8.55247 0.447715 9.00019 1 9.00019V7.00019ZM21.7071 8.7073C22.0976 8.31677 22.0976 7.68361 21.7071 7.29309L15.3431 0.929123C14.9526 0.538599 14.3195 0.538599 13.9289 0.929123C13.5384 1.31965 13.5384 1.95281 13.9289 2.34334L19.5858 8.00019L13.9289 13.6571C13.5384 14.0476 13.5384 14.6807 13.9289 15.0713C14.3195 15.4618 14.9526 15.4618 15.3431 15.0713L21.7071 8.7073ZM1 9.00019H21V7.00019H1V9.00019Z" fill="%23C4D600"/></svg>'); }
    .empower-care-wrap .emp-wrap .emp-inner {
      height: 100%;
      width: 100%;
      border-radius: 20px;
      background: #fff;
      position: relative; }
      .empower-care-wrap .emp-wrap .emp-inner:not(:first-child) {
        display: none; }
      .empower-care-wrap .emp-wrap .emp-inner.slick-slide {
        display: block; }
      .empower-care-wrap .emp-wrap .emp-inner .emp-inner-figure {
        position: relative; }
        .empower-care-wrap .emp-wrap .emp-inner .emp-inner-figure img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: 0;
          width: 100%;
          height: 100%;
          display: block;
          max-height: 100%;
          object-fit: cover;
          border-top-left-radius: 20px;
          border-top-right-radius: 20px; }
        .empower-care-wrap .emp-wrap .emp-inner .emp-inner-figure:after {
          content: "";
          display: block;
          height: 0;
          width: 100%;
          padding-bottom: 66%; }
      .empower-care-wrap .emp-wrap .emp-inner .emp-body {
        padding: 32px 20px calc(44px + 55px); }
        @media (min-width: 1025px) {
          .empower-care-wrap .emp-wrap .emp-inner .emp-body {
            padding: 43px 42px 112px; } }
        .empower-care-wrap .emp-wrap .emp-inner .emp-body .emp-card-title {
          margin: 0;
          color: #222222;
          font-weight: 400;
          font-size: 26px;
          line-height: 110%;
          letter-spacing: 0%;
          text-align: center;
          font-family: "GillSansStd", sans-serif; }
          @media (min-width: 1025px) {
            .empower-care-wrap .emp-wrap .emp-inner .emp-body .emp-card-title {
              font-size: 32px;
              max-width: 348px; } }
        .empower-care-wrap .emp-wrap .emp-inner .emp-body .emp-details {
          color: #222222;
          margin: 16px 0;
          font-size: 16px;
          font-weight: 400;
          line-height: 160%;
          letter-spacing: 0%;
          text-align: center;
          font-family: "SourceSansPro", sans-serif; }
        .empower-care-wrap .emp-wrap .emp-inner .emp-body .emp-cta {
          display: block;
          color: #fff;
          padding: 13px;
          margin: 0 auto;
          font-size: 17px;
          max-width: 200px;
          font-weight: 400;
          text-align: center;
          text-align: center;
          line-height: 26.6px;
          border-radius: 50px;
          text-decoration: none;
          background: #222222;
          letter-spacing: 0.23px;
          border: 1px solid #222222;
          font-family: "SourceSansPro", sans-serif;
          position: absolute;
          bottom: 34px;
          left: 0;
          right: 0; }
          .empower-care-wrap .emp-wrap .emp-inner .emp-body .emp-cta:hover {
            color: #222222;
            background: #c4d600;
            border: 1px solid #c4d600; }
      .empower-care-wrap .emp-wrap .emp-inner--revert {
        background: #53565a; }
        .empower-care-wrap .emp-wrap .emp-inner--revert .emp-body .emp-card-title {
          color: #ffffff; }
        .empower-care-wrap .emp-wrap .emp-inner--revert .emp-body .emp-details {
          color: #ffffff; }
        .empower-care-wrap .emp-wrap .emp-inner--revert .emp-body .emp-cta {
          color: #222222;
          background: #ffffff;
          border: 1px solid #ffffff; }
          .empower-care-wrap .emp-wrap .emp-inner--revert .emp-body .emp-cta:hover {
            color: #222222;
            background: #c4d600; }

.empSwiper {
  position: relative;
  overflow: hidden; }

.slider-progress-bar {
  width: 100%;
  max-width: calc(100% - 50px);
  margin: 0 auto;
  height: 3px;
  overflow: hidden;
  position: relative;
  border-radius: 50px;
  background: #bdbdbd; }
  @media (min-width: 1025px) {
    .slider-progress-bar {
      max-width: 100%; } }
  .slider-progress-bar .slider-progress-fill {
    width: 0%;
    height: 100%;
    background-color: #222222;
    transition: width 0.3s ease-in-out; }

.conceptual-wrap {
  position: relative;
  margin-bottom: 43px; }
  @media (min-width: 1025px) {
    .conceptual-wrap {
      margin-bottom: 85px; } }
  .conceptual-wrap img {
    display: block;
    width: 100%;
    min-height: 604px;
    object-fit: cover;
    object-position: right center; }
  .conceptual-wrap .conceptual-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(34, 34, 34, 0.5); }
    .conceptual-wrap .conceptual-overlay .conceptual-content {
      width: 100%;
      margin: 0 auto;
      max-width: 650px; }
      .conceptual-wrap .conceptual-overlay .conceptual-content .concept-title {
        color: #fff;
        padding: 0 20px;
        font-size: 36px;
        margin: 0 0 24px;
        font-weight: 400;
        line-height: 110%;
        letter-spacing: 0%;
        text-align: center;
        font-family: "GillSansStd", sans-serif; }
        @media (min-width: 1025px) {
          .conceptual-wrap .conceptual-overlay .conceptual-content .concept-title {
            font-size: 55px;
            padding: 0 50px;
            margin: 0 0 19px; } }
      .conceptual-wrap .conceptual-overlay .conceptual-content p {
        margin: 0;
        color: #fff;
        font-size: 22px;
        font-weight: 300;
        line-height: 140%;
        margin: 0 0 40px 0;
        letter-spacing: 0%;
        text-align: center;
        font-family: "SourceSansPro", sans-serif;
        max-width: 340px;
        margin-left: auto;
        margin-right: auto; }
        @media (min-width: 1025px) {
          .conceptual-wrap .conceptual-overlay .conceptual-content p {
            max-width: 100%; } }
      .conceptual-wrap .conceptual-overlay .conceptual-content .cta-concept {
        width: 100%;
        padding: 13px;
        display: block;
        margin: 0 auto;
        max-width: 187px;
        font-weight: 400;
        color: #222222;
        font-size: 14.5px;
        text-align: center;
        line-height: 26.6px;
        text-decoration: none;
        border-radius: 100px;
        letter-spacing: 0.23px;
        background-color: #c4d600;
        border: 1px solid #c4d600;
        font-family: "SourceSansPro", sans-serif; }
        @media (min-width: 1025px) {
          .conceptual-wrap .conceptual-overlay .conceptual-content .cta-concept {
            font-size: 22px;
            margin: 40px auto 0;
            padding: 18px 13px;
            max-width: 300px;
            line-height: 30.6px; } }
        .conceptual-wrap .conceptual-overlay .conceptual-content .cta-concept:hover {
          color: #c4d600;
          border-color: #222222;
          background-color: #222222; }

.success-wrap-bg {
  margin-bottom: 84px; }
  @media (min-width: 1025px) {
    .success-wrap-bg {
      margin-bottom: 120px; } }
  .success-wrap-bg .success-title {
    margin: 0 0 50px;
    color: #222222;
    font-weight: 400;
    font-size: 36px;
    line-height: 110%;
    letter-spacing: 0%;
    text-align: center;
    font-family: "GillSansStd", sans-serif; }
    @media (min-width: 1025px) {
      .success-wrap-bg .success-title {
        font-size: 55px;
        margin: 0 0 48px; } }
  .success-wrap-bg .swiper {
    overflow: visible !important; }
  .success-wrap-bg .success-wrap {
    display: flex;
    gap: 37px;
    align-items: center;
    margin-bottom: 37px;
    justify-content: center;
    flex-wrap: wrap; }
    @media (min-width: 1025px) {
      .success-wrap-bg .success-wrap {
        gap: 89px;
        flex-wrap: nowrap;
        margin-bottom: 85px; } }
    .success-wrap-bg .success-wrap .success-inner {
      width: 100%; }
      @media (min-width: 1025px) {
        .success-wrap-bg .success-wrap .success-inner {
          width: 50%;
          max-width: 550px; } }
      .success-wrap-bg .success-wrap .success-inner:nth-child(1) {
        border-radius: 20px; }
      @media (min-width: 1025px) {
        .success-wrap-bg .success-wrap .success-inner:nth-child(2) {
          padding: 15px 0; } }
      .success-wrap-bg .success-wrap .success-inner .success-video {
        position: relative;
        border-radius: 20px;
        width: 100%;
        max-width: 800px; }
        .success-wrap-bg .success-wrap .success-inner .success-video iframe {
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
        .success-wrap-bg .success-wrap .success-inner .success-video img {
          width: 100%;
          display: block;
          min-height: 374px;
          object-position: center;
          object-fit: cover;
          border-radius: 20px; }
        .success-wrap-bg .success-wrap .success-inner .success-video .play-button {
          display: none;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background: rgba(0, 0, 0, 0.5);
          color: white;
          font-size: 36px;
          width: 60px;
          height: 60px;
          border: none;
          border-radius: 50%;
          cursor: pointer;
          background: url('data:image/svg+xml,<svg width="114" height="114" viewBox="0 0 114 114" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="57" cy="57" r="56.5" stroke="white"/></svg>');
          height: 114px;
          width: 114px;
          background-size: 100%; }
      .success-wrap-bg .success-wrap .success-inner .success-story-wrap .success-story-inner.slick-slide,
      .success-wrap-bg .success-wrap .success-inner .testimonialSwiper .success-story-inner.slick-slide {
        display: block; }
      .success-wrap-bg .success-wrap .success-inner .success-story-wrap .success-story-inner .story-intro,
      .success-wrap-bg .success-wrap .success-inner .testimonialSwiper .success-story-inner .story-intro {
        font-weight: 400;
        font-size: 24px;
        line-height: 110%;
        text-align: center;
        letter-spacing: 0%;
        color: #222222;
        margin: 0 0 13px;
        font-family: "GillSansStd", sans-serif; }
        @media (min-width: 1025px) {
          .success-wrap-bg .success-wrap .success-inner .success-story-wrap .success-story-inner .story-intro,
          .success-wrap-bg .success-wrap .success-inner .testimonialSwiper .success-story-inner .story-intro {
            text-align: left;
            font-size: 32px; } }
      .success-wrap-bg .success-wrap .success-inner .success-story-wrap .success-story-inner .story-details,
      .success-wrap-bg .success-wrap .success-inner .testimonialSwiper .success-story-inner .story-details {
        color: #222;
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
        letter-spacing: 0%;
        margin: 0 0 19px;
        text-align: center;
        font-family: "SourceSansPro", sans-serif; }
        @media (min-width: 1025px) {
          .success-wrap-bg .success-wrap .success-inner .success-story-wrap .success-story-inner .story-details,
          .success-wrap-bg .success-wrap .success-inner .testimonialSwiper .success-story-inner .story-details {
            text-align: left;
            font-size: 20px; } }
      .success-wrap-bg .success-wrap .success-inner .success-story-wrap .success-story-inner .story-author,
      .success-wrap-bg .success-wrap .success-inner .testimonialSwiper .success-story-inner .story-author {
        display: flex;
        gap: 17px;
        align-items: center;
        justify-content: center; }
        @media (min-width: 1025px) {
          .success-wrap-bg .success-wrap .success-inner .success-story-wrap .success-story-inner .story-author,
          .success-wrap-bg .success-wrap .success-inner .testimonialSwiper .success-story-inner .story-author {
            justify-content: flex-start; } }
        .success-wrap-bg .success-wrap .success-inner .success-story-wrap .success-story-inner .story-author .author-icon,
        .success-wrap-bg .success-wrap .success-inner .testimonialSwiper .success-story-inner .story-author .author-icon {
          width: 67px;
          border-radius: 100px; }
          .success-wrap-bg .success-wrap .success-inner .success-story-wrap .success-story-inner .story-author .author-icon img,
          .success-wrap-bg .success-wrap .success-inner .testimonialSwiper .success-story-inner .story-author .author-icon img {
            display: block;
            width: 100%;
            border-radius: 100px; }
        .success-wrap-bg .success-wrap .success-inner .success-story-wrap .success-story-inner .story-author .author-name,
        .success-wrap-bg .success-wrap .success-inner .testimonialSwiper .success-story-inner .story-author .author-name {
          margin: 0;
          width: auto;
          color: #222;
          font-weight: 400;
          font-size: 18px;
          line-height: 110%;
          letter-spacing: 0%;
          font-family: "GillSansStd", sans-serif; }
          @media (min-width: 1025px) {
            .success-wrap-bg .success-wrap .success-inner .success-story-wrap .success-story-inner .story-author .author-name,
            .success-wrap-bg .success-wrap .success-inner .testimonialSwiper .success-story-inner .story-author .author-name {
              width: calc(100% - 85px); } }
    .success-wrap-bg .success-wrap .slick-arrow {
      width: 22px;
      padding: 0;
      border: 0;
      opacity: 1;
      margin: 0;
      top: 50%;
      height: 15px;
      transform: none;
      display: none;
      background: transparent;
      transform: translateY(-50%); }
      @media (min-width: 1261px) {
        .success-wrap-bg .success-wrap .slick-arrow {
          display: block; } }
      .success-wrap-bg .success-wrap .slick-arrow:before {
        opacity: 1;
        width: 100%;
        height: 100%;
        background-size: 22px; }
      .success-wrap-bg .success-wrap .slick-arrow:after {
        display: none; }
      .success-wrap-bg .success-wrap .slick-arrow.slick-prev {
        left: calc(-100% + -173px); }
        .success-wrap-bg .success-wrap .slick-arrow.slick-prev:before {
          background-image: url('data:image/svg+xml,<svg width="22" height="16" viewBox="0 0 22 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 7.00019C21.5523 7.00019 22 7.44791 22 8.00019C22 8.55247 21.5523 9.00019 21 9.00019V7.00019ZM0.2929 8.7073C-0.097599 8.31677 -0.097599 7.68361 0.2929 7.29309L6.6569 0.929123C7.0474 0.538599 7.6805 0.538599 8.0711 0.929123C8.4616 1.31965 8.4616 1.95281 8.0711 2.34334L2.4142 8.00019L8.0711 13.6571C8.4616 14.0476 8.4616 14.6807 8.0711 15.0713C7.6805 15.4618 7.0474 15.4618 6.6569 15.0713L0.2929 8.7073ZM21 9.00019H1V7.00019H21V9.00019Z" fill="%23222222"/></svg>'); }
        .success-wrap-bg .success-wrap .slick-arrow.slick-prev:hover:before {
          background-image: url('data:image/svg+xml,<svg width="22" height="16" viewBox="0 0 22 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 7.00019C21.5523 7.00019 22 7.44791 22 8.00019C22 8.55247 21.5523 9.00019 21 9.00019V7.00019ZM0.2929 8.7073C-0.097599 8.31677 -0.097599 7.68361 0.2929 7.29309L6.6569 0.929123C7.0474 0.538599 7.6805 0.538599 8.0711 0.929123C8.4616 1.31965 8.4616 1.95281 8.0711 2.34334L2.4142 8.00019L8.0711 13.6571C8.4616 14.0476 8.4616 14.6807 8.0711 15.0713C7.6805 15.4618 7.0474 15.4618 6.6569 15.0713L0.2929 8.7073ZM21 9.00019H1V7.00019H21V9.00019Z" fill="%23C4D600"/></svg>'); }
        .success-wrap-bg .success-wrap .slick-arrow.slick-prev.slick-disabled:before, .success-wrap-bg .success-wrap .slick-arrow.slick-prev.swiper-button-disabled:before {
          background-image: url('data:image/svg+xml,<svg width="22" height="16" viewBox="0 0 22 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 7.00019C21.5523 7.00019 22 7.44791 22 8.00019C22 8.55247 21.5523 9.00019 21 9.00019V7.00019ZM0.2929 8.7073C-0.097599 8.31677 -0.097599 7.68361 0.2929 7.29309L6.6569 0.929123C7.0474 0.538599 7.6805 0.538599 8.0711 0.929123C8.4616 1.31965 8.4616 1.95281 8.0711 2.34334L2.4142 8.00019L8.0711 13.6571C8.4616 14.0476 8.4616 14.6807 8.0711 15.0713C7.6805 15.4618 7.0474 15.4618 6.6569 15.0713L0.2929 8.7073ZM21 9.00019H1V7.00019H21V9.00019Z" fill="%23B0B1B0"/></svg>'); }
        .success-wrap-bg .success-wrap .slick-arrow.slick-prev.slick-disabled:hover:before, .success-wrap-bg .success-wrap .slick-arrow.slick-prev.swiper-button-disabled:hover:before {
          background-image: url('data:image/svg+xml,<svg width="22" height="16" viewBox="0 0 22 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 7.00019C21.5523 7.00019 22 7.44791 22 8.00019C22 8.55247 21.5523 9.00019 21 9.00019V7.00019ZM0.2929 8.7073C-0.097599 8.31677 -0.097599 7.68361 0.2929 7.29309L6.6569 0.929123C7.0474 0.538599 7.6805 0.538599 8.0711 0.929123C8.4616 1.31965 8.4616 1.95281 8.0711 2.34334L2.4142 8.00019L8.0711 13.6571C8.4616 14.0476 8.4616 14.6807 8.0711 15.0713C7.6805 15.4618 7.0474 15.4618 6.6569 15.0713L0.2929 8.7073ZM21 9.00019H1V7.00019H21V9.00019Z" fill="%23B0B1B0"/></svg>'); }
      .success-wrap-bg .success-wrap .slick-arrow.slick-next {
        right: -85px; }
        .success-wrap-bg .success-wrap .slick-arrow.slick-next:before {
          background-image: url('data:image/svg+xml,<svg width="22" height="16" viewBox="0 0 22 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 7.00019C0.447715 7.00019 4.82823e-08 7.44791 0 8.00019C-4.82823e-08 8.55247 0.447715 9.00019 1 9.00019V7.00019ZM21.7071 8.7073C22.0976 8.31677 22.0976 7.68361 21.7071 7.29309L15.3431 0.929123C14.9526 0.538599 14.3195 0.538599 13.9289 0.929123C13.5384 1.31965 13.5384 1.95281 13.9289 2.34334L19.5858 8.00019L13.9289 13.6571C13.5384 14.0476 13.5384 14.6807 13.9289 15.0713C14.3195 15.4618 14.9526 15.4618 15.3431 15.0713L21.7071 8.7073ZM1 9.00019H21V7.00019H1V9.00019Z" fill="%23222222"/></svg>'); }
        .success-wrap-bg .success-wrap .slick-arrow.slick-next:hover:before {
          background-image: url('data:image/svg+xml,<svg width="22" height="16" viewBox="0 0 22 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 7.00019C0.447715 7.00019 4.82823e-08 7.44791 0 8.00019C-4.82823e-08 8.55247 0.447715 9.00019 1 9.00019V7.00019ZM21.7071 8.7073C22.0976 8.31677 22.0976 7.68361 21.7071 7.29309L15.3431 0.929123C14.9526 0.538599 14.3195 0.538599 13.9289 0.929123C13.5384 1.31965 13.5384 1.95281 13.9289 2.34334L19.5858 8.00019L13.9289 13.6571C13.5384 14.0476 13.5384 14.6807 13.9289 15.0713C14.3195 15.4618 14.9526 15.4618 15.3431 15.0713L21.7071 8.7073ZM1 9.00019H21V7.00019H1V9.00019Z" fill="%23C4D600"/></svg>'); }
        .success-wrap-bg .success-wrap .slick-arrow.slick-next.slick-disabled:before, .success-wrap-bg .success-wrap .slick-arrow.slick-next.swiper-button-disabled:before {
          background-image: url('data:image/svg+xml,<svg width="22" height="16" viewBox="0 0 22 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 7.00019C0.447715 7.00019 4.82823e-08 7.44791 0 8.00019C-4.82823e-08 8.55247 0.447715 9.00019 1 9.00019V7.00019ZM21.7071 8.7073C22.0976 8.31677 22.0976 7.68361 21.7071 7.29309L15.3431 0.929123C14.9526 0.538599 14.3195 0.538599 13.9289 0.929123C13.5384 1.31965 13.5384 1.95281 13.9289 2.34334L19.5858 8.00019L13.9289 13.6571C13.5384 14.0476 13.5384 14.6807 13.9289 15.0713C14.3195 15.4618 14.9526 15.4618 15.3431 15.0713L21.7071 8.7073ZM1 9.00019H21V7.00019H1V9.00019Z" fill="%23B0B1B0"/></svg>'); }
        .success-wrap-bg .success-wrap .slick-arrow.slick-next.slick-disabled:hover:before, .success-wrap-bg .success-wrap .slick-arrow.slick-next.swiper-button-disabled:hover:before {
          background-image: url('data:image/svg+xml,<svg width="22" height="16" viewBox="0 0 22 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 7.00019C0.447715 7.00019 4.82823e-08 7.44791 0 8.00019C-4.82823e-08 8.55247 0.447715 9.00019 1 9.00019V7.00019ZM21.7071 8.7073C22.0976 8.31677 22.0976 7.68361 21.7071 7.29309L15.3431 0.929123C14.9526 0.538599 14.3195 0.538599 13.9289 0.929123C13.5384 1.31965 13.5384 1.95281 13.9289 2.34334L19.5858 8.00019L13.9289 13.6571C13.5384 14.0476 13.5384 14.6807 13.9289 15.0713C14.3195 15.4618 14.9526 15.4618 15.3431 15.0713L21.7071 8.7073ZM1 9.00019H21V7.00019H1V9.00019Z" fill="%23B0B1B0"/></svg>'); }

.swiper-scrollbar.swiper-scrollbar-horizontal {
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  width: 100% !important; }

.swiper-scrollbar-drag {
  cursor: grab;
  right: 0 !important; }

.scroller-wrap {
  width: 100%;
  overflow: hidden;
  background: #fff;
  position: relative;
  padding: 29px 0 33px;
  user-select: none; }
  .scroller-wrap .scroll-track {
    display: flex;
    gap: 54px;
    width: max-content; }
    .scroller-wrap .scroll-track .scroll-item {
      color: #222;
      margin: 0;
      font-weight: 400;
      font-size: 14px;
      line-height: 130%;
      letter-spacing: 0%;
      vertical-align: middle;
      text-transform: uppercase;
      font-family: "GillSansStd", sans-serif; }

@media (max-width: 767px) {
  .custom-bur-kits-wrap .product-listing-grid.swiper {
    position: relative;
    padding-bottom: 24px;
    overflow: visible; }
    .custom-bur-kits-wrap .product-listing-grid.swiper .swiper-scrollbar.swiper-scrollbar-horizontal {
      top: unset !important;
      right: 0 !important;
      left: 0 !important;
      width: 100% !important;
      bottom: -10px !important;
      max-width: calc(100% - 50px);
      margin: 0 auto; }
  .custom-bur-kits-wrap .listing-wrapper.swiper-wrapper {
    display: flex; }
  .custom-bur-kits-wrap .product-grid-item.swiper-slide {
    flex-shrink: 0;
    width: calc(100% - 32px);
    box-sizing: border-box; }
  .custom-bur-kits-wrap .swiper-scrollbar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(0, 0, 0, 0.1);
    z-index: 10; } }

.footer {
  padding: 0;
  border-top: 0; }
  .footer .container {
    padding: 0;
    background: #222222; }
    @media (min-width: 767px) {
      .footer .container {
        padding: 0 20px; } }

.footer-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (min-width: 1025px) {
    .footer-wrap {
      flex-wrap: nowrap; } }
  .footer-wrap .footer-inner .footer-info-col {
    width: 100%;
    padding: 27px 22px !important;
    text-align: left;
    border-top: 1px solid #363738; }
    @media (min-width: 767px) {
      .footer-wrap .footer-inner .footer-info-col {
        border: 0;
        padding: 41px 0 48px 0; } }
    @media (min-width: 1025px) {
      .footer-wrap .footer-inner .footer-info-col {
        padding: 75px 0 49px 0; } }
  .footer-wrap .footer-inner:nth-child(1) {
    width: 100%;
    padding: 41px 0 48px; }
    .footer-wrap .footer-inner:nth-child(1) .footer-info-col {
      border: 0;
      padding: 0 22px !important; }
      @media (min-width: 767px) {
        .footer-wrap .footer-inner:nth-child(1) .footer-info-col {
          padding: 0 !important; } }
    @media (min-width: 1025px) {
      .footer-wrap .footer-inner:nth-child(1) {
        width: 35%;
        border-right: 1px solid #363738; } }
    @media (min-width: 1261px) {
      .footer-wrap .footer-inner:nth-child(1) {
        padding: 75px 60px 49px 0; } }
  .footer-wrap .footer-inner:nth-child(2) {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 767px) {
      .footer-wrap .footer-inner:nth-child(2) {
        width: 66.66%;
        flex-wrap: nowrap;
        padding: 20px 30px 0 0; } }
    @media (min-width: 1025px) {
      .footer-wrap .footer-inner:nth-child(2) {
        width: 40%;
        padding: 20px 0 0 0 30px; } }
    @media (min-width: 1261px) {
      .footer-wrap .footer-inner:nth-child(2) {
        padding: 48px 0 0 63px;
        border-right: 1px solid #363738; } }
    .footer-wrap .footer-inner:nth-child(2) .footer-info-col {
      width: 100%; }
      @media (min-width: 767px) {
        .footer-wrap .footer-inner:nth-child(2) .footer-info-col {
          width: 50%; } }
  .footer-wrap .footer-inner:nth-child(3) {
    width: 100%; }
    @media (min-width: 767px) {
      .footer-wrap .footer-inner:nth-child(3) {
        width: 33.34%;
        padding: 20px 0 0 30px; } }
    @media (min-width: 1025px) {
      .footer-wrap .footer-inner:nth-child(3) {
        width: 25%;
        padding: 20px 0 0 30px; } }
    @media (min-width: 1261px) {
      .footer-wrap .footer-inner:nth-child(3) {
        padding: 48px 0 0 65px; } }
  .footer-wrap .footer-inner .footer-logo {
    margin: 0 0 15px; }
    @media (min-width: 1025px) {
      .footer-wrap .footer-inner .footer-logo {
        margin: 0 0 27px; } }
    .footer-wrap .footer-inner .footer-logo img {
      display: block;
      width: 100%;
      margin: 0 auto;
      max-width: 230px; }
      @media (min-width: 1025px) {
        .footer-wrap .footer-inner .footer-logo img {
          margin: 0; } }
  .footer-wrap .footer-inner .subscribe_intro {
    color: #BDBDBD;
    margin: 0 0 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
    font-family: "SourceSansPro", sans-serif; }
    @media (min-width: 1025px) {
      .footer-wrap .footer-inner .subscribe_intro {
        text-align: left;
        max-width: 300px;
        margin: 0 0 38px; } }
  .footer-wrap .footer-inner .footer-info-heading {
    margin: 0;
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    line-height: 160%;
    letter-spacing: 0.1px;
    font-family: "GillSansStd", sans-serif;
    background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 13V1" stroke="white" stroke-width="2" stroke-linecap="round"/><path d="M13 7L1 7" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>');
    background-repeat: no-repeat;
    background-position: right center; }
    .footer-wrap .footer-inner .footer-info-heading.active {
      background-image: url('data:image/svg+xml,<svg width="14" height="2" viewBox="0 0 14 2" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 1L1 1" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>');
      background-repeat: no-repeat;
      background-position: right center; }
    @media (min-width: 767px) {
      .footer-wrap .footer-inner .footer-info-heading {
        margin: 0 0 22px;
        background-image: none; } }
  .footer-wrap .footer-inner .footer-info-list {
    display: none;
    margin: 22px 0 0; }
    @media (min-width: 767px) {
      .footer-wrap .footer-inner .footer-info-list {
        display: block;
        margin: 0; } }
    .footer-wrap .footer-inner .footer-info-list li {
      color: #BDBDBD;
      font-size: 16px;
      font-weight: 400;
      line-height: 140%;
      letter-spacing: 0%;
      margin-bottom: 10px;
      font-family: "SourceSansPro", sans-serif; }
      .footer-wrap .footer-inner .footer-info-list li a {
        display: inline-block;
        color: #BDBDBD;
        font-size: 16px;
        line-height: 140%;
        font-weight: 400;
        letter-spacing: 0%;
        font-family: "SourceSansPro", sans-serif; }
        .footer-wrap .footer-inner .footer-info-list li a:hover {
          color: #C4D600; }
      .footer-wrap .footer-inner .footer-info-list li.location {
        margin-bottom: 30px;
        background-image: url('data:image/svg+xml,<svg width="12" height="13" viewBox="0 0 12 13" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_2_1734)"><path d="M9.84419 1.57687C7.7068 -0.525624 4.24141 -0.525624 2.10402 1.57687C-0.0333709 3.68005 -0.0333709 7.08934 2.10402 9.19184L5.97376 12.9993L9.84419 9.19184C11.9816 7.08934 11.9816 3.68005 9.84419 1.57687ZM5.97376 7.18376C5.51673 7.18376 5.08774 7.00587 4.76412 6.68293C4.09705 6.01586 4.09705 4.93074 4.76412 4.26366C5.08706 3.94073 5.51673 3.76284 5.97376 3.76284C6.4308 3.76284 6.86046 3.94073 7.1834 4.26366C7.85048 4.93074 7.85048 6.01654 7.1834 6.68293C6.86046 7.00587 6.4308 7.18376 5.97376 7.18376Z" fill="%23C4D600"/></g><defs><clipPath id="clip0_2_1734"><rect width="10.9469" height="13" fill="white" transform="translate(0.5)"/></clipPath></defs></svg>');
        padding-left: 30px;
        background-repeat: no-repeat;
        background-position: left top 8px; }
        @media (min-width: 767px) {
          .footer-wrap .footer-inner .footer-info-list li.location {
            background-position: left top 4px; } }
      .footer-wrap .footer-inner .footer-info-list li.timing {
        margin-bottom: 30px;
        background-image: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_2_1732)"><path d="M6 0C2.6865 0 0 2.6865 0 6C0 9.3135 2.6865 12 6 12C9.3135 12 12 9.3135 12 6C12 2.6865 9.3135 0 6 0ZM8.25 7.5H4.5V3H6V5.625C6 5.832 6.168 6 6.375 6H8.25V7.5Z" fill="%23C4D600"/></g><defs><clipPath id="clip0_2_1732"><rect width="12" height="12" fill="white"/></clipPath></defs></svg>');
        padding-left: 30px;
        background-repeat: no-repeat;
        background-position: left top 8px; }
        @media (min-width: 767px) {
          .footer-wrap .footer-inner .footer-info-list li.timing {
            background-position: left top 4px; } }
      .footer-wrap .footer-inner .footer-info-list li.mail {
        margin-bottom: 30px;
        background-image: url('data:image/svg+xml,<svg width="14" height="12" viewBox="0 0 14 12" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_2_1736)"><path d="M11.9607 0.5H2.18294C1.69671 0.5 1.2304 0.693154 0.88658 1.03697C0.542764 1.38079 0.349609 1.8471 0.349609 2.33333V9.66667C0.349609 10.1529 0.542764 10.6192 0.88658 10.963C1.2304 11.3068 1.69671 11.5 2.18294 11.5H11.9607C12.447 11.5 12.9133 11.3068 13.2571 10.963C13.6009 10.6192 13.7941 10.1529 13.7941 9.66667V2.33333C13.7941 1.8471 13.6009 1.38079 13.2571 1.03697C12.9133 0.693154 12.447 0.5 11.9607 0.5ZM11.7603 8.21222C11.8223 8.26541 11.8731 8.3305 11.9095 8.40365C11.946 8.47679 11.9674 8.5565 11.9725 8.63807C11.9776 8.71963 11.9662 8.80139 11.9392 8.8785C11.9121 8.95561 11.8699 9.02652 11.8149 9.08701C11.76 9.14751 11.6935 9.19638 11.6193 9.23072C11.5452 9.26506 11.4649 9.28418 11.3832 9.28694C11.3015 9.28971 11.2201 9.27606 11.1438 9.24681C11.0675 9.21757 10.9978 9.17331 10.9389 9.11667L8.40711 6.81889C8.01174 7.08266 7.54711 7.22343 7.07183 7.22343C6.59655 7.22343 6.13192 7.08266 5.73655 6.81889L3.20472 9.11667C3.08397 9.22019 2.92761 9.27255 2.76886 9.26263C2.61012 9.25271 2.4615 9.18129 2.35457 9.06354C2.24764 8.9458 2.19083 8.791 2.19622 8.63203C2.2016 8.47307 2.26874 8.32247 2.38339 8.21222L4.80094 6.01772L2.38278 3.81833C2.32339 3.76432 2.27522 3.69915 2.24102 3.62652C2.20683 3.5539 2.18727 3.47525 2.18347 3.39506C2.17579 3.23313 2.23275 3.07477 2.34183 2.95483C2.45091 2.8349 2.60316 2.7632 2.7651 2.75552C2.92704 2.74785 3.08539 2.80481 3.20533 2.91389L6.24805 5.68161C6.47369 5.88709 6.76788 6.00097 7.07305 6.00097C7.37823 6.00097 7.67242 5.88709 7.89805 5.68161L10.9383 2.91389C11.0583 2.80481 11.2166 2.74785 11.3786 2.75552C11.5405 2.7632 11.6928 2.8349 11.8018 2.95483C11.9109 3.07477 11.9679 3.23313 11.9602 3.39506C11.9525 3.557 11.8808 3.70926 11.7609 3.81833L9.34333 6.01833L11.7603 8.21222Z" fill="%23C4D600"/></g><defs><clipPath id="clip0_2_1736"><rect width="13.4444" height="11" fill="white" transform="translate(0.349609 0.5)"/></clipPath></defs></svg>');
        padding-left: 30px;
        background-repeat: no-repeat;
        background-position: left top 8px; }
        @media (min-width: 767px) {
          .footer-wrap .footer-inner .footer-info-list li.mail {
            background-position: left top 4px; } }
      .footer-wrap .footer-inner .footer-info-list li.call {
        margin-bottom: 30px;
        background-image: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_2_1730)"><path d="M11.4 8.06402L8.586 6.86402C8.44081 6.79895 8.28142 6.77196 8.12289 6.78561C7.96437 6.79925 7.81194 6.85309 7.68 6.94202L6.174 7.94402C5.25615 7.49824 4.51301 6.75932 4.062 5.84402L5.058 4.32002C5.14635 4.18795 5.2003 4.0359 5.21497 3.87768C5.22964 3.71947 5.20456 3.56009 5.142 3.41402L3.936 0.600024C3.85185 0.410013 3.70935 0.251747 3.52919 0.148178C3.34902 0.0446096 3.14055 0.00112283 2.934 0.0240243C2.12376 0.130167 1.37962 0.526928 0.839954 1.14054C0.300284 1.75415 0.00180141 2.54286 0 3.36002C0 8.12402 3.876 12 8.64 12C9.45716 11.9982 10.2459 11.6997 10.8595 11.1601C11.4731 10.6204 11.8699 9.87627 11.976 9.06602C11.9989 8.85948 11.9554 8.651 11.8518 8.47084C11.7483 8.29067 11.59 8.14818 11.4 8.06402Z" fill="%23C4D600"/></g><defs><clipPath id="clip0_2_1730"><rect width="12" height="12" fill="white"/></clipPath></defs></svg>');
        padding-left: 30px;
        background-repeat: no-repeat;
        background-position: left top 8px; }
        @media (min-width: 767px) {
          .footer-wrap .footer-inner .footer-info-list li.call {
            background-position: left top 4px; } }
        .footer-wrap .footer-inner .footer-info-list li.call a {
          color: #fff;
          font-weight: 700; }
          .footer-wrap .footer-inner .footer-info-list li.call a:hover {
            color: #C4D600; }
  .footer-wrap .form {
    width: 100%;
    margin: 0 0 41px; }
    @media (min-width: 1025px) {
      .footer-wrap .form {
        margin: 0 0 44px;
        max-width: 370px; } }
    .footer-wrap .form .form-field {
      margin: 0; }
      .footer-wrap .form .form-field .form-prefixPostfix.wrap {
        position: relative; }
      .footer-wrap .form .form-field .form-input {
        width: 100%;
        height: 55px;
        padding-left: 27px;
        border-radius: 100px; }
      .footer-wrap .form .form-field .button {
        position: absolute;
        right: 0;
        top: 7px;
        margin: 0;
        right: 9px;
        width: auto;
        height: auto;
        color: #222;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0%;
        padding: 10px 18px;
        text-align: center;
        line-height: 18.7px;
        background: #C4D600;
        border-radius: 100px;
        border: 1px solid #C4D600;
        font-family: "SourceSansPro", sans-serif; }
        .footer-wrap .form .form-field .button:hover {
          color: #C4D600;
          border-color: #222222;
          background-color: #222222; }
  .footer-wrap .socialLinks {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 1025px) {
      .footer-wrap .socialLinks {
        justify-content: flex-start; } }
    .footer-wrap .socialLinks .socialLinks-item {
      height: 49px;
      width: 49px;
      display: flex;
      align-items: center;
      border-radius: 100px;
      justify-content: center;
      background-color: #2C2C2D; }
      .footer-wrap .socialLinks .socialLinks-item svg {
        width: 24px;
        height: 24px;
        fill: #fff; }
      .footer-wrap .socialLinks .socialLinks-item:hover svg {
        fill: #C4D600; }
      .footer-wrap .socialLinks .socialLinks-item + .socialLinks-item {
        margin: 0 17px 0 0; }

.footer-bottom {
  background: #222;
  padding: 13px 20px;
  border-top: 1px solid #53565A; }
  @media (min-width: 1025px) {
    .footer-bottom {
      border-top: 1px solid #363738; } }
  .footer-bottom ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    justify-content: center; }
    @media (min-width: 767px) {
      .footer-bottom ul {
        flex-wrap: nowrap; } }
    .footer-bottom ul li {
      color: #989898;
      font-weight: 400;
      font-size: 12px;
      line-height: 110%;
      letter-spacing: 3%;
      text-align: center;
      font-family: "SourceSansPro", sans-serif; }
      .footer-bottom ul li.year {
        text-transform: uppercase; }
      .footer-bottom ul li a {
        color: #989898;
        font-weight: 400;
        font-size: 12px;
        line-height: 110%;
        letter-spacing: 3%;
        text-decoration: none;
        text-align: center;
        font-family: "SourceSansPro", sans-serif; }
        .footer-bottom ul li a:hover {
          color: #C4D600; }
      .footer-bottom ul li.sprt {
        padding: 0 8px; }
      .footer-bottom ul li:nth-child(1) {
        width: 100%;
        margin: 0 0 8px; }
        @media (min-width: 767px) {
          .footer-bottom ul li:nth-child(1) {
            margin: 0;
            width: auto; } }
      .footer-bottom ul li:nth-child(2) {
        display: none; }
        @media (min-width: 767px) {
          .footer-bottom ul li:nth-child(2) {
            display: inline; } }

.scroller-wrapper {
  width: 100%;
  overflow: hidden;
  background: #fff;
  position: relative;
  padding: 29px 0 33px;
  user-select: none; }
  .scroller-wrapper .scroller-inner {
    display: flex;
    margin: 0;
    gap: 54px;
    white-space: nowrap;
    will-change: transform; }
    .scroller-wrapper .scroller-inner .scroll-item {
      margin: 0;
      flex: 0 0 auto;
      width: auto;
      color: #222;
      font-size: 14px;
      font-weight: 400;
      line-height: 130%;
      text-align: center;
      letter-spacing: 0%;
      vertical-align: middle;
      text-transform: uppercase;
      font-family: "GillSansStd", sans-serif;
      display: flex;
      align-items: center;
      justify-content: center; }

.card-img-container {
  max-width: 500px;
  height: 200px; }

.parent--category.open_sidebar::after {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 9999; }

.body--category {
  background: #edefed; }
  .body--category .container {
    max-width: 1280px; }

.category-header {
  margin: 0 0 21px;
  position: relative;
  padding: 13px 0 19px;
  background-image: url(https://store-xqyjyp2r6i.mybigcommerce.com/content/img/categor-banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #1A1A1A;
  background-position: right top; }
  @media (min-width: 1025px) {
    .category-header {
      margin: 0 0 20px;
      padding: 17px 0 50px; } }
  .category-header .header-content {
    width: 100%;
    margin: 0 auto;
    max-width: 1400px; }
  .category-header .page-heading {
    color: #fff;
    font-size: 55px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin: 30px 0 10px;
    font-family: "GillSansStd", sans-serif; }
    @media (min-width: 1025px) {
      .category-header .page-heading {
        margin: 36px 0 14px; } }
  .category-header .category-description {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
    font-family: "SourceSansPro", sans-serif; }
    .category-header .category-description p {
      margin: 0;
      color: #ffffff;
      font-size: 18px;
      font-weight: 300;
      line-height: 160%;
      letter-spacing: 0%;
      text-align: center;
      font-family: "SourceSansPro", sans-serif; }
      .category-header .category-description p + p {
        margin-top: 14px; }
  .category-header .total-count {
    display: block;
    margin: 7px 0 0;
    font-size: 16px;
    color: #c4d600;
    text-align: center;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0%;
    font-family: "SourceSansPro", sans-serif; }
    @media (min-width: 1025px) {
      .category-header .total-count {
        display: none; } }

ol.breadcrumbs {
  margin: 0;
  text-align: left; }
  ol.breadcrumbs .breadcrumb a {
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: none;
    font-family: "SourceSansPro", sans-serif; }
  ol.breadcrumbs .breadcrumb.is-active a {
    color: #fff;
    font-weight: 400;
    text-decoration: none; }

.page-sidebar {
  width: 100%;
  margin-top: 0;
  display: none;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 99999;
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
  overflow-y: auto; }
  @media (min-width: 1025px) {
    .page-sidebar {
      display: block;
      width: 270px;
      position: unset;
      margin-top: 10px;
      border-radius: 0px;
      background: #edefed;
      padding: 0 20px 0 0;
      max-width: unset;
      max-height: unset; } }

.universal-sidebar-section {
  width: 100%;
  margin: 0 auto;
  max-width: 375px;
  border-radius: 20px;
  padding: 12px 36px 28px;
  background: url('data:image/svg+xml,<svg width="250" height="328" viewBox="0 0 250 328" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="250" height="328" rx="20" fill="url(%23paint0_linear_4_3)"/><defs><linearGradient id="paint0_linear_4_3" x1="125" y1="6" x2="125" y2="187" gradientUnits="userSpaceOnUse"><stop stop-color="%2353565A"/><stop offset="1" stop-color="%231A1A1A"/></linearGradient></defs></svg>');
  background-size: cover;
  background-repeat: no-repeat; }
  @media (min-width: 1025px) {
    .universal-sidebar-section {
      margin: 42px 0 0;
      max-width: 250px;
      padding: 13px 36px 36px; } }
  .universal-sidebar-section .figure-sidebar img {
    width: 100%;
    height: 155px;
    object-fit: contain; }
  .universal-sidebar-section .content-sidebar h4 {
    color: #fff;
    font-size: 23px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0%;
    margin: 13px 0 16px;
    text-align: center;
    font-family: "GillSansStd", sans-serif; }
  .universal-sidebar-section .content-sidebar p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    font-family: "SourceSansPro", sans-serif; }

.free-usa-shipping {
  width: 100%;
  max-width: 375px;
  margin: 25px auto 0;
  padding: 23px 10px;
  border-radius: 20px;
  background-color: #53565a; }
  @media (min-width: 1025px) {
    .free-usa-shipping {
      max-width: 250px; } }
  .free-usa-shipping h4 {
    color: #fff;
    font-size: 23px;
    margin: 0 0 15px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    font-family: "GillSansStd", sans-serif; }
  .free-usa-shipping p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    font-family: "GillSansStd", sans-serif; }

.page-sidebar + .page-content {
  width: 100%;
  padding-right: 0;
  padding-left: 0; }
  @media (min-width: 1025px) {
    .page-sidebar + .page-content {
      padding-left: 23px;
      width: calc(100% - 270px); } }

.productGrid {
  display: flex;
  gap: 12px 0;
  flex-wrap: wrap;
  margin: 23px -6px 0;
  justify-content: flex-start; }
  @media (min-width: 1025px) {
    .productGrid {
      gap: 28px 0;
      margin: 20px -12px 0; } }
  .productGrid .product {
    padding-left: 6px;
    border-radius: 10px;
    padding-right: 6px; }
    @media (min-width: 1025px) {
      .productGrid .product {
        padding-left: 12px;
        border-radius: 20px;
        padding-right: 12px; } }
    .productGrid .product .card {
      margin-bottom: 0;
      position: relative;
      border-radius: 10px;
      padding: 13px 16px;
      background-color: #fff; }
      @media (min-width: 1025px) {
        .productGrid .product .card {
          border-radius: 20px; } }
      @media (min-width: 1261px) {
        .productGrid .product .card {
          border-radius: 20px;
          padding: 30px 32px 36px 32px; } }
      .productGrid .product .card .card-figure {
        padding: 0; }
        .productGrid .product .card .card-figure .card-img-container::after {
          padding-bottom: 112px; }
          @media (min-width: 767px) {
            .productGrid .product .card .card-figure .card-img-container::after {
              padding-bottom: 162px; } }
      .productGrid .product .card .card-figcaption {
        padding: 0; }
        @media (min-width: 1261px) {
          .productGrid .product .card .card-figcaption {
            padding: 0 16px; } }
        .productGrid .product .card .card-figcaption .card-figcaption-body {
          width: 100%;
          transform: translate3d(0, -30%, 0); }
        .productGrid .product .card .card-figcaption .button {
          display: inline-flex;
          margin: 0;
          width: 100%;
          max-width: 100%;
          color: #000000;
          font-size: 14px;
          font-weight: 400;
          line-height: 15px;
          letter-spacing: 0%;
          padding: 16px 10px;
          align-items: center;
          border-radius: 100px;
          background: #f6f6f6;
          text-decoration: none;
          justify-content: center;
          transition: 0.2s all ease;
          border: 1px solid #bdbdbd;
          font-family: "SourceSansPro", sans-serif; }
          .productGrid .product .card .card-figcaption .button + .button {
            margin-top: 8px; }
          .productGrid .product .card .card-figcaption .button input {
            display: inline-block;
            width: 100%;
            height: 18px;
            border-radius: 100px;
            border: 1px solid #e0e0e0; }
          .productGrid .product .card .card-figcaption .button .save-later {
            background: url('data:image/svg+xml,<svg width="19" height="13" viewBox="0 0 19 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.43 5.55005H15.2V2.32005C15.2 1.75005 14.82 1.75005 14.25 1.75005C13.68 1.75005 13.3 1.75005 13.3 2.32005V5.55005H10.07C9.5 5.55005 9.5 5.93005 9.5 6.50005C9.5 7.07005 9.5 7.45005 10.07 7.45005H13.3V10.68C13.3 11.25 13.68 11.25 14.25 11.25C14.82 11.25 15.2 11.25 15.2 10.68V7.45005H18.43C19 7.45005 19 7.07005 19 6.50005C19 5.93005 19 5.55005 18.43 5.55005ZM7.03 5.55005H0.57C0 5.55005 0 5.93005 0 6.50005C0 7.07005 0 7.45005 0.57 7.45005H7.03C7.6 7.45005 7.6 7.07005 7.6 6.50005C7.6 5.93005 7.6 5.55005 7.03 5.55005ZM7.03 10.3H0.57C0 10.3 0 10.68 0 11.25C0 11.8201 0 12.2001 0.57 12.2001H7.03C7.6 12.2001 7.6 11.8201 7.6 11.25C7.6 10.68 7.6 10.3 7.03 10.3ZM7.03 0.800049H0.57C0 0.800049 0 1.18005 0 1.75005C0 2.32005 0 2.70005 0.57 2.70005H7.03C7.6 2.70005 7.6 2.32005 7.6 1.75005C7.6 1.18005 7.6 0.800049 7.03 0.800049Z" fill="black"/></svg>');
            padding: 2px 0 2px 28px;
            background-size: 19px;
            background-repeat: no-repeat;
            background-position: left center; }
          .productGrid .product .card .card-figcaption .button:hover {
            border-color: #c4d600;
            transition: 0.2s all ease;
            text-decoration: underline; }
      .productGrid .product .card .card-body {
        text-align: center;
        padding: 17px 0 0 0; }
        @media (min-width: 1025px) {
          .productGrid .product .card .card-body {
            padding: 30px 0 0 0; } }
        .productGrid .product .card .card-body .card-text[data-test-info-type="brandName"] {
          margin: 0 0 7px;
          font-size: 12px;
          font-weight: 400;
          color: #888888;
          line-height: 100%;
          letter-spacing: 0%;
          text-align: center;
          text-transform: none;
          min-height: 12px;
          font-family: "SourceSansPro", sans-serif; }
        .productGrid .product .card .card-body .card-text[data-test-info-type="price"] {
          display: flex;
          gap: 10px;
          color: #222;
          margin: 0 0 16px;
          font-size: 16px;
          font-weight: 700;
          line-height: 120%;
          letter-spacing: 0%;
          text-align: center;
          justify-content: center;
          font-family: "SourceSansPro", sans-serif; }
          @media (min-width: 1025px) {
            .productGrid .product .card .card-body .card-text[data-test-info-type="price"] {
              font-size: 20px; } }
          .productGrid .product .card .card-body .card-text[data-test-info-type="price"] .price-label {
            display: none !important; }
          .productGrid .product .card .card-body .card-text[data-test-info-type="price"] .price[data-product-price-without-tax=""] {
            color: #222222; }
            .productGrid .product .card .card-body .card-text[data-test-info-type="price"] .price[data-product-price-without-tax=""].price-red {
              color: #bd0303; }
          .productGrid .product .card .card-body .card-text[data-test-info-type="price"] .price[data-product-rrp-price-without-tax=""] {
            font-weight: 400;
            color: #828282; }
          .productGrid .product .card .card-body .card-text[data-test-info-type="price"] .price[data-product-non-sale-price-without-tax=""] {
            font-weight: 400;
            color: #828282; }
        .productGrid .product .card .card-body .card-title {
          min-height: 38px;
          margin: 0 0 8px; }
          @media (min-width: 1025px) {
            .productGrid .product .card .card-body .card-title {
              min-height: 53px;
              margin: 0 0 16px; } }
          .productGrid .product .card .card-body .card-title > a {
            display: block;
            color: #222222;
            font-size: 18px;
            font-weight: 400;
            letter-spacing: 0%;
            text-align: center;
            line-height: 110%;
            text-decoration: none;
            font-family: "GillSansStd", sans-serif; }
            @media (min-width: 1025px) {
              .productGrid .product .card .card-body .card-title > a {
                font-size: 24px; } }
            .productGrid .product .card .card-body .card-title > a:hover {
              text-decoration: underline; }
        .productGrid .product .card .card-body .card-actions .button {
          width: 100%;
          color: #222222;
          font-size: 15px;
          font-weight: 400;
          text-align: center;
          padding: 9.5px 10px;
          border-radius: 100px;
          line-height: 26.6px;
          letter-spacing: 0.23px;
          vertical-align: middle;
          transition: 0.2s all ease;
          background-color: #c4d600;
          font-family: "SourceSansPro", sans-serif; }
          @media (min-width: 1025px) {
            .productGrid .product .card .card-body .card-actions .button {
              font-size: 17px;
              padding: 14px 10px; } }
          .productGrid .product .card .card-body .card-actions .button:hover {
            color: #c4d600;
            transition: 0.2s all ease;
            background-color: #222222; }
        .productGrid .product .card .card-body .card-actions .compare-btn {
          display: block; }
          @media (min-width: 1025px) {
            .productGrid .product .card .card-body .card-actions .compare-btn {
              display: none; } }
          .productGrid .product .card .card-body .card-actions .compare-btn .custom-checkbox {
            font-size: 12px;
            padding-top: 7px;
            padding-bottom: 0;
            background-color: #fff; }

.productCarousel {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .productCarousel .productCarousel-slide {
    padding-left: 12px;
    border-radius: 20px;
    padding-right: 12px; }
    .productCarousel .productCarousel-slide .card {
      margin: 28px 0 0;
      position: relative;
      border-radius: 20px;
      background-color: #fff;
      transition: 0.2s all ease;
      padding: 30px 32px 36px 32px;
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0); }
      @media (min-width: 1025px) {
        .productCarousel .productCarousel-slide .card {
          border-radius: 20px; } }
      .productCarousel .productCarousel-slide .card .card-figure {
        padding: 0; }
        .productCarousel .productCarousel-slide .card .card-figure .card-img-container::after {
          padding-bottom: 112px; }
          @media (min-width: 767px) {
            .productCarousel .productCarousel-slide .card .card-figure .card-img-container::after {
              padding-bottom: 162px; } }
      .productCarousel .productCarousel-slide .card .card-figcaption {
        padding: 0; }
        @media (min-width: 1261px) {
          .productCarousel .productCarousel-slide .card .card-figcaption {
            padding: 0 16px; } }
        .productCarousel .productCarousel-slide .card .card-figcaption .card-figcaption-body {
          width: 100%;
          transform: translate3d(0, -30%, 0); }
        .productCarousel .productCarousel-slide .card .card-figcaption .custom-checkbox input[type="checkbox"] {
          opacity: 0;
          cursor: pointer;
          position: absolute; }
        .productCarousel .productCarousel-slide .card .card-figcaption .button {
          display: inline-flex;
          margin: 0;
          width: 100%;
          max-width: 100%;
          color: #000000;
          font-size: 14px;
          font-weight: 400;
          line-height: 100%;
          letter-spacing: 0%;
          padding: 16px 10px;
          align-items: center;
          border-radius: 100px;
          background: #f6f6f6;
          text-decoration: none;
          justify-content: center;
          transition: 0.2s all ease;
          border: 1px solid #bdbdbd;
          font-family: "SourceSansPro", sans-serif; }
          .productCarousel .productCarousel-slide .card .card-figcaption .button + .button {
            margin-top: 8px; }
          .productCarousel .productCarousel-slide .card .card-figcaption .button input {
            display: inline-block;
            width: 100%;
            height: 18px;
            border-radius: 100px;
            border: 1px solid #e0e0e0; }
          .productCarousel .productCarousel-slide .card .card-figcaption .button .save-later {
            background: url('data:image/svg+xml,<svg width="19" height="13" viewBox="0 0 19 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.43 5.55005H15.2V2.32005C15.2 1.75005 14.82 1.75005 14.25 1.75005C13.68 1.75005 13.3 1.75005 13.3 2.32005V5.55005H10.07C9.5 5.55005 9.5 5.93005 9.5 6.50005C9.5 7.07005 9.5 7.45005 10.07 7.45005H13.3V10.68C13.3 11.25 13.68 11.25 14.25 11.25C14.82 11.25 15.2 11.25 15.2 10.68V7.45005H18.43C19 7.45005 19 7.07005 19 6.50005C19 5.93005 19 5.55005 18.43 5.55005ZM7.03 5.55005H0.57C0 5.55005 0 5.93005 0 6.50005C0 7.07005 0 7.45005 0.57 7.45005H7.03C7.6 7.45005 7.6 7.07005 7.6 6.50005C7.6 5.93005 7.6 5.55005 7.03 5.55005ZM7.03 10.3H0.57C0 10.3 0 10.68 0 11.25C0 11.8201 0 12.2001 0.57 12.2001H7.03C7.6 12.2001 7.6 11.8201 7.6 11.25C7.6 10.68 7.6 10.3 7.03 10.3ZM7.03 0.800049H0.57C0 0.800049 0 1.18005 0 1.75005C0 2.32005 0 2.70005 0.57 2.70005H7.03C7.6 2.70005 7.6 2.32005 7.6 1.75005C7.6 1.18005 7.6 0.800049 7.03 0.800049Z" fill="black"/></svg>');
            padding: 2px 28px;
            background-size: 19px;
            background-repeat: no-repeat;
            background-position: left center; }
          .productCarousel .productCarousel-slide .card .card-figcaption .button:hover {
            border-color: #c4d600;
            transition: 0.2s all ease;
            text-decoration: underline; }
      .productCarousel .productCarousel-slide .card .card-body {
        text-align: center;
        padding: 17px 0 0 0; }
        @media (min-width: 1025px) {
          .productCarousel .productCarousel-slide .card .card-body {
            padding: 30px 0 0 0; } }
        .productCarousel .productCarousel-slide .card .card-body .card-text[data-test-info-type="brandName"] {
          margin: 0 0 7px;
          font-size: 12px;
          font-weight: 400;
          color: #888888;
          line-height: 100%;
          letter-spacing: 0%;
          text-align: center;
          text-transform: none;
          min-height: 12px;
          font-family: "SourceSansPro", sans-serif; }
        .productCarousel .productCarousel-slide .card .card-body .card-text[data-test-info-type="price"] {
          display: flex;
          gap: 10px;
          color: #222;
          margin: 0 0 16px;
          font-size: 16px;
          font-weight: 700;
          line-height: 120%;
          letter-spacing: 0%;
          text-align: center;
          justify-content: center;
          font-family: "SourceSansPro", sans-serif; }
          @media (min-width: 1025px) {
            .productCarousel .productCarousel-slide .card .card-body .card-text[data-test-info-type="price"] {
              font-size: 20px; } }
          .productCarousel .productCarousel-slide .card .card-body .card-text[data-test-info-type="price"] .price[data-product-price-without-tax=""] {
            color: #222222; }
            .productCarousel .productCarousel-slide .card .card-body .card-text[data-test-info-type="price"] .price[data-product-price-without-tax=""].price-red {
              color: #bd0303; }
          .productCarousel .productCarousel-slide .card .card-body .card-text[data-test-info-type="price"] .price[data-product-rrp-price-without-tax=""] {
            font-weight: 400;
            color: #828282; }
          .productCarousel .productCarousel-slide .card .card-body .card-text[data-test-info-type="price"] .price[data-product-non-sale-price-without-tax=""] {
            font-weight: 400;
            color: #828282; }
        .productCarousel .productCarousel-slide .card .card-body .card-title {
          min-height: 38px;
          margin: 0 0 8px; }
          @media (min-width: 1025px) {
            .productCarousel .productCarousel-slide .card .card-body .card-title {
              min-height: 53px;
              margin: 0 0 16px; } }
          .productCarousel .productCarousel-slide .card .card-body .card-title > a {
            display: block;
            color: #222222;
            font-size: 18px;
            font-weight: 400;
            letter-spacing: 0%;
            text-align: center;
            line-height: 110%;
            text-decoration: none;
            font-family: "GillSansStd", sans-serif; }
            @media (min-width: 1025px) {
              .productCarousel .productCarousel-slide .card .card-body .card-title > a {
                font-size: 24px; } }
            .productCarousel .productCarousel-slide .card .card-body .card-title > a:hover {
              text-decoration: underline; }
        .productCarousel .productCarousel-slide .card .card-body .card-actions .button {
          width: 100%;
          color: #222222;
          font-size: 15px;
          font-weight: 400;
          text-align: center;
          padding: 9.5px 10px;
          border-radius: 100px;
          line-height: 26.6px;
          letter-spacing: 0.23px;
          vertical-align: middle;
          transition: 0.2s all ease;
          background-color: #c4d600;
          font-family: "SourceSansPro", sans-serif; }
          @media (min-width: 1025px) {
            .productCarousel .productCarousel-slide .card .card-body .card-actions .button {
              font-size: 17px;
              padding: 14px 10px; } }
          .productCarousel .productCarousel-slide .card .card-body .card-actions .button:hover {
            color: #c4d600;
            transition: 0.2s all ease;
            background-color: #222222; }
        .productCarousel .productCarousel-slide .card .card-body .card-actions .compare-btn {
          display: block; }
          @media (min-width: 1025px) {
            .productCarousel .productCarousel-slide .card .card-body .card-actions .compare-btn {
              display: none; } }
          .productCarousel .productCarousel-slide .card .card-body .card-actions .compare-btn .custom-checkbox {
            font-size: 12px;
            padding-top: 7px;
            padding-bottom: 0;
            background-color: #fff; }
    .productCarousel .productCarousel-slide:hover .card {
      transition: 0.2s all ease;
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15); }

.productList {
  display: none;
  margin: 20px 0 0; }
  .productList .product + .product {
    margin: 20px 0 0 0; }
  .productList .listItem {
    margin: 0;
    display: flex;
    gap: 20px 0;
    padding: 25px 30px;
    overflow: hidden;
    position: relative;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 20px;
    justify-content: space-between; }
    @media (min-width: 767px) {
      .productList .listItem {
        gap: 0;
        flex-wrap: nowrap; } }
    @media (min-width: 1025px) {
      .productList .listItem {
        padding: 20px; } }
    .productList .listItem .listItem-figure {
      width: 111px;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 1025px) {
        .productList .listItem .listItem-figure {
          width: 178px; } }
      .productList .listItem .listItem-figure .listItem-figure__link {
        margin: 20px 0px 0px 0px; }
        @media (min-width: 767px) {
          .productList .listItem .listItem-figure .listItem-figure__link {
            margin: 0; } }
        .productList .listItem .listItem-figure .listItem-figure__link .listItem-image {
          width: 100%;
          height: 111px;
          max-width: 111px;
          object-fit: contain; }
          @media (min-width: 1025px) {
            .productList .listItem .listItem-figure .listItem-figure__link .listItem-image {
              height: 175px;
              max-width: 175px; } }
    .productList .listItem .listItem-body {
      display: flex;
      padding-right: 0;
      padding-left: 22px;
      width: calc(100% - 111px);
      justify-content: space-between; }
      @media (min-width: 767px) {
        .productList .listItem .listItem-body {
          width: calc(100% - 111px - 30.8%); } }
      @media (min-width: 1025px) {
        .productList .listItem .listItem-body {
          padding-left: 24px;
          width: calc(100% - 178px - 30.8%); } }
      .productList .listItem .listItem-body .listItem-content {
        width: 100%;
        display: flex;
        justify-content: space-between; }
      .productList .listItem .listItem-body .listItem-details {
        width: 100%; }
        @media (min-width: 767px) {
          .productList .listItem .listItem-body .listItem-details {
            padding-right: 10px; } }
        @media (min-width: 1025px) {
          .productList .listItem .listItem-body .listItem-details {
            padding-right: 36px; } }
      .productList .listItem .listItem-body .listItem-brand {
        font-size: 12px;
        font-weight: 400;
        margin: 0px 0 7px;
        text-align: left;
        color: #888888;
        line-height: 100%;
        letter-spacing: 0%;
        text-transform: none;
        font-family: "SourceSansPro", sans-serif; }
        @media (min-width: 1025px) {
          .productList .listItem .listItem-body .listItem-brand {
            margin: 17px 0 10px; } }
      .productList .listItem .listItem-body .listItem-title {
        margin: 0 0 2px; }
        @media (min-width: 1025px) {
          .productList .listItem .listItem-body .listItem-title {
            margin: 0 0 13px; } }
        .productList .listItem .listItem-body .listItem-title > a {
          margin: 0;
          font-size: 18px;
          font-weight: 400;
          line-height: 110%;
          color: #222222;
          letter-spacing: 0%;
          text-decoration: none;
          font-family: "GillSansStd", sans-serif; }
          @media (min-width: 1025px) {
            .productList .listItem .listItem-body .listItem-title > a {
              font-size: 24px; } }
          .productList .listItem .listItem-body .listItem-title > a:hover {
            text-decoration: underline; }
      .productList .listItem .listItem-body .summary {
        font-size: 13px;
        color: #222222;
        font-weight: 400;
        line-height: 150%;
        margin: 0 0 13px;
        letter-spacing: 0%;
        font-family: "SourceSansPro", sans-serif; }
        @media (min-width: 1025px) {
          .productList .listItem .listItem-body .summary {
            font-size: 14px; } }
      .productList .listItem .listItem-body .full-deails {
        font-size: 13px;
        font-weight: 600;
        color: #222222;
        line-height: 150%;
        letter-spacing: 0%;
        text-decoration: underline;
        font-family: "SourceSansPro", sans-serif; }
        @media (min-width: 1025px) {
          .productList .listItem .listItem-body .full-deails {
            font-size: 14px; } }
        .productList .listItem .listItem-body .full-deails:hover {
          color: #656e00;
          text-decoration: none; }
    .productList .listItem .listItem-price {
      display: flex;
      gap: 10px;
      color: #222;
      font-size: 16px;
      margin: 0 0 7px;
      font-weight: 700;
      line-height: 120%;
      letter-spacing: 0%;
      text-align: left;
      justify-content: flex-start;
      font-family: "SourceSansPro", sans-serif; }
      @media (min-width: 1025px) {
        .productList .listItem .listItem-price {
          font-size: 20px;
          margin: 0 0 20px;
          text-align: center;
          justify-content: center; } }
      .productList .listItem .listItem-price .price-label {
        display: none !important; }
      .productList .listItem .listItem-price .price[data-product-price-without-tax=""] {
        color: #222222; }
        .productList .listItem .listItem-price .price[data-product-price-without-tax=""].price-red {
          color: #bd0303; }
      .productList .listItem .listItem-price .price[data-product-rrp-price-without-tax=""] {
        font-weight: 400;
        color: #828282; }
      .productList .listItem .listItem-price .price[data-product-non-sale-price-without-tax=""] {
        font-weight: 400;
        color: #828282; }
    .productList .listItem .listItem-actions {
      width: 100% !important; }
      @media (min-width: 767px) {
        .productList .listItem .listItem-actions {
          width: 30.8% !important; } }
      .productList .listItem .listItem-actions .card-actions .button {
        border-color: #c4d600;
        color: #222222;
        font-size: 17px;
        font-weight: 400;
        text-align: center;
        padding: 14px 10px;
        border-radius: 100px;
        line-height: 26.6px;
        letter-spacing: 0.23px;
        vertical-align: middle;
        transition: 0.2s all ease;
        background-color: #c4d600;
        font-family: "SourceSansPro", sans-serif; }
        .productList .listItem .listItem-actions .card-actions .button:hover {
          color: #c4d600;
          transition: 0.2s all ease;
          border-color: #222222;
          background-color: #222222; }
      .productList .listItem .listItem-actions .card-actions .compare-btn {
        display: block; }
      .productList .listItem .listItem-actions .list-actions-wrap .list-actions {
        display: flex;
        gap: 2px;
        padding: 5px 6px;
        margin-top: 10px;
        align-items: center;
        border-radius: 100px;
        background-color: #f6f6f6;
        justify-content: space-between;
        border: 1px solid #e0e0e0; }
        @media (min-width: 767px) {
          .productList .listItem .listItem-actions .list-actions-wrap .list-actions {
            border: 0;
            padding: 0;
            margin-top: 18px; } }
        .productList .listItem .listItem-actions .list-actions-wrap .list-actions .save-later {
          padding: 2px2px 10px 2px 28px !important; }
          @media (min-width: 767px) {
            .productList .listItem .listItem-actions .list-actions-wrap .list-actions .save-later {
              padding: 2px 28px !important; } }
      .productList .listItem .listItem-actions .list-actions-wrap .button {
        width: 50%;
        display: inline-flex;
        margin: 0;
        border: 0;
        width: 100%;
        padding: 12px 0;
        max-width: 100%;
        color: #000000;
        font-size: 14px;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0%;
        align-items: center;
        border-radius: 100px;
        background: #f6f6f6;
        text-decoration: none;
        justify-content: center;
        transition: 0.2s all ease;
        font-family: "SourceSansPro", sans-serif; }
        @media (min-width: 767px) {
          .productList .listItem .listItem-actions .list-actions-wrap .button {
            padding: 16px 0; } }
        .productList .listItem .listItem-actions .list-actions-wrap .button.custom-checkbox {
          background: #ebebeb !important; }
          @media (min-width: 767px) {
            .productList .listItem .listItem-actions .list-actions-wrap .button.custom-checkbox {
              background: transparent !important; } }
        .productList .listItem .listItem-actions .list-actions-wrap .button input {
          display: inline-block;
          width: 100%;
          height: 18px;
          border-radius: 100px; }
        .productList .listItem .listItem-actions .list-actions-wrap .button .save-later {
          display: block;
          width: auto;
          text-align: left;
          background: url('data:image/svg+xml,<svg width="19" height="13" viewBox="0 0 19 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.43 5.55005H15.2V2.32005C15.2 1.75005 14.82 1.75005 14.25 1.75005C13.68 1.75005 13.3 1.75005 13.3 2.32005V5.55005H10.07C9.5 5.55005 9.5 5.93005 9.5 6.50005C9.5 7.07005 9.5 7.45005 10.07 7.45005H13.3V10.68C13.3 11.25 13.68 11.25 14.25 11.25C14.82 11.25 15.2 11.25 15.2 10.68V7.45005H18.43C19 7.45005 19 7.07005 19 6.50005C19 5.93005 19 5.55005 18.43 5.55005ZM7.03 5.55005H0.57C0 5.55005 0 5.93005 0 6.50005C0 7.07005 0 7.45005 0.57 7.45005H7.03C7.6 7.45005 7.6 7.07005 7.6 6.50005C7.6 5.93005 7.6 5.55005 7.03 5.55005ZM7.03 10.3H0.57C0 10.3 0 10.68 0 11.25C0 11.8201 0 12.2001 0.57 12.2001H7.03C7.6 12.2001 7.6 11.8201 7.6 11.25C7.6 10.68 7.6 10.3 7.03 10.3ZM7.03 0.800049H0.57C0 0.800049 0 1.18005 0 1.75005C0 2.32005 0 2.70005 0.57 2.70005H7.03C7.6 2.70005 7.6 2.32005 7.6 1.75005C7.6 1.18005 7.6 0.800049 7.03 0.800049Z" fill="black"/></svg>');
          padding: 2px 2px 2px 28px;
          background-size: 19px;
          background-repeat: no-repeat;
          background-position: left center; }
          @media (min-width: 1025px) {
            .productList .listItem .listItem-actions .list-actions-wrap .button .save-later {
              width: 100%; } }
        .productList .listItem .listItem-actions .list-actions-wrap .button:hover {
          transition: 0.2s all ease;
          text-decoration: underline; }

.custom-checkbox {
  display: inline-flex;
  cursor: pointer;
  user-select: none;
  align-items: center;
  position: relative;
  z-index: 9; }
  .custom-checkbox input[type="checkbox"] {
    opacity: 0;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 16px; }
    @media (min-width: 1025px) {
      .custom-checkbox input[type="checkbox"] {
        width: 18px;
        height: 18px; } }
    .custom-checkbox input[type="checkbox"]:checked + .checkmark {
      border-color: #222222;
      background: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="18" height="18" rx="9" fill="%23222222"/><path d="M6 9L8 11L12 7" stroke="white" stroke-width="1.5" stroke-linecap="round"/></svg>');
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center; }
      .custom-checkbox input[type="checkbox"]:checked + .checkmark .checkmark-icon {
        display: block; }
  .custom-checkbox .checkmark-icon {
    display: none;
    width: 100%;
    height: 100%; }
  .custom-checkbox .checkmark {
    display: inline-block;
    padding: 0;
    width: 16px;
    height: 16px;
    margin-right: 11px;
    position: relative;
    border-radius: 100px;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #bdbdbd; }
    @media (min-width: 1025px) {
      .custom-checkbox .checkmark {
        width: 18px;
        height: 18px;
        margin-right: 8px; } }

.quick-add {
  display: flex;
  gap: 9px;
  align-items: center;
  justify-content: space-between; }
  .quick-add .quantity-box {
    width: 40%;
    height: 54.6px;
    display: flex;
    align-items: center;
    border-radius: 100px;
    border: 1px solid #e0e0e0;
    justify-content: space-between; }
    .quick-add .quantity-box button {
      border: 0;
      font-size: 0;
      width: 33.33%;
      height: 54.6px;
      padding: 11px 0;
      -webkit-appearance: none; }
      .quick-add .quantity-box button.quantity-increase {
        position: relative;
        background: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 0V10" stroke="%23CBCCCE" stroke-width="1.5"/><path d="M0 5L10 5" stroke="%23CBCCCE" stroke-width="1.5"/></svg>');
        background-repeat: no-repeat;
        background-position: center; }
        .quick-add .quantity-box button.quantity-increase:hover {
          background-repeat: no-repeat;
          background-position: center; }
          .quick-add .quantity-box button.quantity-increase:hover:after {
            background: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 0V10" stroke="%23000000" stroke-width="1.5"/><path d="M0 5L10 5" stroke="%23000000" stroke-width="1.5"/></svg>'), #C4D600;
            background-repeat: no-repeat;
            background-position: center; }
        .quick-add .quantity-box button.quantity-increase:after {
          content: "";
          height: 20px;
          transform: translateY(-50);
          width: 20px;
          position: absolute;
          top: 50%;
          display: block;
          background: transparent;
          border-radius: 100px;
          left: 0;
          right: 0;
          transform: translateY(-50%);
          margin: 0 auto; }
      .quick-add .quantity-box button.quantity-decrease {
        position: relative;
        background: url('data:image/svg+xml,<svg width="10" height="2" viewBox="0 0 10 2" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M0 1L10 1" stroke="%23CBCCCE" stroke-width="2"/></svg>');
        background-repeat: no-repeat;
        background-position: center; }
        .quick-add .quantity-box button.quantity-decrease:hover {
          background-repeat: no-repeat;
          background-position: center; }
          .quick-add .quantity-box button.quantity-decrease:hover:after {
            background: #C4D600;
            background: url('data:image/svg+xml,<svg width="10" height="2" viewBox="0 0 10 2" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M0 1L10 1" stroke="%23000000" stroke-width="2"/></svg>'), #C4D600;
            background-repeat: no-repeat;
            background-position: center; }
        .quick-add .quantity-box button.quantity-decrease:after {
          content: "";
          height: 20px;
          transform: translateY(-50);
          width: 20px;
          position: absolute;
          top: 50%;
          display: block;
          background: transparent;
          border-radius: 100px;
          transform: translateY(-50%);
          left: 0;
          right: 0;
          margin: 0 auto; }
    .quick-add .quantity-box input {
      border: 0;
      width: 33.33%;
      height: auto;
      padding: 11px 0;
      font-size: 14px;
      font-weight: 700;
      line-height: 100%;
      text-align: center;
      letter-spacing: 0%;
      -webkit-appearance: none;
      font-family: "SourceSansPro", sans-serif; }
  .quick-add .button {
    margin: 0;
    width: 60%; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield !important; }

.custom-badge {
  position: absolute;
  margin: 0;
  top: 12px;
  left: 12px;
  z-index: 9;
  color: #000;
  font-size: 11px;
  font-weight: 400;
  background: #fff;
  line-height: 12px;
  letter-spacing: 0%;
  padding: 2.5px 7.5px;
  border-radius: 100px;
  border: 1px solid #000;
  text-transform: capitalize;
  font-family: "SourceSansPro", sans-serif; }
  @media (min-width: 1025px) {
    .custom-badge {
      top: 16px;
      left: 16px;
      padding: 5px 9px; } }

.floating-wishlist {
  display: block;
  position: absolute;
  top: 16px;
  right: 16px; }
  .floating-wishlist span {
    font-size: 0; }
  @media (min-width: 1025px) {
    .floating-wishlist {
      display: none; } }
  .floating-wishlist .button {
    background: url('data:image/svg+xml,<svg width="17" height="11" viewBox="0 0 17 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.49 4.6499H13.6V1.7599C13.6 1.2499 13.26 1.2499 12.75 1.2499C12.24 1.2499 11.9 1.2499 11.9 1.7599V4.6499H9.01C8.5 4.6499 8.5 4.9899 8.5 5.4999C8.5 6.0099 8.5 6.3499 9.01 6.3499H11.9V9.2399C11.9 9.7499 12.24 9.7499 12.75 9.7499C13.26 9.7499 13.6 9.7499 13.6 9.2399V6.3499H16.49C17 6.3499 17 6.0099 17 5.4999C17 4.9899 17 4.6499 16.49 4.6499ZM6.29 4.6499H0.51C0 4.6499 0 4.9899 0 5.4999C0 6.0099 0 6.3499 0.51 6.3499H6.29C6.8 6.3499 6.8 6.0099 6.8 5.4999C6.8 4.9899 6.8 4.6499 6.29 4.6499ZM6.29 8.8999H0.51C0 8.8999 0 9.2399 0 9.7499C0 10.2599 0 10.5999 0.51 10.5999H6.29C6.8 10.5999 6.8 10.2599 6.8 9.7499C6.8 9.2399 6.8 8.8999 6.29 8.8999ZM6.29 0.399902H0.51C0 0.399902 0 0.739902 0 1.2499C0 1.7599 0 2.0999 0.51 2.0999H6.29C6.8 2.0999 6.8 1.7599 6.8 1.2499C6.8 0.739902 6.8 0.399902 6.29 0.399902Z" fill="black"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px;
    z-index: 99;
    padding: 0 10px;
    border: 0;
    margin: 0; }

.no_filter {
  font-size: 14px;
  font-weight: 400;
  margin: 25px 0 0 0;
  line-height: 100%;
  color: #000000;
  letter-spacing: 0%;
  font-family: "SourceSansPro", sans-serif;
  margin: 25px 0 0 0; }
  @media (min-width: 1025px) {
    .no_filter {
      margin: 30px 0 0 0; } }

.sidebarBlock + .sidebarBlock {
  border-top: 0;
  margin-top: 2rem;
  padding-top: 2rem; }

.facetedSearch-refineFilters {
  display: block;
  border-bottom: 1px solid #222 !important; }

.sidebarBlock {
  padding-bottom: 30px;
  border-bottom: 1px solid #222; }
  @media (min-width: 1025px) {
    .sidebarBlock {
      padding-bottom: 30px; } }
  .sidebarBlock + .sidebarBlock {
    border-bottom: 0;
    margin-top: 0;
    padding-top: 30px; }
  .sidebarBlock .sidebarBlock-heading {
    margin: 0;
    color: #000;
    font-size: 22px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    font-family: "GillSansStd", sans-serif; }
  .sidebarBlock .navList {
    margin: 30px 0 0; }
    .sidebarBlock .navList .navList-item + .navList-item {
      margin-top: 12px; }
    .sidebarBlock .navList .navList-action {
      font-size: 14px;
      font-weight: 400;
      line-height: 100%;
      color: #000000;
      letter-spacing: 0%;
      font-family: "SourceSansPro", sans-serif; }
      .sidebarBlock .navList .navList-action:hover {
        text-decoration: underline; }

.navList-action--checkbox::before {
  margin-top: -0.571rem; }

.accordion-block {
  margin: 0 !important;
  padding: 30px 0;
  border-bottom: 1px solid #222; }
  .accordion-block .accordion-heading {
    margin-bottom: 0; }
  .accordion-block .accordion-title {
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #222;
    font-family: "GillSansStd", sans-serif; }
  .accordion-block .accordion-content {
    margin: 30px 0 0; }
    .accordion-block .accordion-content .navList {
      margin: 0; }
  .accordion-block .navList-item + .navList-item {
    margin-top: 12px; }
  .accordion-block .navList-action {
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    color: #000000;
    letter-spacing: 0%;
    font-family: "SourceSansPro", sans-serif; }
    .accordion-block .navList-action:hover {
      text-decoration: underline; }

.clear_all {
  margin-top: 20px;
  display: inline-block; }

.clear_all,
.facetedSearch-clearLink {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  color: #000000;
  letter-spacing: 0%;
  font-family: "SourceSansPro", sans-serif; }
  .clear_all:hover,
  .facetedSearch-clearLink:hover {
    text-decoration: underline; }

.navList-action--checkbox:before {
  border: 1px solid #e0e0e0;
  height: 16px;
  width: 16px;
  border-radius: 4px; }

.navList-action--checkbox:after {
  background: url('data:image/svg+xml,<svg width="8" height="7" viewBox="0 0 8 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 3L3 5L7 1" stroke="white" stroke-width="1.5" stroke-linecap="round"/></svg>'), #000;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  border-radius: 4px;
  margin-top: -0.7rem; }

.inlineList--labels {
  margin: 25px 0 0 0; }
  @media (min-width: 1025px) {
    .inlineList--labels {
      margin: 30px 0 0 0; } }
  .inlineList--labels > li {
    margin: 0 9px 9px 0; }
    .inlineList--labels > li .facetLabel {
      position: relative;
      background: #f6f6f6;
      border-radius: 4px;
      padding: 10px 34px 10px 14px;
      text-decoration: none;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      font-size: 12px;
      line-height: 100%;
      letter-spacing: 0%;
      border-radius: 100px;
      color: #000000; }
      @media (min-width: 1025px) {
        .inlineList--labels > li .facetLabel {
          background: #fff; } }
      .inlineList--labels > li .facetLabel .icon {
        position: absolute;
        right: 14px;
        fill: #989898;
        top: 50%;
        transform: translateY(-50%); }

.facetedSearch-navList .accordion {
  border: 0; }
  .facetedSearch-navList .accordion .accordion-title {
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
    padding: 0;
    font-family: "GillSansStd", sans-serif; }
  .facetedSearch-navList .accordion .accordion-navigation {
    padding: 0;
    border: 0; }
  .facetedSearch-navList .accordion .accordion-content {
    padding: 0;
    margin: 30px 0 0; }
    .facetedSearch-navList .accordion .accordion-content .navList {
      margin: 0; }

.accordion-navigation.toggleLink {
  margin: 0 !important; }

.facetedSearch-toggle + .facetedSearch-navList.is-open,
.sidebarBlock + .facetedSearch-navList.is-open {
  margin-top: 0; }

.navList-action--checkbox::before {
  margin-top: -0.771rem; }

.accordion--navList .accordion-indicator {
  fill: #222;
  height: 10px;
  width: 10px; }

.facetedSearch-toggle + .facetedSearch-navList,
.sidebarBlock + .facetedSearch-navList {
  margin-top: 0; }

.sidebar_close {
  font-size: 0;
  position: absolute;
  right: 13px;
  background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="16" cy="16" r="16" fill="%23222222"/><path d="M10.0718 10.0772L21.9166 21.922" stroke="%23C4D600" stroke-width="2" stroke-linecap="round"/><path d="M10.0718 21.9228L21.9166 10.078" stroke="%23C4D600" stroke-width="2" stroke-linecap="round"/></svg>');
  height: 32px;
  width: 32px; }
  @media (min-width: 1025px) {
    .sidebar_close {
      display: none; } }

.filter-toggler {
  margin: 0 0 18px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26.6px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #222222;
  border: 1px solid #000000;
  padding: 10px;
  border-radius: 100px;
  font-family: "SourceSansPro", sans-serif; }
  @media (min-width: 1025px) {
    .filter-toggler {
      display: none; } }
  .filter-toggler span {
    padding-left: 22px;
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 1C5.37935 0.999675 4.77387 1.19186 4.26702 1.55006C3.76016 1.90826 3.37688 2.41484 3.17 3H0V5H3.17C3.3766 5.58553 3.75974 6.09257 4.2666 6.45121C4.77346 6.80985 5.37909 7.00245 6 7.00245C6.62091 7.00245 7.22654 6.80985 7.7334 6.45121C8.24026 6.09257 8.6234 5.58553 8.83 5H16V3H8.83C8.62312 2.41484 8.23984 1.90826 7.73298 1.55006C7.22613 1.19186 6.62065 0.999675 6 1ZM5 4C5 3.73478 5.10536 3.48043 5.29289 3.29289C5.48043 3.10536 5.73478 3 6 3C6.26522 3 6.51957 3.10536 6.70711 3.29289C6.89464 3.48043 7 3.73478 7 4C7 4.26522 6.89464 4.51957 6.70711 4.70711C6.51957 4.89464 6.26522 5 6 5C5.73478 5 5.48043 4.89464 5.29289 4.70711C5.10536 4.51957 5 4.26522 5 4ZM10 9C9.37935 8.99967 8.77387 9.19186 8.26702 9.55006C7.76016 9.90826 7.37688 10.4148 7.17 11H0V13H7.17C7.3766 13.5855 7.75974 14.0926 8.2666 14.4512C8.77346 14.8099 9.37909 15.0025 10 15.0025C10.6209 15.0025 11.2265 14.8099 11.7334 14.4512C12.2403 14.0926 12.6234 13.5855 12.83 13H16V11H12.83C12.6231 10.4148 12.2398 9.90826 11.733 9.55006C11.2261 9.19186 10.6207 8.99967 10 9ZM9 12C9 11.7348 9.10536 11.4804 9.29289 11.2929C9.48043 11.1054 9.73478 11 10 11C10.2652 11 10.5196 11.1054 10.7071 11.2929C10.8946 11.4804 11 11.7348 11 12C11 12.2652 10.8946 12.5196 10.7071 12.7071C10.5196 12.8946 10.2652 13 10 13C9.73478 13 9.48043 12.8946 9.29289 12.7071C9.10536 12.5196 9 12.2652 9 12Z" fill="black"/></svg>');
    background-repeat: no-repeat;
    background-position: left center; }

.category-listing-header {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between; }
  .category-listing-header .inner:nth-child(1) {
    width: 115px; }
    @media (min-width: 767px) {
      .category-listing-header .inner:nth-child(1) {
        width: 125px; } }
    @media (min-width: 1025px) {
      .category-listing-header .inner:nth-child(1) {
        width: 40%; } }
  .category-listing-header .inner:nth-child(2) {
    width: calc(100% - 115px);
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: flex-end; }
    @media (min-width: 767px) {
      .category-listing-header .inner:nth-child(2) {
        gap: 10px;
        width: calc(100% - 125px); } }
    @media (min-width: 1025px) {
      .category-listing-header .inner:nth-child(2) {
        gap: 21px;
        width: 60%; } }
  .category-listing-header .inner .total-count {
    display: none;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 0 28px 0 0;
    font-family: "SourceSansPro", sans-serif; }
    @media (min-width: 1025px) {
      .category-listing-header .inner .total-count {
        display: inline-block; } }
  .category-listing-header .inner .navPages-action {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    padding: 12.5px 8.5px !important;
    line-height: 100%;
    text-transform: none;
    background: #e4e4e4;
    border-radius: 100px;
    font-family: "SourceSansPro", sans-serif; }
    @media (min-width: 767px) {
      .category-listing-header .inner .navPages-action {
        padding: 12.5px 13.5px !important; } }
    @media (min-width: 1025px) {
      .category-listing-header .inner .navPages-action {
        padding: 15px 20px; } }
    .category-listing-header .inner .navPages-action--compare {
      opacity: 0;
      visibility: hidden;
      display: inline-block;
      width: 100%; }
      @media (min-width: 767px) {
        .category-listing-header .inner .navPages-action--compare {
          width: auto; } }
      .category-listing-header .inner .navPages-action--compare.show {
        opacity: 1;
        visibility: visible; }
    .category-listing-header .inner .navPages-action .countPill--alt {
      position: unset;
      color: #fff;
      font-size: 10px;
      font-weight: 600;
      margin: 0 0 0 7px;
      line-height: 100%;
      letter-spacing: 0%;
      text-align: center;
      align-items: center;
      display: inline-flex;
      justify-content: center;
      background-color: #222222;
      font-family: "SourceSansPro", sans-serif; }
  .category-listing-header .inner .view_toggle {
    display: flex;
    gap: 5px;
    padding: 4px;
    background: #e4e4e4;
    align-items: center;
    border-radius: 100px;
    justify-content: space-between; }
    .category-listing-header .inner .view_toggle span {
      width: 25px;
      height: 25px;
      cursor: pointer;
      border-radius: 100px;
      background-size: 14px;
      background-repeat: no-repeat;
      background-position: center;
      background-color: #e4e4e4; }
      @media (min-width: 767px) {
        .category-listing-header .inner .view_toggle span {
          width: 32px;
          height: 32px; } }
      .category-listing-header .inner .view_toggle span.grid_view {
        background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="5" height="5" rx="2" fill="%23000000"/><rect x="0.5" y="8.5" width="5" height="5" rx="2" fill="%23000000"/><rect x="8.5" y="0.5" width="5" height="5" rx="2" fill="%23000000"/><rect x="8.5" y="8.5" width="5" height="5" rx="2" fill="%23000000"/></svg>'); }
      .category-listing-header .inner .view_toggle span.list_view {
        background-image: url('data:image/svg+xml,<svg width="14" height="12" viewBox="0 0 14 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 6H13" stroke="black" stroke-width="2" stroke-linecap="round"/><path d="M1 11H13" stroke="black" stroke-width="2" stroke-linecap="round"/><path d="M1 1H13" stroke="black" stroke-width="2" stroke-linecap="round"/></svg>'); }
      .category-listing-header .inner .view_toggle span.is-active {
        background-color: #000000; }
        .category-listing-header .inner .view_toggle span.is-active.grid_view {
          background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="5" height="5" rx="2" fill="white"/><rect x="0.5" y="8.5" width="5" height="5" rx="2" fill="white"/><rect x="8.5" y="0.5" width="5" height="5" rx="2" fill="white"/><rect x="8.5" y="8.5" width="5" height="5" rx="2" fill="white"/></svg>'); }
        .category-listing-header .inner .view_toggle span.is-active.list_view {
          background-image: url('data:image/svg+xml,<svg width="14" height="12" viewBox="0 0 14 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 6H13" stroke="white" stroke-width="2" stroke-linecap="round"/><path d="M1 11H13" stroke="white" stroke-width="2" stroke-linecap="round"/><path d="M1 1H13" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>'); }

.actionBar {
  margin: 0; }
  .actionBar .form-field {
    border: 0;
    margin: 0;
    border-radius: 0;
    background-color: transparent; }
    .actionBar .form-field .form-label {
      padding: 0;
      color: #000000;
      font-size: 14px;
      font-weight: 600;
      line-height: 100%;
      letter-spacing: 0%;
      display: none;
      margin-right: 12px;
      font-family: "SourceSansPro", sans-serif; }
      @media (min-width: 1025px) {
        .actionBar .form-field .form-label {
          display: inline; } }
    .actionBar .form-field .form-select {
      width: 140px;
      height: auto;
      color: #000;
      font-weight: 400;
      font-size: 14px;
      line-height: 100%;
      letter-spacing: 0%;
      padding: 13px 10px;
      border-radius: 100px;
      text-transform: capitalize;
      background-color: #e4e4e4;
      font-family: "SourceSansPro", sans-serif;
      background-image: url('data:image/svg+xml,<svg width="8" height="6" viewBox="0 0 8 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1.5L4 4.5L7 1.5" stroke="black" stroke-width="1.5"/></svg>');
      background-size: 8px;
      background-repeat: no-repeat;
      background-position: right 10px center; }
      @media (min-width: 767px) {
        .actionBar .form-field .form-select {
          width: 168px;
          padding: 13px 20px;
          background-position: right 20px center; } }
      @media (min-width: 1025px) {
        .actionBar .form-field .form-select {
          width: 184px; } }

.pagination-list {
  margin: 30px 0 36px 0; }
  @media (min-width: 1025px) {
    .pagination-list {
      margin: 46px 0 0 0; } }
  .pagination-list .pagination-item {
    height: 51px;
    width: 51px;
    background-color: #edefec;
    display: inline-flex !important;
    justify-content: center;
    border-radius: 100px;
    align-items: center; }
    .pagination-list .pagination-item .pagination-link {
      display: inline-flex !important;
      justify-content: center;
      align-items: center;
      font-family: "SourceSansPro", sans-serif;
      color: #000;
      font-weight: 600;
      font-size: 16px;
      height: 100%;
      width: 100%;
      line-height: 100%;
      letter-spacing: 0%;
      text-transform: uppercase;
      padding: 0; }
      .pagination-list .pagination-item .pagination-link .icon {
        display: none; }
    .pagination-list .pagination-item--current {
      background-color: #e4e4e4; }
    .pagination-list .pagination-item--previous {
      width: 27px;
      background-image: url('data:image/svg+xml,<svg width="22" height="16" viewBox="0 0 22 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="1" clip-path="url(%23clip0_44_1284)"><path d="M21 7.00019C21.5523 7.00019 22 7.44791 22 8.00019C22 8.55247 21.5523 9.00019 21 9.00019V7.00019ZM0.2929 8.7073C-0.097599 8.31677 -0.097599 7.68361 0.2929 7.29309L6.6569 0.929123C7.0474 0.538599 7.6805 0.538599 8.0711 0.929123C8.4616 1.31965 8.4616 1.95281 8.0711 2.34334L2.4142 8.00019L8.0711 13.6571C8.4616 14.0476 8.4616 14.6807 8.0711 15.0713C7.6805 15.4618 7.0474 15.4618 6.6569 15.0713L0.2929 8.7073ZM21 9.00019H1V7.00019H21V9.00019Z" fill="%23222222"/></g><defs><clipPath id="clip0_44_1284"><rect width="22" height="16" fill="white" transform="matrix(-1 0 0 1 22 0)"/></clipPath></defs></svg>');
      background-repeat: no-repeat;
      background-position: center; }
      .pagination-list .pagination-item--previous .pagination-link {
        font-size: 0; }
      .pagination-list .pagination-item--previous.pagination-item--disable {
        background-image: url('data:image/svg+xml,<svg width="22" height="16" viewBox="0 0 22 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="0.3" clip-path="url(%23clip0_44_1284)"><path d="M21 7.00019C21.5523 7.00019 22 7.44791 22 8.00019C22 8.55247 21.5523 9.00019 21 9.00019V7.00019ZM0.2929 8.7073C-0.097599 8.31677 -0.097599 7.68361 0.2929 7.29309L6.6569 0.929123C7.0474 0.538599 7.6805 0.538599 8.0711 0.929123C8.4616 1.31965 8.4616 1.95281 8.0711 2.34334L2.4142 8.00019L8.0711 13.6571C8.4616 14.0476 8.4616 14.6807 8.0711 15.0713C7.6805 15.4618 7.0474 15.4618 6.6569 15.0713L0.2929 8.7073ZM21 9.00019H1V7.00019H21V9.00019Z" fill="%23222222"/></g><defs><clipPath id="clip0_44_1284"><rect width="22" height="16" fill="white" transform="matrix(-1 0 0 1 22 0)"/></clipPath></defs></svg>');
        background-repeat: no-repeat;
        background-position: center; }
        .pagination-list .pagination-item--previous.pagination-item--disable:hover {
          background-image: url('data:image/svg+xml,<svg width="22" height="16" viewBox="0 0 22 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="0.3" clip-path="url(%23clip0_44_1284)"><path d="M21 7.00019C21.5523 7.00019 22 7.44791 22 8.00019C22 8.55247 21.5523 9.00019 21 9.00019V7.00019ZM0.2929 8.7073C-0.097599 8.31677 -0.097599 7.68361 0.2929 7.29309L6.6569 0.929123C7.0474 0.538599 7.6805 0.538599 8.0711 0.929123C8.4616 1.31965 8.4616 1.95281 8.0711 2.34334L2.4142 8.00019L8.0711 13.6571C8.4616 14.0476 8.4616 14.6807 8.0711 15.0713C7.6805 15.4618 7.0474 15.4618 6.6569 15.0713L0.2929 8.7073ZM21 9.00019H1V7.00019H21V9.00019Z" fill="%23222222"/></g><defs><clipPath id="clip0_44_1284"><rect width="22" height="16" fill="white" transform="matrix(-1 0 0 1 22 0)"/></clipPath></defs></svg>');
          background-repeat: no-repeat;
          background-position: center; }
      .pagination-list .pagination-item--previous:hover {
        background-image: url('data:image/svg+xml,<svg width="22" height="16" viewBox="0 0 22 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="1" clip-path="url(%23clip0_44_1284)"><path d="M21 7.00019C21.5523 7.00019 22 7.44791 22 8.00019C22 8.55247 21.5523 9.00019 21 9.00019V7.00019ZM0.2929 8.7073C-0.097599 8.31677 -0.097599 7.68361 0.2929 7.29309L6.6569 0.929123C7.0474 0.538599 7.6805 0.538599 8.0711 0.929123C8.4616 1.31965 8.4616 1.95281 8.0711 2.34334L2.4142 8.00019L8.0711 13.6571C8.4616 14.0476 8.4616 14.6807 8.0711 15.0713C7.6805 15.4618 7.0474 15.4618 6.6569 15.0713L0.2929 8.7073ZM21 9.00019H1V7.00019H21V9.00019Z" fill="%23C4D600"/></g><defs><clipPath id="clip0_44_1284"><rect width="22" height="16" fill="white" transform="matrix(-1 0 0 1 22 0)"/></clipPath></defs></svg>');
        background-repeat: no-repeat;
        background-position: center;
        background-color: transparent; }
    .pagination-list .pagination-item--next {
      width: 27px;
      background-image: url('data:image/svg+xml,<svg width="22" height="16" viewBox="0 0 22 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_44_1283)"><path d="M1 7.00019C0.447715 7.00019 4.82823e-08 7.44791 0 8.00019C-4.82823e-08 8.55247 0.447715 9.00019 1 9.00019V7.00019ZM21.7071 8.7073C22.0976 8.31677 22.0976 7.68361 21.7071 7.29309L15.3431 0.929123C14.9526 0.538599 14.3195 0.538599 13.9289 0.929123C13.5384 1.31965 13.5384 1.95281 13.9289 2.34334L19.5858 8.00019L13.9289 13.6571C13.5384 14.0476 13.5384 14.6807 13.9289 15.0713C14.3195 15.4618 14.9526 15.4618 15.3431 15.0713L21.7071 8.7073ZM1 9.00019H21V7.00019H1V9.00019Z" fill="%23222222"/></g><defs><clipPath id="clip0_44_1283"><rect width="22" height="16" fill="white"/></clipPath></defs></svg>');
      background-repeat: no-repeat;
      background-position: center; }
      .pagination-list .pagination-item--next .pagination-link {
        font-size: 0; }
      .pagination-list .pagination-item--next.pagination-item--disable {
        background-image: url('data:image/svg+xml,<svg width="22" height="16" viewBox="0 0 22 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="0.3" clip-path="url(%23clip0_44_1283)"><path d="M1 7.00019C0.447715 7.00019 4.82823e-08 7.44791 0 8.00019C-4.82823e-08 8.55247 0.447715 9.00019 1 9.00019V7.00019ZM21.7071 8.7073C22.0976 8.31677 22.0976 7.68361 21.7071 7.29309L15.3431 0.929123C14.9526 0.538599 14.3195 0.538599 13.9289 0.929123C13.5384 1.31965 13.5384 1.95281 13.9289 2.34334L19.5858 8.00019L13.9289 13.6571C13.5384 14.0476 13.5384 14.6807 13.9289 15.0713C14.3195 15.4618 14.9526 15.4618 15.3431 15.0713L21.7071 8.7073ZM1 9.00019H21V7.00019H1V9.00019Z" fill="%23222222"/></g><defs><clipPath id="clip0_44_1283"><rect width="22" height="16" fill="white"/></clipPath></defs></svg>');
        background-repeat: no-repeat;
        background-position: center; }
        .pagination-list .pagination-item--next.pagination-item--disable:hover {
          background-image: url('data:image/svg+xml,<svg width="22" height="16" viewBox="0 0 22 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="0.3" clip-path="url(%23clip0_44_1283)"><path d="M1 7.00019C0.447715 7.00019 4.82823e-08 7.44791 0 8.00019C-4.82823e-08 8.55247 0.447715 9.00019 1 9.00019V7.00019ZM21.7071 8.7073C22.0976 8.31677 22.0976 7.68361 21.7071 7.29309L15.3431 0.929123C14.9526 0.538599 14.3195 0.538599 13.9289 0.929123C13.5384 1.31965 13.5384 1.95281 13.9289 2.34334L19.5858 8.00019L13.9289 13.6571C13.5384 14.0476 13.5384 14.6807 13.9289 15.0713C14.3195 15.4618 14.9526 15.4618 15.3431 15.0713L21.7071 8.7073ZM1 9.00019H21V7.00019H1V9.00019Z" fill="%23222222"/></g><defs><clipPath id="clip0_44_1283"><rect width="22" height="16" fill="white"/></clipPath></defs></svg>');
          background-repeat: no-repeat;
          background-position: center; }
      .pagination-list .pagination-item--next:hover {
        background-image: url('data:image/svg+xml,<svg width="22" height="16" viewBox="0 0 22 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_44_1283)"><path d="M1 7.00019C0.447715 7.00019 4.82823e-08 7.44791 0 8.00019C-4.82823e-08 8.55247 0.447715 9.00019 1 9.00019V7.00019ZM21.7071 8.7073C22.0976 8.31677 22.0976 7.68361 21.7071 7.29309L15.3431 0.929123C14.9526 0.538599 14.3195 0.538599 13.9289 0.929123C13.5384 1.31965 13.5384 1.95281 13.9289 2.34334L19.5858 8.00019L13.9289 13.6571C13.5384 14.0476 13.5384 14.6807 13.9289 15.0713C14.3195 15.4618 14.9526 15.4618 15.3431 15.0713L21.7071 8.7073ZM1 9.00019H21V7.00019H1V9.00019Z" fill="%23C4D600"/></g><defs><clipPath id="clip0_44_1283"><rect width="22" height="16" fill="white"/></clipPath></defs></svg>');
        background-repeat: no-repeat;
        background-position: center;
        background-color: transparent; }

.body--product .breadcrumbs {
  margin-top: 20px; }
  .body--product .breadcrumbs .breadcrumb a {
    color: #222; }
  .body--product .breadcrumbs .breadcrumb.is-active a {
    color: #222; }

.productView {
  margin: 0;
  padding-top: 23px; }
  .productView--quickView .product-view-wrap .product-images .productView-images .productView-image {
    width: calc(100% - 113px); }

.bundle-wrap {
  color: #000000;
  font-size: 16px;
  margin: 0 0 20px;
  font-weight: 600;
  text-align: center;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  border-radius: 100px;
  border: 1px solid #C4D600;
  padding: 15px 10px 14px 10px;
  font-family: "SourceSansPro", sans-serif; }
  .bundle-wrap p {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    font-family: "SourceSansPro", sans-serif; }

.product-view-wrap {
  display: flex;
  gap: 46px;
  flex-wrap: wrap;
  margin-bottom: 50px;
  position: relative;
  justify-content: space-between; }
  @media (min-width: 1025px) {
    .product-view-wrap {
      gap: 0;
      flex-wrap: nowrap; } }
  .product-view-wrap .product-images {
    width: 100%;
    background: #FFF;
    border-radius: 20px; }
    @media (min-width: 1025px) {
      .product-view-wrap .product-images {
        position: sticky;
        top: 120px;
        align-self: flex-start;
        width: 61.3%; } }
    .product-view-wrap .product-images .productView-images {
      display: flex;
      margin: 0;
      padding: 0;
      width: 100%;
      padding: 33px; }
      .product-view-wrap .product-images .productView-images .productView-image {
        order: 2;
        padding: 0;
        width: 100%;
        pointer-events: all; }
        @media (min-width: 1025px) {
          .product-view-wrap .product-images .productView-images .productView-image {
            width: 100%;
            height: 570px;
            max-width: 566px;
            max-height: 570px;
            width: calc(100% - 93px); } }
        .product-view-wrap .product-images .productView-images .productView-image .productView-image-custom {
          width: 100%;
          height: 100%;
          margin-bottom: 0; }
          @media (min-width: 1025px) {
            .product-view-wrap .product-images .productView-images .productView-image .productView-image-custom {
              max-height: 570px; } }
          .product-view-wrap .product-images .productView-images .productView-image .productView-image-custom .productView-img-container-default {
            border-radius: 4px; }
            @media (min-width: 1025px) {
              .product-view-wrap .product-images .productView-images .productView-image .productView-image-custom .productView-img-container-default {
                max-height: 570px; } }
            .product-view-wrap .product-images .productView-images .productView-image .productView-image-custom .productView-img-container-default .zoom-container {
              overflow: hidden;
              position: relative; }
              .product-view-wrap .product-images .productView-images .productView-image .productView-image-custom .productView-img-container-default .zoom-container .zoom-img {
                will-change: transform;
                backface-visibility: hidden;
                transform-origin: center center;
                transition: transform 0.1s ease; }
              .product-view-wrap .product-images .productView-images .productView-image .productView-image-custom .productView-img-container-default .zoom-container:hover .zoom-img {
                cursor: zoom-in;
                transform: scale(2);
                transition: transform 0.1s ease; }
            .product-view-wrap .product-images .productView-images .productView-image .productView-image-custom .productView-img-container-default img {
              width: 100%;
              object-fit: contain;
              border-radius: 4px;
              object-position: top center; }
              @media (min-width: 1025px) {
                .product-view-wrap .product-images .productView-images .productView-image .productView-image-custom .productView-img-container-default img {
                  height: 570px;
                  max-height: 570px; } }
            .product-view-wrap .product-images .productView-images .productView-image .productView-image-custom .productView-img-container-default:not(:first-child) {
              display: none; }
            .product-view-wrap .product-images .productView-images .productView-image .productView-image-custom .productView-img-container-default.slick-slide {
              display: block; }
        .product-view-wrap .product-images .productView-images .productView-image .slick-arrow {
          box-shadow: none;
          width: 39px !important;
          height: 39px !important; }
          .product-view-wrap .product-images .productView-images .productView-image .slick-arrow.slick-next {
            top: 50%; }
            @media (min-width: 1025px) {
              .product-view-wrap .product-images .productView-images .productView-image .slick-arrow.slick-next {
                top: inherit;
                right: 16px;
                bottom: -4px; } }
            .product-view-wrap .product-images .productView-images .productView-image .slick-arrow.slick-next:before {
              background-image: url('data:image/svg+xml,<svg width="7" height="13" viewBox="0 0 7 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.290059 1.21002C-0.0999414 1.60002 -0.0999414 2.23002 0.290059 2.62002L4.17006 6.50002L0.290059 10.38C-0.0999414 10.77 -0.0999414 11.4 0.290059 11.79C0.680059 12.18 1.31006 12.18 1.70006 11.79L6.29006 7.20002C6.68006 6.81002 6.68006 6.18002 6.29006 5.79002L1.70006 1.20002C1.32006 0.820022 0.680059 0.820022 0.290059 1.21002Z" fill="%23323232"/></svg>') !important;
              background-size: 10px; }
          .product-view-wrap .product-images .productView-images .productView-image .slick-arrow.slick-prev {
            top: 50%; }
            @media (min-width: 1025px) {
              .product-view-wrap .product-images .productView-images .productView-image .slick-arrow.slick-prev {
                left: unset;
                top: inherit;
                right: 58px;
                bottom: -4px; } }
            .product-view-wrap .product-images .productView-images .productView-image .slick-arrow.slick-prev:before {
              background-image: url('data:image/svg+xml,<svg width="7" height="13" viewBox="0 0 7 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.70998 1.20998C6.31998 0.81998 5.68998 0.81998 5.29998 1.20998L0.70998 5.79998C0.31998 6.18998 0.31998 6.81998 0.70998 7.20998L5.29998 11.8C5.68998 12.19 6.31998 12.19 6.70998 11.8C7.09998 11.41 7.09998 10.78 6.70998 10.39L2.82998 6.49998L6.70998 2.61998C7.09998 2.22998 7.08998 1.58998 6.70998 1.20998V1.20998Z" fill="%23323232"/></svg>') !important;
              background-size: 10px; }
        .product-view-wrap .product-images .productView-images .productView-image .slick-dots {
          bottom: -66px; }
          .product-view-wrap .product-images .productView-images .productView-image .slick-dots li {
            margin: 0 11px;
            border: 0;
            width: 8px;
            padding: 0;
            height: 8px;
            position: relative;
            border-radius: 100px;
            transition: cubic-bezier(0.075, 0.82, 0.165, 1);
            background-color: #D9D9D9; }
            .product-view-wrap .product-images .productView-images .productView-image .slick-dots li button {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              margin: 0;
              border: 0;
              bottom: 0;
              width: 8px;
              padding: 0;
              height: 8px;
              border-radius: 100px;
              background-color: #D9D9D9;
              transition: cubic-bezier(0.075, 0.82, 0.165, 1); }
              .product-view-wrap .product-images .productView-images .productView-image .slick-dots li button:before {
                top: 0;
                left: 0;
                border: 0;
                margin: 0;
                width: 8px;
                padding: 0;
                height: 8px;
                border-radius: 100px;
                background-color: #D9D9D9;
                transition: cubic-bezier(0.075, 0.82, 0.165, 1); }
            .product-view-wrap .product-images .productView-images .productView-image .slick-dots li.slick-active {
              border-radius: 100px;
              background-color: #000000;
              transition: cubic-bezier(0.075, 0.82, 0.165, 1); }
              .product-view-wrap .product-images .productView-images .productView-image .slick-dots li.slick-active button {
                border-radius: 100px;
                background-color: #000000;
                transition: cubic-bezier(0.075, 0.82, 0.165, 1); }
                .product-view-wrap .product-images .productView-images .productView-image .slick-dots li.slick-active button:before {
                  border-radius: 100px;
                  background-color: #000000;
                  transition: cubic-bezier(0.075, 0.82, 0.165, 1); }
            .product-view-wrap .product-images .productView-images .productView-image .slick-dots li + li {
              margin-left: 8px; }
      .product-view-wrap .product-images .productView-images .productView-thumbnails {
        order: 1;
        margin: 0;
        width: 72px;
        display: none; }
        @media (min-width: 1025px) {
          .product-view-wrap .product-images .productView-images .productView-thumbnails {
            display: flex;
            justify-content: center;
            flex-direction: column; } }
        .product-view-wrap .product-images .productView-images .productView-thumbnails .slick-list {
          display: flex;
          height: 310px;
          margin: auto 0;
          align-items: center; }
        .product-view-wrap .product-images .productView-images .productView-thumbnails .productView-thumbnail {
          width: 100%;
          padding: 6px;
          height: 72px;
          border-radius: 4px;
          border-radius: 10px;
          border: 1px solid #fff; }
          .product-view-wrap .product-images .productView-images .productView-thumbnails .productView-thumbnail.slick-current.slick-active {
            border: 1px solid #E0E0E0; }
          .product-view-wrap .product-images .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
            border: 0;
            padding: 0;
            width: 100%;
            height: 100%;
            max-width: 100%;
            border-radius: 10px; }
            .product-view-wrap .product-images .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link img {
              width: 100%;
              object-fit: contain;
              border-radius: 10px;
              object-position: top; }
          .product-view-wrap .product-images .productView-images .productView-thumbnails .productView-thumbnail + .productView-thumbnail {
            margin-bottom: 4px; }
        .product-view-wrap .product-images .productView-images .productView-thumbnails .slick-arrow {
          margin: 0;
          padding: 0;
          transform: none;
          box-shadow: none;
          width: 12px !important;
          height: 12px !important; }
          .product-view-wrap .product-images .productView-images .productView-thumbnails .slick-arrow.slick-next {
            top: 50%; }
            @media (min-width: 1025px) {
              .product-view-wrap .product-images .productView-images .productView-thumbnails .slick-arrow.slick-next {
                bottom: 0;
                top: 111px;
                right: 30px; } }
            .product-view-wrap .product-images .productView-images .productView-thumbnails .slick-arrow.slick-next:before {
              width: 100%;
              height: 100%;
              background-image: url('data:image/svg+xml,<svg width="14" height="9" viewBox="0 0 14 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 8L7 2L1 8" stroke="%23999999" stroke-width="2"/></svg>') !important;
              background-size: 10px; }
            .product-view-wrap .product-images .productView-images .productView-thumbnails .slick-arrow.slick-next:hover:before {
              background-image: url('data:image/svg+xml,<svg width="14" height="9" viewBox="0 0 14 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 8L7 2L1 8" stroke="%23C4D600" stroke-width="2"/></svg>') !important;
              background-size: 10px; }
          .product-view-wrap .product-images .productView-images .productView-thumbnails .slick-arrow.slick-prev {
            top: 50%; }
            @media (min-width: 1025px) {
              .product-view-wrap .product-images .productView-images .productView-thumbnails .slick-arrow.slick-prev {
                left: unset;
                top: unset;
                right: 30px;
                bottom: 95px; } }
            .product-view-wrap .product-images .productView-images .productView-thumbnails .slick-arrow.slick-prev:before {
              width: 100%;
              height: 100%;
              background-image: url('data:image/svg+xml,<svg width="14" height="9" viewBox="0 0 14 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 1L7 7L1 1" stroke="%23999999" stroke-width="2"/></svg>') !important;
              background-size: 12px; }
            .product-view-wrap .product-images .productView-images .productView-thumbnails .slick-arrow.slick-prev:hover:before {
              background-image: url('data:image/svg+xml,<svg width="14" height="9" viewBox="0 0 14 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 1L7 7L1 1" stroke="%23C4D600" stroke-width="2"/></svg>') !important;
              background-size: 12px; }
  .product-view-wrap .product-details {
    padding: 0;
    width: 100%;
    padding: 24px 0 0 0;
    border-top: 1px solid #E0E0E0; }
    @media (min-width: 1025px) {
      .product-view-wrap .product-details {
        border: 0;
        width: 38.5%;
        padding: 0 0 0 57px; } }
    .product-view-wrap .product-details .productView-brand {
      margin: 0 0 21px;
      text-align: center; }
      @media (min-width: 1025px) {
        .product-view-wrap .product-details .productView-brand {
          text-align: left; } }
      .product-view-wrap .product-details .productView-brand a {
        font-weight: 400;
        font-size: 14px;
        color: #888888;
        line-height: 100%;
        letter-spacing: 0%;
        text-decoration: none;
        font-family: "SourceSansPro", sans-serif; }
    .product-view-wrap .product-details .productView-details {
      width: 100%;
      padding: 0; }
      .product-view-wrap .product-details .productView-details .bread {
        display: none; }
        @media (min-width: 1025px) {
          .product-view-wrap .product-details .productView-details .bread {
            display: block;
            text-align: left; } }
        .product-view-wrap .product-details .productView-details .bread .breadcrumbs {
          text-align: left; }
      .product-view-wrap .product-details .productView-details.product-data {
        order: 0; }
        @media (min-width: 1025px) {
          .product-view-wrap .product-details .productView-details.product-data {
            order: unset; } }
        .product-view-wrap .product-details .productView-details.product-data .productView-product {
          padding: 0;
          border: none; }
          .product-view-wrap .product-details .productView-details.product-data .productView-product .productView-title {
            color: #000000;
            font-size: 40px;
            margin: 0 0 21px;
            font-weight: 400;
            line-height: 100%;
            letter-spacing: 0%;
            text-align: center;
            font-family: "GillSansStd", sans-serif; }
            @media (min-width: 1025px) {
              .product-view-wrap .product-details .productView-details.product-data .productView-product .productView-title {
                text-align: left;
                font-size: 55px; } }
          .product-view-wrap .product-details .productView-details.product-data .productView-product .productView-rating, .product-view-wrap .product-details .productView-details.product-data .productView-product .productView-info {
            display: none; }
          .product-view-wrap .product-details .productView-details.product-data .productView-product .productView-price {
            display: flex;
            gap: 5px;
            color: #000;
            margin: 0 0 29px;
            font-size: 18px;
            font-weight: 700;
            line-height: 120%;
            letter-spacing: 0%;
            text-align: center;
            justify-content: center;
            font-family: "SourceSansPro", sans-serif; }
            @media (min-width: 1025px) {
              .product-view-wrap .product-details .productView-details.product-data .productView-product .productView-price {
                gap: 10px;
                margin: 0 0 16px;
                justify-content: flex-start; } }
            .product-view-wrap .product-details .productView-details.product-data .productView-product .productView-price .price-label {
              display: none !important; }
            .product-view-wrap .product-details .productView-details.product-data .productView-product .productView-price .price[data-product-price-without-tax=""] {
              color: #222222; }
              .product-view-wrap .product-details .productView-details.product-data .productView-product .productView-price .price[data-product-price-without-tax=""].price-red {
                color: #BD0303; }
            .product-view-wrap .product-details .productView-details.product-data .productView-product .productView-price .price[data-product-rrp-price-without-tax=""] {
              font-weight: 400;
              color: #828282; }
            .product-view-wrap .product-details .productView-details.product-data .productView-product .productView-price .price[data-product-non-sale-price-without-tax=""] {
              font-size: 14px;
              font-weight: 400;
              color: #828282; }
      .product-view-wrap .product-details .productView-details.product-options .productView-options {
        margin-bottom: 25px;
        text-align: left; }
        .product-view-wrap .product-details .productView-details.product-options .productView-options .form .form-field {
          margin: 0 0 16px 0; }
          @media (min-width: 767px) {
            .product-view-wrap .product-details .productView-details.product-options .productView-options .form .form-field {
              margin: 0 0 32px 0; } }
          .product-view-wrap .product-details .productView-details.product-options .productView-options .form .form-field .form-label {
            font-size: 16px;
            font-weight: 600;
            color: #0A0A0A;
            line-height: 20px;
            margin: 0 0 12px 0;
            text-transform: capitalize;
            font-family: "SourceSansPro", sans-serif; }
            .product-view-wrap .product-details .productView-details.product-options .productView-options .form .form-field .form-label small {
              display: none; }
          .product-view-wrap .product-details .productView-details.product-options .productView-options .form .form-field[data-product-attribute="swatch"] .form-option-wrapper {
            width: 24px;
            height: 24px;
            margin: 0 8px 8px 0; }
            .product-view-wrap .product-details .productView-details.product-options .productView-options .form .form-field[data-product-attribute="swatch"] .form-option-wrapper label {
              margin: 0; }
            .product-view-wrap .product-details .productView-details.product-options .productView-options .form .form-field[data-product-attribute="swatch"] .form-option-wrapper .form-option {
              padding: 0;
              width: 100%;
              height: 100%;
              box-shadow: none;
              outline-offset: 0px;
              border-radius: 100px;
              text-transform: uppercase;
              outline: 1px solid #D4D2D0;
              border: 2px solid #fff !important; }
              .product-view-wrap .product-details .productView-details.product-options .productView-options .form .form-field[data-product-attribute="swatch"] .form-option-wrapper .form-option .form-option-variant {
                width: 100%;
                height: 100%;
                border-radius: 100px; }
            .product-view-wrap .product-details .productView-details.product-options .productView-options .form .form-field[data-product-attribute="swatch"] .form-option-wrapper .form-radio:checked + .form-option {
              position: relative;
              outline-offset: 0px;
              outline: 2px solid #000;
              box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.25); }
          .product-view-wrap .product-details .productView-details.product-options .productView-options .form .form-field[data-product-attribute="set-rectangle"] .form-option-wrapper {
            border-radius: 4px;
            margin: 0 4px 4px 0; }
            @media (min-width: 767px) {
              .product-view-wrap .product-details .productView-details.product-options .productView-options .form .form-field[data-product-attribute="set-rectangle"] .form-option-wrapper {
                margin: 0 8px 8px 0; } }
            .product-view-wrap .product-details .productView-details.product-options .productView-options .form .form-field[data-product-attribute="set-rectangle"] .form-option-wrapper .form-option {
              margin: 0;
              padding: 0;
              box-shadow: none;
              border-radius: 4px;
              text-transform: uppercase;
              border: 1px solid #D4D2D0; }
              .product-view-wrap .product-details .productView-details.product-options .productView-options .form .form-field[data-product-attribute="set-rectangle"] .form-option-wrapper .form-option .form-option-variant {
                color: #0A0A0A;
                min-width: 106px;
                font-size: 16px;
                font-weight: 400;
                padding: 7px 10px;
                border-radius: 4px;
                text-transform: none;
                background-color: #fff;
                text-transform: uppercase;
                border: 1px solid #D4D2D0;
                font-family: "Roboto", sans-serif; }
                @media (min-width: 767px) {
                  .product-view-wrap .product-details .productView-details.product-options .productView-options .form .form-field[data-product-attribute="set-rectangle"] .form-option-wrapper .form-option .form-option-variant {
                    min-width: 80px; } }
                @media (min-width: 1025px) {
                  .product-view-wrap .product-details .productView-details.product-options .productView-options .form .form-field[data-product-attribute="set-rectangle"] .form-option-wrapper .form-option .form-option-variant {
                    padding: 7px 10px; } }
            .product-view-wrap .product-details .productView-details.product-options .productView-options .form .form-field[data-product-attribute="set-rectangle"] .form-option-wrapper .form-radio:checked + .form-option {
              border: 1px solid #343231; }
              .product-view-wrap .product-details .productView-details.product-options .productView-options .form .form-field[data-product-attribute="set-rectangle"] .form-option-wrapper .form-radio:checked + .form-option .form-option-variant {
                color: #fff;
                font-weight: 600;
                padding: 7px 10px;
                background-color: #0A0A0A;
                border: 1px solid #343231; }
        .product-view-wrap .product-details .productView-details.product-options .productView-options .form .add-to-cart-wrapper {
          display: flex;
          gap: 13px;
          flex-wrap: wrap;
          align-items: flex-end;
          justify-content: space-between; }
          .product-view-wrap .product-details .productView-details.product-options .productView-options .form .add-to-cart-wrapper .form-field--increments {
            margin: 0;
            width: 114px; }
            .product-view-wrap .product-details .productView-details.product-options .productView-options .form .add-to-cart-wrapper .form-field--increments .form-label--alternate {
              margin: 0 0 8px 0;
              font-size: 14px;
              font-weight: 700;
              color: #918E8B;
              line-height: 18px;
              text-transform: capitalize;
              font-family: "Roboto", sans-serif; }
            .product-view-wrap .product-details .productView-details.product-options .productView-options .form .add-to-cart-wrapper .form-field--increments .form-increment {
              width: 114px;
              height: 50px;
              display: flex;
              align-items: center;
              background-color: #E4E4E4;
              border-radius: 100px;
              justify-content: space-between; }
              .product-view-wrap .product-details .productView-details.product-options .productView-options .form .add-to-cart-wrapper .form-field--increments .form-increment button {
                border: 0;
                font-size: 0;
                width: 33.33%;
                height: 50px;
                padding: 11px 0;
                -webkit-appearance: none; }
                .product-view-wrap .product-details .productView-details.product-options .productView-options .form .add-to-cart-wrapper .form-field--increments .form-increment button.quantity-increase {
                  background: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 0V10" stroke="%23000000" stroke-width="1.5"/><path d="M0 5L10 5" stroke="%23000000" stroke-width="1.5"/></svg>');
                  background-repeat: no-repeat;
                  background-position: center; }
                  .product-view-wrap .product-details .productView-details.product-options .productView-options .form .add-to-cart-wrapper .form-field--increments .form-increment button.quantity-increase:hover {
                    background: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 0V10" stroke="%23000000" stroke-width="1.5"/><path d="M0 5L10 5" stroke="%23000000" stroke-width="1.5"/></svg>');
                    background-repeat: no-repeat;
                    background-position: center; }
                    .product-view-wrap .product-details .productView-details.product-options .productView-options .form .add-to-cart-wrapper .form-field--increments .form-increment button.quantity-increase:hover:after {
                      background: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 0V10" stroke="%23000000" stroke-width="1.5"/><path d="M0 5L10 5" stroke="%23000000" stroke-width="1.5"/></svg>'), #C4D600;
                      background-repeat: no-repeat;
                      background-position: center; }
                  .product-view-wrap .product-details .productView-details.product-options .productView-options .form .add-to-cart-wrapper .form-field--increments .form-increment button.quantity-increase:after {
                    content: "";
                    height: 20px;
                    transform: translateY(-50);
                    width: 20px;
                    position: absolute;
                    top: 50%;
                    display: block;
                    background: transparent;
                    border-radius: 100px;
                    transform: translateY(-50%);
                    left: 0;
                    right: 0;
                    margin: 0 auto; }
                .product-view-wrap .product-details .productView-details.product-options .productView-options .form .add-to-cart-wrapper .form-field--increments .form-increment button.quantity-decrease {
                  background: url('data:image/svg+xml,<svg width="10" height="2" viewBox="0 0 10 2" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M0 1L10 1" stroke="%23000000" stroke-width="2"/></svg>');
                  background-repeat: no-repeat;
                  background-position: center; }
                  .product-view-wrap .product-details .productView-details.product-options .productView-options .form .add-to-cart-wrapper .form-field--increments .form-increment button.quantity-decrease.disabled-minus {
                    background: url('data:image/svg+xml,<svg width="10" height="2" viewBox="0 0 10 2" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M0 1L10 1" stroke="%23CBCCCE" stroke-width="2"/></svg>');
                    background-repeat: no-repeat;
                    background-position: center; }
                  .product-view-wrap .product-details .productView-details.product-options .productView-options .form .add-to-cart-wrapper .form-field--increments .form-increment button.quantity-decrease:hover {
                    background-repeat: no-repeat;
                    background-position: center; }
                    .product-view-wrap .product-details .productView-details.product-options .productView-options .form .add-to-cart-wrapper .form-field--increments .form-increment button.quantity-decrease:hover:after {
                      background: url('data:image/svg+xml,<svg width="10" height="2" viewBox="0 0 10 2" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M0 1L10 1" stroke="%23000000" stroke-width="2"/></svg>'), #C4D600;
                      background-repeat: no-repeat;
                      background-position: center; }
                  .product-view-wrap .product-details .productView-details.product-options .productView-options .form .add-to-cart-wrapper .form-field--increments .form-increment button.quantity-decrease:after {
                    content: "";
                    height: 20px;
                    transform: translateY(-50);
                    width: 20px;
                    position: absolute;
                    top: 50%;
                    display: block;
                    background: transparent;
                    border-radius: 100px;
                    transform: translateY(-50%);
                    left: 0;
                    right: 0;
                    margin: 0 auto; }
              .product-view-wrap .product-details .productView-details.product-options .productView-options .form .add-to-cart-wrapper .form-field--increments .form-increment input {
                color: #222;
                border: 0;
                width: 33.33%;
                height: auto;
                padding: 11px 0;
                font-size: 14px;
                font-weight: 700;
                line-height: 100%;
                text-align: center;
                letter-spacing: 0%;
                background-color: #E4E4E4;
                -webkit-appearance: none;
                font-family: "SourceSansPro", sans-serif; }
          .product-view-wrap .product-details .productView-details.product-options .productView-options .form .add-to-cart-wrapper .add-to-cart-buttons {
            margin: 0;
            padding: 0 60px 0 0;
            width: calc(100% - 127px); }
            .product-view-wrap .product-details .productView-details.product-options .productView-options .form .add-to-cart-wrapper .add-to-cart-buttons .form-action .button {
              border: 0;
              color: #222222;
              font-size: 17px;
              font-weight: 400;
              text-align: center;
              padding: 14px 10px;
              border-radius: 100px;
              line-height: 26.6px;
              letter-spacing: 0.23px;
              vertical-align: middle;
              transition: .2s all ease;
              background-color: #C4D600;
              font-family: "SourceSansPro", sans-serif; }
              .product-view-wrap .product-details .productView-details.product-options .productView-options .form .add-to-cart-wrapper .add-to-cart-buttons .form-action .button:hover {
                color: #C4D600;
                transition: .2s all ease;
                background-color: #222222; }
            .product-view-wrap .product-details .productView-details.product-options .productView-options .form .add-to-cart-wrapper .add-to-cart-buttons .add-to-cart-wallet-buttons {
              display: none !important; }
        .product-view-wrap .product-details .productView-details.product-options .productView-options span[data-option-value=""] {
          font-size: 16px;
          color: #74726F;
          font-weight: 400;
          margin-left: 8px;
          font-family: "Roboto", sans-serif; }
      .product-view-wrap .product-details .productView-details.product-description-wrap {
        margin: 0 0 29px;
        border-top: 1px solid #222222; }
        .product-view-wrap .product-details .productView-details.product-description-wrap .accordion-wrap {
          border-bottom: 1px solid #222222; }
        .product-view-wrap .product-details .productView-details.product-description-wrap .accodion-title {
          margin: 0;
          color: #0A0A0A;
          cursor: pointer;
          font-size: 22px;
          font-weight: 400;
          line-height: 110%;
          padding: 30px 0px 30px 48px;
          background-image: url('data:image/svg+xml,<svg width="22" height="21" viewBox="0 0 22 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 19.6666V1.33331" stroke="%23222222" stroke-width="2" stroke-linecap="round"/><path d="M20.1668 10.5L1.8335 10.5" stroke="%23222222" stroke-width="2" stroke-linecap="round"/></svg>');
          background-size: 20px;
          transition: .2s all ease;
          background-repeat: no-repeat;
          background-position: left 4px center;
          font-family: "GillSansStd", sans-serif; }
          .product-view-wrap .product-details .productView-details.product-description-wrap .accodion-title:hover {
            text-decoration: underline; }
          .product-view-wrap .product-details .productView-details.product-description-wrap .accodion-title.current {
            transition: .2s all ease;
            border-bottom: none;
            background-image: url('data:image/svg+xml,<svg width="22" height="21" viewBox="0 0 22 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.1668 10.5L1.8335 10.5" stroke="%23222222" stroke-width="2" stroke-linecap="round"/></svg>'); }
        .product-view-wrap .product-details .productView-details.product-description-wrap .accodion-content {
          display: none;
          color: #222222;
          font-weight: 400;
          font-size: 16px;
          line-height: 150%;
          padding-bottom: 25px;
          letter-spacing: 0%;
          font-family: "SourceSansPro", sans-serif; }
          .product-view-wrap .product-details .productView-details.product-description-wrap .accodion-content ul {
            padding-left: 25px;
            margin: 15px 0 10px 0; }
            .product-view-wrap .product-details .productView-details.product-description-wrap .accodion-content ul li {
              color: #222222;
              font-weight: 400;
              font-size: 16px;
              line-height: 150%;
              letter-spacing: 0%;
              font-family: "SourceSansPro", sans-serif; }
          .product-view-wrap .product-details .productView-details.product-description-wrap .accodion-content p {
            margin: 0;
            color: #222222;
            font-weight: 400;
            font-size: 16px;
            line-height: 150%;
            letter-spacing: 0%;
            font-family: "SourceSansPro", sans-serif; }
            .product-view-wrap .product-details .productView-details.product-description-wrap .accodion-content p + p {
              margin: 15px 0 0; }
      .product-view-wrap .product-details .productView-details:before, .product-view-wrap .product-details .productView-details:after {
        content: "";
        display: table;
        clear: both; }
    .product-view-wrap .product-details:before, .product-view-wrap .product-details:after {
      content: "";
      display: table;
      clear: both; }
  .product-view-wrap:before, .product-view-wrap:after {
    display: none;
    content: "";
    clear: both; }

.have-question {
  color: #000;
  text-align: center;
  padding: 20.5px 10px;
  background-color: #E4E4E4;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  float: left;
  width: 100%;
  margin: 0;
  border-radius: 10px;
  letter-spacing: 0%;
  font-family: "SourceSansPro", sans-serif;
  text-align: center; }
  .have-question a {
    color: #000;
    font-weight: 700;
    text-decoration: none; }
  .have-question::before, .have-question::after {
    content: "";
    display: table;
    clear: both; }

.productView-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .productView-info .productView-info-name, .productView-info .productView-info-value {
    margin: 0;
    width: 50%;
    border-bottom: 1px solid #E0E0E0;
    padding: 5px 0; }
  .productView-info .productView-info-name {
    color: #222222;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    font-family: "SourceSansPro", sans-serif; }
  .productView-info .productView-info-value {
    font-weight: 400;
    font-size: 16px;
    color: #222222;
    line-height: 150%;
    letter-spacing: 0%;
    font-family: "SourceSansPro", sans-serif; }

.product-add-wrap {
  position: relative; }

.form-wishlist {
  position: absolute;
  padding: 0;
  right: 0;
  margin: 0;
  width: 46px;
  height: 46px;
  font-size: 0;
  border-radius: 100px;
  top: 5px; }
  .form-wishlist .dropdown-menu-button {
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 0;
    height: 100%;
    border-radius: 100px;
    border: 1px solid #E4E4E4;
    background-color: #E4E4E4;
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.4 9H16V5.6C16 5 15.6 5 15 5C14.4 5 14 5 14 5.6V9H10.6C10 9 10 9.4 10 10C10 10.6 10 11 10.6 11H14V14.4C14 15 14.4 15 15 15C15.6 15 16 15 16 14.4V11H19.4C20 11 20 10.6 20 10C20 9.4 20 9 19.4 9ZM7.4 9H0.6C0 9 0 9.4 0 10C0 10.6 0 11 0.6 11H7.4C8 11 8 10.6 8 10C8 9.4 8 9 7.4 9ZM7.4 14H0.6C0 14 0 14.4 0 15C0 15.6 0 16 0.6 16H7.4C8 16 8 15.6 8 15C8 14.4 8 14 7.4 14ZM7.4 4H0.6C0 4 0 4.4 0 5C0 5.6 0 6 0.6 6H7.4C8 6 8 5.6 8 5C8 4.4 8 4 7.4 4Z" fill="black"/></svg>');
    background-repeat: no-repeat;
    background-position: center; }
    .form-wishlist .dropdown-menu-button .icon {
      display: none; }
    .form-wishlist .dropdown-menu-button.is-open {
      background-color: #ffffff;
      border: 1px solid #C4D600; }
  .form-wishlist #wishlist-dropdown.is-open {
    margin: 0;
    border-radius: 5px;
    background: #fff;
    right: 0 !important;
    top: 66px !important;
    width: 178px !important;
    position: relative;
    border: 1px solid #E6E6E6 !important;
    padding-right: 0;
    top: 60px !important; }
    .form-wishlist #wishlist-dropdown.is-open .button:hover {
      background-color: #0a0a0a; }
    .form-wishlist #wishlist-dropdown.is-open:before {
      position: absolute;
      content: "";
      top: -2px;
      width: 30px;
      right: 8px;
      height: 30px;
      background-color: #fff;
      transform: rotate(-45deg);
      border: 1px solid #E6E6E6; }
    .form-wishlist #wishlist-dropdown.is-open li {
      border: 0;
      margin: 0; }
      .form-wishlist #wishlist-dropdown.is-open li + li {
        border-top: 1px solid #E6E6E6; }
      .form-wishlist #wishlist-dropdown.is-open li .button {
        margin: 0;
        border: 0 !important;
        color: #000000;
        font-size: 14px;
        font-weight: 400;
        line-height: 140%;
        letter-spacing: 0%;
        padding: 20.5px 10px;
        text-align: center;
        font-family: "SourceSansPro", sans-serif; }
        .form-wishlist #wishlist-dropdown.is-open li .button:hover {
          color: #000;
          background-color: #FFF;
          text-decoration: underline; }
      .form-wishlist #wishlist-dropdown.is-open li:nth-child(1) {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
        .form-wishlist #wishlist-dropdown.is-open li:nth-child(1) .button {
          border-top-left-radius: 5px;
          border-top-right-radius: 5px; }
      .form-wishlist #wishlist-dropdown.is-open li:nth-child(2) {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
        .form-wishlist #wishlist-dropdown.is-open li:nth-child(2) .button {
          border-top-left-radius: 5px;
          border-top-right-radius: 5px; }

.short_desc p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #0A0A0A;
  font-family: "Inter", sans-serif; }
  .short_desc p + p {
    margin: 15px 0 0; }

.product-description #short_desc, .product-description .why_we_made_this {
  display: none; }

.refering-section-wrap {
  padding: 30px 0;
  background: #222222; }
  .refering-section-wrap > .container {
    padding: 0; }
    @media (min-width: 767px) {
      .refering-section-wrap > .container {
        padding: 0 20px; } }
  .refering-section-wrap .refering-section {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 65px; }
    .refering-section-wrap .refering-section .slick-list.draggable {
      width: 100%;
      padding: 0 80px; }
      @media (min-width: 1025px) {
        .refering-section-wrap .refering-section .slick-list.draggable {
          padding: 0 20px; } }
      @media (min-width: 1261px) {
        .refering-section-wrap .refering-section .slick-list.draggable {
          padding: 0; } }
    .refering-section-wrap .refering-section .refreing-inner {
      margin: 0 20px;
      background-size: 22px;
      background-repeat: no-repeat;
      background-position: left top;
      padding-left: calc(20px + 18px); }
      @media (min-width: 767px) {
        .refering-section-wrap .refering-section .refreing-inner {
          margin: 0 0px 0 20px; } }
      .refering-section-wrap .refering-section .refreing-inner.works {
        background-image: url('data:image/svg+xml,<svg width="21" height="23" viewBox="0 0 21 23" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_44_931)"><path d="M1.57605 9.50727C1.57605 5.74993 1.57605 3.87077 2.7438 2.70401C3.91156 1.53725 5.78973 1.53625 9.54706 1.53625H11.5398C15.2972 1.53625 17.1763 1.53625 18.3431 2.70401C19.5098 3.87176 19.5108 5.74993 19.5108 9.50727V13.4928C19.5108 17.2501 19.5108 19.1293 18.3431 20.296C17.1753 21.4628 15.2972 21.4638 11.5398 21.4638H9.54706C5.78973 21.4638 3.91056 21.4638 2.7438 20.296C1.57705 19.1283 1.57605 17.2501 1.57605 13.4928V9.50727Z" stroke="%23C4D600" stroke-width="1.5"/><path d="M6.55798 9.50726H14.529M6.55798 13.4928H11.5399" stroke="%23C4D600" stroke-width="1.5" stroke-linecap="round"/></g><defs><clipPath id="clip0_44_931"><rect width="20.087" height="22" fill="white" transform="translate(0.5 0.5)"/></clipPath></defs></svg>'); }
      .refering-section-wrap .refering-section .refreing-inner.clinical {
        background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.3999 0.733333L15.8062 0.1232L15.6214 0H15.3999V0.733333ZM19.7999 3.66667H20.5332V3.2736L20.2062 3.05653L19.7999 3.66667ZM18.3332 17.6H6.59989V19.0667H18.3332V17.6ZM5.86655 16.8667V2.2H4.39989V16.8667H5.86655ZM6.59989 1.46667H15.3999V0H6.59989V1.46667ZM19.0666 3.66667V16.8667H20.5332V3.66667H19.0666ZM14.9936 1.34347L19.3936 4.2768L20.2062 3.05653L15.8062 0.1232L14.9936 1.34347ZM6.59989 17.6C6.40539 17.6 6.21887 17.5227 6.08134 17.3852C5.94381 17.2477 5.86655 17.0612 5.86655 16.8667H4.39989C4.39989 17.4501 4.63167 18.0097 5.04425 18.4223C5.45683 18.8349 6.01641 19.0667 6.59989 19.0667V17.6ZM18.3332 19.0667C18.9167 19.0667 19.4763 18.8349 19.8889 18.4223C20.3014 18.0097 20.5332 17.4501 20.5332 16.8667H19.0666C19.0666 17.0612 18.9893 17.2477 18.8518 17.3852C18.7142 17.5227 18.5277 17.6 18.3332 17.6V19.0667ZM5.86655 2.2C5.86655 2.00551 5.94381 1.81898 6.08134 1.68146C6.21887 1.54393 6.40539 1.46667 6.59989 1.46667V0C6.01641 0 5.45683 0.231785 5.04425 0.644365C4.63167 1.05695 4.39989 1.61652 4.39989 2.2H5.86655ZM1.46655 5.13333V19.8H2.93322V5.13333H1.46655ZM3.66655 22H15.3999V20.5333H3.66655V22ZM3.66655 4.4H5.13322V2.93333H3.66655V4.4ZM17.5999 19.8V18.3333H16.1332V19.8H17.5999ZM15.3999 22C15.9834 22 16.5429 21.7682 16.9555 21.3556C17.3681 20.9431 17.5999 20.3835 17.5999 19.8H16.1332C16.1332 19.9945 16.056 20.181 15.9184 20.3185C15.7809 20.4561 15.5944 20.5333 15.3999 20.5333V22ZM1.46655 19.8C1.46655 20.3835 1.69834 20.9431 2.11092 21.3556C2.5235 21.7682 3.08308 22 3.66655 22V20.5333C3.47206 20.5333 3.28553 20.4561 3.14801 20.3185C3.01048 20.181 2.93322 19.9945 2.93322 19.8H1.46655ZM2.93322 5.13333C2.93322 4.93884 3.01048 4.75232 3.14801 4.61479C3.28553 4.47726 3.47206 4.4 3.66655 4.4V2.93333C3.08308 2.93333 2.5235 3.16512 2.11092 3.5777C1.69834 3.99028 1.46655 4.54986 1.46655 5.13333H2.93322Z" fill="%23C4D600"/></svg>'); }
      .refering-section-wrap .refering-section .refreing-inner.educational {
        background-image: url('data:image/svg+xml,<svg width="22" height="16" viewBox="0 0 22 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.68758 0.416687C2.7538 0.416687 1.85826 0.787631 1.19798 1.44792C0.537692 2.1082 0.166748 3.00374 0.166748 3.93752V12.0625C0.166748 12.9963 0.537692 13.8918 1.19798 14.5521C1.85826 15.2124 2.7538 15.5834 3.68758 15.5834H11.8126C12.7464 15.5834 13.6419 15.2124 14.3022 14.5521C14.9625 13.8918 15.3334 12.9963 15.3334 12.0625V11.7245L18.8629 14.162C20.1196 15.0287 21.8356 14.1295 21.8356 12.602V3.39694C21.8356 1.86944 20.1196 0.968104 18.8629 1.83694L15.3334 4.27552V3.93752C15.3334 3.00374 14.9625 2.1082 14.3022 1.44792C13.6419 0.787631 12.7464 0.416687 11.8126 0.416687H3.68758ZM15.3334 6.24935L19.7859 3.17485C19.8266 3.14679 19.8742 3.13038 19.9235 3.12741C19.9728 3.12444 20.022 3.13503 20.0657 3.15801C20.1095 3.181 20.1461 3.21551 20.1716 3.25782C20.1972 3.30012 20.2106 3.34861 20.2106 3.39802V12.6009C20.2106 12.6503 20.1972 12.6988 20.1716 12.7411C20.1461 12.7834 20.1095 12.818 20.0657 12.8409C20.022 12.8639 19.9728 12.8745 19.9235 12.8715C19.8742 12.8686 19.8266 12.8522 19.7859 12.8241L15.3334 9.7496V6.24935ZM1.79175 3.93752C1.79175 2.89102 2.64108 2.04169 3.68758 2.04169H11.8126C12.8591 2.04169 13.7084 2.89102 13.7084 3.93752V12.0625C13.7084 12.5653 13.5087 13.0475 13.1531 13.4031C12.7976 13.7586 12.3154 13.9584 11.8126 13.9584H3.68758C3.18477 13.9584 2.70256 13.7586 2.34702 13.4031C1.99149 13.0475 1.79175 12.5653 1.79175 12.0625V3.93752Z" fill="%23C4D600"/></svg>'); }
      .refering-section-wrap .refering-section .refreing-inner.academy {
        background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.872978 13.9402V8.59499M17.8596 10.8364L13.4732 13.7267C12.7655 14.1931 11.9364 14.4417 11.0888 14.4417C10.2412 14.4417 9.41216 14.1931 8.70439 13.7267L4.31798 10.8375V16.3213C4.31798 16.8576 4.44689 17.3906 4.79464 17.799C5.60389 18.7491 7.51814 20.3882 11.0888 20.3882C14.6595 20.3882 16.5737 18.7491 17.383 17.799C17.7296 17.3906 17.8596 16.8576 17.8596 16.3213V10.8375L20.5463 9.06732C20.726 8.94891 20.8735 8.78775 20.9755 8.59829C21.0776 8.40884 21.131 8.19701 21.131 7.98182C21.131 7.76663 21.0776 7.55481 20.9755 7.36535C20.8735 7.17589 20.726 7.01473 20.5463 6.89632L13.4721 2.23582C12.7645 1.76964 11.9357 1.52118 11.0883 1.52118C10.2409 1.52118 9.41205 1.76964 8.70439 2.23582L1.35723 7.07724C1.20361 7.17713 1.07815 7.31471 0.99281 7.47685C0.907469 7.639 0.865094 7.8214 0.869728 8.00457M4.31798 10.8364L1.35723 8.88749C1.2098 8.79158 1.08823 8.66088 1.00322 8.50691C0.918206 8.35294 0.872363 8.18043 0.869728 8.00457M0.869728 8.00457V8.59607" stroke="%23C4D600" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>'); }
      .refering-section-wrap .refering-section .refreing-inner h4 {
        margin: 0 0 5px;
        color: #fff;
        font-weight: 400;
        font-size: 20px;
        line-height: 120%;
        letter-spacing: 0%;
        font-family: "GillSansStd", sans-serif; }
        .refering-section-wrap .refering-section .refreing-inner h4 br {
          display: inline-block; }
          @media (min-width: 767px) {
            .refering-section-wrap .refering-section .refreing-inner h4 br {
              display: none; } }
      .refering-section-wrap .refering-section .refreing-inner a {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: 0%;
        text-decoration: underline;
        font-family: "GillSansStd", sans-serif; }
        .refering-section-wrap .refering-section .refreing-inner a:hover {
          color: #C4D600;
          text-decoration: none; }
      .refering-section-wrap .refering-section .refreing-inner:not(:first-child) {
        display: none; }
      .refering-section-wrap .refering-section .refreing-inner.slick-slide {
        display: block; }
        @media (min-width: 1261px) {
          .refering-section-wrap .refering-section .refreing-inner.slick-slide {
            width: calc(25% - 20px) !important; } }

.related-wrap {
  width: 100%;
  padding: 0;
  max-width: 1280px;
  margin: 56px auto; }
  @media (min-width: 767px) {
    .related-wrap {
      padding: 0 20px; } }
  @media (min-width: 1025px) {
    .related-wrap {
      margin: 70px auto; } }
  @media (min-width: 1025px) {
    .related-wrap .productCarousel {
      margin-top: 32px; } }
  .related-wrap .slick-track {
    margin-left: 0; }
  .related-wrap .slick-list.draggable {
    padding: 0 30px; }
    @media (min-width: 767px) {
      .related-wrap .slick-list.draggable {
        padding: 0 50px; } }
    @media (min-width: 1025px) {
      .related-wrap .slick-list.draggable {
        padding: 0; } }
  @media (min-width: 767px) {
    .related-wrap .slick-list.draggable {
      margin: 0 -20px; } }
  .related-wrap h4 {
    margin: 0;
    font-size: 36px;
    color: #222222;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0%;
    text-align: center;
    font-family: "GillSansStd", sans-serif; }
    @media (min-width: 1025px) {
      .related-wrap h4 {
        font-size: 55px; } }
  .related-wrap .slick-dots {
    bottom: -22px; }
    .related-wrap .slick-dots li {
      margin: 0 11px;
      border: 0;
      width: 8px;
      padding: 0;
      height: 8px;
      position: relative;
      border-radius: 100px;
      transition: cubic-bezier(0.075, 0.82, 0.165, 1);
      background-color: #D9D9D9; }
      .related-wrap .slick-dots li button {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0;
        border: 0;
        bottom: 0;
        width: 8px;
        padding: 0;
        height: 8px;
        border-radius: 100px;
        background-color: #D9D9D9;
        transition: cubic-bezier(0.075, 0.82, 0.165, 1); }
        .related-wrap .slick-dots li button:before {
          top: 0;
          left: 0;
          border: 0;
          margin: 0;
          width: 8px;
          padding: 0;
          height: 8px;
          border-radius: 100px;
          background-color: #D9D9D9;
          transition: cubic-bezier(0.075, 0.82, 0.165, 1); }
      .related-wrap .slick-dots li.slick-active {
        border-radius: 100px;
        background-color: #000000;
        transition: cubic-bezier(0.075, 0.82, 0.165, 1); }
        .related-wrap .slick-dots li.slick-active button {
          border-radius: 100px;
          background-color: #000000;
          transition: cubic-bezier(0.075, 0.82, 0.165, 1); }
          .related-wrap .slick-dots li.slick-active button:before {
            border-radius: 100px;
            background-color: #000000;
            transition: cubic-bezier(0.075, 0.82, 0.165, 1); }
      .related-wrap .slick-dots li + li {
        margin-left: 8px; }
  .related-wrap .slick-arrow {
    width: 22px;
    padding: 0;
    border: 0;
    opacity: 1;
    margin: 0;
    top: -71px;
    height: 15px;
    transform: none;
    display: none;
    background: transparent; }
    @media (min-width: 1025px) {
      .related-wrap .slick-arrow {
        display: block; } }
    .related-wrap .slick-arrow:before {
      opacity: 1;
      width: 100%;
      height: 100%;
      background-size: 22px; }
    .related-wrap .slick-arrow.slick-prev {
      left: 0; }
      .related-wrap .slick-arrow.slick-prev:before {
        background-image: url('data:image/svg+xml,<svg width="22" height="16" viewBox="0 0 22 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 7.00019C21.5523 7.00019 22 7.44791 22 8.00019C22 8.55247 21.5523 9.00019 21 9.00019V7.00019ZM0.2929 8.7073C-0.097599 8.31677 -0.097599 7.68361 0.2929 7.29309L6.6569 0.929123C7.0474 0.538599 7.6805 0.538599 8.0711 0.929123C8.4616 1.31965 8.4616 1.95281 8.0711 2.34334L2.4142 8.00019L8.0711 13.6571C8.4616 14.0476 8.4616 14.6807 8.0711 15.0713C7.6805 15.4618 7.0474 15.4618 6.6569 15.0713L0.2929 8.7073ZM21 9.00019H1V7.00019H21V9.00019Z" fill="%23222222"/></svg>'); }
      .related-wrap .slick-arrow.slick-prev.slick-disabled:before {
        background-image: url('data:image/svg+xml,<svg width="22" height="16" viewBox="0 0 22 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 7.00019C21.5523 7.00019 22 7.44791 22 8.00019C22 8.55247 21.5523 9.00019 21 9.00019V7.00019ZM0.2929 8.7073C-0.097599 8.31677 -0.097599 7.68361 0.2929 7.29309L6.6569 0.929123C7.0474 0.538599 7.6805 0.538599 8.0711 0.929123C8.4616 1.31965 8.4616 1.95281 8.0711 2.34334L2.4142 8.00019L8.0711 13.6571C8.4616 14.0476 8.4616 14.6807 8.0711 15.0713C7.6805 15.4618 7.0474 15.4618 6.6569 15.0713L0.2929 8.7073ZM21 9.00019H1V7.00019H21V9.00019Z" fill="%23B0B1B0"/></svg>'); }
      .related-wrap .slick-arrow.slick-prev:hover:before {
        background-image: url('data:image/svg+xml,<svg width="22" height="16" viewBox="0 0 22 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 7.00019C21.5523 7.00019 22 7.44791 22 8.00019C22 8.55247 21.5523 9.00019 21 9.00019V7.00019ZM0.2929 8.7073C-0.097599 8.31677 -0.097599 7.68361 0.2929 7.29309L6.6569 0.929123C7.0474 0.538599 7.6805 0.538599 8.0711 0.929123C8.4616 1.31965 8.4616 1.95281 8.0711 2.34334L2.4142 8.00019L8.0711 13.6571C8.4616 14.0476 8.4616 14.6807 8.0711 15.0713C7.6805 15.4618 7.0474 15.4618 6.6569 15.0713L0.2929 8.7073ZM21 9.00019H1V7.00019H21V9.00019Z" fill="%23C4D600"/></svg>'); }
    .related-wrap .slick-arrow.slick-next {
      right: 0; }
      .related-wrap .slick-arrow.slick-next:before {
        background-image: url('data:image/svg+xml,<svg width="22" height="16" viewBox="0 0 22 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 7.00019C0.447715 7.00019 4.82823e-08 7.44791 0 8.00019C-4.82823e-08 8.55247 0.447715 9.00019 1 9.00019V7.00019ZM21.7071 8.7073C22.0976 8.31677 22.0976 7.68361 21.7071 7.29309L15.3431 0.929123C14.9526 0.538599 14.3195 0.538599 13.9289 0.929123C13.5384 1.31965 13.5384 1.95281 13.9289 2.34334L19.5858 8.00019L13.9289 13.6571C13.5384 14.0476 13.5384 14.6807 13.9289 15.0713C14.3195 15.4618 14.9526 15.4618 15.3431 15.0713L21.7071 8.7073ZM1 9.00019H21V7.00019H1V9.00019Z" fill="%23222222"/></svg>'); }
      .related-wrap .slick-arrow.slick-next.slick-disabled:before {
        background-image: url('data:image/svg+xml,<svg width="22" height="16" viewBox="0 0 22 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 7.00019C0.447715 7.00019 4.82823e-08 7.44791 0 8.00019C-4.82823e-08 8.55247 0.447715 9.00019 1 9.00019V7.00019ZM21.7071 8.7073C22.0976 8.31677 22.0976 7.68361 21.7071 7.29309L15.3431 0.929123C14.9526 0.538599 14.3195 0.538599 13.9289 0.929123C13.5384 1.31965 13.5384 1.95281 13.9289 2.34334L19.5858 8.00019L13.9289 13.6571C13.5384 14.0476 13.5384 14.6807 13.9289 15.0713C14.3195 15.4618 14.9526 15.4618 15.3431 15.0713L21.7071 8.7073ZM1 9.00019H21V7.00019H1V9.00019Z" fill="%23B0B1B0"/></svg>'); }
      .related-wrap .slick-arrow.slick-next:hover:before {
        background-image: url('data:image/svg+xml,<svg width="22" height="16" viewBox="0 0 22 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 7.00019C0.447715 7.00019 4.82823e-08 7.44791 0 8.00019C-4.82823e-08 8.55247 0.447715 9.00019 1 9.00019V7.00019ZM21.7071 8.7073C22.0976 8.31677 22.0976 7.68361 21.7071 7.29309L15.3431 0.929123C14.9526 0.538599 14.3195 0.538599 13.9289 0.929123C13.5384 1.31965 13.5384 1.95281 13.9289 2.34334L19.5858 8.00019L13.9289 13.6571C13.5384 14.0476 13.5384 14.6807 13.9289 15.0713C14.3195 15.4618 14.9526 15.4618 15.3431 15.0713L21.7071 8.7073ZM1 9.00019H21V7.00019H1V9.00019Z" fill="%23C4D600"/></svg>'); }

.specific_csf {
  font-size: 16px;
  color: #222222;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0%;
  font-family: "SourceSansPro", sans-serif; }

.customizeKitButton-wrap .button {
  background-color: #C4D600;
  font-family: "SourceSansPro", sans-serif;
  border: 0;
  border-radius: 100px;
  color: #222222;
  font-size: 17px;
  font-weight: 400;
  height: 55px;
  line-height: 26.6px;
  letter-spacing: 0.23px;
  margin: 0;
  max-width: calc(100% - 56px);
  padding: 14px 10px;
  vertical-align: middle;
  transition: .2s all ease;
  width: 100%;
  text-align: center; }
  @media (min-width: 1025px) {
    .customizeKitButton-wrap .button {
      max-width: calc(100% - 60px); } }
  .customizeKitButton-wrap .button:hover {
    background-color: #222222;
    color: #C4D600;
    transition: .2s all ease; }

.customize-your-kit-wrap {
  margin: 29px 0 47px; }
  @media (min-width: 1025px) {
    .customize-your-kit-wrap {
      margin: 60px 0 77px; } }
  .customize-your-kit-wrap h4 {
    margin: 0;
    font-size: 36px;
    color: #222222;
    font-weight: 400;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    text-align: center;
    font-family: "GillSansStd", sans-serif; }
    @media (min-width: 1025px) {
      .customize-your-kit-wrap h4 {
        font-size: 55px;
        line-height: 110%; } }
  .customize-your-kit-wrap .kit-table-wrap {
    background-color: #fff;
    border-radius: 20px;
    margin-top: 29px;
    padding: 20px; }
    @media (min-width: 1025px) {
      .customize-your-kit-wrap .kit-table-wrap {
        margin-top: 50px;
        padding: 30px; } }
    .customize-your-kit-wrap .kit-table-wrap.sticky-kit {
      padding-bottom: 115px; }
    .customize-your-kit-wrap .kit-table-wrap .kit-table {
      width: 100%;
      display: block; }
      @media (min-width: 1025px) {
        .customize-your-kit-wrap .kit-table-wrap .kit-table {
          display: table; } }
      .customize-your-kit-wrap .kit-table-wrap .kit-table .kit-header {
        display: none; }
        @media (min-width: 1025px) {
          .customize-your-kit-wrap .kit-table-wrap .kit-table .kit-header {
            display: table-header-group;
            text-align: left; } }
        .customize-your-kit-wrap .kit-table-wrap .kit-table .kit-header .kit-header-item {
          border-bottom: 1px solid #E0E0E0;
          font-family: "SourceSansPro", sans-serif;
          font-weight: 700;
          font-size: 18px;
          line-height: 100%;
          letter-spacing: 0%;
          padding: 10px 10px 25px 10px;
          text-align: center; }
          .customize-your-kit-wrap .kit-table-wrap .kit-table .kit-header .kit-header-item:first-child {
            text-align: left; }
      .customize-your-kit-wrap .kit-table-wrap .kit-table .kit-list {
        display: block; }
        @media (min-width: 1025px) {
          .customize-your-kit-wrap .kit-table-wrap .kit-table .kit-list {
            display: table-row-group; } }
        .customize-your-kit-wrap .kit-table-wrap .kit-table .kit-list:after, .customize-your-kit-wrap .kit-table-wrap .kit-table .kit-list:before {
          content: " ";
          clear: both;
          display: table; }
          @media (min-width: 1025px) {
            .customize-your-kit-wrap .kit-table-wrap .kit-table .kit-list:after, .customize-your-kit-wrap .kit-table-wrap .kit-table .kit-list:before {
              display: none; } }
        .customize-your-kit-wrap .kit-table-wrap .kit-table .kit-list .kit-item {
          border-bottom: 1px solid #E0E0E0;
          display: block;
          padding-left: 25%;
          padding-top: 19px;
          padding-bottom: 19px;
          clear: both;
          float: left;
          width: 100%; }
          @media (min-width: 1025px) {
            .customize-your-kit-wrap .kit-table-wrap .kit-table .kit-list .kit-item {
              border-bottom: 0;
              display: table-row;
              float: none; } }
          .customize-your-kit-wrap .kit-table-wrap .kit-table .kit-list .kit-item:after, .customize-your-kit-wrap .kit-table-wrap .kit-table .kit-list .kit-item:before {
            content: " ";
            display: table; }
            @media (min-width: 1025px) {
              .customize-your-kit-wrap .kit-table-wrap .kit-table .kit-list .kit-item:after, .customize-your-kit-wrap .kit-table-wrap .kit-table .kit-list .kit-item:before {
                display: none; } }
          .customize-your-kit-wrap .kit-table-wrap .kit-table .kit-list .kit-item .kit-item-block {
            display: block;
            border-bottom: 0;
            text-align: left; }
            @media (min-width: 1025px) {
              .customize-your-kit-wrap .kit-table-wrap .kit-table .kit-list .kit-item .kit-item-block {
                border-bottom: 1px solid #E0E0E0;
                display: table-cell;
                padding: 12px; } }
            .customize-your-kit-wrap .kit-table-wrap .kit-table .kit-list .kit-item .kit-item-block.kit-item-figure {
              margin-bottom: 0;
              margin-left: -33.33333%;
              width: 33.33333%;
              float: left;
              position: relative;
              text-align: center; }
              @media (min-width: 1025px) {
                .customize-your-kit-wrap .kit-table-wrap .kit-table .kit-list .kit-item .kit-item-block.kit-item-figure {
                  display: table-cell;
                  float: none;
                  margin: 0;
                  width: auto; } }
              .customize-your-kit-wrap .kit-table-wrap .kit-table .kit-list .kit-item .kit-item-block.kit-item-figure .listItem-figure {
                margin-bottom: 0;
                padding-left: 0;
                padding-right: 0;
                width: 57px; }
                .customize-your-kit-wrap .kit-table-wrap .kit-table .kit-list .kit-item .kit-item-block.kit-item-figure .listItem-figure .listItem-figure__link {
                  margin: 0; }
            .customize-your-kit-wrap .kit-table-wrap .kit-table .kit-list .kit-item .kit-item-block.kit-item-title {
              clear: right;
              display: block;
              height: auto;
              margin-bottom: 1rem;
              overflow: hidden; }
              @media (min-width: 1025px) {
                .customize-your-kit-wrap .kit-table-wrap .kit-table .kit-list .kit-item .kit-item-block.kit-item-title {
                  display: table-cell;
                  margin: 0; } }
              .customize-your-kit-wrap .kit-table-wrap .kit-table .kit-list .kit-item .kit-item-block.kit-item-title h5 {
                font-family: "SourceSansPro", sans-serif;
                font-weight: 400;
                font-size: 18px;
                line-height: 120%;
                letter-spacing: 0%;
                margin: 0;
                text-transform: capitalize; }
                .customize-your-kit-wrap .kit-table-wrap .kit-table .kit-list .kit-item .kit-item-block.kit-item-title h5 a {
                  text-decoration: none; }
                  .customize-your-kit-wrap .kit-table-wrap .kit-table .kit-list .kit-item .kit-item-block.kit-item-title h5 a:hover {
                    text-decoration: underline; }
            .customize-your-kit-wrap .kit-table-wrap .kit-table .kit-list .kit-item .kit-item-block.kit-item-info {
              text-align: center; }
              .customize-your-kit-wrap .kit-table-wrap .kit-table .kit-list .kit-item .kit-item-block.kit-item-info.kit-item-quantity {
                float: right; }
                @media (min-width: 1025px) {
                  .customize-your-kit-wrap .kit-table-wrap .kit-table .kit-list .kit-item .kit-item-block.kit-item-info.kit-item-quantity {
                    float: none; } }
              .customize-your-kit-wrap .kit-table-wrap .kit-table .kit-list .kit-item .kit-item-block.kit-item-info .quick-add {
                justify-content: center;
                margin-top: 6px; }
                @media (min-width: 1025px) {
                  .customize-your-kit-wrap .kit-table-wrap .kit-table .kit-list .kit-item .kit-item-block.kit-item-info .quick-add {
                    margin-top: 0; } }
                .customize-your-kit-wrap .kit-table-wrap .kit-table .kit-list .kit-item .kit-item-block.kit-item-info .quick-add .quantity-box {
                  align-items: center;
                  background-color: #F6F6F6;
                  border: 0;
                  display: flex;
                  height: 39px;
                  justify-content: center;
                  width: 99px; }
                  @media (min-width: 1025px) {
                    .customize-your-kit-wrap .kit-table-wrap .kit-table .kit-list .kit-item .kit-item-block.kit-item-info .quick-add .quantity-box {
                      height: 50px;
                      width: 114px; } }
                  .customize-your-kit-wrap .kit-table-wrap .kit-table .kit-list .kit-item .kit-item-block.kit-item-info .quick-add .quantity-box button {
                    border-radius: 50%;
                    height: 20px;
                    padding: 0;
                    width: 20px; }
                    .customize-your-kit-wrap .kit-table-wrap .kit-table .kit-list .kit-item .kit-item-block.kit-item-info .quick-add .quantity-box button:hover {
                      background-color: #C4D600; }
                  .customize-your-kit-wrap .kit-table-wrap .kit-table .kit-list .kit-item .kit-item-block.kit-item-info .quick-add .quantity-box .quantity-input {
                    background-color: #F6F6F6;
                    font-family: "SourceSansPro", sans-serif;
                    font-weight: 700;
                    font-size: 14px;
                    line-height: 100%;
                    letter-spacing: 0%;
                    text-transform: uppercase; }
              .customize-your-kit-wrap .kit-table-wrap .kit-table .kit-list .kit-item .kit-item-block.kit-item-info.kit-item-price, .customize-your-kit-wrap .kit-table-wrap .kit-table .kit-list .kit-item .kit-item-block.kit-item-info.kit-item-total {
                float: left;
                padding-right: 10px;
                padding-top: 15px; }
                @media (min-width: 1025px) {
                  .customize-your-kit-wrap .kit-table-wrap .kit-table .kit-list .kit-item .kit-item-block.kit-item-info.kit-item-price, .customize-your-kit-wrap .kit-table-wrap .kit-table .kit-list .kit-item .kit-item-block.kit-item-info.kit-item-total {
                    float: none; } }
              .customize-your-kit-wrap .kit-table-wrap .kit-table .kit-list .kit-item .kit-item-block.kit-item-info.kit-item-price {
                display: none; }
                @media (min-width: 1025px) {
                  .customize-your-kit-wrap .kit-table-wrap .kit-table .kit-list .kit-item .kit-item-block.kit-item-info.kit-item-price {
                    display: table-cell; } }
              .customize-your-kit-wrap .kit-table-wrap .kit-table .kit-list .kit-item .kit-item-block.kit-item-info .price, .customize-your-kit-wrap .kit-table-wrap .kit-table .kit-list .kit-item .kit-item-block.kit-item-info .kit-item-price-total {
                font-family: "SourceSansPro", sans-serif;
                font-weight: 600;
                font-size: 18px;
                line-height: 100%;
                letter-spacing: 0%;
                text-align: center;
                text-transform: uppercase; }
  .customize-your-kit-wrap .table-bottom-wrap.sticky-bottom {
    background: #000000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    padding: 15px 0;
    position: fixed;
    width: 100%;
    z-index: 999; }
    .customize-your-kit-wrap .table-bottom-wrap.sticky-bottom .container {
      padding: 0 20px; }
    .customize-your-kit-wrap .table-bottom-wrap.sticky-bottom .add-all-wrap {
      align-items: center;
      display: flex;
      justify-content: space-between;
      padding: 0; }
      .customize-your-kit-wrap .table-bottom-wrap.sticky-bottom .add-all-wrap h3 {
        display: none; }
        @media (min-width: 1025px) {
          .customize-your-kit-wrap .table-bottom-wrap.sticky-bottom .add-all-wrap h3 {
            color: #fff;
            font-family: "GillSansStd", sans-serif;
            font-weight: 400;
            font-size: 26px;
            display: flex;
            letter-spacing: 0%;
            line-height: 100%;
            margin: 0;
            white-space: nowrap; } }
      .customize-your-kit-wrap .table-bottom-wrap.sticky-bottom .add-all-wrap .grand-total-wrap {
        display: flex;
        flex-direction: row;
        width: 100%;
        padding: 0; }
        @media (min-width: 1025px) {
          .customize-your-kit-wrap .table-bottom-wrap.sticky-bottom .add-all-wrap .grand-total-wrap {
            display: flex; } }
        .customize-your-kit-wrap .table-bottom-wrap.sticky-bottom .add-all-wrap .grand-total-wrap .grand-total-info {
          width: calc(100% - 157px); }
          @media (min-width: 1025px) {
            .customize-your-kit-wrap .table-bottom-wrap.sticky-bottom .add-all-wrap .grand-total-wrap .grand-total-info {
              width: auto; } }
          .customize-your-kit-wrap .table-bottom-wrap.sticky-bottom .add-all-wrap .grand-total-wrap .grand-total-info h4 {
            color: #fff;
            font-family: "GillSansStd", sans-serif;
            font-weight: 400;
            font-size: 16px;
            display: flex;
            letter-spacing: 0%;
            line-height: 100%;
            margin: 0 0 0.4rem;
            text-align: left; }
            @media (min-width: 1025px) {
              .customize-your-kit-wrap .table-bottom-wrap.sticky-bottom .add-all-wrap .grand-total-wrap .grand-total-info h4 {
                display: none; } }
          .customize-your-kit-wrap .table-bottom-wrap.sticky-bottom .add-all-wrap .grand-total-wrap .grand-total-info p {
            color: #ffffff;
            font-size: 15px;
            text-align: left; }
            @media (min-width: 1025px) {
              .customize-your-kit-wrap .table-bottom-wrap.sticky-bottom .add-all-wrap .grand-total-wrap .grand-total-info p {
                font-size: 22px; } }
            .customize-your-kit-wrap .table-bottom-wrap.sticky-bottom .add-all-wrap .grand-total-wrap .grand-total-info p .grand-total-label {
              display: none; }
              @media (min-width: 1025px) {
                .customize-your-kit-wrap .table-bottom-wrap.sticky-bottom .add-all-wrap .grand-total-wrap .grand-total-info p .grand-total-label {
                  display: none;
                  padding-right: 0.5rem; } }
      .customize-your-kit-wrap .table-bottom-wrap.sticky-bottom .add-all-wrap .add-all-action {
        text-align: right;
        width: 157px; }
        @media (min-width: 1025px) {
          .customize-your-kit-wrap .table-bottom-wrap.sticky-bottom .add-all-wrap .add-all-action {
            width: auto; } }
        .customize-your-kit-wrap .table-bottom-wrap.sticky-bottom .add-all-wrap .add-all-action .button {
          max-width: 100%;
          width: 100%; }
          @media (min-width: 1025px) {
            .customize-your-kit-wrap .table-bottom-wrap.sticky-bottom .add-all-wrap .add-all-action .button {
              max-width: 399px;
              width: 399px; } }
  .customize-your-kit-wrap .table-bottom-wrap .container {
    padding: 0; }
  .customize-your-kit-wrap .table-bottom-wrap .add-all-wrap h3 {
    display: none; }
  .customize-your-kit-wrap .table-bottom-wrap .add-all-wrap .grand-total-wrap {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    gap: 28px;
    padding: 30px 0 15px 0; }
    @media (min-width: 1025px) {
      .customize-your-kit-wrap .table-bottom-wrap .add-all-wrap .grand-total-wrap {
        flex-direction: row;
        gap: 34px;
        padding: 45px 0 15px 0; } }
    .customize-your-kit-wrap .table-bottom-wrap .add-all-wrap .grand-total-wrap h4 {
      display: none; }
    .customize-your-kit-wrap .table-bottom-wrap .add-all-wrap .grand-total-wrap p {
      font-family: "SourceSansPro", sans-serif;
      font-weight: 400;
      font-size: 20px;
      line-height: 120%;
      letter-spacing: 0%;
      margin: 0;
      text-align: right; }
      .customize-your-kit-wrap .table-bottom-wrap .add-all-wrap .grand-total-wrap p .grand-total {
        font-weight: 700; }
  .customize-your-kit-wrap .table-bottom-wrap .add-all-wrap .add-all-action {
    width: 100%;
    text-align: center; }
    @media (min-width: 1025px) {
      .customize-your-kit-wrap .table-bottom-wrap .add-all-wrap .add-all-action {
        width: auto; } }
    .customize-your-kit-wrap .table-bottom-wrap .add-all-wrap .add-all-action .button {
      background-color: #C4D600;
      font-family: "SourceSansPro", sans-serif;
      border: 1px solid #C4D600;
      border-radius: 100px;
      color: #222222;
      font-size: 17px;
      font-weight: 400;
      height: 55px;
      line-height: 26.6px;
      letter-spacing: 0.23px;
      margin: 0;
      padding: 14px 10px;
      vertical-align: middle;
      transition: .2s all ease;
      max-width: 399px;
      width: 100%;
      text-align: center; }
      @media (min-width: 1025px) {
        .customize-your-kit-wrap .table-bottom-wrap .add-all-wrap .add-all-action .button {
          max-width: 399px;
          width: 399px; } }
      .customize-your-kit-wrap .table-bottom-wrap .add-all-wrap .add-all-action .button:hover {
        background-color: #222222;
        border: 1px solid #222222;
        color: #C4D600;
        transition: .2s all ease; }

.about-versa-wrap {
  background: #edefec;
  position: relative; }
  .about-versa-wrap .breadcrumbs {
    display: block;
    position: absolute;
    left: 20px;
    right: 0;
    top: 13px;
    z-index: 999; }
  .about-versa-wrap #densah-wrap {
    scroll-margin-top: 100px; }
  .about-versa-wrap .about-versa-top-banner {
    display: none;
    height: 100%;
    min-height: 300px;
    position: relative;
    padding: 58px 0 0 0;
    background-color: #1a1a1a;
    background-image: url("https://cdn11.bigcommerce.com/s-xqyjyp2r6i/images/stencil/original/image-manager/about-us-main-header.png?t=1750361113");
    background-position: 89% 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right; }
    @media (min-width: 1025px) {
      .about-versa-wrap .about-versa-top-banner {
        min-height: 511px;
        padding: 79px 0 0 0; } }
    .about-versa-wrap .about-versa-top-banner .about-versa-heading {
      color: #fff;
      font-size: 40px;
      font-weight: 400;
      line-height: 100%;
      margin: 0 0 10px 0;
      text-align: center;
      font-family: "GillSansStd", sans-serif; }
      @media (min-width: 1025px) {
        .about-versa-wrap .about-versa-top-banner .about-versa-heading {
          font-size: 55px;
          margin: 0 0 14px 0; } }
    .about-versa-wrap .about-versa-top-banner .about-versa-subheading {
      color: #fff;
      font-size: 18px;
      font-weight: 300;
      margin: 0 0 19px;
      line-height: 160%;
      letter-spacing: 0%;
      text-align: center;
      font-family: "SourceSansPro", sans-serif; }
      @media (min-width: 1025px) {
        .about-versa-wrap .about-versa-top-banner .about-versa-subheading {
          font-size: 22px;
          margin: 0 0 50px; } }
  .about-versa-wrap .top-banner-video {
    display: none;
    position: relative;
    width: 100%;
    margin: -107px auto 0 auto;
    padding: 0 20px;
    height: 220px;
    border-radius: 20px; }
    @media (min-width: 767px) {
      .about-versa-wrap .top-banner-video {
        height: 320px; } }
    @media (min-width: 1025px) {
      .about-versa-wrap .top-banner-video {
        height: 100%;
        min-height: 590px;
        max-width: 1280px;
        margin: -280px auto 0 auto; } }
    .about-versa-wrap .top-banner-video img {
      width: 100%;
      height: 100%;
      border-radius: 20px;
      height: 100% !important; }
      @media (min-width: 1025px) {
        .about-versa-wrap .top-banner-video img {
          min-height: 590px; } }
    .about-versa-wrap .top-banner-video iframe {
      width: 100%;
      min-height: 590px;
      border-radius: 20px;
      height: 100% !important; }
  .about-versa-wrap .origin-story {
    display: flex;
    gap: 21px;
    width: 100%;
    padding: 0 20px;
    max-width: 1000px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 36px auto 36px auto; }
    @media (min-width: 1025px) {
      .about-versa-wrap .origin-story {
        gap: 50px;
        flex-direction: row;
        margin: 90px auto 90px auto; } }
    .about-versa-wrap .origin-story .origin-story-img {
      width: 100%;
      max-width: 180px;
      border-radius: 20px;
      background-color: #fff; }
      @media (min-width: 1025px) {
        .about-versa-wrap .origin-story .origin-story-img {
          width: auto;
          max-width: 332px; } }
    .about-versa-wrap .origin-story .origin-story-text .story-heading {
      font-size: 40px;
      font-weight: 400;
      color: #222222;
      line-height: 110%;
      text-align: center;
      margin: 0 0 19px 0;
      font-family: "GillSansStd", sans-serif; }
      @media (min-width: 1025px) {
        .about-versa-wrap .origin-story .origin-story-text .story-heading {
          font-size: 55px;
          margin: 0 0 20px 0;
          text-align: left; } }
    .about-versa-wrap .origin-story .origin-story-text .story-subheading {
      margin: 0;
      color: #222;
      font-size: 16px;
      font-weight: 400;
      line-height: 150%;
      text-align: center;
      font-family: "SourceSansPro", sans-serif; }
      @media (min-width: 1025px) {
        .about-versa-wrap .origin-story .origin-story-text .story-subheading {
          text-align: left; } }
  .about-versa-wrap .why-densah-wrap {
    background: #53565a;
    padding: 44px 0 54px 0; }
    @media (min-width: 1025px) {
      .about-versa-wrap .why-densah-wrap {
        padding: 67px 0 87px 0; } }
    .about-versa-wrap .why-densah-wrap .why-densah-heading {
      color: #c4d600;
      font-size: 36px;
      font-weight: 400;
      line-height: 110%;
      text-align: center;
      margin: 0 0 37px 0;
      font-family: "GillSansStd", sans-serif; }
      @media (min-width: 1025px) {
        .about-versa-wrap .why-densah-wrap .why-densah-heading {
          font-size: 55px;
          margin: 0 0 53px 0; } }
      .about-versa-wrap .why-densah-wrap .why-densah-heading sup {
        top: -20px;
        left: -4px;
        font-size: 40%; }
    .about-versa-wrap .why-densah-wrap .why-densah-inner {
      display: flex;
      gap: 25px;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media (min-width: 1025px) {
        .about-versa-wrap .why-densah-wrap .why-densah-inner {
          gap: 82px;
          flex-wrap: nowrap; } }
      .about-versa-wrap .why-densah-wrap .why-densah-inner .why-densah-left {
        width: 100%; }
        @media (min-width: 1025px) {
          .about-versa-wrap .why-densah-wrap .why-densah-inner .why-densah-left {
            width: 40%;
            max-width: 474px; } }
        .about-versa-wrap .why-densah-wrap .why-densah-inner .why-densah-left > img {
          width: 100%; }
      .about-versa-wrap .why-densah-wrap .why-densah-inner .why-densah-right {
        display: flex;
        gap: 25px;
        flex-direction: column;
        width: 100%;
        justify-content: flex-start; }
        @media (min-width: 1025px) {
          .about-versa-wrap .why-densah-wrap .why-densah-inner .why-densah-right {
            gap: 47px;
            width: 60%;
            max-width: 684px; } }
        .about-versa-wrap .why-densah-wrap .why-densah-inner .why-densah-right .right-video-wrap {
          width: 100%;
          height: 100%;
          max-height: 211px; }
          @media (min-width: 767px) {
            .about-versa-wrap .why-densah-wrap .why-densah-inner .why-densah-right .right-video-wrap {
              height: 100%;
              max-height: 385px;
              max-height: 385px; } }
          .about-versa-wrap .why-densah-wrap .why-densah-inner .why-densah-right .right-video-wrap img {
            width: 100%;
            height: 100%;
            border-radius: 20px; }
          .about-versa-wrap .why-densah-wrap .why-densah-inner .why-densah-right .right-video-wrap iframe {
            width: 100%;
            height: 100%;
            border-radius: 20px; }
        .about-versa-wrap .why-densah-wrap .why-densah-inner .why-densah-right .right-text {
          margin: 0;
          width: 100%;
          color: #fff;
          margin: 0 auto;
          font-size: 16px;
          max-width: unset;
          font-weight: 400;
          line-height: 150%;
          text-align: center;
          font-family: "SourceSansPro", sans-serif; }
          @media (min-width: 1025px) {
            .about-versa-wrap .why-densah-wrap .why-densah-inner .why-densah-right .right-text {
              max-width: 570px; } }
  .about-versa-wrap .densah-specs-quality-wrap {
    margin: 38px 0 0 0;
    padding: 0 0 65px 0;
    background-color: #edefec; }
    .about-versa-wrap .densah-specs-quality-wrap > .container {
      padding: 0; }
      @media (min-width: 767px) {
        .about-versa-wrap .densah-specs-quality-wrap > .container {
          padding: 0 20px; } }
    @media (min-width: 1025px) {
      .about-versa-wrap .densah-specs-quality-wrap {
        margin: 47px 0 0 0;
        padding: 0 0 100px 0; } }
    .about-versa-wrap .densah-specs-quality-wrap .our-specs-wrap {
      display: flex;
      margin: 47px 0 79px 0;
      justify-content: space-between; }
      .about-versa-wrap .densah-specs-quality-wrap .our-specs-wrap .slick-dots {
        bottom: -40px; }
        .about-versa-wrap .densah-specs-quality-wrap .our-specs-wrap .slick-dots li {
          padding: 0;
          width: 10px;
          height: 10px;
          margin: 0 0.3rem;
          border-radius: 100px; }
          .about-versa-wrap .densah-specs-quality-wrap .our-specs-wrap .slick-dots li button {
            top: -6px;
            width: 8px;
            height: 8px;
            background: #d9d9d9;
            border: none !important; }
            .about-versa-wrap .densah-specs-quality-wrap .our-specs-wrap .slick-dots li button:before {
              width: 8px;
              height: 8px; }
          .about-versa-wrap .densah-specs-quality-wrap .our-specs-wrap .slick-dots li.slick-active button {
            background: #000;
            border: none !important; }
            .about-versa-wrap .densah-specs-quality-wrap .our-specs-wrap .slick-dots li.slick-active button:before {
              background: #000; }
      .about-versa-wrap .densah-specs-quality-wrap .our-specs-wrap .specs-inner {
        margin: 0 9px;
        padding: 31px;
        text-align: center;
        border-radius: 20px;
        background: #e4e4e4; }
        @media (min-width: 1025px) {
          .about-versa-wrap .densah-specs-quality-wrap .our-specs-wrap .specs-inner {
            padding: 41.5px 36px; } }
        .about-versa-wrap .densah-specs-quality-wrap .our-specs-wrap .specs-inner h6 {
          margin: 0 0 10px 0;
          font-size: 36px;
          font-weight: 600;
          color: #222222;
          line-height: 36px;
          font-family: "SourceSansPro", sans-serif; }
          @media (min-width: 1025px) {
            .about-versa-wrap .densah-specs-quality-wrap .our-specs-wrap .specs-inner h6 {
              font-size: 48px;
              line-height: 56px;
              margin: 0 0 17px 0; } }
        .about-versa-wrap .densah-specs-quality-wrap .our-specs-wrap .specs-inner .specs {
          margin: 0;
          font-size: 20px;
          color: #222222;
          line-height: 26px;
          font-weight: 400;
          font-family: "GillSansStd", sans-serif; }
    .about-versa-wrap .densah-specs-quality-wrap .quality-policy {
      padding: 0 20px;
      max-width: 1400px;
      margin: 53px auto 0 auto; }
      @media (min-width: 1025px) {
        .about-versa-wrap .densah-specs-quality-wrap .quality-policy {
          margin: 79px auto 0 auto; } }
      .about-versa-wrap .densah-specs-quality-wrap .quality-policy .quality-heading {
        color: #222;
        font-size: 36px;
        font-weight: 400;
        line-height: 110%;
        text-align: center;
        margin: 0 0 20px 0;
        text-transform: none;
        font-family: "GillSansStd", sans-serif; }
        @media (min-width: 1025px) {
          .about-versa-wrap .densah-specs-quality-wrap .quality-policy .quality-heading {
            font-size: 55px;
            margin: 0 0 20px 0; } }
      .about-versa-wrap .densah-specs-quality-wrap .quality-policy .quality-subheading {
        width: 100%;
        color: #222;
        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
        max-width: 1040px;
        text-align: center;
        margin: 0 auto 30px auto;
        font-family: "SourceSansPro", sans-serif; }
        @media (min-width: 1025px) {
          .about-versa-wrap .densah-specs-quality-wrap .quality-policy .quality-subheading {
            margin: 0 auto 36px auto; } }
      .about-versa-wrap .densah-specs-quality-wrap .quality-policy .button {
        display: block;
        border: 0;
        width: 100%;
        margin: 0 auto;
        max-width: 212px;
        color: #222222;
        font-size: 17px;
        font-weight: 400;
        text-align: center;
        padding: 14px 10px;
        border-radius: 100px;
        line-height: 26.6px;
        letter-spacing: 0.23px;
        vertical-align: middle;
        transition: 0.2s all ease;
        background-color: #c4d600;
        font-family: "SourceSansPro", sans-serif; }
        .about-versa-wrap .densah-specs-quality-wrap .quality-policy .button:hover {
          color: #c4d600;
          transition: 0.2s all ease;
          background-color: #222222; }

a.webpages-btn {
  display: block;
  width: 100%;
  height: 55px;
  color: #222222;
  margin: 0 auto;
  font-size: 17px;
  max-width: 212px;
  font-weight: 400;
  text-align: center;
  border-radius: 50px;
  line-height: 26.6px;
  text-decoration: none;
  align-content: center;
  background: #c4d600;
  letter-spacing: 0.23px;
  border: none;
  font-family: "SourceSansPro", sans-serif;
  transition: 0.2s all ease; }
  a.webpages-btn:hover {
    color: #c3d600;
    background: #222222;
    transition: 0.2s all ease; }

.clinical-pros.clinical-pros-gray-bg {
  background: #53565a; }
  .clinical-pros.clinical-pros-gray-bg .page-hd {
    color: #fff;
    font-size: 35px;
    font-family: "GillSansStd", sans-serif;
    padding: 20px 0;
    margin: 0; }
  .clinical-pros.clinical-pros-gray-bg .pros-cat-outer {
    display: flex;
    flex-direction: column;
    grid-area: 10px; }
    .clinical-pros.clinical-pros-gray-bg .pros-cat-outer .pros-cat-box {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;
      border-top: 1px solid #e4e4e4;
      padding: 20px 0; }
    .clinical-pros.clinical-pros-gray-bg .pros-cat-outer .bottom-btn {
      display: block;
      width: 100%;
      height: 55px;
      color: #222222;
      margin: 20px auto;
      font-size: 17px;
      max-width: 280px;
      font-weight: 400;
      text-align: center;
      border-radius: 50px;
      line-height: 26.6px;
      text-decoration: none;
      align-content: center;
      background: #c4d600;
      letter-spacing: 0.23px;
      border: none;
      font-family: "SourceSansPro", sans-serif;
      transition: 0.2s all ease; }
      .clinical-pros.clinical-pros-gray-bg .pros-cat-outer .bottom-btn:hover {
        color: #c3d600;
        background: #222222;
        transition: 0.2s all ease; }
  .clinical-pros.clinical-pros-gray-bg .bottom-thnks-section {
    text-align: center; }
    .clinical-pros.clinical-pros-gray-bg .bottom-thnks-section p,
    .clinical-pros.clinical-pros-gray-bg .bottom-thnks-section a {
      color: #ffffff;
      margin: 0 auto;
      font-size: 26px;
      border-bottom: 1px solid #53565a;
      font-weight: 500;
      font-family: "GillSansStd", sans-serif; }
    .clinical-pros.clinical-pros-gray-bg .bottom-thnks-section .bottom-btn {
      display: block;
      width: 100%;
      height: 55px;
      color: #222222;
      margin: 20px auto;
      font-size: 17px;
      max-width: 280px;
      font-weight: 400;
      text-align: center;
      border-radius: 50px;
      line-height: 26.6px;
      text-decoration: none;
      align-content: center;
      background: #c4d600;
      letter-spacing: 0.23px;
      border: none;
      font-family: "SourceSansPro", sans-serif;
      transition: 0.2s all ease; }
      .clinical-pros.clinical-pros-gray-bg .bottom-thnks-section .bottom-btn:hover {
        color: #c3d600;
        background: #222222;
        transition: 0.2s all ease; }
  .clinical-pros.clinical-pros-gray-bg .bottom-descrp p {
    font-size: 15px;
    color: #fff;
    padding: 8px 0; }
  .clinical-pros.clinical-pros-gray-bg .pros-top-bar-imgs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap; }
    .clinical-pros.clinical-pros-gray-bg .pros-top-bar-imgs img {
      max-width: 160px; }
  .clinical-pros.clinical-pros-gray-bg .course-boxes-outer {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    gap: 30px;
    padding: 40px 0; }
    @media (min-width: 1025px) {
      .clinical-pros.clinical-pros-gray-bg .course-boxes-outer {
        flex-wrap: nowrap; } }
    .clinical-pros.clinical-pros-gray-bg .course-boxes-outer .course-box ul {
      margin: 0;
      display: flex;
      flex-direction: column;
      gap: 30px;
      list-style: none; }
      .clinical-pros.clinical-pros-gray-bg .course-boxes-outer .course-box ul li a {
        text-align: center;
        max-width: 250px;
        width: 100%;
        display: inline-block;
        text-decoration: none;
        padding: 10px 16px;
        border-radius: 6px;
        background-color: #e4e4e4;
        font-size: 18px;
        font-weight: 400;
        font-family: "SourceSansPro", sans-serif; }
    .clinical-pros.clinical-pros-gray-bg .course-boxes-outer .course-box img {
      max-width: 760px;
      width: 100%;
      border: 1px solid #e4e4e4; }
  .clinical-pros.clinical-pros-gray-bg .pros-imgs-outer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin: 0 0 40px 0; }
    .clinical-pros.clinical-pros-gray-bg .pros-imgs-outer img {
      max-width: 315px; }
  .clinical-pros.clinical-pros-gray-bg .train-us-outer h3 {
    background-color: #e4e4e4;
    width: 100%;
    color: #222;
    margin: 0;
    font-size: 24px;
    padding: 12px;
    font-weight: 500;
    font-family: "GillSansStd", sans-serif; }
  .clinical-pros.clinical-pros-gray-bg .train-us-outer .train-us-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 0; }
    .clinical-pros.clinical-pros-gray-bg .train-us-outer .train-us-inner .left-box {
      width: 100%;
      background-color: #e4e4e4;
      padding: 20px;
      text-align: center;
      margin: 0 auto; }
      @media (min-width: 1025px) {
        .clinical-pros.clinical-pros-gray-bg .train-us-outer .train-us-inner .left-box {
          width: 50%; } }
      .clinical-pros.clinical-pros-gray-bg .train-us-outer .train-us-inner .left-box p {
        color: #222;
        margin: 0 auto;
        max-width: 300px;
        font-size: 35px;
        border-bottom: 1px solid #53565a;
        font-weight: 500;
        font-family: "GillSansStd", sans-serif; }
      .clinical-pros.clinical-pros-gray-bg .train-us-outer .train-us-inner .left-box ul {
        margin: 0;
        list-style: none;
        padding: 20px 0; }
        .clinical-pros.clinical-pros-gray-bg .train-us-outer .train-us-inner .left-box ul li a {
          font-size: 24px;
          font-weight: 600;
          font-family: "SourceSansPro", sans-serif;
          color: #53565a;
          text-decoration: none;
          display: inline-block;
          margin: 0 0 6px 0; }
          .clinical-pros.clinical-pros-gray-bg .train-us-outer .train-us-inner .left-box ul li a:hover {
            color: #c3d600; }
    .clinical-pros.clinical-pros-gray-bg .train-us-outer .train-us-inner .right-box {
      padding: 20px 20px 32px 20px;
      width: 100%;
      border: 1px solid #e4e4e4;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      @media (min-width: 1025px) {
        .clinical-pros.clinical-pros-gray-bg .train-us-outer .train-us-inner .right-box {
          width: 50%; } }
      .clinical-pros.clinical-pros-gray-bg .train-us-outer .train-us-inner .right-box .right-box-top,
      .clinical-pros.clinical-pros-gray-bg .train-us-outer .train-us-inner .right-box .right-box-bottom {
        margin: 0 auto; }
        .clinical-pros.clinical-pros-gray-bg .train-us-outer .train-us-inner .right-box .right-box-top p,
        .clinical-pros.clinical-pros-gray-bg .train-us-outer .train-us-inner .right-box .right-box-bottom p {
          color: #222;
          margin: 0 auto;
          max-width: 500px;
          text-align: center;
          font-size: 35px;
          border-bottom: 1px solid #53565a;
          font-weight: 500;
          font-family: "GillSansStd", sans-serif; }
        .clinical-pros.clinical-pros-gray-bg .train-us-outer .train-us-inner .right-box .right-box-top a,
        .clinical-pros.clinical-pros-gray-bg .train-us-outer .train-us-inner .right-box .right-box-bottom a {
          text-align: center;
          font-size: 24px;
          font-weight: 600;
          font-family: "SourceSansPro", sans-serif;
          color: #fff;
          text-decoration: none;
          display: inline-block;
          width: 100%;
          margin: 0 0 6px 0; }
  .clinical-pros.clinical-pros-gray-bg .train-us-outer .training-imgs-section {
    margin: 0px 0 50px 0; }
    @media (min-width: 1025px) {
      .clinical-pros.clinical-pros-gray-bg .train-us-outer .training-imgs-section {
        margin: 0 0 30px 0; } }
    .clinical-pros.clinical-pros-gray-bg .train-us-outer .training-imgs-section .training-inner img {
      margin: 40px auto;
      max-width: 1150px;
      max-height: 500px;
      width: auto;
      object-fit: contain; }
    .clinical-pros.clinical-pros-gray-bg .train-us-outer .training-imgs-section .slick-arrow {
      height: 160px;
      display: flex;
      width: 2.85714rem;
      z-index: 1;
      justify-content: center;
      align-items: center; }
    .clinical-pros.clinical-pros-gray-bg .train-us-outer .training-imgs-section .slick-prev {
      left: 0;
      border-radius: 0 6px 6px 0; }
    .clinical-pros.clinical-pros-gray-bg .train-us-outer .training-imgs-section .slick-next {
      right: 0;
      border-radius: 6px 0 0 6px; }
    .clinical-pros.clinical-pros-gray-bg .train-us-outer .training-imgs-section .slick-dots {
      bottom: -30px; }
      @media (min-width: 1025px) {
        .clinical-pros.clinical-pros-gray-bg .train-us-outer .training-imgs-section .slick-dots {
          bottom: -15px; } }
    .clinical-pros.clinical-pros-gray-bg .train-us-outer .training-imgs-section li button::before {
      background-color: #e4e4e4; }
  .clinical-pros.clinical-pros-gray-bg .obj-outer {
    border-top: 2px solid #e4e4e4;
    border-bottom: 2px solid #e4e4e4;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px; }
    .clinical-pros.clinical-pros-gray-bg .obj-outer .obj-inner {
      width: 100%; }
      @media (min-width: 1025px) {
        .clinical-pros.clinical-pros-gray-bg .obj-outer .obj-inner {
          width: calc(33.3% - 20px); } }
      .clinical-pros.clinical-pros-gray-bg .obj-outer .obj-inner p {
        margin: 0;
        color: #fff;
        font-family: "SourceSansPro", sans-serif; }
  .clinical-pros.clinical-pros-gray-bg .train-us-img-outer {
    display: flex;
    gap: 20px;
    justify-content: start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 40px 0; }
    .clinical-pros.clinical-pros-gray-bg .train-us-img-outer .train-us-img {
      width: 100%;
      text-align: center; }
      @media (min-width: 1025px) {
        .clinical-pros.clinical-pros-gray-bg .train-us-img-outer .train-us-img {
          width: calc(50% - 10px); } }
      .clinical-pros.clinical-pros-gray-bg .train-us-img-outer .train-us-img img {
        max-width: 300px;
        max-height: 300px;
        margin: 0 auto; }
    .clinical-pros.clinical-pros-gray-bg .train-us-img-outer .train-us-descrp {
      width: 100%; }
      @media (min-width: 1025px) {
        .clinical-pros.clinical-pros-gray-bg .train-us-img-outer .train-us-descrp {
          width: calc(50% - 10px); } }
      .clinical-pros.clinical-pros-gray-bg .train-us-img-outer .train-us-descrp ul {
        list-style: none;
        text-align: center; }
        .clinical-pros.clinical-pros-gray-bg .train-us-img-outer .train-us-descrp ul h5 {
          text-align: center;
          font-size: 24px;
          color: #fff;
          font-weight: 600;
          font-family: "SourceSansPro", sans-serif; }
        .clinical-pros.clinical-pros-gray-bg .train-us-img-outer .train-us-descrp ul li {
          text-align: center;
          font-size: 24px;
          color: #e4e4e4;
          font-weight: 400;
          font-family: "SourceSansPro", sans-serif; }
  .clinical-pros.clinical-pros-gray-bg .pace-box {
    padding: 20px 0;
    display: flex;
    align-items: flex-start;
    gap: 20px; }
    .clinical-pros.clinical-pros-gray-bg .pace-box p {
      margin: 0;
      color: #fff;
      font-family: "SourceSansPro", sans-serif; }

.clinical-pros .page-hd {
  color: #222222;
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
  margin: 36px 0;
  text-align: center;
  font-family: "GillSansStd", sans-serif; }
  @media (min-width: 1025px) {
    .clinical-pros .page-hd {
      font-size: 35px; } }

.clinical-pros .clinical-videos {
  margin: 60px 0 36px 0; }
  .clinical-pros .clinical-videos .clinical-video-hd {
    color: #222222;
    font-size: 28px;
    font-weight: 400;
    line-height: 100%;
    margin: 36px 0;
    text-align: center;
    font-family: "GillSansStd", sans-serif; }
    @media (min-width: 1025px) {
      .clinical-pros .clinical-videos .clinical-video-hd {
        font-size: 35px; } }
  .clinical-pros .clinical-videos .video-case-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    flex-wrap: wrap;
    gap: 20px;
    border: 1px solid #222222;
    margin: 30px 0; }
    .clinical-pros .clinical-videos .video-case-top .video-descrp {
      width: 100%; }
      @media (min-width: 1025px) {
        .clinical-pros .clinical-videos .video-case-top .video-descrp {
          width: calc(35% - 10px); } }
      .clinical-pros .clinical-videos .video-case-top .video-descrp p {
        font-size: 28px;
        margin: 0 0 8px 0;
        color: #222222;
        font-family: "SourceSansPro", sans-serif;
        font-weight: 600;
        text-align: center; }
    .clinical-pros .clinical-videos .video-case-top .video-box {
      width: 100%; }
      @media (min-width: 1025px) {
        .clinical-pros .clinical-videos .video-case-top .video-box {
          width: calc(100% - 35% - 10px); } }
      .clinical-pros .clinical-videos .video-case-top .video-box iframe {
        width: 100%;
        max-height: 260px; }
        @media (min-width: 1025px) {
          .clinical-pros .clinical-videos .video-case-top .video-box iframe {
            max-height: 490px; } }
  .clinical-pros .clinical-videos .video-case {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 0;
    flex-wrap: wrap;
    gap: 20px;
    border-bottom: 1px solid #222222;
    margin: 0 0 15px 0; }
    .clinical-pros .clinical-videos .video-case .video-case-box {
      display: flex;
      flex-direction: column;
      gap: 10px;
      width: 100%; }
      @media (min-width: 1025px) {
        .clinical-pros .clinical-videos .video-case .video-case-box {
          width: calc(50% - 10px); } }
      .clinical-pros .clinical-videos .video-case .video-case-box p {
        font-size: 28px;
        margin: 0 0 8px 0;
        color: #222222;
        font-family: "SourceSansPro", sans-serif;
        font-weight: 600;
        text-align: center; }
      .clinical-pros .clinical-videos .video-case .video-case-box .video-inner {
        width: 100%; }
        .clinical-pros .clinical-videos .video-case .video-case-box .video-inner iframe {
          width: 100%;
          height: 260px; }
          @media (min-width: 1025px) {
            .clinical-pros .clinical-videos .video-case .video-case-box .video-inner iframe {
              height: 360px; } }

.clinical-pros .pros-top-bar {
  padding: 10px;
  text-align: center;
  background-color: #c4d600;
  width: 100vw;
  margin-left: calc(-50vw + 50% - 10px);
  margin-bottom: 26px; }
  .clinical-pros .pros-top-bar p.top-bar-inner {
    margin: 0;
    font-size: 24px; }

.clinical-pros .protocol-boxes-outer {
  display: flex;
  flex-direction: column;
  gap: 10px; }
  .clinical-pros .protocol-boxes-outer .protocol-box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap;
    padding: 30px;
    border: 1px solid #ccc;
    border-radius: 6px; }
    .clinical-pros .protocol-boxes-outer .protocol-box .left-side {
      width: 100%; }
      @media (min-width: 1025px) {
        .clinical-pros .protocol-boxes-outer .protocol-box .left-side {
          width: calc(50% - 15px); } }
      .clinical-pros .protocol-boxes-outer .protocol-box .left-side h3 {
        color: #222222;
        font-size: 28px;
        margin: 0 0 18px 0;
        font-weight: 600;
        line-height: normal; }
        .clinical-pros .protocol-boxes-outer .protocol-box .left-side h3 a {
          text-decoration: none; }
    .clinical-pros .protocol-boxes-outer .protocol-box .right-side {
      width: 100%; }
      @media (min-width: 1025px) {
        .clinical-pros .protocol-boxes-outer .protocol-box .right-side {
          width: calc(50% - 15px); } }
      .clinical-pros .protocol-boxes-outer .protocol-box .right-side a {
        font-size: 20px;
        line-height: normal;
        margin: 0 0 12px 0;
        display: inline-block;
        text-decoration: none; }
      .clinical-pros .protocol-boxes-outer .protocol-box .right-side p {
        font-size: 18px;
        color: #222;
        margin: 0 0 8px 0; }
        .clinical-pros .protocol-boxes-outer .protocol-box .right-side p a {
          text-decoration: none;
          font-weight: 500; }
      .clinical-pros .protocol-boxes-outer .protocol-box .right-side .right-btns {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin: 24px 0 0; }
        .clinical-pros .protocol-boxes-outer .protocol-box .right-side .right-btns a {
          display: inline-block;
          color: #222;
          font-size: 18px;
          font-weight: 600;
          line-height: 26.6px;
          text-decoration: none;
          letter-spacing: 0.23px;
          margin: 0; }
          .clinical-pros .protocol-boxes-outer .protocol-box .right-side .right-btns a:hover {
            color: #757575; }

.clinical-pros a.btn-bottom {
  display: block;
  width: 100%;
  height: 55px;
  color: #222;
  margin: 24px auto;
  font-size: 20px;
  max-width: 250px;
  font-weight: 600;
  text-align: center;
  border-radius: 50px;
  line-height: 26.6px;
  text-decoration: none;
  align-content: center;
  background: #c4d600;
  letter-spacing: 0.23px;
  border: none;
  font-family: "SourceSansPro", sans-serif;
  transition: 0.2s all ease; }
  .clinical-pros a.btn-bottom:hover {
    color: #c3d600;
    background: #222222;
    transition: 0.2s all ease; }

.clinical-pros .bottom-descrip p {
  font-size: 14px;
  color: #222;
  margin: 0 0 8px 0; }

.clinical-pros-wrap {
  background: #53565a;
  width: 100%;
  padding: 36px 0; }
  .clinical-pros-wrap .page-hd {
    color: #fff;
    font-size: 35px;
    font-weight: 400;
    line-height: 100%;
    margin: 36px 0;
    text-align: center;
    font-family: "GillSansStd", sans-serif; }
    @media (min-width: 1025px) {
      .clinical-pros-wrap .page-hd {
        font-size: 55px; } }
  .clinical-pros-wrap .pros-content-section {
    display: flex;
    flex-direction: column;
    gap: 40px; }
    .clinical-pros-wrap .pros-content-section .content-descrp p {
      font-size: 18px;
      margin: 0 0 8px 0;
      color: #fff; }
    .clinical-pros-wrap .pros-content-section .pros-boxes-outer {
      display: flex;
      flex-direction: column;
      gap: 20px;
      justify-content: center;
      width: 100%; }
      .clinical-pros-wrap .pros-content-section .pros-boxes-outer .pros-box {
        padding: 30px;
        border: 1px solid #ccc;
        display: flex;
        gap: 30px;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap; }
        .clinical-pros-wrap .pros-content-section .pros-boxes-outer .pros-box .pros-img {
          width: 100%; }
          @media (min-width: 1025px) {
            .clinical-pros-wrap .pros-content-section .pros-boxes-outer .pros-box .pros-img {
              width: 48%; } }
          .clinical-pros-wrap .pros-content-section .pros-boxes-outer .pros-box .pros-img img {
            width: 100%; }
        .clinical-pros-wrap .pros-content-section .pros-boxes-outer .pros-box .pros-links-wrap {
          display: flex;
          width: 100%;
          justify-content: space-between;
          align-items: flex-start;
          gap: 15px; }
          @media (min-width: 1025px) {
            .clinical-pros-wrap .pros-content-section .pros-boxes-outer .pros-box .pros-links-wrap {
              width: calc(45% - 30px); } }
          .clinical-pros-wrap .pros-content-section .pros-boxes-outer .pros-box .pros-links-wrap .pros-links-col {
            display: flex;
            flex-direction: column;
            gap: 10px;
            justify-content: center; }
            .clinical-pros-wrap .pros-content-section .pros-boxes-outer .pros-box .pros-links-wrap .pros-links-col a {
              font-family: "SourceSansPro", sans-serif;
              font-size: 24px;
              text-decoration: none;
              color: #fff;
              line-height: 30px; }
              .clinical-pros-wrap .pros-content-section .pros-boxes-outer .pros-box .pros-links-wrap .pros-links-col a:hover {
                color: #ccc; }
    .clinical-pros-wrap .pros-content-section .btn-wrapper {
      width: 100%;
      display: flex;
      justify-content: center; }
      .clinical-pros-wrap .pros-content-section .btn-wrapper a.btn-bottom {
        display: inline-block;
        height: 55px;
        color: #222;
        font-size: 20px;
        width: 100%;
        max-width: 250px;
        font-weight: 600;
        text-align: center;
        border-radius: 50px;
        line-height: 26.6px;
        text-decoration: none;
        align-content: center;
        background: #c4d600;
        letter-spacing: 0.23px;
        border: none;
        font-family: "SourceSansPro", sans-serif;
        transition: 0.2s all ease; }
        .clinical-pros-wrap .pros-content-section .btn-wrapper a.btn-bottom:hover {
          color: #c3d600;
          background: #222222;
          transition: 0.2s all ease; }
    .clinical-pros-wrap .pros-content-section .bottom-descrp p {
      font-size: 14px;
      color: #fff;
      font-family: "SourceSansPro", sans-serif; }
  .clinical-pros-wrap .pros-pdf-section {
    display: flex;
    flex-direction: column;
    gap: 30px; }
    .clinical-pros-wrap .pros-pdf-section .pros-pdf-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: center; }
      .clinical-pros-wrap .pros-pdf-section .pros-pdf-wrapper .pros-pdf-box {
        width: 50%;
        display: flex;
        border: 1px solid #ccc;
        margin-bottom: -1px;
        margin-left: -1px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        padding: 20px; }
        @media (min-width: 1025px) {
          .clinical-pros-wrap .pros-pdf-section .pros-pdf-wrapper .pros-pdf-box {
            width: 25%; } }
        .clinical-pros-wrap .pros-pdf-section .pros-pdf-wrapper .pros-pdf-box span {
          font-size: 28px;
          font-weight: 600;
          color: #fff; }
        .clinical-pros-wrap .pros-pdf-section .pros-pdf-wrapper .pros-pdf-box img {
          max-width: 120px; }
    .clinical-pros-wrap .pros-pdf-section .bottom-descrp p {
      font-size: 14px;
      color: #fff; }

.expansion-pros-wrap {
  padding: 20px 0; }
  .expansion-pros-wrap .page-hd {
    color: #222;
    font-size: 36px;
    font-weight: 400;
    line-height: 100%;
    margin: 36px auto;
    max-width: 800px;
    width: 100%;
    text-align: center;
    font-family: "GillSansStd", sans-serif; }
    @media (min-width: 1025px) {
      .expansion-pros-wrap .page-hd {
        font-size: 55px; } }
  .expansion-pros-wrap .pros-top-banner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    padding: 20px;
    margin: 20px;
    border: 1px solid #c4d600; }
    .expansion-pros-wrap .pros-top-banner .pros-top-img {
      width: 100%; }
      @media (min-width: 1025px) {
        .expansion-pros-wrap .pros-top-banner .pros-top-img {
          width: calc(80% - 20px); } }
    .expansion-pros-wrap .pros-top-banner .btn-wrapper {
      width: 100%;
      margin: 20px 0;
      display: flex;
      justify-content: center; }
      @media (min-width: 1025px) {
        .expansion-pros-wrap .pros-top-banner .btn-wrapper {
          width: 20%; } }
      .expansion-pros-wrap .pros-top-banner .btn-wrapper .btn-top {
        display: inline-block;
        height: 55px;
        color: #222;
        font-size: 20px;
        width: 100%;
        max-width: 250px;
        font-weight: 600;
        text-align: center;
        border-radius: 50px;
        line-height: 26.6px;
        text-decoration: none;
        align-content: center;
        background: #c4d600;
        letter-spacing: 0.23px;
        font-family: "SourceSansPro", sans-serif;
        transition: 0.2s all ease; }
        .expansion-pros-wrap .pros-top-banner .btn-wrapper .btn-top:hover {
          color: #c3d600;
          background: #222222;
          transition: 0.2s all ease; }
  .expansion-pros-wrap .btn-wrapper {
    width: 100%;
    margin: 40px 0;
    display: flex;
    justify-content: center; }
    .expansion-pros-wrap .btn-wrapper .download-btn {
      display: inline-block;
      height: 55px;
      color: #222;
      font-size: 20px;
      width: 100%;
      max-width: 250px;
      font-weight: 600;
      text-align: center;
      border-radius: 8px;
      line-height: 26.6px;
      text-decoration: none;
      align-content: center;
      background: #c4d600;
      letter-spacing: 0.23px;
      font-family: "SourceSansPro", sans-serif;
      transition: 0.2s all ease; }
      .expansion-pros-wrap .btn-wrapper .download-btn:hover {
        color: #c3d600;
        background: #222222;
        transition: 0.2s all ease; }
  .expansion-pros-wrap .studies-section {
    padding: 40px 0; }
    .expansion-pros-wrap .studies-section .content-img {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .expansion-pros-wrap .studies-section .content-img img {
        max-width: 350px;
        width: 100%; }
    .expansion-pros-wrap .studies-section .studies-paper {
      display: flex;
      justify-content: start;
      align-items: stretch;
      flex-wrap: wrap;
      gap: 20px;
      padding: 30px 0; }
      .expansion-pros-wrap .studies-section .studies-paper .study-paper {
        width: 100%;
        background: #e4e4e4;
        padding: 20px; }
        @media (min-width: 767px) {
          .expansion-pros-wrap .studies-section .studies-paper .study-paper {
            width: calc(50% - 15px); } }
        @media (min-width: 1025px) {
          .expansion-pros-wrap .studies-section .studies-paper .study-paper {
            width: calc(33.3% - 15px); } }
        .expansion-pros-wrap .studies-section .studies-paper .study-paper a {
          font-size: 24px;
          font-weight: 600;
          text-decoration: none;
          display: flex;
          font-family: "SourceSansPro", sans-serif;
          flex-direction: column;
          gap: 10px;
          color: #c4d600;
          margin: 0 0 10px 0;
          display: inline-block; }
          .expansion-pros-wrap .studies-section .studies-paper .study-paper a:hover {
            color: #222; }
          .expansion-pros-wrap .studies-section .studies-paper .study-paper a img {
            height: auto;
            width: auto;
            margin: 0 0 10px 0;
            display: block; }
            @media (min-width: 1025px) {
              .expansion-pros-wrap .studies-section .studies-paper .study-paper a img {
                height: 560px; } }
        .expansion-pros-wrap .studies-section .studies-paper .study-paper p {
          color: #222;
          font-family: "SourceSansPro", sans-serif;
          font-size: 15px;
          margin: 0; }
    .expansion-pros-wrap .studies-section .next-section-btn a {
      color: #c4d600;
      font-family: "SourceSansPro", sans-serif;
      font-size: 28px;
      font-weight: 500;
      text-align: end;
      margin: 20px 0;
      display: flex;
      justify-content: end; }
    .expansion-pros-wrap .studies-section .content-descrp {
      margin: 60px 40px;
      display: flex;
      flex-direction: column;
      gap: 20px;
      justify-content: center;
      align-items: center; }
      .expansion-pros-wrap .studies-section .content-descrp img {
        border: 1px solid #222; }
    .expansion-pros-wrap .studies-section .bottom-descrp {
      padding: 0 40px; }
    .expansion-pros-wrap .studies-section .study-bottom-descrp {
      padding: 0; }
  .expansion-pros-wrap .next-clinical-page a {
    color: #222222;
    font-weight: 600;
    font-size: 24px;
    text-align: end;
    font-family: "SourceSansPro", sans-serif;
    margin: 20px 0;
    padding: 10px;
    display: block; }
  .expansion-pros-wrap .clinical-pros-inner .pros-top-band p {
    background-color: #c3d600;
    color: #222222;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    font-family: "SourceSansPro", sans-serif;
    margin: 20px auto;
    padding: 10px;
    width: 100%; }
  .expansion-pros-wrap .clinical-pros-inner .pros-boxes {
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
    padding: 30px 0; }
    .expansion-pros-wrap .clinical-pros-inner .pros-boxes .pros-box {
      width: 100%;
      background: #e4e4e4;
      padding: 20px; }
      @media (min-width: 767px) {
        .expansion-pros-wrap .clinical-pros-inner .pros-boxes .pros-box {
          width: calc(50% - 15px); } }
      @media (min-width: 1025px) {
        .expansion-pros-wrap .clinical-pros-inner .pros-boxes .pros-box {
          width: calc(33.3% - 15px); } }
      .expansion-pros-wrap .clinical-pros-inner .pros-boxes .pros-box .pros-box-img img {
        height: auto;
        width: auto;
        margin: 0 0 10px 0;
        display: block; }
        @media (min-width: 1025px) {
          .expansion-pros-wrap .clinical-pros-inner .pros-boxes .pros-box .pros-box-img img {
            height: 560px; } }
      .expansion-pros-wrap .clinical-pros-inner .pros-boxes .pros-box .pros-box-descrp a {
        font-size: 24px;
        font-weight: 600;
        text-decoration: none;
        display: flex;
        font-family: "SourceSansPro", sans-serif;
        flex-direction: column;
        gap: 10px;
        color: #c4d600;
        margin: 0 0 10px 0;
        display: inline-block; }
        .expansion-pros-wrap .clinical-pros-inner .pros-boxes .pros-box .pros-box-descrp a:hover {
          color: #222; }
      .expansion-pros-wrap .clinical-pros-inner .pros-boxes .pros-box .pros-box-descrp p {
        color: #222;
        font-family: "SourceSansPro", sans-serif;
        font-size: 15px;
        margin: 0; }
  .expansion-pros-wrap .expansiion-pros-section {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    background-color: #fff;
    padding: 40px;
    border-radius: 8px; }
    .expansion-pros-wrap .expansiion-pros-section .content-descrp {
      width: 100%; }
      .expansion-pros-wrap .expansiion-pros-section .content-descrp h3 {
        font-family: "GillSansStd", sans-serif;
        font-size: 28px;
        font-weight: 500;
        color: #c4d600;
        margin: 0 0 18px 0; }
      .expansion-pros-wrap .expansiion-pros-section .content-descrp p {
        font-family: "SourceSansPro", sans-serif;
        font-size: 20px;
        color: #222222;
        margin: 0 0 16px 0; }
      .expansion-pros-wrap .expansiion-pros-section .content-descrp img {
        text-align: center;
        margin: 0 auto;
        width: 100%; }
      .expansion-pros-wrap .expansiion-pros-section .content-descrp.content-top-box {
        width: 100%;
        border: 1px solid #222222;
        padding: 10px; }
    .expansion-pros-wrap .expansiion-pros-section .expansion-pros-outer {
      display: flex;
      flex-direction: column;
      gap: 40px; }
      .expansion-pros-wrap .expansiion-pros-section .expansion-pros-outer .pros-boxes-outer {
        display: flex;
        flex-direction: column;
        gap: 50px; }
        .expansion-pros-wrap .expansiion-pros-section .expansion-pros-outer .pros-boxes-outer .pros-top-box {
          width: 100%;
          border: 1px solid #222222;
          padding: 10px; }
          .expansion-pros-wrap .expansiion-pros-section .expansion-pros-outer .pros-boxes-outer .pros-top-box .about-protocols {
            width: 100% !important; }
        .expansion-pros-wrap .expansiion-pros-section .expansion-pros-outer .pros-boxes-outer .pros-bordered-box {
          border-bottom: 1px solid #ccc; }
          .expansion-pros-wrap .expansiion-pros-section .expansion-pros-outer .pros-boxes-outer .pros-bordered-box .pros-bottom-descrp {
            padding: 0 0 15px 0; }
        .expansion-pros-wrap .expansiion-pros-section .expansion-pros-outer .pros-boxes-outer .pros-box {
          display: flex;
          justify-content: space-between;
          align-items: center;
          flex-wrap: wrap;
          gap: 20px; }
          .expansion-pros-wrap .expansiion-pros-section .expansion-pros-outer .pros-boxes-outer .pros-box .tech-about {
            width: 100% !important; }
          .expansion-pros-wrap .expansiion-pros-section .expansion-pros-outer .pros-boxes-outer .pros-box .tech-img {
            width: 100% !important;
            display: flex;
            justify-content: center; }
            .expansion-pros-wrap .expansiion-pros-section .expansion-pros-outer .pros-boxes-outer .pros-box .tech-img img {
              width: auto !important; }
          .expansion-pros-wrap .expansiion-pros-section .expansion-pros-outer .pros-boxes-outer .pros-box .about-protocols {
            width: 100%;
            display: flex;
            flex-direction: column;
            gap: 30px; }
            @media (min-width: 1025px) {
              .expansion-pros-wrap .expansiion-pros-section .expansion-pros-outer .pros-boxes-outer .pros-box .about-protocols {
                width: 62%; } }
            .expansion-pros-wrap .expansiion-pros-section .expansion-pros-outer .pros-boxes-outer .pros-box .about-protocols p {
              font-family: "SourceSansPro", sans-serif;
              font-size: 20px;
              color: #222222;
              margin: 0 0 8px 0; }
            .expansion-pros-wrap .expansiion-pros-section .expansion-pros-outer .pros-boxes-outer .pros-box .about-protocols span {
              font-family: "SourceSansPro", sans-serif;
              font-size: 24px;
              color: #c4d600;
              display: inline-block;
              font-weight: 500;
              margin: 0 0 16px 0; }
          .expansion-pros-wrap .expansiion-pros-section .expansion-pros-outer .pros-boxes-outer .pros-box .pros-img {
            width: 100%; }
            @media (min-width: 1025px) {
              .expansion-pros-wrap .expansiion-pros-section .expansion-pros-outer .pros-boxes-outer .pros-box .pros-img {
                width: calc(38% - 20px); } }
            .expansion-pros-wrap .expansiion-pros-section .expansion-pros-outer .pros-boxes-outer .pros-box .pros-img img {
              width: 100%; }
          .expansion-pros-wrap .expansiion-pros-section .expansion-pros-outer .pros-boxes-outer .pros-box .box-outer {
            width: calc(50% - 10px);
            display: flex;
            flex-direction: column;
            align-items: center; }
            .expansion-pros-wrap .expansiion-pros-section .expansion-pros-outer .pros-boxes-outer .pros-box .box-outer .box-bottom-descrp {
              padding: 0 30px 0 0; }
              .expansion-pros-wrap .expansiion-pros-section .expansion-pros-outer .pros-boxes-outer .pros-box .box-outer .box-bottom-descrp p {
                font-family: "SourceSansPro", sans-serif;
                font-size: 20px;
                color: #222222;
                margin: 0 0 8px 0; }
      .expansion-pros-wrap .expansiion-pros-section .expansion-pros-outer .expansion-pros-bottom .bottom-img img {
        width: 100%; }
      .expansion-pros-wrap .expansiion-pros-section .expansion-pros-outer .expansion-pros-bottom .bottom-img p {
        font-size: 14px;
        color: #000;
        font-weight: 600;
        font-family: "SourceSansPro", sans-serif;
        text-align: end; }
      .expansion-pros-wrap .expansiion-pros-section .expansion-pros-outer .expansion-pros-bottom .bottom-img h4 {
        font-family: "SourceSansPro", sans-serif;
        font-size: 18px;
        color: #222222;
        margin: 0 0 8px 0;
        text-align: start; }
      .expansion-pros-wrap .expansiion-pros-section .expansion-pros-outer .expansion-pros-bottom .img-bottom-descrp {
        margin: 30px 0 0; }
        .expansion-pros-wrap .expansiion-pros-section .expansion-pros-outer .expansion-pros-bottom .img-bottom-descrp p {
          font-family: "SourceSansPro", sans-serif;
          font-size: 18px;
          color: #222222;
          margin: 0 0 8px 0;
          text-align: center; }
          .expansion-pros-wrap .expansiion-pros-section .expansion-pros-outer .expansion-pros-bottom .img-bottom-descrp p a {
            color: #222222; }
    .expansion-pros-wrap .expansiion-pros-section .bottom-descrp p {
      font-size: 14px;
      color: #222222;
      margin: 0;
      font-family: "SourceSansPro", sans-serif; }

.surgery-sys-outer {
  background-color: #222222;
  padding: 30px 0; }
  .surgery-sys-outer .page-hd {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    font-family: "GillSansStd", sans-serif; }
    @media (min-width: 1025px) {
      .surgery-sys-outer .page-hd {
        font-size: 55px; } }
  .surgery-sys-outer .surgery-sys-inner .surgery-sys-img.top-img {
    border-bottom: 1px solid #e4e4e4;
    padding: 30px 0; }
  .surgery-sys-outer .surgery-sys-inner .surgery-sys-img {
    position: relative; }
    .surgery-sys-outer .surgery-sys-inner .surgery-sys-img p {
      position: absolute;
      right: 40px;
      top: 50%;
      color: #ffffff;
      font-weight: 600;
      font-size: 32px;
      text-align: center;
      transform: translateY(-50%);
      font-family: "SourceSansPro", sans-serif; }
    .surgery-sys-outer .surgery-sys-inner .surgery-sys-img a {
      display: inline-block;
      width: 100%;
      margin: 20px 0; }
      .surgery-sys-outer .surgery-sys-inner .surgery-sys-img a img {
        margin: 0 auto;
        display: block; }
  .surgery-sys-outer .surgery-sys-inner .surgery-sys-video {
    width: 100%; }
    .surgery-sys-outer .surgery-sys-inner .surgery-sys-video iframe {
      width: 100%;
      height: 260px; }
      @media (min-width: 1025px) {
        .surgery-sys-outer .surgery-sys-inner .surgery-sys-video iframe {
          height: 520px; } }
      @media (min-width: 1261px) {
        .surgery-sys-outer .surgery-sys-inner .surgery-sys-video iframe {
          height: 900px; } }
  .surgery-sys-outer .surgery-sys-inner .surgery-sys-descrp p {
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    font-family: "SourceSansPro", sans-serif;
    margin: 0; }
    .surgery-sys-outer .surgery-sys-inner .surgery-sys-descrp p a {
      color: #ffffff;
      font-weight: 500;
      font-size: 18px;
      text-align: left;
      font-family: "SourceSansPro", sans-serif; }
  .surgery-sys-outer .surgery-sys-inner .surgery-sys-videos .surgery-video-band {
    margin: 30px 0 0;
    background-color: #e4e4e4;
    padding: 10px; }
    .surgery-sys-outer .surgery-sys-inner .surgery-sys-videos .surgery-video-band h3 {
      margin: 0;
      font-weight: 600;
      font-size: 24px;
      text-align: left;
      font-family: "SourceSansPro", sans-serif; }
  .surgery-sys-outer .surgery-sys-inner .surgery-sys-videos .surgery-videos {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    border-bottom: 1px solid #e4e4e4;
    padding: 30px 0; }
    .surgery-sys-outer .surgery-sys-inner .surgery-sys-videos .surgery-videos .sys-video {
      width: 100%; }
      @media (min-width: 767px) {
        .surgery-sys-outer .surgery-sys-inner .surgery-sys-videos .surgery-videos .sys-video {
          width: calc(50% - 10px); } }
      .surgery-sys-outer .surgery-sys-inner .surgery-sys-videos .surgery-videos .sys-video iframe {
        width: 100%;
        height: 200px; }
        @media (min-width: 1025px) {
          .surgery-sys-outer .surgery-sys-inner .surgery-sys-videos .surgery-videos .sys-video iframe {
            height: 360px; } }
  .surgery-sys-outer .surgery-sys-inner .surgery-sys-about {
    border-bottom: 1px solid #e4e4e4;
    padding: 30px 0; }
    .surgery-sys-outer .surgery-sys-inner .surgery-sys-about h3 {
      color: #e4e4e4;
      margin: 0 0 30px 0;
      font-weight: 600;
      font-size: 32px;
      text-align: left;
      font-family: "SourceSansPro", sans-serif; }
    .surgery-sys-outer .surgery-sys-inner .surgery-sys-about .sys-about-boxes {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 20px;
      flex-wrap: wrap; }
      .surgery-sys-outer .surgery-sys-inner .surgery-sys-about .sys-about-boxes .left-box {
        width: 100%; }
        @media (min-width: 767px) {
          .surgery-sys-outer .surgery-sys-inner .surgery-sys-about .sys-about-boxes .left-box {
            width: calc(50% - 10px); } }
        .surgery-sys-outer .surgery-sys-inner .surgery-sys-about .sys-about-boxes .left-box img {
          width: 100%; }
      .surgery-sys-outer .surgery-sys-inner .surgery-sys-about .sys-about-boxes .right-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%; }
        @media (min-width: 767px) {
          .surgery-sys-outer .surgery-sys-inner .surgery-sys-about .sys-about-boxes .right-box {
            width: calc(50% - 10px); } }
        .surgery-sys-outer .surgery-sys-inner .surgery-sys-about .sys-about-boxes .right-box h4 {
          color: #e4e4e4;
          margin: 20px 0;
          font-weight: 600;
          font-size: 32px;
          text-align: left;
          font-family: "SourceSansPro", sans-serif; }
        .surgery-sys-outer .surgery-sys-inner .surgery-sys-about .sys-about-boxes .right-box p {
          color: #e4e4e4;
          margin: 0 0 15px;
          font-weight: 500;
          font-size: 24px;
          text-align: left;
          font-family: "SourceSansPro", sans-serif; }
        .surgery-sys-outer .surgery-sys-inner .surgery-sys-about .sys-about-boxes .right-box a.btn-bottom {
          display: block;
          width: 100%;
          height: 55px;
          color: #222;
          margin: 0 auto;
          font-size: 17px;
          max-width: 212px;
          font-weight: 400;
          text-align: center;
          border-radius: 50px;
          line-height: 26.6px;
          text-decoration: none;
          align-content: center;
          background: #c4d600;
          letter-spacing: 0.23px;
          font-family: "SourceSansPro", sans-serif;
          transition: 0.2s all ease; }
          .surgery-sys-outer .surgery-sys-inner .surgery-sys-about .sys-about-boxes .right-box a.btn-bottom:hover {
            color: #222;
            background: #fff;
            transition: 0.2s all ease; }
  .surgery-sys-outer .surgery-sys-inner .surgery-pages-outer {
    border-bottom: 1px solid #e4e4e4;
    padding: 30px 0; }
    .surgery-sys-outer .surgery-sys-inner .surgery-pages-outer h4 {
      color: #e4e4e4;
      margin: 0 0 30px 0;
      font-weight: 600;
      font-size: 32px;
      text-align: left;
      font-family: "SourceSansPro", sans-serif; }
    .surgery-sys-outer .surgery-sys-inner .surgery-pages-outer .pages-outer {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
      gap: 20px; }
      .surgery-sys-outer .surgery-sys-inner .surgery-pages-outer .pages-outer .page-box-upper {
        width: 100%; }
        .surgery-sys-outer .surgery-sys-inner .surgery-pages-outer .pages-outer .page-box-upper a {
          display: inline-block;
          width: 100%; }
          .surgery-sys-outer .surgery-sys-inner .surgery-pages-outer .pages-outer .page-box-upper a img {
            width: 100%; }
      .surgery-sys-outer .surgery-sys-inner .surgery-pages-outer .pages-outer .page-box {
        width: 1005; }
        @media (min-width: 767px) {
          .surgery-sys-outer .surgery-sys-inner .surgery-pages-outer .pages-outer .page-box {
            width: calc(50% - 10px); } }
        .surgery-sys-outer .surgery-sys-inner .surgery-pages-outer .pages-outer .page-box p {
          color: #e4e4e4;
          margin: 15px 0;
          font-weight: 500;
          font-size: 24px;
          text-align: left;
          font-family: "SourceSansPro", sans-serif; }
  .surgery-sys-outer .surgery-sys-inner .surgery-sys-brands {
    border-bottom: 1px solid #e4e4e4;
    padding: 30px 0; }
    .surgery-sys-outer .surgery-sys-inner .surgery-sys-brands h4.surgery-hd-band {
      background-color: #e4e4e4;
      padding: 10px;
      margin: 0;
      font-weight: 600;
      font-size: 24px;
      text-align: center;
      font-family: "SourceSansPro", sans-serif; }
    .surgery-sys-outer .surgery-sys-inner .surgery-sys-brands .upper-brand {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 20px;
      margin: 30px 0; }
      .surgery-sys-outer .surgery-sys-inner .surgery-sys-brands .upper-brand a {
        width: calc(50% - 15px); }
        @media (min-width: 767px) {
          .surgery-sys-outer .surgery-sys-inner .surgery-sys-brands .upper-brand a {
            width: calc(33.3% - 15px); } }
    .surgery-sys-outer .surgery-sys-inner .surgery-sys-brands .bottom-brands {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 20px;
      margin: 0 0 30px 0; }
      .surgery-sys-outer .surgery-sys-inner .surgery-sys-brands .bottom-brands a {
        width: calc(50% - 15px); }
        @media (min-width: 767px) {
          .surgery-sys-outer .surgery-sys-inner .surgery-sys-brands .bottom-brands a {
            width: calc(25% - 15px); } }
  .surgery-sys-outer .surgery-sys-inner .surgery-sys-brands {
    border-bottom: 1px solid #e4e4e4;
    padding: 30px 0; }
    .surgery-sys-outer .surgery-sys-inner .surgery-sys-brands .surgery-labs-outer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 20px;
      margin: 30px 0; }
      .surgery-sys-outer .surgery-sys-inner .surgery-sys-brands .surgery-labs-outer .surgery-lab-box {
        width: 100%; }
        @media (min-width: 767px) {
          .surgery-sys-outer .surgery-sys-inner .surgery-sys-brands .surgery-labs-outer .surgery-lab-box {
            width: calc(33.3% - 15px); } }
  .surgery-sys-outer .surgery-sys-inner .surgery-international-labs h4.surgery-hd-band {
    background-color: #e4e4e4;
    padding: 10px;
    margin: 0;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    font-family: "SourceSansPro", sans-serif; }
  .surgery-sys-outer .surgery-sys-inner .surgery-international-labs .surgery-in-labs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px; }
    .surgery-sys-outer .surgery-sys-inner .surgery-international-labs .surgery-in-labs .labs-col {
      width: 100%;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      gap: 20px;
      margin: 30px 0; }
      @media (min-width: 767px) {
        .surgery-sys-outer .surgery-sys-inner .surgery-international-labs .surgery-in-labs .labs-col {
          width: calc(33.3% - 25px); } }
      .surgery-sys-outer .surgery-sys-inner .surgery-international-labs .surgery-in-labs .labs-col .lab-about-col {
        border-bottom: 1px solid #e4e4e4; }
        .surgery-sys-outer .surgery-sys-inner .surgery-international-labs .surgery-in-labs .labs-col .lab-about-col p {
          color: #e4e4e4;
          margin: 15px 0;
          font-weight: 500;
          font-size: 20px;
          text-align: left;
          font-family: "SourceSansPro", sans-serif; }
  .surgery-sys-outer .surgery-sys-inner .surgery-started-outer h4.surgery-hd-band {
    background-color: #e4e4e4;
    padding: 10px;
    margin: 0;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    font-family: "SourceSansPro", sans-serif; }
  .surgery-sys-outer .surgery-sys-inner .surgery-started-outer .surgery-started-img {
    width: 100%;
    margin: 30px 0; }
    .surgery-sys-outer .surgery-sys-inner .surgery-started-outer .surgery-started-img img {
      width: 100%; }
  .surgery-sys-outer .surgery-sys-inner .surgery-testimonials h4.surgery-hd-band {
    background-color: #e4e4e4;
    padding: 10px;
    margin: 0;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    font-family: "SourceSansPro", sans-serif; }
  .surgery-sys-outer .surgery-sys-inner .surgery-testimonials .testimonial-outer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start; }
    .surgery-sys-outer .surgery-sys-inner .surgery-testimonials .testimonial-outer .testimonal-box {
      width: 100%;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 20px;
      margin: 30px 0; }
      @media (min-width: 767px) {
        .surgery-sys-outer .surgery-sys-inner .surgery-testimonials .testimonial-outer .testimonal-box {
          width: calc(50% - 15px); } }
      .surgery-sys-outer .surgery-sys-inner .surgery-testimonials .testimonial-outer .testimonal-box img {
        width: 280px;
        height: auto; }
      .surgery-sys-outer .surgery-sys-inner .surgery-testimonials .testimonial-outer .testimonal-box .testionial-descrp h5 {
        color: #e4e4e4;
        margin: 15px 0;
        font-weight: 600;
        font-size: 24px;
        text-align: center;
        font-family: "SourceSansPro", sans-serif;
        text-decoration: underline; }
      .surgery-sys-outer .surgery-sys-inner .surgery-testimonials .testimonial-outer .testimonal-box .testionial-descrp p {
        color: #e4e4e4;
        margin: 15px 0;
        font-weight: 500;
        font-size: 22px;
        text-align: center;
        font-family: "SourceSansPro", sans-serif; }
  .surgery-sys-outer .surgery-sys-inner .faqs-outer h4.surgery-hd-band {
    background-color: #e4e4e4;
    padding: 10px;
    margin: 0;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    font-family: "SourceSansPro", sans-serif; }
  .surgery-sys-outer .surgery-sys-inner .faqs-outer .faqs-inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0; }
    .surgery-sys-outer .surgery-sys-inner .faqs-outer .faqs-inner .faq-box h5 {
      text-transform: none;
      color: #e4e4e4;
      margin: 15px 0;
      font-weight: 600;
      font-size: 24px;
      text-align: left;
      font-family: "SourceSansPro", sans-serif;
      text-decoration: underline; }
    .surgery-sys-outer .surgery-sys-inner .faqs-outer .faqs-inner .faq-box p {
      color: #e4e4e4;
      margin: 15px 0;
      font-weight: 500;
      font-size: 22px;
      text-align: left;
      font-family: "SourceSansPro", sans-serif; }
  .surgery-sys-outer .surgery-sys-inner a.bottom-btn {
    display: block;
    width: 100%;
    height: 55px;
    color: #222;
    margin: 0 auto;
    font-size: 17px;
    max-width: 212px;
    font-weight: 400;
    text-align: center;
    border-radius: 50px;
    line-height: 26.6px;
    text-decoration: none;
    align-content: center;
    background: #c4d600;
    letter-spacing: 0.23px;
    font-family: "SourceSansPro", sans-serif;
    transition: 0.2s all ease; }
    .surgery-sys-outer .surgery-sys-inner a.bottom-btn:hover {
      color: #222;
      background: #fff;
      transition: 0.2s all ease; }
  .surgery-sys-outer .surgery-sys-inner .bottom-descrp p {
    color: #e4e4e4;
    margin: 15px 0;
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    font-family: "SourceSansPro", sans-serif; }
  .surgery-sys-outer .surgery-sys-inner .bottom-descrp span {
    color: #e4e4e4;
    margin: 15px 0;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    font-family: "SourceSansPro", sans-serif; }

.cont-testing-videos {
  margin: 30px 0; }
  .cont-testing-videos .cont-videos-outer .cont-descrp p {
    background-color: #e4e4e4;
    color: #222222;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    font-family: "SourceSansPro", sans-serif;
    margin: 20px auto;
    padding: 10px;
    max-width: 990px; }
  .cont-testing-videos .cont-videos-outer .cont-videos-inner h4 {
    background-color: #222222;
    padding: 10px;
    margin: 0;
    font-weight: 600;
    font-size: 24px;
    color: #e4e4e4;
    text-align: left;
    font-family: "SourceSansPro", sans-serif; }
  .cont-testing-videos .cont-videos-outer .cont-videos-inner .cont-videos {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap; }
    .cont-testing-videos .cont-videos-outer .cont-videos-inner .cont-videos .cont-video {
      width: 100%;
      margin: 20px 0 0; }
      @media (min-width: 767px) {
        .cont-testing-videos .cont-videos-outer .cont-videos-inner .cont-videos .cont-video {
          width: calc(50% - 15px); } }
      .cont-testing-videos .cont-videos-outer .cont-videos-inner .cont-videos .cont-video p {
        text-align: center;
        color: #c3d600;
        font-weight: 600;
        font-size: 24px;
        font-family: "SourceSansPro", sans-serif;
        margin: 0 0 15px 0; }
      .cont-testing-videos .cont-videos-outer .cont-videos-inner .cont-videos .cont-video a img,
      .cont-testing-videos .cont-videos-outer .cont-videos-inner .cont-videos .cont-video iframe {
        width: 100%;
        height: 360px; }
  .cont-testing-videos .cont-videos-outer .bottom-descrp {
    margin: 20px 0 0; }

.testimonial-outer .testimomial-inner .page-hd {
  color: #222222;
  font-size: 35px;
  font-weight: 500;
  text-align: center;
  font-family: "GillSansStd", sans-serif; }
  @media (min-width: 1025px) {
    .testimonial-outer .testimomial-inner .page-hd {
      font-size: 55px; } }

.testimonial-outer .testimomial-inner .testimonial-upper-part h4 {
  margin: 30px 0 0;
  background-color: #e4e4e4;
  padding: 10px;
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  font-family: "SourceSansPro", sans-serif; }
  .testimonial-outer .testimomial-inner .testimonial-upper-part h4 a {
    text-decoration: none; }

.testimonial-outer .testimomial-inner .testimonial-upper-part .top-testimomial-box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 30px 0; }
  .testimonial-outer .testimomial-inner .testimonial-upper-part .top-testimomial-box img {
    width: 280px; }
  .testimonial-outer .testimomial-inner .testimonial-upper-part .top-testimomial-box p {
    color: #222222;
    margin: 15px 0;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    font-family: "SourceSansPro", sans-serif; }

.testimonial-outer .testimomial-inner .testimonial-upper-part .testimonials-boxes {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 60px; }
  .testimonial-outer .testimomial-inner .testimonial-upper-part .testimonials-boxes .testimonial-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px; }
    @media (min-width: 767px) {
      .testimonial-outer .testimomial-inner .testimonial-upper-part .testimonials-boxes .testimonial-box {
        align-items: flex-start; } }
    .testimonial-outer .testimomial-inner .testimonial-upper-part .testimonials-boxes .testimonial-box img {
      margin: 0 auto;
      display: block;
      width: 100%;
      max-width: 350px; }
      @media (min-width: 767px) {
        .testimonial-outer .testimomial-inner .testimonial-upper-part .testimonials-boxes .testimonial-box img {
          width: calc(20% - 15px);
          max-width: 240px; } }
    .testimonial-outer .testimomial-inner .testimonial-upper-part .testimonials-boxes .testimonial-box .testimonial-about {
      width: 100%; }
      @media (min-width: 767px) {
        .testimonial-outer .testimomial-inner .testimonial-upper-part .testimonials-boxes .testimonial-box .testimonial-about {
          width: calc(80% - 15px); } }
      .testimonial-outer .testimomial-inner .testimonial-upper-part .testimonials-boxes .testimonial-box .testimonial-about h5 {
        font-weight: 600;
        font-size: 22px;
        color: #222222;
        text-align: center;
        font-family: "SourceSansPro", sans-serif; }
        .testimonial-outer .testimomial-inner .testimonial-upper-part .testimonials-boxes .testimonial-box .testimonial-about h5 strong {
          text-decoration: underline; }
        @media (min-width: 767px) {
          .testimonial-outer .testimomial-inner .testimonial-upper-part .testimonials-boxes .testimonial-box .testimonial-about h5 {
            text-align: left; } }
      .testimonial-outer .testimomial-inner .testimonial-upper-part .testimonials-boxes .testimonial-box .testimonial-about p {
        color: #222222;
        margin: 15px 0;
        font-weight: 500;
        font-size: 20px;
        text-align: center;
        font-family: "SourceSansPro", sans-serif; }
        @media (min-width: 767px) {
          .testimonial-outer .testimomial-inner .testimonial-upper-part .testimonials-boxes .testimonial-box .testimonial-about p {
            text-align: left; } }

.testimonial-outer .testimomial-inner .pagination {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
  margin: 50px 0; }
  .testimonial-outer .testimomial-inner .pagination a {
    display: inline-block;
    text-decoration: none;
    color: #222222;
    margin: 15px 0;
    font-weight: 500;
    font-size: 20px;
    font-family: "SourceSansPro", sans-serif; }

.complications-wrap .page-hd {
  color: #222222;
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
  margin: 36px 0;
  text-align: center;
  font-family: "GillSansStd", sans-serif; }
  @media (min-width: 1025px) {
    .complications-wrap .page-hd {
      font-size: 35px; } }

.complications-wrap .complications-outer .comp-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 60px; }
  .complications-wrap .complications-outer .comp-inner .comp-video-guide {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #222222; }
    .complications-wrap .complications-outer .comp-inner .comp-video-guide iframe {
      height: 260px;
      width: 100%; }
      @media (min-width: 767px) {
        .complications-wrap .complications-outer .comp-inner .comp-video-guide iframe {
          height: 400px; } }
      @media (min-width: 1025px) {
        .complications-wrap .complications-outer .comp-inner .comp-video-guide iframe {
          height: 550px; } }
      @media (min-width: 1261px) {
        .complications-wrap .complications-outer .comp-inner .comp-video-guide iframe {
          height: 720px; } }
  .complications-wrap .complications-outer .comp-inner .comp-guide-research {
    padding: 20px 0;
    border-bottom: 1px solid #222222;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    flex-direction: column-reverse;
    align-items: center; }
    @media (min-width: 1025px) {
      .complications-wrap .complications-outer .comp-inner .comp-guide-research {
        flex-direction: row; } }
    .complications-wrap .complications-outer .comp-inner .comp-guide-research a {
      width: 100%; }
      @media (min-width: 1025px) {
        .complications-wrap .complications-outer .comp-inner .comp-guide-research a {
          width: calc(50% - 10px); } }
    .complications-wrap .complications-outer .comp-inner .comp-guide-research .comp-guide-decrp {
      width: 100%; }
      @media (min-width: 1025px) {
        .complications-wrap .complications-outer .comp-inner .comp-guide-research .comp-guide-decrp {
          width: calc(50% - 10px); } }
      .complications-wrap .complications-outer .comp-inner .comp-guide-research .comp-guide-decrp p {
        color: #222222;
        margin: 24px auto;
        font-weight: 500;
        max-width: 500px;
        font-size: 20px;
        text-align: center;
        font-family: "SourceSansPro", sans-serif; }
        @media (min-width: 1025px) {
          .complications-wrap .complications-outer .comp-inner .comp-guide-research .comp-guide-decrp p {
            font-size: 24px; } }
      .complications-wrap .complications-outer .comp-inner .comp-guide-research .comp-guide-decrp a {
        display: block;
        width: 100%;
        height: 55px;
        color: #222;
        margin: 0 auto;
        font-size: 17px;
        max-width: 212px;
        font-weight: 400;
        text-align: center;
        border-radius: 50px;
        line-height: 26.6px;
        text-decoration: none;
        align-content: center;
        background: #c4d600;
        letter-spacing: 0.23px;
        border: none;
        font-family: "SourceSansPro", sans-serif;
        transition: 0.2s all ease; }
        .complications-wrap .complications-outer .comp-inner .comp-guide-research .comp-guide-decrp a:hover {
          color: #c3d600;
          background: #222222;
          transition: 0.2s all ease; }
  .complications-wrap .complications-outer .comp-inner .comp-guide-img {
    padding: 20px 0;
    border-bottom: 1px solid #222222; }
  .complications-wrap .complications-outer .comp-inner .comp-paper-img {
    margin: 20px 20px 0 20px;
    padding-bottom: 40px; }
    .complications-wrap .complications-outer .comp-inner .comp-paper-img .about-guide-img {
      padding: 20px 0; }
      .complications-wrap .complications-outer .comp-inner .comp-paper-img .about-guide-img p {
        font-family: "SourceSansPro", sans-serif;
        font-size: 20px;
        color: #222222;
        font-weight: 500;
        line-height: normal;
        margin: 0; }
        @media (min-width: 1025px) {
          .complications-wrap .complications-outer .comp-inner .comp-paper-img .about-guide-img p {
            font-size: 26px; } }
    .complications-wrap .complications-outer .comp-inner .comp-paper-img .about-guide-text p {
      font-family: "SourceSansPro", sans-serif;
      font-size: 18px;
      color: #222222;
      font-weight: 500;
      line-height: normal;
      margin: 0; }
  .complications-wrap .complications-outer .comp-inner .comp-guide-paper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 0 20px;
    padding-bottom: 40px; }
    .complications-wrap .complications-outer .comp-inner .comp-guide-paper h4 {
      font-family: "GillSansStd", sans-serif;
      font-size: 26px;
      color: #222222;
      font-weight: 500;
      line-height: normal;
      margin: 0;
      text-align: center; }
      @media (min-width: 1025px) {
        .complications-wrap .complications-outer .comp-inner .comp-guide-paper h4 {
          font-size: 32px; } }
    .complications-wrap .complications-outer .comp-inner .comp-guide-paper .guide-imgs {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 30px;
      width: 100%; }
      .complications-wrap .complications-outer .comp-inner .comp-guide-paper .guide-imgs img {
        width: 100%;
        max-width: 100%; }
        @media (min-width: 1025px) {
          .complications-wrap .complications-outer .comp-inner .comp-guide-paper .guide-imgs img {
            max-width: 47%; } }

.complications-wrap .complications-outer .bottom-descrp p {
  font-size: 14px;
  color: #222222;
  font-family: "SourceSansPro", sans-serif;
  padding: 20px; }

.Osseo-wrap.faq-wrap .page-hd {
  text-align: center;
  margin: 20px 0 30px 0; }

.Osseo-wrap.faq-wrap .Osseo-wrap-inner.faq-wrap-inner .faq-banner {
  gap: 15px; }
  .Osseo-wrap.faq-wrap .Osseo-wrap-inner.faq-wrap-inner .faq-banner p {
    background-color: #c3d600;
    color: #222222;
    margin: 0;
    font-weight: 600;
    font-size: 26px;
    text-align: center;
    font-family: "SourceSansPro", sans-serif; }

.Osseo-wrap.faq-wrap .Osseo-wrap-inner.faq-wrap-inner p,
.Osseo-wrap.faq-wrap .Osseo-wrap-inner.faq-wrap-inner h2 {
  font-size: 22px; }

.Osseo-wrap.faq-wrap .faq-bottom-content p {
  color: #222222;
  margin: 0 0 8px 0;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  font-family: "SourceSansPro", sans-serif; }

.Osseo-wrap.faq-wrap .bottom-descrp p {
  color: #222222;
  margin: 0 0 8px 0;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  font-family: "SourceSansPro", sans-serif; }

.Osseo-wrap {
  padding: 30px 0; }
  .Osseo-wrap .page-hd {
    color: #222222;
    font-size: 40px;
    font-weight: 400;
    line-height: 100%;
    margin: 0 0 10px 0;
    text-align: left;
    font-family: "GillSansStd", sans-serif; }
    @media (min-width: 1025px) {
      .Osseo-wrap .page-hd {
        font-size: 50px;
        margin: 0 0 14px 0; } }
  .Osseo-wrap .Osseo-wrap-inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: start; }
    .Osseo-wrap .Osseo-wrap-inner h2 {
      color: #222222;
      margin: 15px 0;
      font-weight: 600;
      font-size: 26px;
      text-align: left;
      font-family: "SourceSansPro", sans-serif; }
    .Osseo-wrap .Osseo-wrap-inner h3 {
      color: #c3d600;
      margin: 15px 0;
      font-weight: 500;
      font-size: 24px;
      text-align: left;
      font-family: "SourceSansPro", sans-serif; }
    .Osseo-wrap .Osseo-wrap-inner p {
      color: #222222;
      margin: 0;
      font-weight: 400;
      font-size: 18px;
      text-align: left;
      font-family: "SourceSansPro", sans-serif; }
      .Osseo-wrap .Osseo-wrap-inner p a {
        color: #c3d600;
        text-decoration: none; }

.patents-wrap {
  padding: 30px 0; }
  .patents-wrap .page-hd {
    color: #222222;
    font-size: 40px;
    font-weight: 400;
    line-height: 100%;
    margin: 0 0 10px 0;
    text-align: center;
    font-family: "GillSansStd", sans-serif; }
    @media (min-width: 1025px) {
      .patents-wrap .page-hd {
        font-size: 50px;
        margin: 0 0 14px 0; } }
  .patents-wrap .patents-wrap-inner .top-patent-boxes {
    margin: 30px auto;
    border: 2px solid #c3d600;
    padding: 20px;
    width: 100%;
    max-width: 800px; }
    .patents-wrap .patents-wrap-inner .top-patent-boxes p {
      color: #222222;
      margin: 0;
      font-weight: 400;
      font-size: 20px;
      text-align: left;
      font-family: "SourceSansPro", sans-serif; }
    .patents-wrap .patents-wrap-inner .top-patent-boxes .top-patent-box {
      margin: 30px 0; }
      .patents-wrap .patents-wrap-inner .top-patent-boxes .top-patent-box h4 {
        color: #222222;
        margin: 15px 0;
        font-weight: 600;
        font-size: 26px;
        text-align: center;
        font-family: "SourceSansPro", sans-serif; }
      .patents-wrap .patents-wrap-inner .top-patent-boxes .top-patent-box .patent-list p {
        color: #222222;
        margin: 0;
        font-weight: 400;
        font-size: 20px;
        text-align: center;
        font-family: "SourceSansPro", sans-serif; }
  .patents-wrap .patents-wrap-inner .patent-boxes {
    margin: 0 0 30px 0;
    padding: 0 20px; }
    .patents-wrap .patents-wrap-inner .patent-boxes .patent-box {
      padding: 10px 0 30px 0;
      position: relative; }
      .patents-wrap .patents-wrap-inner .patent-boxes .patent-box h4 {
        color: #222222;
        margin: 15px 0;
        font-weight: 600;
        font-size: 26px;
        text-align: center;
        font-family: "SourceSansPro", sans-serif; }
      .patents-wrap .patents-wrap-inner .patent-boxes .patent-box .patent-list p {
        color: #222222;
        margin: 0;
        font-weight: 400;
        font-size: 20px;
        text-align: center;
        font-family: "SourceSansPro", sans-serif; }
      .patents-wrap .patents-wrap-inner .patent-boxes .patent-box::after {
        position: absolute;
        height: 2px;
        width: 100%;
        max-width: 350px;
        background-color: #c3d600;
        content: "";
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
        margin: 20px 0; }
      .patents-wrap .patents-wrap-inner .patent-boxes .patent-box:last-child::after {
        display: none; }
  .patents-wrap .bottom-descrp p {
    font-size: 14px;
    color: #222222;
    font-family: "SourceSansPro", sans-serif;
    padding: 0 20px; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li,
div {
  letter-spacing: 0; }

.body {
  overflow-x: hidden; }

.body--giftcertificates .button--primary,
.body--giftcertificates .button {
  color: #222222;
  border: none;
  font-size: 17px;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  padding: 8px;
  border-radius: 100px;
  line-height: 26.6px;
  letter-spacing: 0.23px;
  vertical-align: middle;
  transition: 0.2s all ease;
  background-color: #c4d600;
  font-family: "SourceSansPro", sans-serif;
  max-width: 245px !important;
  width: 100%;
  border: none; }
  .body--giftcertificates .button--primary:hover,
  .body--giftcertificates .button:hover {
    color: #c4d600;
    transition: 0.2s all ease;
    background-color: #222222; }

.carousel-tooltip {
  display: none !important; }

.checkout-customer-returning .form-body .form-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center; }

a#clear-cart-btn {
  width: 136px;
  margin: 10px 0 20px auto;
  display: block;
  border: 1px solid #222222;
  background: #f2f2f2;
  color: #222222;
  border-radius: 100px; }
  a#clear-cart-btn:hover {
    background: #222222;
    color: #c4d600;
    border: 1px solid #222222; }

.body--giftcertificates .breadcrumbs,
.parent--giftcertificates-redeem .breadcrumbs,
.body--giftcertificates-balance .breadcrumbs,
.body--account-orderstatus .breadcrumbs,
.body--shippingaddressform .breadcrumbs,
.body--account-inbox .breadcrumbs,
.body--account-addressbook .breadcrumbs,
.account--fixedLarge .breadcrumbs,
.body--account-recentitems .breadcrumbs,
.body--editaccount .breadcrumbs,
.body--add-wishlist .breadcrumbs {
  margin: 15px 0; }
  .body--giftcertificates .breadcrumbs .breadcrumb-label,
  .body--giftcertificates .breadcrumbs span,
  .parent--giftcertificates-redeem .breadcrumbs .breadcrumb-label,
  .parent--giftcertificates-redeem .breadcrumbs span,
  .body--giftcertificates-balance .breadcrumbs .breadcrumb-label,
  .body--giftcertificates-balance .breadcrumbs span,
  .body--account-orderstatus .breadcrumbs .breadcrumb-label,
  .body--account-orderstatus .breadcrumbs span,
  .body--shippingaddressform .breadcrumbs .breadcrumb-label,
  .body--shippingaddressform .breadcrumbs span,
  .body--account-inbox .breadcrumbs .breadcrumb-label,
  .body--account-inbox .breadcrumbs span,
  .body--account-addressbook .breadcrumbs .breadcrumb-label,
  .body--account-addressbook .breadcrumbs span,
  .account--fixedLarge .breadcrumbs .breadcrumb-label,
  .account--fixedLarge .breadcrumbs span,
  .body--account-recentitems .breadcrumbs .breadcrumb-label,
  .body--account-recentitems .breadcrumbs span,
  .body--editaccount .breadcrumbs .breadcrumb-label,
  .body--editaccount .breadcrumbs span,
  .body--add-wishlist .breadcrumbs .breadcrumb-label,
  .body--add-wishlist .breadcrumbs span {
    color: #222; }

.body--giftcertificates .alertBox-message span,
.parent--giftcertificates-redeem .alertBox-message span,
.body--giftcertificates-balance .alertBox-message span,
.body--account-orderstatus .alertBox-message span,
.body--shippingaddressform .alertBox-message span,
.body--account-inbox .alertBox-message span,
.body--account-addressbook .alertBox-message span,
.account--fixedLarge .alertBox-message span,
.body--account-recentitems .alertBox-message span,
.body--editaccount .alertBox-message span,
.body--add-wishlist .alertBox-message span {
  color: #bdbdbd !important; }

.body--giftcertificates .page-heading,
.parent--giftcertificates-redeem .page-heading,
.body--giftcertificates-balance .page-heading,
.body--account-orderstatus .page-heading,
.body--shippingaddressform .page-heading,
.body--account-inbox .page-heading,
.body--account-addressbook .page-heading,
.account--fixedLarge .page-heading,
.body--account-recentitems .page-heading,
.body--editaccount .page-heading,
.body--add-wishlist .page-heading {
  margin: 30px 0;
  color: #222;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  font-family: "GillSansStd", sans-serif; }
  @media (min-width: 1025px) {
    .body--giftcertificates .page-heading,
    .parent--giftcertificates-redeem .page-heading,
    .body--giftcertificates-balance .page-heading,
    .body--account-orderstatus .page-heading,
    .body--shippingaddressform .page-heading,
    .body--account-inbox .page-heading,
    .body--account-addressbook .page-heading,
    .account--fixedLarge .page-heading,
    .body--account-recentitems .page-heading,
    .body--editaccount .page-heading,
    .body--add-wishlist .page-heading {
      font-size: 40px; } }

.body--giftcertificates .navBar--account,
.body--giftcertificates .navBar--sub,
.parent--giftcertificates-redeem .navBar--account,
.parent--giftcertificates-redeem .navBar--sub,
.body--giftcertificates-balance .navBar--account,
.body--giftcertificates-balance .navBar--sub,
.body--account-orderstatus .navBar--account,
.body--account-orderstatus .navBar--sub,
.body--shippingaddressform .navBar--account,
.body--shippingaddressform .navBar--sub,
.body--account-inbox .navBar--account,
.body--account-inbox .navBar--sub,
.body--account-addressbook .navBar--account,
.body--account-addressbook .navBar--sub,
.account--fixedLarge .navBar--account,
.account--fixedLarge .navBar--sub,
.body--account-recentitems .navBar--account,
.body--account-recentitems .navBar--sub,
.body--editaccount .navBar--account,
.body--editaccount .navBar--sub,
.body--add-wishlist .navBar--account,
.body--add-wishlist .navBar--sub {
  margin-bottom: 3rem; }
  .body--giftcertificates .navBar--account .navBar-section .navBar-item,
  .body--giftcertificates .navBar--sub .navBar-section .navBar-item,
  .parent--giftcertificates-redeem .navBar--account .navBar-section .navBar-item,
  .parent--giftcertificates-redeem .navBar--sub .navBar-section .navBar-item,
  .body--giftcertificates-balance .navBar--account .navBar-section .navBar-item,
  .body--giftcertificates-balance .navBar--sub .navBar-section .navBar-item,
  .body--account-orderstatus .navBar--account .navBar-section .navBar-item,
  .body--account-orderstatus .navBar--sub .navBar-section .navBar-item,
  .body--shippingaddressform .navBar--account .navBar-section .navBar-item,
  .body--shippingaddressform .navBar--sub .navBar-section .navBar-item,
  .body--account-inbox .navBar--account .navBar-section .navBar-item,
  .body--account-inbox .navBar--sub .navBar-section .navBar-item,
  .body--account-addressbook .navBar--account .navBar-section .navBar-item,
  .body--account-addressbook .navBar--sub .navBar-section .navBar-item,
  .account--fixedLarge .navBar--account .navBar-section .navBar-item,
  .account--fixedLarge .navBar--sub .navBar-section .navBar-item,
  .body--account-recentitems .navBar--account .navBar-section .navBar-item,
  .body--account-recentitems .navBar--sub .navBar-section .navBar-item,
  .body--editaccount .navBar--account .navBar-section .navBar-item,
  .body--editaccount .navBar--sub .navBar-section .navBar-item,
  .body--add-wishlist .navBar--account .navBar-section .navBar-item,
  .body--add-wishlist .navBar--sub .navBar-section .navBar-item {
    color: #222222;
    font-weight: 400;
    font-size: 18px;
    font-family: "SourceSansPro", sans-serif; }
    .body--giftcertificates .navBar--account .navBar-section .navBar-item a.navBar-action,
    .body--giftcertificates .navBar--sub .navBar-section .navBar-item a.navBar-action,
    .parent--giftcertificates-redeem .navBar--account .navBar-section .navBar-item a.navBar-action,
    .parent--giftcertificates-redeem .navBar--sub .navBar-section .navBar-item a.navBar-action,
    .body--giftcertificates-balance .navBar--account .navBar-section .navBar-item a.navBar-action,
    .body--giftcertificates-balance .navBar--sub .navBar-section .navBar-item a.navBar-action,
    .body--account-orderstatus .navBar--account .navBar-section .navBar-item a.navBar-action,
    .body--account-orderstatus .navBar--sub .navBar-section .navBar-item a.navBar-action,
    .body--shippingaddressform .navBar--account .navBar-section .navBar-item a.navBar-action,
    .body--shippingaddressform .navBar--sub .navBar-section .navBar-item a.navBar-action,
    .body--account-inbox .navBar--account .navBar-section .navBar-item a.navBar-action,
    .body--account-inbox .navBar--sub .navBar-section .navBar-item a.navBar-action,
    .body--account-addressbook .navBar--account .navBar-section .navBar-item a.navBar-action,
    .body--account-addressbook .navBar--sub .navBar-section .navBar-item a.navBar-action,
    .account--fixedLarge .navBar--account .navBar-section .navBar-item a.navBar-action,
    .account--fixedLarge .navBar--sub .navBar-section .navBar-item a.navBar-action,
    .body--account-recentitems .navBar--account .navBar-section .navBar-item a.navBar-action,
    .body--account-recentitems .navBar--sub .navBar-section .navBar-item a.navBar-action,
    .body--editaccount .navBar--account .navBar-section .navBar-item a.navBar-action,
    .body--editaccount .navBar--sub .navBar-section .navBar-item a.navBar-action,
    .body--add-wishlist .navBar--account .navBar-section .navBar-item a.navBar-action,
    .body--add-wishlist .navBar--sub .navBar-section .navBar-item a.navBar-action {
      color: #222222;
      font-weight: 400;
      font-size: 18px;
      font-family: "SourceSansPro", sans-serif; }

.body--giftcertificates .alertBox.alertBox--info,
.parent--giftcertificates-redeem .alertBox.alertBox--info,
.body--giftcertificates-balance .alertBox.alertBox--info,
.body--account-orderstatus .alertBox.alertBox--info,
.body--shippingaddressform .alertBox.alertBox--info,
.body--account-inbox .alertBox.alertBox--info,
.body--account-addressbook .alertBox.alertBox--info,
.account--fixedLarge .alertBox.alertBox--info,
.body--account-recentitems .alertBox.alertBox--info,
.body--editaccount .alertBox.alertBox--info,
.body--add-wishlist .alertBox.alertBox--info {
  background-color: #222222;
  color: #e4e4e4;
  font-family: "SourceSansPro", sans-serif; }
  .body--giftcertificates .alertBox.alertBox--info .alertBox--info svg,
  .parent--giftcertificates-redeem .alertBox.alertBox--info .alertBox--info svg,
  .body--giftcertificates-balance .alertBox.alertBox--info .alertBox--info svg,
  .body--account-orderstatus .alertBox.alertBox--info .alertBox--info svg,
  .body--shippingaddressform .alertBox.alertBox--info .alertBox--info svg,
  .body--account-inbox .alertBox.alertBox--info .alertBox--info svg,
  .body--account-addressbook .alertBox.alertBox--info .alertBox--info svg,
  .account--fixedLarge .alertBox.alertBox--info .alertBox--info svg,
  .body--account-recentitems .alertBox.alertBox--info .alertBox--info svg,
  .body--editaccount .alertBox.alertBox--info .alertBox--info svg,
  .body--add-wishlist .alertBox.alertBox--info .alertBox--info svg {
    fill: #e4e4e4; }

.body--giftcertificates .account.account--fixed,
.parent--giftcertificates-redeem .account.account--fixed,
.body--giftcertificates-balance .account.account--fixed,
.body--account-orderstatus .account.account--fixed,
.body--shippingaddressform .account.account--fixed,
.body--account-inbox .account.account--fixed,
.body--account-addressbook .account.account--fixed,
.account--fixedLarge .account.account--fixed,
.body--account-recentitems .account.account--fixed,
.body--editaccount .account.account--fixed,
.body--add-wishlist .account.account--fixed {
  margin: 0 auto 30px auto; }
  .body--giftcertificates .account.account--fixed .account-product-title,
  .body--giftcertificates .account.account--fixed a,
  .body--giftcertificates .account.account--fixed p,
  .body--giftcertificates .account.account--fixed span,
  .body--giftcertificates .account.account--fixed h6,
  .parent--giftcertificates-redeem .account.account--fixed .account-product-title,
  .parent--giftcertificates-redeem .account.account--fixed a,
  .parent--giftcertificates-redeem .account.account--fixed p,
  .parent--giftcertificates-redeem .account.account--fixed span,
  .parent--giftcertificates-redeem .account.account--fixed h6,
  .body--giftcertificates-balance .account.account--fixed .account-product-title,
  .body--giftcertificates-balance .account.account--fixed a,
  .body--giftcertificates-balance .account.account--fixed p,
  .body--giftcertificates-balance .account.account--fixed span,
  .body--giftcertificates-balance .account.account--fixed h6,
  .body--account-orderstatus .account.account--fixed .account-product-title,
  .body--account-orderstatus .account.account--fixed a,
  .body--account-orderstatus .account.account--fixed p,
  .body--account-orderstatus .account.account--fixed span,
  .body--account-orderstatus .account.account--fixed h6,
  .body--shippingaddressform .account.account--fixed .account-product-title,
  .body--shippingaddressform .account.account--fixed a,
  .body--shippingaddressform .account.account--fixed p,
  .body--shippingaddressform .account.account--fixed span,
  .body--shippingaddressform .account.account--fixed h6,
  .body--account-inbox .account.account--fixed .account-product-title,
  .body--account-inbox .account.account--fixed a,
  .body--account-inbox .account.account--fixed p,
  .body--account-inbox .account.account--fixed span,
  .body--account-inbox .account.account--fixed h6,
  .body--account-addressbook .account.account--fixed .account-product-title,
  .body--account-addressbook .account.account--fixed a,
  .body--account-addressbook .account.account--fixed p,
  .body--account-addressbook .account.account--fixed span,
  .body--account-addressbook .account.account--fixed h6,
  .account--fixedLarge .account.account--fixed .account-product-title,
  .account--fixedLarge .account.account--fixed a,
  .account--fixedLarge .account.account--fixed p,
  .account--fixedLarge .account.account--fixed span,
  .account--fixedLarge .account.account--fixed h6,
  .body--account-recentitems .account.account--fixed .account-product-title,
  .body--account-recentitems .account.account--fixed a,
  .body--account-recentitems .account.account--fixed p,
  .body--account-recentitems .account.account--fixed span,
  .body--account-recentitems .account.account--fixed h6,
  .body--editaccount .account.account--fixed .account-product-title,
  .body--editaccount .account.account--fixed a,
  .body--editaccount .account.account--fixed p,
  .body--editaccount .account.account--fixed span,
  .body--editaccount .account.account--fixed h6,
  .body--add-wishlist .account.account--fixed .account-product-title,
  .body--add-wishlist .account.account--fixed a,
  .body--add-wishlist .account.account--fixed p,
  .body--add-wishlist .account.account--fixed span,
  .body--add-wishlist .account.account--fixed h6 {
    font-family: "SourceSansPro", sans-serif;
    color: #222222; }
  .body--giftcertificates .account.account--fixed .account-orderStatus-label,
  .parent--giftcertificates-redeem .account.account--fixed .account-orderStatus-label,
  .body--giftcertificates-balance .account.account--fixed .account-orderStatus-label,
  .body--account-orderstatus .account.account--fixed .account-orderStatus-label,
  .body--shippingaddressform .account.account--fixed .account-orderStatus-label,
  .body--account-inbox .account.account--fixed .account-orderStatus-label,
  .body--account-addressbook .account.account--fixed .account-orderStatus-label,
  .account--fixedLarge .account.account--fixed .account-orderStatus-label,
  .body--account-recentitems .account.account--fixed .account-orderStatus-label,
  .body--editaccount .account.account--fixed .account-orderStatus-label,
  .body--add-wishlist .account.account--fixed .account-orderStatus-label {
    background: #c4d600; }
  .body--giftcertificates .account.account--fixed .alertBox--info,
  .parent--giftcertificates-redeem .account.account--fixed .alertBox--info,
  .body--giftcertificates-balance .account.account--fixed .alertBox--info,
  .body--account-orderstatus .account.account--fixed .alertBox--info,
  .body--shippingaddressform .account.account--fixed .alertBox--info,
  .body--account-inbox .account.account--fixed .alertBox--info,
  .body--account-addressbook .account.account--fixed .alertBox--info,
  .account--fixedLarge .account.account--fixed .alertBox--info,
  .body--account-recentitems .account.account--fixed .alertBox--info,
  .body--editaccount .account.account--fixed .alertBox--info,
  .body--add-wishlist .account.account--fixed .alertBox--info {
    background-color: #222222;
    color: #e4e4e4; }
    .body--giftcertificates .account.account--fixed .alertBox--info .alertBox--info svg,
    .parent--giftcertificates-redeem .account.account--fixed .alertBox--info .alertBox--info svg,
    .body--giftcertificates-balance .account.account--fixed .alertBox--info .alertBox--info svg,
    .body--account-orderstatus .account.account--fixed .alertBox--info .alertBox--info svg,
    .body--shippingaddressform .account.account--fixed .alertBox--info .alertBox--info svg,
    .body--account-inbox .account.account--fixed .alertBox--info .alertBox--info svg,
    .body--account-addressbook .account.account--fixed .alertBox--info .alertBox--info svg,
    .account--fixedLarge .account.account--fixed .alertBox--info .alertBox--info svg,
    .body--account-recentitems .account.account--fixed .alertBox--info .alertBox--info svg,
    .body--editaccount .account.account--fixed .alertBox--info .alertBox--info svg,
    .body--add-wishlist .account.account--fixed .alertBox--info .alertBox--info svg {
      fill: #e4e4e4; }

.body--giftcertificates .account-content .account-heading,
.parent--giftcertificates-redeem .account-content .account-heading,
.body--giftcertificates-balance .account-content .account-heading,
.body--account-orderstatus .account-content .account-heading,
.body--shippingaddressform .account-content .account-heading,
.body--account-inbox .account-content .account-heading,
.body--account-addressbook .account-content .account-heading,
.account--fixedLarge .account-content .account-heading,
.body--account-recentitems .account-content .account-heading,
.body--editaccount .account-content .account-heading,
.body--add-wishlist .account-content .account-heading {
  margin: 0 0 30px 0;
  color: #222;
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  font-family: "GillSansStd", sans-serif; }

.body--giftcertificates .account-content .alertBox--info,
.parent--giftcertificates-redeem .account-content .alertBox--info,
.body--giftcertificates-balance .account-content .alertBox--info,
.body--account-orderstatus .account-content .alertBox--info,
.body--shippingaddressform .account-content .alertBox--info,
.body--account-inbox .account-content .alertBox--info,
.body--account-addressbook .account-content .alertBox--info,
.account--fixedLarge .account-content .alertBox--info,
.body--account-recentitems .account-content .alertBox--info,
.body--editaccount .account-content .alertBox--info,
.body--add-wishlist .account-content .alertBox--info {
  background-color: #222222;
  color: #e4e4e4; }
  .body--giftcertificates .account-content .alertBox--info .alertBox--info svg,
  .parent--giftcertificates-redeem .account-content .alertBox--info .alertBox--info svg,
  .body--giftcertificates-balance .account-content .alertBox--info .alertBox--info svg,
  .body--account-orderstatus .account-content .alertBox--info .alertBox--info svg,
  .body--shippingaddressform .account-content .alertBox--info .alertBox--info svg,
  .body--account-inbox .account-content .alertBox--info .alertBox--info svg,
  .body--account-addressbook .account-content .alertBox--info .alertBox--info svg,
  .account--fixedLarge .account-content .alertBox--info .alertBox--info svg,
  .body--account-recentitems .account-content .alertBox--info .alertBox--info svg,
  .body--editaccount .account-content .alertBox--info .alertBox--info svg,
  .body--add-wishlist .account-content .alertBox--info .alertBox--info svg {
    fill: #e4e4e4; }

.body--giftcertificates .account-content .addressList li .panel-body,
.parent--giftcertificates-redeem .account-content .addressList li .panel-body,
.body--giftcertificates-balance .account-content .addressList li .panel-body,
.body--account-orderstatus .account-content .addressList li .panel-body,
.body--shippingaddressform .account-content .addressList li .panel-body,
.body--account-inbox .account-content .addressList li .panel-body,
.body--account-addressbook .account-content .addressList li .panel-body,
.account--fixedLarge .account-content .addressList li .panel-body,
.body--account-recentitems .account-content .addressList li .panel-body,
.body--editaccount .account-content .addressList li .panel-body,
.body--add-wishlist .account-content .addressList li .panel-body {
  background-color: #e4e4e4; }
  .body--giftcertificates .account-content .addressList li .panel-body .address-title,
  .parent--giftcertificates-redeem .account-content .addressList li .panel-body .address-title,
  .body--giftcertificates-balance .account-content .addressList li .panel-body .address-title,
  .body--account-orderstatus .account-content .addressList li .panel-body .address-title,
  .body--shippingaddressform .account-content .addressList li .panel-body .address-title,
  .body--account-inbox .account-content .addressList li .panel-body .address-title,
  .body--account-addressbook .account-content .addressList li .panel-body .address-title,
  .account--fixedLarge .account-content .addressList li .panel-body .address-title,
  .body--account-recentitems .account-content .addressList li .panel-body .address-title,
  .body--editaccount .account-content .addressList li .panel-body .address-title,
  .body--add-wishlist .account-content .addressList li .panel-body .address-title {
    font-family: "SourceSansPro", sans-serif;
    color: #222222;
    font-size: 20px;
    font-weight: 500; }
  .body--giftcertificates .account-content .addressList li .panel-body .address-details.address-details--postal li,
  .parent--giftcertificates-redeem .account-content .addressList li .panel-body .address-details.address-details--postal li,
  .body--giftcertificates-balance .account-content .addressList li .panel-body .address-details.address-details--postal li,
  .body--account-orderstatus .account-content .addressList li .panel-body .address-details.address-details--postal li,
  .body--shippingaddressform .account-content .addressList li .panel-body .address-details.address-details--postal li,
  .body--account-inbox .account-content .addressList li .panel-body .address-details.address-details--postal li,
  .body--account-addressbook .account-content .addressList li .panel-body .address-details.address-details--postal li,
  .account--fixedLarge .account-content .addressList li .panel-body .address-details.address-details--postal li,
  .body--account-recentitems .account-content .addressList li .panel-body .address-details.address-details--postal li,
  .body--editaccount .account-content .addressList li .panel-body .address-details.address-details--postal li,
  .body--add-wishlist .account-content .addressList li .panel-body .address-details.address-details--postal li {
    font-size: 16px;
    font-family: "SourceSansPro", sans-serif;
    color: #222222; }
  .body--giftcertificates .account-content .addressList li .panel-body .address-details .address-label,
  .parent--giftcertificates-redeem .account-content .addressList li .panel-body .address-details .address-label,
  .body--giftcertificates-balance .account-content .addressList li .panel-body .address-details .address-label,
  .body--account-orderstatus .account-content .addressList li .panel-body .address-details .address-label,
  .body--shippingaddressform .account-content .addressList li .panel-body .address-details .address-label,
  .body--account-inbox .account-content .addressList li .panel-body .address-details .address-label,
  .body--account-addressbook .account-content .addressList li .panel-body .address-details .address-label,
  .account--fixedLarge .account-content .addressList li .panel-body .address-details .address-label,
  .body--account-recentitems .account-content .addressList li .panel-body .address-details .address-label,
  .body--editaccount .account-content .addressList li .panel-body .address-details .address-label,
  .body--add-wishlist .account-content .addressList li .panel-body .address-details .address-label {
    color: #222222;
    font-weight: 500;
    font-family: "SourceSansPro", sans-serif; }
  .body--giftcertificates .account-content .addressList li .panel-body .address-details .address-description,
  .parent--giftcertificates-redeem .account-content .addressList li .panel-body .address-details .address-description,
  .body--giftcertificates-balance .account-content .addressList li .panel-body .address-details .address-description,
  .body--account-orderstatus .account-content .addressList li .panel-body .address-details .address-description,
  .body--shippingaddressform .account-content .addressList li .panel-body .address-details .address-description,
  .body--account-inbox .account-content .addressList li .panel-body .address-details .address-description,
  .body--account-addressbook .account-content .addressList li .panel-body .address-details .address-description,
  .account--fixedLarge .account-content .addressList li .panel-body .address-details .address-description,
  .body--account-recentitems .account-content .addressList li .panel-body .address-details .address-description,
  .body--editaccount .account-content .addressList li .panel-body .address-details .address-description,
  .body--add-wishlist .account-content .addressList li .panel-body .address-details .address-description {
    font-weight: 400;
    font-family: "SourceSansPro", sans-serif; }
  .body--giftcertificates .account-content .addressList li .panel-body .form-actions,
  .parent--giftcertificates-redeem .account-content .addressList li .panel-body .form-actions,
  .body--giftcertificates-balance .account-content .addressList li .panel-body .form-actions,
  .body--account-orderstatus .account-content .addressList li .panel-body .form-actions,
  .body--shippingaddressform .account-content .addressList li .panel-body .form-actions,
  .body--account-inbox .account-content .addressList li .panel-body .form-actions,
  .body--account-addressbook .account-content .addressList li .panel-body .form-actions,
  .account--fixedLarge .account-content .addressList li .panel-body .form-actions,
  .body--account-recentitems .account-content .addressList li .panel-body .form-actions,
  .body--editaccount .account-content .addressList li .panel-body .form-actions,
  .body--add-wishlist .account-content .addressList li .panel-body .form-actions {
    width: 100%; }
    .body--giftcertificates .account-content .addressList li .panel-body .form-actions .button--primary,
    .parent--giftcertificates-redeem .account-content .addressList li .panel-body .form-actions .button--primary,
    .body--giftcertificates-balance .account-content .addressList li .panel-body .form-actions .button--primary,
    .body--account-orderstatus .account-content .addressList li .panel-body .form-actions .button--primary,
    .body--shippingaddressform .account-content .addressList li .panel-body .form-actions .button--primary,
    .body--account-inbox .account-content .addressList li .panel-body .form-actions .button--primary,
    .body--account-addressbook .account-content .addressList li .panel-body .form-actions .button--primary,
    .account--fixedLarge .account-content .addressList li .panel-body .form-actions .button--primary,
    .body--account-recentitems .account-content .addressList li .panel-body .form-actions .button--primary,
    .body--editaccount .account-content .addressList li .panel-body .form-actions .button--primary,
    .body--add-wishlist .account-content .addressList li .panel-body .form-actions .button--primary {
      color: #222222;
      border: none;
      font-size: 17px;
      font-weight: 400;
      display: inline-block;
      text-align: center;
      padding: 8px;
      border-radius: 100px;
      line-height: 26.6px;
      letter-spacing: 0.23px;
      vertical-align: middle;
      transition: 0.2s all ease;
      background-color: #c4d600;
      font-family: "SourceSansPro", sans-serif;
      max-width: 100px;
      width: 100%;
      border: none; }
      .body--giftcertificates .account-content .addressList li .panel-body .form-actions .button--primary:hover,
      .parent--giftcertificates-redeem .account-content .addressList li .panel-body .form-actions .button--primary:hover,
      .body--giftcertificates-balance .account-content .addressList li .panel-body .form-actions .button--primary:hover,
      .body--account-orderstatus .account-content .addressList li .panel-body .form-actions .button--primary:hover,
      .body--shippingaddressform .account-content .addressList li .panel-body .form-actions .button--primary:hover,
      .body--account-inbox .account-content .addressList li .panel-body .form-actions .button--primary:hover,
      .body--account-addressbook .account-content .addressList li .panel-body .form-actions .button--primary:hover,
      .account--fixedLarge .account-content .addressList li .panel-body .form-actions .button--primary:hover,
      .body--account-recentitems .account-content .addressList li .panel-body .form-actions .button--primary:hover,
      .body--editaccount .account-content .addressList li .panel-body .form-actions .button--primary:hover,
      .body--add-wishlist .account-content .addressList li .panel-body .form-actions .button--primary:hover {
        color: #c4d600;
        transition: 0.2s all ease;
        background-color: #222222; }
    .body--giftcertificates .account-content .addressList li .panel-body .form-actions .secondary.button--small,
    .parent--giftcertificates-redeem .account-content .addressList li .panel-body .form-actions .secondary.button--small,
    .body--giftcertificates-balance .account-content .addressList li .panel-body .form-actions .secondary.button--small,
    .body--account-orderstatus .account-content .addressList li .panel-body .form-actions .secondary.button--small,
    .body--shippingaddressform .account-content .addressList li .panel-body .form-actions .secondary.button--small,
    .body--account-inbox .account-content .addressList li .panel-body .form-actions .secondary.button--small,
    .body--account-addressbook .account-content .addressList li .panel-body .form-actions .secondary.button--small,
    .account--fixedLarge .account-content .addressList li .panel-body .form-actions .secondary.button--small,
    .body--account-recentitems .account-content .addressList li .panel-body .form-actions .secondary.button--small,
    .body--editaccount .account-content .addressList li .panel-body .form-actions .secondary.button--small,
    .body--add-wishlist .account-content .addressList li .panel-body .form-actions .secondary.button--small {
      color: #c4d600;
      border: none;
      font-size: 17px;
      font-weight: 400;
      display: inline-block;
      text-align: center;
      padding: 8px;
      border-radius: 100px;
      line-height: 26.6px;
      letter-spacing: 0.23px;
      vertical-align: middle;
      transition: 0.2s all ease;
      font-family: "SourceSansPro", sans-serif;
      background-color: #222222;
      max-width: 100px;
      width: 100%;
      border: none; }
      .body--giftcertificates .account-content .addressList li .panel-body .form-actions .secondary.button--small:hover,
      .parent--giftcertificates-redeem .account-content .addressList li .panel-body .form-actions .secondary.button--small:hover,
      .body--giftcertificates-balance .account-content .addressList li .panel-body .form-actions .secondary.button--small:hover,
      .body--account-orderstatus .account-content .addressList li .panel-body .form-actions .secondary.button--small:hover,
      .body--shippingaddressform .account-content .addressList li .panel-body .form-actions .secondary.button--small:hover,
      .body--account-inbox .account-content .addressList li .panel-body .form-actions .secondary.button--small:hover,
      .body--account-addressbook .account-content .addressList li .panel-body .form-actions .secondary.button--small:hover,
      .account--fixedLarge .account-content .addressList li .panel-body .form-actions .secondary.button--small:hover,
      .body--account-recentitems .account-content .addressList li .panel-body .form-actions .secondary.button--small:hover,
      .body--editaccount .account-content .addressList li .panel-body .form-actions .secondary.button--small:hover,
      .body--add-wishlist .account-content .addressList li .panel-body .form-actions .secondary.button--small:hover {
        color: #222222;
        transition: 0.2s all ease;
        background-color: #c4d600; }

.body--giftcertificates .wishlists-table .table-thead,
.parent--giftcertificates-redeem .wishlists-table .table-thead,
.body--giftcertificates-balance .wishlists-table .table-thead,
.body--account-orderstatus .wishlists-table .table-thead,
.body--shippingaddressform .wishlists-table .table-thead,
.body--account-inbox .wishlists-table .table-thead,
.body--account-addressbook .wishlists-table .table-thead,
.account--fixedLarge .wishlists-table .table-thead,
.body--account-recentitems .wishlists-table .table-thead,
.body--editaccount .wishlists-table .table-thead,
.body--add-wishlist .wishlists-table .table-thead {
  background-color: #e4e4e4; }
  .body--giftcertificates .wishlists-table .table-thead tr,
  .parent--giftcertificates-redeem .wishlists-table .table-thead tr,
  .body--giftcertificates-balance .wishlists-table .table-thead tr,
  .body--account-orderstatus .wishlists-table .table-thead tr,
  .body--shippingaddressform .wishlists-table .table-thead tr,
  .body--account-inbox .wishlists-table .table-thead tr,
  .body--account-addressbook .wishlists-table .table-thead tr,
  .account--fixedLarge .wishlists-table .table-thead tr,
  .body--account-recentitems .wishlists-table .table-thead tr,
  .body--editaccount .wishlists-table .table-thead tr,
  .body--add-wishlist .wishlists-table .table-thead tr {
    padding: 5px 10px; }
    .body--giftcertificates .wishlists-table .table-thead tr th,
    .parent--giftcertificates-redeem .wishlists-table .table-thead tr th,
    .body--giftcertificates-balance .wishlists-table .table-thead tr th,
    .body--account-orderstatus .wishlists-table .table-thead tr th,
    .body--shippingaddressform .wishlists-table .table-thead tr th,
    .body--account-inbox .wishlists-table .table-thead tr th,
    .body--account-addressbook .wishlists-table .table-thead tr th,
    .account--fixedLarge .wishlists-table .table-thead tr th,
    .body--account-recentitems .wishlists-table .table-thead tr th,
    .body--editaccount .wishlists-table .table-thead tr th,
    .body--add-wishlist .wishlists-table .table-thead tr th {
      font-family: "SourceSansPro", sans-serif;
      color: #222222;
      padding: 10px;
      padding: 10px 10px; }

.body--giftcertificates .wishlists-table .table-tbody .table-actions .button,
.parent--giftcertificates-redeem .wishlists-table .table-tbody .table-actions .button,
.body--giftcertificates-balance .wishlists-table .table-tbody .table-actions .button,
.body--account-orderstatus .wishlists-table .table-tbody .table-actions .button,
.body--shippingaddressform .wishlists-table .table-tbody .table-actions .button,
.body--account-inbox .wishlists-table .table-tbody .table-actions .button,
.body--account-addressbook .wishlists-table .table-tbody .table-actions .button,
.account--fixedLarge .wishlists-table .table-tbody .table-actions .button,
.body--account-recentitems .wishlists-table .table-tbody .table-actions .button,
.body--editaccount .wishlists-table .table-tbody .table-actions .button,
.body--add-wishlist .wishlists-table .table-tbody .table-actions .button {
  border: none;
  color: #222222;
  transition: 0.2s all ease;
  background-color: #c4d600;
  font-family: "SourceSansPro", sans-serif; }
  .body--giftcertificates .wishlists-table .table-tbody .table-actions .button:hover,
  .parent--giftcertificates-redeem .wishlists-table .table-tbody .table-actions .button:hover,
  .body--giftcertificates-balance .wishlists-table .table-tbody .table-actions .button:hover,
  .body--account-orderstatus .wishlists-table .table-tbody .table-actions .button:hover,
  .body--shippingaddressform .wishlists-table .table-tbody .table-actions .button:hover,
  .body--account-inbox .wishlists-table .table-tbody .table-actions .button:hover,
  .body--account-addressbook .wishlists-table .table-tbody .table-actions .button:hover,
  .account--fixedLarge .wishlists-table .table-tbody .table-actions .button:hover,
  .body--account-recentitems .wishlists-table .table-tbody .table-actions .button:hover,
  .body--editaccount .wishlists-table .table-tbody .table-actions .button:hover,
  .body--add-wishlist .wishlists-table .table-tbody .table-actions .button:hover {
    color: #c4d600;
    background-color: #222222; }

.body--giftcertificates .wishlists-table .table-tbody tr td,
.parent--giftcertificates-redeem .wishlists-table .table-tbody tr td,
.body--giftcertificates-balance .wishlists-table .table-tbody tr td,
.body--account-orderstatus .wishlists-table .table-tbody tr td,
.body--shippingaddressform .wishlists-table .table-tbody tr td,
.body--account-inbox .wishlists-table .table-tbody tr td,
.body--account-addressbook .wishlists-table .table-tbody tr td,
.account--fixedLarge .wishlists-table .table-tbody tr td,
.body--account-recentitems .wishlists-table .table-tbody tr td,
.body--editaccount .wishlists-table .table-tbody tr td,
.body--add-wishlist .wishlists-table .table-tbody tr td {
  font-family: "SourceSansPro", sans-serif;
  color: #222222; }

.body--giftcertificates .form .form-actions,
.parent--giftcertificates-redeem .form .form-actions,
.body--giftcertificates-balance .form .form-actions,
.body--account-orderstatus .form .form-actions,
.body--shippingaddressform .form .form-actions,
.body--account-inbox .form .form-actions,
.body--account-addressbook .form .form-actions,
.account--fixedLarge .form .form-actions,
.body--account-recentitems .form .form-actions,
.body--editaccount .form .form-actions,
.body--add-wishlist .form .form-actions {
  width: 100%; }
  .body--giftcertificates .form .form-actions .button--primary,
  .parent--giftcertificates-redeem .form .form-actions .button--primary,
  .body--giftcertificates-balance .form .form-actions .button--primary,
  .body--account-orderstatus .form .form-actions .button--primary,
  .body--shippingaddressform .form .form-actions .button--primary,
  .body--account-inbox .form .form-actions .button--primary,
  .body--account-addressbook .form .form-actions .button--primary,
  .account--fixedLarge .form .form-actions .button--primary,
  .body--account-recentitems .form .form-actions .button--primary,
  .body--editaccount .form .form-actions .button--primary,
  .body--add-wishlist .form .form-actions .button--primary {
    color: #222222;
    border: none;
    font-size: 17px;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    padding: 8px;
    border-radius: 100px;
    line-height: 26.6px;
    letter-spacing: 0.23px;
    vertical-align: middle;
    transition: 0.2s all ease;
    background-color: #c4d600;
    font-family: "SourceSansPro", sans-serif;
    max-width: 160px;
    width: 100%; }
    .body--giftcertificates .form .form-actions .button--primary:hover,
    .parent--giftcertificates-redeem .form .form-actions .button--primary:hover,
    .body--giftcertificates-balance .form .form-actions .button--primary:hover,
    .body--account-orderstatus .form .form-actions .button--primary:hover,
    .body--shippingaddressform .form .form-actions .button--primary:hover,
    .body--account-inbox .form .form-actions .button--primary:hover,
    .body--account-addressbook .form .form-actions .button--primary:hover,
    .account--fixedLarge .form .form-actions .button--primary:hover,
    .body--account-recentitems .form .form-actions .button--primary:hover,
    .body--editaccount .form .form-actions .button--primary:hover,
    .body--add-wishlist .form .form-actions .button--primary:hover {
      color: #c4d600;
      transition: 0.2s all ease;
      background-color: #222222; }
  .body--giftcertificates .form .form-actions .button,
  .parent--giftcertificates-redeem .form .form-actions .button,
  .body--giftcertificates-balance .form .form-actions .button,
  .body--account-orderstatus .form .form-actions .button,
  .body--shippingaddressform .form .form-actions .button,
  .body--account-inbox .form .form-actions .button,
  .body--account-addressbook .form .form-actions .button,
  .account--fixedLarge .form .form-actions .button,
  .body--account-recentitems .form .form-actions .button,
  .body--editaccount .form .form-actions .button,
  .body--add-wishlist .form .form-actions .button {
    color: #222222;
    border: none;
    font-size: 17px;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    padding: 8px;
    border-radius: 100px;
    line-height: 26.6px;
    letter-spacing: 0.23px;
    vertical-align: middle;
    transition: 0.2s all ease;
    font-family: "SourceSansPro", sans-serif;
    background-color: #c4d600;
    max-width: 160px;
    width: 100%; }
    .body--giftcertificates .form .form-actions .button:hover,
    .parent--giftcertificates-redeem .form .form-actions .button:hover,
    .body--giftcertificates-balance .form .form-actions .button:hover,
    .body--account-orderstatus .form .form-actions .button:hover,
    .body--shippingaddressform .form .form-actions .button:hover,
    .body--account-inbox .form .form-actions .button:hover,
    .body--account-addressbook .form .form-actions .button:hover,
    .account--fixedLarge .form .form-actions .button:hover,
    .body--account-recentitems .form .form-actions .button:hover,
    .body--editaccount .form .form-actions .button:hover,
    .body--add-wishlist .form .form-actions .button:hover {
      color: #c4d600;
      transition: 0.2s all ease;
      background-color: #222222; }

.body--giftcertificates .form-label,
.parent--giftcertificates-redeem .form-label,
.body--giftcertificates-balance .form-label,
.body--account-orderstatus .form-label,
.body--shippingaddressform .form-label,
.body--account-inbox .form-label,
.body--account-addressbook .form-label,
.account--fixedLarge .form-label,
.body--account-recentitems .form-label,
.body--editaccount .form-label,
.body--add-wishlist .form-label {
  color: #222222;
  font-family: "SourceSansPro", sans-serif; }
  .body--giftcertificates .form-label small,
  .parent--giftcertificates-redeem .form-label small,
  .body--giftcertificates-balance .form-label small,
  .body--account-orderstatus .form-label small,
  .body--shippingaddressform .form-label small,
  .body--account-inbox .form-label small,
  .body--account-addressbook .form-label small,
  .account--fixedLarge .form-label small,
  .body--account-recentitems .form-label small,
  .body--editaccount .form-label small,
  .body--add-wishlist .form-label small {
    color: #222222;
    font-family: "SourceSansPro", sans-serif; }

.body--giftcertificates input,
.parent--giftcertificates-redeem input,
.body--giftcertificates-balance input,
.body--account-orderstatus input,
.body--shippingaddressform input,
.body--account-inbox input,
.body--account-addressbook input,
.account--fixedLarge input,
.body--account-recentitems input,
.body--editaccount input,
.body--add-wishlist input {
  border: 1px solid #222222;
  color: #222222; }

.body--giftcertificates .button.button--primary,
.parent--giftcertificates-redeem .button.button--primary,
.body--giftcertificates-balance .button.button--primary,
.body--account-orderstatus .button.button--primary,
.body--shippingaddressform .button.button--primary,
.body--account-inbox .button.button--primary,
.body--account-addressbook .button.button--primary,
.account--fixedLarge .button.button--primary,
.body--account-recentitems .button.button--primary,
.body--editaccount .button.button--primary,
.body--add-wishlist .button.button--primary {
  color: #222222;
  border: none;
  font-size: 17px;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  padding: 8px;
  border-radius: 100px;
  line-height: 26.6px;
  letter-spacing: 0.23px;
  vertical-align: middle;
  transition: 0.2s all ease;
  background-color: #c4d600;
  font-family: "SourceSansPro", sans-serif; }
  .body--giftcertificates .button.button--primary:hover,
  .parent--giftcertificates-redeem .button.button--primary:hover,
  .body--giftcertificates-balance .button.button--primary:hover,
  .body--account-orderstatus .button.button--primary:hover,
  .body--shippingaddressform .button.button--primary:hover,
  .body--account-inbox .button.button--primary:hover,
  .body--account-addressbook .button.button--primary:hover,
  .account--fixedLarge .button.button--primary:hover,
  .body--account-recentitems .button.button--primary:hover,
  .body--editaccount .button.button--primary:hover,
  .body--add-wishlist .button.button--primary:hover {
    color: #c4d600;
    transition: 0.2s all ease;
    background-color: #222222; }

.body--compare .breadcrumbs {
  margin: 15px 0; }
  .body--compare .breadcrumbs .breadcrumb-label,
  .body--compare .breadcrumbs span {
    color: #222; }

.body--compare h1.page-heading {
  margin: 30px 0;
  color: #222;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  font-family: GillSansStd, sans-serif; }
  @media (min-width: 1025px) {
    .body--compare h1.page-heading {
      font-size: 40px; } }

.body--compare h3 {
  font-family: GillSansStd, sans-serif;
  color: #222; }

.body--compare p,
.body--compare span,
.body--compare td {
  font-family: "SourceSansPro", sans-serif;
  color: #222; }

.body--compare .button--primary {
  color: #222222;
  border: none;
  font-size: 17px;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  padding: 14px 10px;
  border-radius: 100px;
  line-height: 26.6px;
  letter-spacing: 0.23px;
  vertical-align: middle;
  transition: 0.2s all ease;
  background-color: #c4d600;
  font-family: "SourceSansPro", sans-serif; }
  .body--compare .button--primary:hover {
    color: #c4d600;
    transition: 0.2s all ease;
    background-color: #222222; }

.quickSearchResults .productGrid .product .card--alternate:hover {
  border-color: transparent; }
  .quickSearchResults .productGrid .product .card--alternate:hover .card-body {
    background-color: transparent; }

.body--search .breadcrumbs {
  margin: 15px 0; }
  .body--search .breadcrumbs .breadcrumb-label,
  .body--search .breadcrumbs span {
    color: #222; }

.body--search section.nav {
  margin: 30px 0 0; }
  .body--search section.nav h1.page-heading {
    margin: 30px 0;
    color: #222;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    font-family: GillSansStd, sans-serif; }
    @media (min-width: 1025px) {
      .body--search section.nav h1.page-heading {
        font-size: 40px; } }
  .body--search section.nav .navBar-section {
    display: flex;
    gap: 20px;
    justify-content: center; }
    .body--search section.nav .navBar-section .navBar-item a:hover {
      text-decoration: underline; }
    .body--search section.nav .navBar-section .navBar-item a span {
      color: #222;
      font-size: 14px;
      font-family: "SourceSansPro", sans-serif; }

.body--search .page-content {
  display: flex;
  justify-content: space-between;
  align-items: self-start;
  gap: 40px;
  flex-wrap: wrap; }
  .body--search .page-content .panel.panel--large {
    display: none;
    width: 100%;
    position: unset;
    margin-top: 10px;
    border-radius: 20px;
    background: #edefed;
    padding: 0;
    max-width: unset;
    max-height: unset; }
    @media (min-width: 1025px) {
      .body--search .page-content .panel.panel--large {
        width: 220px; } }
    .body--search .page-content .panel.panel--large .panel-body {
      margin: 0;
      padding: 0;
      background: none;
      display: flex;
      justify-content: space-between;
      flex-direction: row;
      flex-wrap: wrap; }
      @media (min-width: 1025px) {
        .body--search .page-content .panel.panel--large .panel-body {
          flex-direction: column; } }
      .body--search .page-content .panel.panel--large .panel-body .search-suggestion {
        width: 50%; }
        @media (min-width: 1025px) {
          .body--search .page-content .panel.panel--large .panel-body .search-suggestion {
            width: 100%; } }
        .body--search .page-content .panel.panel--large .panel-body .search-suggestion a {
          text-decoration: none; }
      .body--search .page-content .panel.panel--large .panel-body h5.suggestion-title {
        font-family: "GillSansStd", sans-serif;
        font-size: 20px;
        color: #222;
        font-weight: 500; }
      .body--search .page-content .panel.panel--large .panel-body ul.category-suggestion-list {
        display: flex;
        justify-content: start;
        flex-direction: column;
        gap: 20px; }
        .body--search .page-content .panel.panel--large .panel-body ul.category-suggestion-list li.category-suggestion {
          width: 100%; }
          .body--search .page-content .panel.panel--large .panel-body ul.category-suggestion-list li.category-suggestion a {
            text-decoration: none; }
            .body--search .page-content .panel.panel--large .panel-body ul.category-suggestion-list li.category-suggestion a:hover {
              text-decoration: underline; }
  .body--search .page-content div#product-listing-container,
  .body--search .page-content div#search-results-content {
    width: 100%; }
    .body--search .page-content div#product-listing-container form.actionBar,
    .body--search .page-content div#search-results-content form.actionBar {
      margin: 30px 0; }
    .body--search .page-content div#product-listing-container ul.productGrid,
    .body--search .page-content div#search-results-content ul.productGrid {
      margin: 0; }
      .body--search .page-content div#product-listing-container ul.productGrid li.product,
      .body--search .page-content div#search-results-content ul.productGrid li.product {
        width: 50%; }
        @media (min-width: 767px) {
          .body--search .page-content div#product-listing-container ul.productGrid li.product,
          .body--search .page-content div#search-results-content ul.productGrid li.product {
            width: 25%; } }
        @media (min-width: 1025px) {
          .body--search .page-content div#product-listing-container ul.productGrid li.product,
          .body--search .page-content div#search-results-content ul.productGrid li.product {
            width: 33.3%; } }
        @media (min-width: 1261px) {
          .body--search .page-content div#product-listing-container ul.productGrid li.product,
          .body--search .page-content div#search-results-content ul.productGrid li.product {
            width: 33.3%; } }
      .body--search .page-content div#product-listing-container ul.productGrid p,
      .body--search .page-content div#search-results-content ul.productGrid p {
        margin: 20px 0;
        color: #222;
        font-family: "SourceSansPro", sans-serif; }
      .body--search .page-content div#product-listing-container ul.productGrid strong,
      .body--search .page-content div#search-results-content ul.productGrid strong {
        color: #222;
        font-family: "SourceSansPro", sans-serif; }
    .body--search .page-content div#product-listing-container .pagination,
    .body--search .page-content div#search-results-content .pagination {
      padding: 0 0 30px 0; }
  .body--search .page-content .advancedSearch-form h5.advancedSearch-title {
    font-size: 20px;
    color: #222;
    font-family: GillSansStd, sans-serif; }
  .body--search .page-content .advancedSearch-form label.form-label,
  .body--search .page-content .advancedSearch-form small {
    color: #222;
    font-family: GillSansStd, sans-serif; }
  .body--search .page-content .advancedSearch-form input,
  .body--search .page-content .advancedSearch-form .form-field-group,
  .body--search .page-content .advancedSearch-form select {
    border: 1px solid #222; }
  .body--search .page-content .advancedSearch-form input#advanced-search-submit {
    width: 100%;
    color: #222222;
    border: none;
    font-size: 17px;
    font-weight: 400;
    max-width: 206px;
    display: inline-block;
    text-align: center;
    padding: 14px 10px;
    border-radius: 100px;
    line-height: 26.6px;
    letter-spacing: 0.23px;
    vertical-align: middle;
    transition: 0.2s all ease;
    background-color: #c4d600;
    font-family: "SourceSansPro", sans-serif; }
    .body--search .page-content .advancedSearch-form input#advanced-search-submit:hover {
      color: #c4d600;
      transition: 0.2s all ease;
      background-color: #222222; }

.body--404 .breadcrumbs {
  margin: 15px 0; }
  .body--404 .breadcrumbs .breadcrumb-label,
  .body--404 .breadcrumbs span {
    color: #222; }

.body--404 h1.page-heading {
  margin: 30px 0;
  color: #222;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  font-family: GillSansStd, sans-serif; }
  @media (min-width: 1025px) {
    .body--404 h1.page-heading {
      font-size: 40px; } }

.body--404 .u-textAlignCenter {
  font-family: "SourceSansPro", sans-serif;
  color: #222; }

.body--404 .button--primary {
  margin: 0 10px 0;
  height: auto;
  width: 100%;
  color: #222222;
  border: none;
  font-size: 17px;
  font-weight: 400;
  max-width: 206px;
  display: inline-block;
  text-align: center;
  padding: 10px;
  border-radius: 100px;
  line-height: 26.6px;
  letter-spacing: 0.23px;
  vertical-align: middle;
  transition: 0.2s all ease;
  background-color: #c4d600;
  font-family: "SourceSansPro", sans-serif; }
  .body--404 .button--primary:hover {
    color: #c4d600;
    transition: 0.2s all ease;
    background-color: #222222; }

.body--404 input {
  border: 1px solid #222; }

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1400px;
  position: unset; }
  .container--category {
    max-width: 1280px; }
  .container--mini {
    max-width: 1280px; }

input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: 0px solid #0f7fff !important;
  outline-offset: 0px !important; }

p:empty {
  display: none; }

a {
  transition: 0.2s all ease; }
  a:hover {
    transition: 0.2s all ease; }

body {
  background-color: #edefec; }

.page {
  margin: 0; }

.body {
  margin-top: 0;
  margin-bottom: 0; }
  .body--category {
    margin-bottom: 34px; }
    @media (min-width: 1025px) {
      .body--category {
        margin-bottom: 97px; } }
  .body--newsletter-subscribe {
    margin-top: 30px;
    margin-bottom: 30px; }
    .body--newsletter-subscribe .alertBox--success {
      display: none !important;
      color: #ffffff;
      border-color: #222222;
      background-color: #222222; }
      .body--newsletter-subscribe .alertBox--success svg {
        fill: #fff; }
    .body--newsletter-subscribe .page-heading {
      margin: 0; }

.mbl_hidden {
  display: none !important; }
  @media (min-width: 1025px) {
    .mbl_hidden {
      display: block !important; } }

.dsktp_hidden {
  display: block !important; }
  @media (min-width: 1025px) {
    .dsktp_hidden {
      display: none !important; } }

.skip-to-main-link {
  display: none; }

.parent--default .body {
  padding-top: 30px; }

.parent--default .header {
  background: #222222;
  transition: 0.4s all ease; }
  @media (min-width: 1025px) {
    .parent--default .header {
      background: transparent; } }
  .parent--default .header.fixedHeader {
    background: #222222;
    transition: 0.4s all ease; }
  .parent--default .header .navPages .navPages-list .navPages-item .navPages-action.is-open {
    background-color: transparent; }

/*Add Cart Popup Start*/
.previewCart-emptyBody {
  color: #000;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 0%;
  text-align: center;
  margin: 0 auto;
  line-height: 38.25px;
  font-family: "GillSansStd", sans-serif; }

.modal-background {
  background: rgba(0, 0, 0, 0.4); }

#previewModal {
  position: fixed;
  pointer-events: all;
  opacity: 1 !important;
  visibility: visible !important;
  background-color: #edefed;
  left: 0;
  border-radius: 20px;
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
  min-height: calc(100% - 40px);
  right: 0;
  bottom: 0;
  top: 0 !important;
  transform: translateX(100%);
  margin: auto;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
  @media (min-width: 767px) {
    #previewModal {
      left: unset;
      margin: 0;
      max-width: 500px;
      max-height: 100%;
      min-height: 100%; } }
  #previewModal .modal-body.customCart {
    padding-left: 0;
    padding-right: 0;
    max-height: 100vh !important; }
  #previewModal .modal-header {
    display: block !important; }
    #previewModal .modal-header .modal-header-title {
      font-size: 15px;
      line-height: 2.8rem; }
  #previewModal .modal-close {
    top: 18px;
    width: 20px;
    height: 20px;
    color: #fff;
    right: 19px;
    background-image: url('data:image/svg+xml,<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.99512 6.99921L20.9958 20.9999" stroke="white" stroke-width="1.5" stroke-linecap="square"/><path d="M6.99512 21.0008L20.9958 7.00008" stroke="white" stroke-width="1.5" stroke-linecap="square"/></svg>');
    background-repeat: no-repeat;
    background-size: 24px;
    height: 24px;
    width: 24px; }
    #previewModal .modal-close:hover {
      background-image: url('data:image/svg+xml,<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.99512 6.99921L20.9958 20.9999" stroke="%23C4D600" stroke-width="1.5" stroke-linecap="square"/><path d="M6.99512 21.0008L20.9958 7.00008" stroke="%23C4D600" stroke-width="1.5" stroke-linecap="square"/></svg>');
      background-repeat: no-repeat;
      background-size: 24px; }
    #previewModal .modal-close span {
      font-size: 0;
      font-weight: 400; }
  #previewModal.open {
    right: 0;
    transform: translateX(0);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1); }

.swiper-slide,
.slick-slide {
  cursor: grab; }

#cart-preview-dropdown {
  z-index: 999;
  height: 100vh;
  width: 100% !important;
  max-width: 100%;
  border: 1px solid;
  top: 0 !important;
  left: auto !important;
  right: 0px !important;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed !important; }
  #cart-preview-dropdown .preview-dropdown-cutom {
    height: 100%;
    max-width: 330px;
    margin: 0 0 0 auto;
    background-color: #fff; }

div#cart-preview-dropdown {
  display: none !important; }

#cart-preview-dropdown .previewCart,
.modal-content .previewCart {
  height: 100%; }

#cart-preview-dropdown .cart-drodown-title,
.modal-content .cart-drodown-title {
  background: #222; }
  #cart-preview-dropdown .cart-drodown-title p,
  .modal-content .cart-drodown-title p {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0%;
    padding: 13.5px 0;
    background: #222;
    text-align: center;
    width: fit-content;
    margin: 0 0px 0px 20px;
    line-height: 38.25px;
    font-family: "GillSansStd", sans-serif;
    position: relative; }
    @media (min-width: 767px) {
      #cart-preview-dropdown .cart-drodown-title p,
      .modal-content .cart-drodown-title p {
        margin: 0 auto;
        width: fit-content; } }
  #cart-preview-dropdown .cart-drodown-title span,
  .modal-content .cart-drodown-title span {
    position: absolute;
    display: inline-flex;
    right: -22px;
    align-items: center;
    justify-content: center;
    background-color: #c4d600;
    border-radius: 100px;
    width: 19px;
    height: 19px;
    text-align: center;
    font-weight: 700;
    font-size: 9px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #222;
    font-family: "Inter", sans-serif; }

#cart-preview-dropdown .previewCartWrapper,
.modal-content .previewCartWrapper {
  padding: 0;
  background: #fff;
  height: calc(100vh - 210px); }
  #cart-preview-dropdown .previewCartWrapper .or-use-label,
  .modal-content .previewCartWrapper .or-use-label {
    display: none; }
  #cart-preview-dropdown .previewCartWrapper .previewCartList,
  .modal-content .previewCartWrapper .previewCartList {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #c4d600 #fff; }
    #cart-preview-dropdown .previewCartWrapper .previewCartList .previewCartItem,
    .modal-content .previewCartWrapper .previewCartList .previewCartItem {
      display: flex;
      border-top: 0;
      padding: 15px;
      border-bottom: 1px solid #e0e0e0; }
      @media (min-width: 767px) {
        #cart-preview-dropdown .previewCartWrapper .previewCartList .previewCartItem,
        .modal-content .previewCartWrapper .previewCartList .previewCartItem {
          padding: 15px 29px 15px 23px; } }
      #cart-preview-dropdown .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-image,
      .modal-content .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-image {
        width: 57px; }
        @media (min-width: 767px) {
          #cart-preview-dropdown .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-image,
          .modal-content .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-image {
            width: 86px; } }
        #cart-preview-dropdown .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-image:after,
        .modal-content .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-image:after {
          padding-bottom: 0; }
        #cart-preview-dropdown .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-image img,
        .modal-content .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-image img {
          max-height: unset;
          width: 100%;
          margin: 0;
          position: unset; }
      #cart-preview-dropdown .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content,
      .modal-content .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content {
        padding: 0 0 0 12px;
        width: calc(100% - 57px); }
        @media (min-width: 767px) {
          #cart-preview-dropdown .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content,
          .modal-content .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content {
            padding: 0 0 0 28px;
            width: calc(100% - 86px); } }
        #cart-preview-dropdown .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-upper,
        .modal-content .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-upper {
          display: flex;
          align-items: flex-start;
          justify-content: space-between; }
          #cart-preview-dropdown .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-upper .previewCartItem-name,
          .modal-content .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-upper .previewCartItem-name {
            width: 80%;
            line-height: 110%; }
            #cart-preview-dropdown .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-upper .previewCartItem-name a,
            .modal-content .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-upper .previewCartItem-name a {
              font-size: 15px;
              font-weight: 400;
              color: #222222;
              line-height: 110%;
              font-family: "GillSansStd", serif; }
              @media (min-width: 767px) {
                #cart-preview-dropdown .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-upper .previewCartItem-name a,
                .modal-content .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-upper .previewCartItem-name a {
                  font-size: 16px; } }
        #cart-preview-dropdown .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-bottom,
        .modal-content .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-bottom {
          display: flex;
          gap: 10px;
          align-items: center;
          margin: 4px 0 0 0;
          justify-content: space-between; }
          @media (min-width: 767px) {
            #cart-preview-dropdown .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-bottom,
            .modal-content .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-bottom {
              margin: 20px 0 0 0; } }
          #cart-preview-dropdown .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-bottom .definitionList,
          .modal-content .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-bottom .definitionList {
            margin: 0;
            width: 100%; }
            #cart-preview-dropdown .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-bottom .definitionList .definitionList-key,
            .modal-content .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-bottom .definitionList .definitionList-key {
              font-size: 11px;
              font-weight: 600;
              color: #222222;
              line-height: 14px;
              font-family: "SourceSansPro", sans-serif;
              margin-right: 10px; }
            #cart-preview-dropdown .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-bottom .definitionList .definitionList-value,
            .modal-content .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-bottom .definitionList .definitionList-value {
              font-size: 11px;
              font-weight: 400;
              color: #222222;
              line-height: 14px;
              font-family: "SourceSansPro", sans-serif; }
          #cart-preview-dropdown .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-bottom .previewCartItem-increments,
          .modal-content .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-bottom .previewCartItem-increments {
            border: 0;
            margin: 0;
            width: 100px;
            height: 39px; }
            #cart-preview-dropdown .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-bottom .previewCartItem-increments .form-increment,
            .modal-content .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-bottom .previewCartItem-increments .form-increment {
              width: 100%;
              height: 100%;
              display: flex;
              border: 0;
              align-items: center;
              border-radius: 100px;
              background-color: #f6f6f6;
              justify-content: space-between; }
              #cart-preview-dropdown .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-bottom .previewCartItem-increments .form-increment button,
              .modal-content .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-bottom .previewCartItem-increments .form-increment button {
                border: 0;
                font-size: 0;
                width: 33.33%;
                height: 100%;
                padding: 0;
                -webkit-appearance: none; }
                #cart-preview-dropdown .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-bottom .previewCartItem-increments .form-increment button[data-action="inc"],
                .modal-content .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-bottom .previewCartItem-increments .form-increment button[data-action="inc"] {
                  background: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 0V10" stroke="%23000000" stroke-width="1.5"/><path d="M0 5L10 5" stroke="%23000000" stroke-width="1.5"/></svg>');
                  background-repeat: no-repeat;
                  background-position: center; }
                  #cart-preview-dropdown .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-bottom .previewCartItem-increments .form-increment button[data-action="inc"]:hover,
                  .modal-content .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-bottom .previewCartItem-increments .form-increment button[data-action="inc"]:hover {
                    background: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 0V10" stroke="%23000000" stroke-width="1.5"/><path d="M0 5L10 5" stroke="%23000000" stroke-width="1.5"/></svg>');
                    background-repeat: no-repeat;
                    background-position: center; }
                #cart-preview-dropdown .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-bottom .previewCartItem-increments .form-increment button[data-action="dec"],
                .modal-content .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-bottom .previewCartItem-increments .form-increment button[data-action="dec"] {
                  background: url('data:image/svg+xml,<svg width="10" height="2" viewBox="0 0 10 2" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M0 1L10 1" stroke="%23000000" stroke-width="2"/></svg>');
                  background-repeat: no-repeat;
                  background-position: center; }
                  #cart-preview-dropdown .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-bottom .previewCartItem-increments .form-increment button[data-action="dec"]:hover,
                  .modal-content .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-bottom .previewCartItem-increments .form-increment button[data-action="dec"]:hover {
                    background: url('data:image/svg+xml,<svg width="10" height="2" viewBox="0 0 10 2" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M0 1L10 1" stroke="%23000000" stroke-width="2"/></svg>');
                    background-repeat: no-repeat;
                    background-position: center; }
              #cart-preview-dropdown .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-bottom .previewCartItem-increments .form-increment .button,
              .modal-content .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-bottom .previewCartItem-increments .form-increment .button {
                -webkit-appearance: none; }
                #cart-preview-dropdown .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-bottom .previewCartItem-increments .form-increment .button[data-action="inc"],
                .modal-content .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-bottom .previewCartItem-increments .form-increment .button[data-action="inc"] {
                  position: relative;
                  background: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 0V10" stroke="%23CBCCCE" stroke-width="1.5"/><path d="M0 5L10 5" stroke="%23CBCCCE" stroke-width="1.5"/></svg>');
                  background-repeat: no-repeat;
                  background-position: center; }
                  #cart-preview-dropdown .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-bottom .previewCartItem-increments .form-increment .button[data-action="inc"]:hover,
                  .modal-content .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-bottom .previewCartItem-increments .form-increment .button[data-action="inc"]:hover {
                    background-repeat: no-repeat;
                    background-position: center; }
                    #cart-preview-dropdown .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-bottom .previewCartItem-increments .form-increment .button[data-action="inc"]:hover:after,
                    .modal-content .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-bottom .previewCartItem-increments .form-increment .button[data-action="inc"]:hover:after {
                      background: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 0V10" stroke="%23000000" stroke-width="1.5"/><path d="M0 5L10 5" stroke="%23000000" stroke-width="1.5"/></svg>'), #C4D600;
                      background-repeat: no-repeat;
                      background-position: center; }
                  #cart-preview-dropdown .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-bottom .previewCartItem-increments .form-increment .button[data-action="inc"]:after,
                  .modal-content .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-bottom .previewCartItem-increments .form-increment .button[data-action="inc"]:after {
                    content: "";
                    height: 20px;
                    transform: translateY(-50);
                    width: 20px;
                    position: absolute;
                    top: 50%;
                    display: block;
                    background: transparent;
                    border-radius: 100px;
                    left: 0;
                    right: 0;
                    transform: translateY(-50%);
                    margin: 0 auto; }
                #cart-preview-dropdown .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-bottom .previewCartItem-increments .form-increment .button[data-action="dec"],
                .modal-content .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-bottom .previewCartItem-increments .form-increment .button[data-action="dec"] {
                  position: relative;
                  background: url('data:image/svg+xml,<svg width="10" height="2" viewBox="0 0 10 2" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M0 1L10 1" stroke="%23CBCCCE" stroke-width="2"/></svg>');
                  background-repeat: no-repeat;
                  background-position: center; }
                  #cart-preview-dropdown .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-bottom .previewCartItem-increments .form-increment .button[data-action="dec"]:hover,
                  .modal-content .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-bottom .previewCartItem-increments .form-increment .button[data-action="dec"]:hover {
                    background-repeat: no-repeat;
                    background-position: center; }
                    #cart-preview-dropdown .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-bottom .previewCartItem-increments .form-increment .button[data-action="dec"]:hover:after,
                    .modal-content .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-bottom .previewCartItem-increments .form-increment .button[data-action="dec"]:hover:after {
                      background: #C4D600;
                      background: url('data:image/svg+xml,<svg width="10" height="2" viewBox="0 0 10 2" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M0 1L10 1" stroke="%23000000" stroke-width="2"/></svg>'), #C4D600;
                      background-repeat: no-repeat;
                      background-position: center; }
                  #cart-preview-dropdown .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-bottom .previewCartItem-increments .form-increment .button[data-action="dec"]:after,
                  .modal-content .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-bottom .previewCartItem-increments .form-increment .button[data-action="dec"]:after {
                    content: "";
                    height: 20px;
                    transform: translateY(-50);
                    width: 20px;
                    position: absolute;
                    top: 50%;
                    display: block;
                    background: transparent;
                    border-radius: 100px;
                    transform: translateY(-50%);
                    left: 0;
                    right: 0;
                    margin: 0 auto; }
              #cart-preview-dropdown .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-bottom .previewCartItem-increments .form-increment input,
              .modal-content .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .content-bottom .previewCartItem-increments .form-increment input {
                color: #222;
                border: 0;
                width: 33.33%;
                height: 100%;
                padding: 0;
                font-size: 14px;
                font-weight: 600;
                line-height: 100%;
                text-align: center;
                letter-spacing: 0%;
                background-color: #f6f6f6;
                -webkit-appearance: none;
                font-family: "SourceSansPro", sans-serif; }
        #cart-preview-dropdown .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-price,
        .modal-content .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-price {
          width: calc(100% - 100px);
          font-size: 16px;
          font-weight: 700;
          text-align: right;
          color: #222222;
          line-height: 110%;
          font-family: "SourceSansPro", sans-serif; }
        #cart-preview-dropdown .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .removeItem,
        .modal-content .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .removeItem {
          width: 18px;
          height: 18px;
          font-size: 0;
          background-image: url('data:image/svg+xml,<svg width="17" height="18" viewBox="0 0 17 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.96922 1.31755H6.2487C6.0378 1.31755 5.85326 1.45926 5.79723 1.66357L5.59292 2.69174C5.56656 2.82355 5.53031 2.94878 5.48087 3.06741H10.7338C10.6843 2.94878 10.6481 2.82355 10.6217 2.69174L10.4075 1.62403C10.3614 1.46255 10.1768 1.32085 9.96593 1.32085L9.96922 1.31755ZM9.96922 -0.000610842C10.7766 -0.000610842 11.4851 0.543132 11.6927 1.32414L11.9168 2.4314C11.9893 2.7939 12.309 3.06082 12.678 3.06412H15.5615C15.924 3.06412 16.2206 3.36071 16.2206 3.7232C16.2206 4.0857 15.924 4.38228 15.5615 4.38228H12.7044C12.7044 4.38228 12.6945 4.38228 12.6912 4.38228H12.6682H3.55306C3.54647 4.38228 3.53988 4.38228 3.53329 4.38228H3.52011H0.662988C0.300493 4.38228 0.00390625 4.0857 0.00390625 3.7232C0.00390625 3.36071 0.300493 3.06412 0.662988 3.06412H3.54647L3.63545 3.05753C3.96499 3.01469 4.2418 2.76424 4.30771 2.42811L4.52191 1.36039C4.73941 0.539836 5.44792 -0.00390625 6.2553 -0.00390625H9.97581L9.96922 -0.000610842ZM14.3982 5.90476C14.7607 5.93442 15.031 6.25078 15.0013 6.61327C14.9947 6.67259 14.5202 12.5714 14.2467 15.0429C14.0753 16.5786 13.0636 17.5112 11.5312 17.5408C10.3614 17.5606 9.23105 17.5738 8.12379 17.5738C6.93415 17.5738 5.77087 17.5606 4.62407 17.5376C3.15432 17.5079 2.13933 16.5555 1.97126 15.0528C1.69445 12.5582 1.21991 6.67589 1.21662 6.61657C1.18696 6.25407 1.45718 5.93442 1.81968 5.90806C2.17888 5.89817 2.50183 6.14862 2.52819 6.51112C2.52819 6.55066 2.72591 8.95301 2.93682 11.329L2.97966 11.8035C3.08511 12.9833 3.19386 14.1202 3.27954 14.9111C3.37511 15.7646 3.83647 16.2062 4.64714 16.2227C6.84517 16.2688 9.08605 16.2721 11.5016 16.2293C12.365 16.2128 12.8329 15.7811 12.9318 14.9045C13.2053 12.4494 13.6799 6.57043 13.6831 6.51112C13.7128 6.14862 14.0325 5.89487 14.3917 5.90806L14.3982 5.90476Z" fill="black"/></svg>');
          background-repeat: no-repeat;
          background-position: center; }
          #cart-preview-dropdown .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .removeItem:hover,
          .modal-content .previewCartWrapper .previewCartList .previewCartItem .previewCartItem-content .removeItem:hover {
            background-image: url('data:image/svg+xml,<svg width="17" height="18" viewBox="0 0 17 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.96922 1.31755H6.2487C6.0378 1.31755 5.85326 1.45926 5.79723 1.66357L5.59292 2.69174C5.56656 2.82355 5.53031 2.94878 5.48087 3.06741H10.7338C10.6843 2.94878 10.6481 2.82355 10.6217 2.69174L10.4075 1.62403C10.3614 1.46255 10.1768 1.32085 9.96593 1.32085L9.96922 1.31755ZM9.96922 -0.000610842C10.7766 -0.000610842 11.4851 0.543132 11.6927 1.32414L11.9168 2.4314C11.9893 2.7939 12.309 3.06082 12.678 3.06412H15.5615C15.924 3.06412 16.2206 3.36071 16.2206 3.7232C16.2206 4.0857 15.924 4.38228 15.5615 4.38228H12.7044C12.7044 4.38228 12.6945 4.38228 12.6912 4.38228H12.6682H3.55306C3.54647 4.38228 3.53988 4.38228 3.53329 4.38228H3.52011H0.662988C0.300493 4.38228 0.00390625 4.0857 0.00390625 3.7232C0.00390625 3.36071 0.300493 3.06412 0.662988 3.06412H3.54647L3.63545 3.05753C3.96499 3.01469 4.2418 2.76424 4.30771 2.42811L4.52191 1.36039C4.73941 0.539836 5.44792 -0.00390625 6.2553 -0.00390625H9.97581L9.96922 -0.000610842ZM14.3982 5.90476C14.7607 5.93442 15.031 6.25078 15.0013 6.61327C14.9947 6.67259 14.5202 12.5714 14.2467 15.0429C14.0753 16.5786 13.0636 17.5112 11.5312 17.5408C10.3614 17.5606 9.23105 17.5738 8.12379 17.5738C6.93415 17.5738 5.77087 17.5606 4.62407 17.5376C3.15432 17.5079 2.13933 16.5555 1.97126 15.0528C1.69445 12.5582 1.21991 6.67589 1.21662 6.61657C1.18696 6.25407 1.45718 5.93442 1.81968 5.90806C2.17888 5.89817 2.50183 6.14862 2.52819 6.51112C2.52819 6.55066 2.72591 8.95301 2.93682 11.329L2.97966 11.8035C3.08511 12.9833 3.19386 14.1202 3.27954 14.9111C3.37511 15.7646 3.83647 16.2062 4.64714 16.2227C6.84517 16.2688 9.08605 16.2721 11.5016 16.2293C12.365 16.2128 12.8329 15.7811 12.9318 14.9045C13.2053 12.4494 13.6799 6.57043 13.6831 6.51112C13.7128 6.14862 14.0325 5.89487 14.3917 5.90806L14.3982 5.90476Z" fill="%23C4D600"/></svg>');
            background-repeat: no-repeat;
            background-position: center; }

#cart-preview-dropdown .previewCartAction,
.modal-content .previewCartAction {
  border: 0;
  margin: 0;
  padding: 20px;
  background-color: #edefed;
  position: fixed;
  bottom: 0; }
  @media (min-width: 767px) {
    #cart-preview-dropdown .previewCartAction,
    .modal-content .previewCartAction {
      padding: 25px; } }
  #cart-preview-dropdown .previewCartAction .previewCartAction-checkout,
  .modal-content .previewCartAction .previewCartAction-checkout {
    display: flex;
    gap: 16px;
    width: 100%;
    padding: 0;
    flex-direction: column-reverse; }
    @media (min-width: 767px) {
      #cart-preview-dropdown .previewCartAction .previewCartAction-checkout,
      .modal-content .previewCartAction .previewCartAction-checkout {
        flex-direction: row; } }
    #cart-preview-dropdown .previewCartAction .previewCartAction-checkout .button,
    .modal-content .previewCartAction .previewCartAction-checkout .button {
      border: 0;
      color: #222222;
      font-size: 17px;
      font-weight: 400;
      text-align: center;
      padding: 14px 10px;
      border-radius: 100px;
      line-height: 26.6px;
      letter-spacing: 0.23px;
      vertical-align: middle;
      transition: 0.2s all ease;
      background-color: #c4d600;
      font-family: "SourceSansPro", sans-serif; }
      #cart-preview-dropdown .previewCartAction .previewCartAction-checkout .button--secondary,
      .modal-content .previewCartAction .previewCartAction-checkout .button--secondary {
        background-color: #fff; }
        #cart-preview-dropdown .previewCartAction .previewCartAction-checkout .button--secondary:hover,
        .modal-content .previewCartAction .previewCartAction-checkout .button--secondary:hover {
          background-color: #c4d600;
          transition: 0.2s all ease; }
      #cart-preview-dropdown .previewCartAction .previewCartAction-checkout .button:hover,
      .modal-content .previewCartAction .previewCartAction-checkout .button:hover {
        color: #c4d600;
        transition: 0.2s all ease;
        background-color: #222222; }

#cart-preview-dropdown .preview_total,
.modal-content .preview_total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 0 6px; }
  #cart-preview-dropdown .preview_total .total_text,
  .modal-content .preview_total .total_text {
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    font-family: "SourceSansPro", sans-serif; }
    #cart-preview-dropdown .preview_total .total_text .quantity-count,
    .modal-content .preview_total .total_text .quantity-count {
      font-weight: 700; }
  #cart-preview-dropdown .preview_total .total_value,
  .modal-content .preview_total .total_value {
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    font-family: "SourceSansPro", sans-serif; }

/*Add Cart Popup End*/
#alert-modal .warning-icon,
#alert-modal .error-icon {
  animation: animate-icon 0.5s;
  border-color: #222222;
  color: #222222; }

#alert-modal .modal-content span {
  font-family: SourceSansPro, sans-serif;
  color: #222; }

#alert-modal .button-container .cancel.button {
  color: #c4d600;
  border: none;
  border-radius: 100px;
  transition: 0.2s all ease;
  background-color: #222222;
  font-family: "SourceSansPro", sans-serif; }
  #alert-modal .button-container .cancel.button:hover {
    color: #222222;
    transition: 0.2s all ease;
    background-color: #c4d600; }

#alert-modal .button-container .confirm.button {
  color: #222222;
  border: none;
  border-radius: 100px;
  transition: 0.2s all ease;
  background-color: #c4d600;
  font-family: "SourceSansPro", sans-serif; }
  #alert-modal .button-container .confirm.button:hover {
    color: #c4d600;
    transition: 0.2s all ease;
    background-color: #222222; }

.optimizedCheckout-contentPrimary .button.button--primary {
  color: #222222;
  border: none;
  font-size: 17px;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  padding: 8px;
  border-radius: 100px;
  line-height: 19px;
  letter-spacing: 0.23px;
  vertical-align: middle;
  transition: 0.2s all ease;
  background-color: #c4d600;
  font-family: "SourceSansPro", sans-serif; }
  .optimizedCheckout-contentPrimary .button.button--primary:hover {
    color: #c4d600;
    transition: 0.2s all ease;
    background-color: #222222; }

.body--cart h3 {
  font-family: SourceSansPro, sans-serif;
  color: #222; }

.body--cart .page-content {
  padding: 30px 10px; }
  .body--cart .page-content nav {
    display: none; }
  .body--cart .page-content h1.page-heading {
    color: #222;
    font-size: 32px;
    font-weight: 400;
    line-height: 100%;
    margin: 30px 0;
    text-align: center;
    font-family: GillSansStd, sans-serif; }
    @media (min-width: 1025px) {
      .body--cart .page-content h1.page-heading {
        font-size: 55px; } }
  .body--cart .page-content .cart .cart-header th.cart-header-item {
    font-family: SourceSansPro, sans-serif;
    color: #222; }
  .body--cart .page-content .cart .cart-list td.cart-item-block.cart-item-info {
    display: flex;
    justify-content: space-between;
    margin: 20px 0; }
    @media (min-width: 1025px) {
      .body--cart .page-content .cart .cart-list td.cart-item-block.cart-item-info {
        margin: 0;
        display: table-cell; } }
  .body--cart .page-content .cart .cart-list p.cart-item-brand {
    color: #222;
    font-family: SourceSansPro, sans-serif; }
  .body--cart .page-content .cart .cart-list h2.cart-item-name {
    color: #222;
    font-family: SourceSansPro, sans-serif;
    font-size: 18px; }
  .body--cart .page-content .cart .cart-list td.cart-item-block.cart-item-info {
    color: #222;
    font-family: SourceSansPro, sans-serif;
    font-size: 16px; }
  .body--cart .page-content .cart .cart-list .form-increment {
    border: 1px solid #e0e0e0;
    padding: 10px;
    display: flex;
    align-items: center;
    border-radius: 100px;
    justify-content: space-between;
    max-width: 130px;
    margin: 0; }
    @media (min-width: 1025px) {
      .body--cart .page-content .cart .cart-list .form-increment {
        margin: 0 auto; } }
    .body--cart .page-content .cart .cart-list .form-increment button.button.button--icon {
      border: none; }
      .body--cart .page-content .cart .cart-list .form-increment button.button.button--icon svg {
        fill: #222; }
  .body--cart .page-content .cart .cart-list .form-input {
    background: none; }
  .body--cart .page-content .cart-totals .cart-total input,
  .body--cart .page-content .cart-totals .cart-total select {
    border: 1px solid #222222;
    color: #222222; }
  .body--cart .page-content .cart-totals .cart-total .button.button--primary {
    color: #222222;
    border: none;
    font-size: 17px;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    padding: 8px;
    border-radius: 100px;
    line-height: 19px;
    letter-spacing: 0.23px;
    vertical-align: middle;
    transition: 0.2s all ease;
    background-color: #c4d600;
    font-family: "SourceSansPro", sans-serif; }
    .body--cart .page-content .cart-totals .cart-total .button.button--primary:hover {
      color: #c4d600;
      transition: 0.2s all ease;
      background-color: #222222; }
  .body--cart .page-content .cart-totals .cart-total .coupon-code-cancel {
    font-family: SourceSansPro, sans-serif;
    color: #222; }
  .body--cart .page-content .cart-totals .cart-total .cart-total-label {
    font-family: SourceSansPro, sans-serif;
    color: #222; }
  .body--cart .page-content .cart-totals .cart-total .cart-total-value {
    font-family: SourceSansPro, sans-serif;
    color: #222; }
    .body--cart .page-content .cart-totals .cart-total .cart-total-value button.shipping-estimate-show {
      font-family: SourceSansPro, sans-serif;
      color: #222222; }
    .body--cart .page-content .cart-totals .cart-total .cart-total-value .coupon-code-add {
      font-family: SourceSansPro, sans-serif;
      color: #222; }
  .body--cart .page-content .cart-actions {
    display: flex;
    justify-content: end; }
    .body--cart .page-content .cart-actions a.button.button--primary {
      width: 100%;
      color: #222222;
      border: none;
      font-size: 17px;
      font-weight: 400;
      max-width: 206px;
      display: inline-block;
      text-align: center;
      padding: 14px 10px;
      border-radius: 100px;
      line-height: 26.6px;
      letter-spacing: 0.23px;
      vertical-align: middle;
      transition: 0.2s all ease;
      background-color: #c4d600;
      font-family: "SourceSansPro", sans-serif; }
      .body--cart .page-content .cart-actions a.button.button--primary:hover {
        color: #c4d600;
        transition: 0.2s all ease;
        background-color: #222222; }

.parent--createaccount-thanks .page-heading {
  margin: 30px 0;
  color: #222;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  font-family: GillSansStd, sans-serif; }
  @media (min-width: 1025px) {
    .parent--createaccount-thanks .page-heading {
      font-size: 55px; } }

.parent--createaccount-thanks .button--primary {
  width: 100%;
  border: none;
  color: #222222;
  font-size: 17px;
  font-weight: 400;
  max-width: 206px;
  display: inline-block;
  text-align: center;
  padding: 14px 10px;
  border-radius: 100px;
  line-height: 26.6px;
  letter-spacing: 0.23px;
  vertical-align: middle;
  transition: 0.2s all ease;
  background-color: #c4d600;
  font-family: "SourceSansPro", sans-serif; }
  .parent--createaccount-thanks .button--primary:hover {
    color: #c4d600;
    transition: 0.2s all ease;
    background-color: #222222; }

.parent--createaccount-thanks p {
  color: #222222;
  font-family: "SourceSansPro", sans-serif; }

.body--createaccount .page-heading,
.parent--forgotpassword .page-heading {
  margin: 30px 0;
  color: #222;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  font-family: GillSansStd, sans-serif; }
  @media (min-width: 1025px) {
    .body--createaccount .page-heading,
    .parent--forgotpassword .page-heading {
      font-size: 55px; } }

.body--createaccount nav,
.parent--forgotpassword nav {
  display: none; }

.body--createaccount p,
.parent--forgotpassword p {
  color: #222222;
  font-family: "SourceSansPro", sans-serif; }

.body--createaccount .form-row .form-label,
.body--createaccount .form-row small,
.body--createaccount .form-row span,
.body--createaccount .forgot-password-form .form-label,
.body--createaccount .forgot-password-form small,
.body--createaccount .forgot-password-form span,
.parent--forgotpassword .form-row .form-label,
.parent--forgotpassword .form-row small,
.parent--forgotpassword .form-row span,
.parent--forgotpassword .forgot-password-form .form-label,
.parent--forgotpassword .forgot-password-form small,
.parent--forgotpassword .forgot-password-form span {
  font-family: "SourceSansPro", sans-serif;
  color: #222222; }

.body--createaccount .form-row .form-input,
.body--createaccount .forgot-password-form .form-input,
.parent--forgotpassword .form-row .form-input,
.parent--forgotpassword .forgot-password-form .form-input {
  border: 1px solid #222; }

.body--createaccount .form-row .button--primary,
.body--createaccount .forgot-password-form .button--primary,
.parent--forgotpassword .form-row .button--primary,
.parent--forgotpassword .forgot-password-form .button--primary {
  width: 100%;
  border: none;
  color: #222222;
  font-size: 17px;
  font-weight: 400;
  max-width: 206px;
  display: inline-block;
  text-align: center;
  padding: 14px 10px;
  border-radius: 100px;
  letter-spacing: 0.23px;
  vertical-align: middle;
  transition: 0.2s all ease;
  margin: 0 auto;
  background-color: #c4d600;
  font-family: "SourceSansPro", sans-serif; }
  .body--createaccount .form-row .button--primary:hover,
  .body--createaccount .forgot-password-form .button--primary:hover,
  .parent--forgotpassword .form-row .button--primary:hover,
  .parent--forgotpassword .forgot-password-form .button--primary:hover {
    color: #c4d600;
    transition: 0.2s all ease;
    background-color: #222222; }

.body--createaccount .form-actions,
.parent--forgotpassword .form-actions {
  display: flex;
  align-items: center;
  justify-content: center; }
  .body--createaccount .form-actions .button--primary,
  .parent--forgotpassword .form-actions .button--primary {
    width: 100%;
    border: none;
    color: #222222;
    font-size: 17px;
    font-weight: 400;
    max-width: 206px;
    display: inline-block;
    text-align: center;
    padding: 14px 10px;
    border-radius: 100px;
    line-height: 26.6px;
    letter-spacing: 0.23px;
    vertical-align: middle;
    transition: 0.2s all ease;
    background-color: #c4d600;
    font-family: "SourceSansPro", sans-serif; }
    .body--createaccount .form-actions .button--primary:hover,
    .parent--forgotpassword .form-actions .button--primary:hover {
      color: #c4d600;
      transition: 0.2s all ease;
      background-color: #222222; }
  .body--createaccount .form-actions .forgot-password,
  .parent--forgotpassword .form-actions .forgot-password {
    color: #222222;
    font-family: "SourceSansPro", sans-serif; }

.body--login .alertBox.alertBox--success,
.body--login .alertBox--error {
  background-color: #222222;
  color: #e4e4e4;
  font-family: "SourceSansPro", sans-serif; }
  .body--login .alertBox.alertBox--success .alertBox--info svg,
  .body--login .alertBox--error .alertBox--info svg {
    fill: #e4e4e4; }

.body--login .button--primary {
  width: 100%;
  color: #222222;
  border: none;
  font-size: 17px;
  font-weight: 400;
  max-width: 206px;
  display: inline-block;
  text-align: center;
  padding: 14px 10px;
  border-radius: 100px;
  line-height: 26.6px;
  letter-spacing: 0.23px;
  vertical-align: middle;
  transition: 0.2s all ease;
  background-color: #c4d600;
  font-family: "SourceSansPro", sans-serif; }
  .body--login .button--primary:hover {
    color: #c4d600;
    transition: 0.2s all ease;
    background-color: #222222; }

.login nav {
  display: none; }

.login h1.page-heading {
  color: #222;
  font-size: 32px;
  margin: 0;
  font-weight: 400;
  text-align: center;
  font-family: GillSansStd, sans-serif; }
  @media (min-width: 1025px) {
    .login h1.page-heading {
      font-size: 55px; } }

.login .login-form .form-label {
  font-family: "SourceSansPro", sans-serif;
  color: #222222; }

.login .login-form .form-input {
  border: 1px solid #222; }

.login .login-form .form-actions {
  display: flex;
  align-items: center; }
  .login .login-form .form-actions .button--primary {
    width: 100%;
    color: #222222;
    border: none;
    font-size: 17px;
    font-weight: 400;
    max-width: 206px;
    display: inline-block;
    text-align: center;
    padding: 14px 10px;
    border-radius: 100px;
    line-height: 26.6px;
    letter-spacing: 0.23px;
    vertical-align: middle;
    transition: 0.2s all ease;
    background-color: #c4d600;
    font-family: "SourceSansPro", sans-serif; }
    .login .login-form .form-actions .button--primary:hover {
      color: #c4d600;
      transition: 0.2s all ease;
      background-color: #222222; }
  .login .login-form .form-actions .forgot-password {
    color: #222222;
    font-family: "SourceSansPro", sans-serif; }

.login .new-customer .panel-header {
  background-color: #f6f6f6; }
  .login .new-customer .panel-header h2 {
    color: #222;
    font-family: "SourceSansPro", sans-serif; }

.login .new-customer .panel-body {
  background-color: #f6f6f6; }
  .login .new-customer .panel-body .new-customer-intro,
  .login .new-customer .panel-body .new-customer-fact {
    color: #222;
    font-family: "SourceSansPro", sans-serif; }
  .login .new-customer .panel-body .button--primary {
    width: 100%;
    color: #222222;
    border: none;
    font-size: 17px;
    font-weight: 400;
    max-width: 206px;
    display: inline-block;
    text-align: center;
    padding: 14px 10px;
    border-radius: 100px;
    line-height: 26.6px;
    letter-spacing: 0.23px;
    vertical-align: middle;
    transition: 0.2s all ease;
    background-color: #c4d600;
    font-family: "SourceSansPro", sans-serif; }
    .login .new-customer .panel-body .button--primary:hover {
      color: #c4d600;
      transition: 0.2s all ease;
      background-color: #222222; }
